@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 1, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 27, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
/* line 45, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 57, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 73, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 83, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 99, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 109, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 121, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 129, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 135, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 142, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 149, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 153, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 158, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 162, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
dfn {
  font-style: italic;
}

/* line 167, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 173, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 182, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 190, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 191, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 198, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 216, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
/* line 225, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 236, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 245, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 262, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 272, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 277, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 286, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 290, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 298, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 309, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 318, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 326, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 331, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 342, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 347, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 355, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 363, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 371, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 378, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 390, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 396, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 411, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 423, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 428, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 433, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 446, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 456, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 465, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 469, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 474, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 480, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 16, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}
/* line 95, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
/* line 122, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 8, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
/* line 16, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 22, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
/* line 30, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 39, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
/* line 45, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 53, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  /* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 38, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 32, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 37, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 49, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 51, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 32, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }

  /* line 51, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  /* line 32, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }

  /* line 51, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  /* line 32, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }

  /* line 51, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  /* line 32, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }

  /* line 51, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }

  /* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/* line 5, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
/* line 11, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
/* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
/* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* line 27, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 38, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 49, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}
/* line 52, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
/* line 58, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 71, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
/* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
/* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
/* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}
/* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
/* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
/* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}
/* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
/* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 109, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
/* line 117, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 125, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #212529;
}
/* line 129, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
/* line 135, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}
/* line 140, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 165, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 165, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 165, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 165, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 165, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* line 174, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 31, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 40, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
/* line 51, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
/* line 64, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 76, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 89, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 97, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 104, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 117, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
/* line 128, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 144, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 152, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 157, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 165, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

/* line 176, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 180, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 190, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
/* line 196, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 208, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 214, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
/* line 219, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 224, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 228, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
/* line 235, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

/* line 55, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
/* line 59, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 64, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 74, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
/* line 78, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 88, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
/* line 91, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
/* line 96, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 102, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
/* line 108, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 119, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
/* line 122, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
/* line 125, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 131, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 30, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 38, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

/* line 55, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
/* line 59, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 64, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 74, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
/* line 78, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 88, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
/* line 91, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
/* line 96, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 102, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
/* line 108, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 119, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
/* line 122, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
/* line 125, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 131, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 263, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
/* line 271, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  /* line 277, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 285, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 294, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 301, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 305, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    width: auto;
  }
  /* line 311, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 318, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 325, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 329, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover, .btn:focus {
  text-decoration: none;
}
/* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 30, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
/* line 37, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/* line 41, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

/* line 53, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 64, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
/* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
/* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 64, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
/* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
/* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 64, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
/* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
/* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 64, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
/* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
/* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 64, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
/* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
/* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 64, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
/* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
/* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 64, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
/* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
/* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 64, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
/* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
/* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 70, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
/* line 63, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 69, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* line 74, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
/* line 80, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 87, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 70, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
/* line 63, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 69, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 74, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
/* line 80, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 87, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 70, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
/* line 63, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 69, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 74, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
/* line 80, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 87, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 70, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
/* line 63, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 69, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 74, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
/* line 80, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 87, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 70, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
/* line 63, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 69, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 74, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
/* line 80, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 87, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 70, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
/* line 63, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 69, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 74, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
/* line 80, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 87, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 70, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
/* line 63, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 69, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 74, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
/* line 80, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 87, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 70, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
/* line 63, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 69, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 74, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
/* line 80, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 87, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 81, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
/* line 93, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
/* line 100, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

/* line 113, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 117, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 126, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}
/* line 131, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 140, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.fade.show {
  opacity: 1;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.collapse {
  display: none;
}
/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.collapse.show {
  display: block;
}

/* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
tr.collapse.show {
  display: table-row;
}

/* line 26, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
tbody.collapse.show {
  display: table-row-group;
}

/* line 31, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* line 2, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* line 61, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 37, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
/* line 61, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 48, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
/* line 61, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 55, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 62, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
/* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}
/* line 50, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
/* line 61, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 69, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 76, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 83, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 101, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
/* line 108, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 119, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 124, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 4, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
/* line 10, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
/* line 27, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 41, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 47, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 52, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 57, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
/* line 79, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 84, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
/* line 116, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
/* line 121, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
/* line 130, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 135, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 155, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
/* line 159, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
/* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
/* line 38, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 39, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
/* line 48, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 50, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 62, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}
/* line 69, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
/* line 74, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 82, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 83, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 91, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 107, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 143, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 152, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 27, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
/* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 38, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
/* line 45, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
/* line 48, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 59, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  margin-bottom: 0;
}
/* line 63, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
/* line 78, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 98, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
/* line 103, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
/* line 106, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
/* line 112, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
/* line 116, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
/* line 122, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
/* line 125, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 136, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
/* line 141, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
/* line 144, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
/* line 150, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 163, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 181, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
/* line 186, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
/* line 197, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
/* line 204, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
/* line 210, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 215, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 222, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 234, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 242, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
/* line 250, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 254, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
/* line 260, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 266, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 281, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
/* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
}

/* line 32, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
/* line 35, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
/* line 39, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
/* line 47, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
/* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
/* line 61, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
/* line 79, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 92, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 99, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 112, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 115, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
/* line 28, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 61, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 68, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
/* line 73, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 108, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
/* line 121, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 128, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 147, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 145, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 194, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  /* line 147, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 145, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 194, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  /* line 147, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 145, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 194, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  /* line 147, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 145, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 194, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
/* line 145, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
/* line 147, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
/* line 158, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}
/* line 161, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
/* line 165, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
/* line 170, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
/* line 177, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
/* line 182, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
/* line 189, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}
/* line 194, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

/* line 211, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
/* line 220, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
/* line 227, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
/* line 232, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
/* line 240, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 245, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 249, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
/* line 251, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 263, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
/* line 272, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
/* line 279, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
/* line 284, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
/* line 292, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 297, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 301, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
/* line 303, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
/* line 16, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
/* line 22, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 28, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 41, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 45, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 50, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}
/* line 59, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 68, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 74, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
/* line 79, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 85, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 90, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 100, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 107, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 113, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 122, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 128, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 133, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 141, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}
/* line 145, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 141, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 154, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 171, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}
/* line 177, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 171, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 185, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 190, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 197, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 200, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 204, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 210, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 213, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 217, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 223, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  /* line 226, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 230, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 236, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 239, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 257, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  /* line 256, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  /* line 265, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 1, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
/* line 27, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
/* line 31, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
/* line 35, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* line 24, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 31, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 38, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
/* line 49, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 56, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
/* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 24, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 1, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  /* line 1, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}
/* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}
/* line 10, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 48, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
/* line 10, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 48, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}
/* line 10, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}
/* line 10, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 48, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}
/* line 10, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}
/* line 10, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 48, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}
/* line 10, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 48, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}
/* line 10, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 16, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

/* line 26, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 31, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 32, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 43, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 52, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 56, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
/* line 66, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
/* line 73, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 88, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
/* line 95, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
/* line 101, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 28, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
/* line 48, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 53, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 60, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 77, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 87, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 88, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 93, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
/* line 101, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 109, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 116, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 125, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
/* line 133, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
/* line 134, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 138, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 149, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 154, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  /* line 162, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 167, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 2, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}
/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
/* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
/* line 35, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
/* line 38, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
/* line 49, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 54, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
/* line 65, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
/* line 68, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
/* line 79, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 84, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
/* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
/* line 27, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
/* line 41, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
/* line 45, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
/* line 50, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
/* line 55, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 61, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
/* line 64, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 71, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
/* line 76, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 81, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 87, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
/* line 90, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
/* line 94, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
/* line 99, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 104, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
/* line 110, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 122, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
/* line 125, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 132, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
/* line 137, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 142, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 165, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* line 175, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 180, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 2, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

/* line 22, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 28, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 35, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 35, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

/* line 53, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 53, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

/* line 67, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 91, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 97, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 105, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 113, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 116, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 126, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* line 140, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 151, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 160, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 171, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 181, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 3, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 40, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 48, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 53, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 16, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 16, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 11, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 16, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }

  /* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 11, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 16, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 16, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  /* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 30, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 31, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 32, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 35, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }

  /* line 37, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* line 3, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 10, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}
/* line 15, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 31, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 37, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 43, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 22, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 24, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 26, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 27, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 28, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 30, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 32, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 35, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 37, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 39, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 40, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 41, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 42, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 43, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 22, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 24, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 26, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 27, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 28, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 30, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 32, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 35, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 37, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 39, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 40, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 41, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 42, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 43, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 11, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 22, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 24, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 26, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 27, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 28, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 30, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 32, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 35, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 37, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 39, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 40, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 41, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 42, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 43, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 11, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 22, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 24, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 26, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 27, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 28, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 30, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 32, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 35, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 37, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 39, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 40, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 41, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 42, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 43, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 22, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 23, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 24, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 26, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 27, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 28, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 30, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 32, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 35, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 37, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 39, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 40, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 41, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 42, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 43, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 44, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* line 5, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 5, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 5, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 9, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 9, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 9, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 9, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 9, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 14, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 22, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 30, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

/* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 11, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 38, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 42, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 38, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 42, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 38, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 42, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 38, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 42, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 38, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 42, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 9, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 10, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 11, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 20, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 21, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 27, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 28, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 29, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 33, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 35, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 36, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 40, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

/* line 6, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 19, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

/* line 46, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 50, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 9, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 24, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 63, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 67, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 72, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 79, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 92, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }

  /* line 95, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }

  /* line 100, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 103, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 107, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 116, /Users/ms/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*------------------------------------
  Default Styles
------------------------------------*/
/* line 5, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
html {
  font-size: 14px;
}

/* line 8, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Barlow", sans-serif;
  line-height: 1.6;
  color: #26304d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff;
}

/* line 20, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
a {
  color: #72c02c;
  outline: none;
}

/* line 24, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
a:focus,
a:hover {
  color: #901930;
}

/* line 28, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.nav-link {
  color: #26304d;
}

/* line 31, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.nav-link:focus,
.nav-link:hover {
  color: #26304d;
}

/* line 35, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
figure {
  margin-bottom: 0;
}

/*------------------------------------
  Headings
------------------------------------*/
/* line 41, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

/* line 45, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.h7 {
  font-size: .75rem;
}

/*------------------------------------
  Displays
------------------------------------*/
/* line 51, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
/* line 59, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
::-moz-selection {
  color: #fff;
  background-color: #72c02c;
}

/* line 63, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
::-moz-selection {
  color: #fff;
  background-color: #72c02c;
}
::selection {
  color: #fff;
  background-color: #72c02c;
}

/* line 67, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary ::-moz-selection {
  color: #72c02c;
  background-color: #fff;
}

/* line 71, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary ::-moz-selection {
  color: #72c02c;
  background-color: #fff;
}
.g-bg-primary ::selection {
  color: #72c02c;
  background-color: #fff;
}

/*------------------------------------
  Components
------------------------------------*/
/*------------------------------------
  Alerts
------------------------------------*/
/* Alert Close Button */
/* line 82, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-alert-close--light {
  font-weight: 300;
  color: #000;
  opacity: .7;
  text-shadow: none;
  transition: color .3s;
  font-size: 18px;
  cursor: pointer;
}

/* line 93, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-alert-close--light:hover {
  opacity: 1;
}

/* line 96, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-alert-close--light:focus, .u-alert-close--light:active:focus {
  outline: 0 none;
  box-shadow: none;
}

/* Alert Lists */
/* line 102, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-alert-list {
  margin-left: -20px;
}

/* Alert Lists with Font Awesome Icons */
/* line 106, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.alert__icon {
  margin-left: 20px;
}

/* line 109, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.alert__icon-list {
  font-size: 12px;
  line-height: 1.5;
}

/*------------------------------------
  Arrows
------------------------------------*/
/* line 116, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-v1::before {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  vertical-align: top;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 126, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-v1[class*="abs"]::before {
  position: absolute;
}

/* line 129, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v1 .u-arrow-icon {
  display: block;
}

/* line 132, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v1 .u-arrow-text {
  position: absolute;
  top: 50%;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

/* line 141, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v1.js-prev .u-arrow-text {
  -webkit-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
}

/* line 146, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v1.js-next .u-arrow-text {
  -webkit-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
}

/* line 151, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v1:hover .u-arrow-text {
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}

/* line 156, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v2 {
  overflow: hidden;
  transition: background-color 0.3s;
}

/* line 162, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v2 .u-arrow-icon {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* line 169, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v2 .u-arrow-img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

/* line 179, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v2.js-prev .u-arrow-icon {
  -webkit-transform: translateY(-50%) translateX(10px);
  transform: translateY(-50%) translateX(10px);
}

/* line 184, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v2.js-prev .u-arrow-img {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 189, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v2.js-next .u-arrow-icon {
  -webkit-transform: translateY(-50%) translateX(-10px);
  transform: translateY(-50%) translateX(-10px);
}

/* line 194, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v2.js-next .u-arrow-img {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 199, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v2:hover .u-arrow-icon {
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}

/* line 204, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v2:hover .u-arrow-img {
  opacity: .6;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 210, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v3 .u-arrow-helper {
  content: "";
  opacity: 0;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* line 222, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v3 .u-arrow-icon {
  display: block;
}

/* line 225, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v3 .u-arrow-icon-before, .u-arrow-custom-v3 .u-arrow-icon-after {
  position: absolute;
  left: 25%;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 236, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v3 .u-arrow-icon-before {
  -webkit-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* line 244, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v3 .u-arrow-icon-after {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-30deg);
  transform: translateX(-50%) rotate(-30deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 253, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v3.js-next .u-arrow-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 258, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v3:hover .u-arrow-helper {
  background-color: #fff;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 265, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v3:hover .u-arrow-icon-before, .u-arrow-custom-v3:hover .u-arrow-icon-after {
  background-color: #72c02c;
}

/* line 268, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v3:hover .u-arrow-icon-before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

/* line 273, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v3:hover .u-arrow-icon-after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

/* line 278, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v4 {
  width: 62px;
  height: 62px;
  transition: width 0.3s, background-color 0.3s;
}

/* line 285, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v4 h4 {
  opacity: 0;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

/* line 293, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v4.js-prev h4 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 298, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v4.js-next h4 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 303, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v4:hover {
  width: 200px;
}

/* line 306, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v4:hover .u-arrow-icon {
  color: #72c02c;
}

/* line 309, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v4:hover h4 {
  opacity: 1;
  transition-delay: 0.1s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 318, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v5 .u-arrow-icon::before {
  transition: -webkit-transform .3s .3s;
  transition: transform .3s .3s;
  transition: transform .3s .3s, -webkit-transform .3s .3s;
}

/* line 325, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v5 .u-arrow-text {
  transition: -webkit-transform .3s .3s;
  transition: transform .3s .3s;
  transition: transform .3s .3s, -webkit-transform .3s .3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 334, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v5 .u-arrow-title {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 30%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  margin: 0;
}

/* line 353, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v5 .u-arrow-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 360, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v5.js-prev .u-arrow-text {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 365, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v5.js-next .u-arrow-text {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 370, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v5:hover .u-arrow-text {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 375, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v5:hover .u-arrow-title {
  transition-delay: .6s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* line 382, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v5:hover .u-arrow-icon::before {
  transition-delay: 0s;
}

/* line 387, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v5:hover.js-prev .u-arrow-icon::before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 392, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v5:hover.js-next .u-arrow-icon::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 397, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v6 {
  overflow: hidden;
  width: 40px;
  transition: width .4s, background-color .4s, z-index .4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 407, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v6 .u-arrow-text {
  width: 400px;
}

/* line 410, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v6:hover {
  width: 400px;
  z-index: 11;
}

/* line 414, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v7 {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 418, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v7 .u-arrow-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v7 .u-arrow-img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* line 435, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v7.js-prev {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

/* line 439, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v7.js-prev .u-arrow-img {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

/* line 446, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v7.js-next {
  -webkit-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
}

/* line 450, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v7.js-next .u-arrow-img {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

/* line 457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v7:hover .u-arrow-icon {
  color: #72c02c;
}

/* line 460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v7:hover .u-arrow-img {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* line 464, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v8 {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 468, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v8 .u-arrow-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 476, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v8 .u-arrow-title,
.u-arrow-custom-v8 .u-arrow-img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 481, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v8 .u-arrow-title {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* line 488, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v8 .u-arrow-text {
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 497, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v8.js-prev {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

/* line 501, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v8.js-prev .u-arrow-text,
.u-arrow-custom-v8.js-prev .u-arrow-title {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

/* line 509, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v8.js-next {
  -webkit-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
}

/* line 513, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v8.js-next .u-arrow-text,
.u-arrow-custom-v8.js-next .u-arrow-title {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

/* line 521, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v8:hover .u-arrow-icon {
  color: #72c02c;
  transition-delay: 0s;
}

/* line 527, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v8:hover .u-arrow-icon::before {
  transition-delay: 0s;
}

/* line 532, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v8:hover .u-arrow-text,
.u-arrow-custom-v8:hover .u-arrow-title {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* line 537, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v8:hover .u-arrow-text {
  transition-delay: 0s;
}

/* line 542, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v8:hover .u-arrow-title {
  transition-delay: .3s;
}

/* line 547, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v9 {
  width: 60px;
}

/* line 550, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v9 .u-arrow-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  transition: width .3s .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 563, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v9 .u-arrow-text::after {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  margin: 20px 5px 0;
}

/* line 579, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v9 .u-arrow-img {
  opacity: 0;
  box-shadow: 0 1px 0 #fff, 0 -1px 0 #fff;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}

/* line 592, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v9.js-prev .u-arrow-icon::after {
  left: calc(100% - 25px);
}

/* line 595, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v9.js-next .u-arrow-icon::after {
  right: calc(100% - 25px);
}

/* line 598, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v9.js-next .u-arrow-text::after {
  text-align: right;
}

/* line 601, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v9:hover {
  width: 200px;
}

/* line 604, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v9:hover .u-arrow-icon::after {
  width: 200px;
  transition-delay: 0s;
}

/* line 610, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v9:hover .u-arrow-text {
  pointer-events: auto;
}

/* line 613, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v9:hover .u-arrow-text::after {
  opacity: 1;
  transition-delay: .2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 622, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v9:hover .u-arrow-img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 628, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v9:hover .u-arrow-img:first-child {
  transition-delay: 0.3s;
}

/* line 633, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v9:hover .u-arrow-img:nth-child(2) {
  transition-delay: 0.35s;
}

/* line 638, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v9:hover .u-arrow-img:nth-child(3) {
  transition-delay: 0.4s;
}

/* line 643, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v10 .u-arrow-text {
  opacity: 0;
  overflow: hidden;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  transition: opacity .3s, background-color .1s 0s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s, background-color .1s 0s;
  transition: transform .3s, opacity .3s, background-color .1s 0s, -webkit-transform .3s;
}

/* line 655, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v10 .u-arrow-img {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

/* line 662, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v10.js-prev .u-arrow-img {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 667, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v10.js-next .u-arrow-img {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 672, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v10:hover .u-arrow-text {
  opacity: 1;
  background-color: transparent;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity .3s, background-color .1s .2s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s, background-color .1s .2s;
  transition: transform .3s, opacity .3s, background-color .1s .2s, -webkit-transform .3s;
}

/* line 684, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v10:hover .u-arrow-img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 689, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v11 .u-arrow-icon {
  border-width: 0;
  transition: border-width .3s .15s;
}

/* line 695, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v11 .u-arrow-text {
  opacity: 0;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

/* line 703, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v11.js-prev .u-arrow-text {
  -webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
  transform: translateY(-50%) translateX(-100%) scale(0.75);
}

/* line 708, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v11.js-next .u-arrow-text {
  -webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
  transform: translateY(-50%) translateX(100%) scale(0.75);
}

/* line 713, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v11:hover .u-arrow-icon {
  border-top-width: 40px;
  border-bottom-width: 40px;
  transition-delay: 0s;
}

/* line 720, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v11:hover .u-arrow-text {
  opacity: 1;
  transition-delay: .3s;
  -webkit-transform: translateY(-50%) translateX(0) scale(1);
  transform: translateY(-50%) translateX(0) scale(1);
}

/* line 729, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v12 .u-arrow-icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 736, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v12 .u-arrow-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 744, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v12 .u-arrow-text {
  overflow: hidden;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

/* line 757, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v12 .u-arrow-img {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

/* line 767, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v12:hover .u-arrow-img {
  opacity: .8;
}

/* line 770, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v12.js-prev .u-arrow-img {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
  transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
}

/* line 775, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v12.js-prev:hover .u-arrow-text {
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}

/* line 780, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v12.js-prev:hover .u-arrow-img {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1);
  transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1);
}

/* line 785, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v12.js-next .u-arrow-img {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(2);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(2);
}

/* line 790, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v12.js-next:hover .u-arrow-text {
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

/* line 795, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v12.js-next:hover .u-arrow-img {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1);
}

/* line 800, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v13 .u-arrow-icon {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 805, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v13 .u-arrow-icon::before {
  position: relative;
  z-index: 2;
}

/* line 809, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v13 .u-arrow-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .3s .3s;
  transition: transform .3s .3s;
  transition: transform .3s .3s, -webkit-transform .3s .3s;
}

/* line 825, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v13 .u-arrow-text {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

/* line 832, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v13.js-prev .u-arrow-icon::after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 837, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v13.js-prev .u-arrow-text {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 842, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v13.js-next .u-arrow-icon::after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 847, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v13.js-next .u-arrow-text {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 852, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v13:hover .u-arrow-icon::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0s;
}

/* line 860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v13:hover .u-arrow-text {
  transition-delay: .3s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 868, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v14::before, .u-arrow-custom-v14::after,
.u-arrow-custom-v14 .u-arrow-icon::before,
.u-arrow-custom-v14 .u-arrow-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 3px;
  height: 50%;
  background: #72c02c;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 885, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v14::before,
.u-arrow-custom-v14 .u-arrow-icon::before {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

/* line 895, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v14::after,
.u-arrow-custom-v14 .u-arrow-icon::after {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 905, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v14 .u-arrow-icon::before, .u-arrow-custom-v14 .u-arrow-icon::after {
  z-index: 2;
  height: 0;
  background: #fff;
  transition: height .3s, -webkit-transform .3s;
  transition: height .3s, transform .3s;
  transition: height .3s, transform .3s, -webkit-transform .3s;
}

/* line 915, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v14 .u-arrow-title {
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  margin: 0;
}

/* line 926, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v14.js-prev .u-arrow-title {
  left: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* line 932, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v14.js-next::before,
.u-arrow-custom-v14.js-next .u-arrow-icon::before {
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

/* line 941, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v14.js-next::after,
.u-arrow-custom-v14.js-next .u-arrow-icon::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 950, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v14.js-next .u-arrow-title {
  right: 100%;
  text-align: right;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}

/* line 957, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v14:hover::before,
.u-arrow-custom-v14:hover .u-arrow-icon::before {
  -webkit-transform: translateX(-50%) rotate(-125deg);
  transform: translateX(-50%) rotate(-125deg);
}

/* line 963, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v14:hover::after,
.u-arrow-custom-v14:hover .u-arrow-icon::after {
  -webkit-transform: translateX(-50%) rotate(-55deg);
  transform: translateX(-50%) rotate(-55deg);
}

/* line 969, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v14:hover .u-arrow-icon::before, .u-arrow-custom-v14:hover .u-arrow-icon::after {
  height: 50%;
}

/* line 972, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v14:hover .u-arrow-title {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}

/* line 978, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v14:hover.js-next::before,
.u-arrow-custom-v14:hover.js-next .u-arrow-icon::before {
  -webkit-transform: translateX(-50%) rotate(125deg);
  transform: translateX(-50%) rotate(125deg);
}

/* line 984, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-arrow-custom-v14:hover.js-next::after,
.u-arrow-custom-v14:hover.js-next .u-arrow-icon::after {
  -webkit-transform: translateX(-50%) rotate(55deg);
  transform: translateX(-50%) rotate(55deg);
}

/*------------------------------------
  Badges
------------------------------------*/
/* line 993, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-badge"] {
  position: absolute;
  display: inline-block;
  text-align: center;
  font-size: 0.92857rem;
  color: #26304d;
  z-index: 3;
}

/* line 1001, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-badge"]:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

/* line 1008, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge--top-left {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 1015, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge--bottom-left {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

/* line 1022, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge--bottom-right {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

/*------------------------------------
  Badges v1
------------------------------------*/
/* line 1032, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-badge-v1"] {
  background-color: #ddd;
  box-sizing: content-box;
}

/* line 1037, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v1 {
  min-width: 1.28571rem;
  min-height: 1.28571rem;
  line-height: 1.28571rem;
  padding: 0.21429rem;
}

/* line 1043, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v1.g-brd-around {
  line-height: 1.14286rem;
}

/* line 1046, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v1--xs {
  min-width: 1rem;
  min-height: 1rem;
  line-height: 1rem;
  font-size: 0.71429rem;
  padding: 0.14286rem;
}

/* line 1053, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v1--xs.g-brd-around {
  line-height: 0.85714rem;
}

/* line 1056, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v1--sm {
  min-width: 1.14286rem;
  min-height: 1.14286rem;
  line-height: 1.14286rem;
  font-size: 0.78571rem;
  padding: 0.14286rem;
}

/* line 1063, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v1--sm.g-brd-around {
  line-height: 1rem;
}

/* line 1066, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v1--md {
  min-width: 1.28571rem;
  min-height: 1.28571rem;
  line-height: 1.28571rem;
  font-size: 0.92857rem;
  padding: 0.21429rem;
}

/* line 1073, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v1--md.g-brd-around {
  line-height: 1.14286rem;
}

/* line 1076, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v1--lg {
  min-width: 1.42857rem;
  min-height: 1.42857rem;
  line-height: 1.42857rem;
  font-size: 1.07143rem;
  padding: 0.21429rem;
}

/* line 1083, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v1--lg.g-brd-around {
  line-height: 1.28571rem;
}

/* line 1086, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v1--xl {
  min-width: 1.85714rem;
  min-height: 1.85714rem;
  line-height: 1.85714rem;
  font-size: 1.21429rem;
  padding: 0.21429rem;
}

/* line 1093, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v1--xl.g-brd-around {
  line-height: 1.71429rem;
}

/*------------------------------------
  Badges v2
------------------------------------*/
/* line 1099, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-badge-v2"] {
  background-color: #72c02c;
  border-radius: 50%;
}

/* line 1103, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v2 {
  width: 14px;
  height: 14px;
}

/* line 1107, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v2--xs {
  width: 8px;
  height: 8px;
}

/* line 1111, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v2--sm {
  width: 12px;
  height: 12px;
}

/* line 1115, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v2--md {
  width: 14px;
  height: 14px;
}

/* line 1119, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v2--lg {
  width: 16px;
  height: 16px;
}

/* line 1123, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v2--xl {
  width: 18px;
  height: 18px;
}

/*------------------------------------
  Badges v3
------------------------------------*/
/* line 1130, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-badge-v3"] {
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 1px #26304d, 0 -1px 1px #26304d, 1px 0 1px #26304d, -1px 0 1px #26304d;
}

/* line 1135, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v3 {
  font-size: 1rem;
}

/* line 1138, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v3--xs {
  font-size: 0.71429rem;
}

/* line 1141, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v3--sm {
  font-size: 0.85714rem;
}

/* line 1144, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v3--md {
  font-size: 1rem;
}

/* line 1147, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v3--lg {
  font-size: 1.14286rem;
}

/* line 1150, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-badge-v3--xl {
  font-size: 1.14286rem;
}

/* line 1153, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Solid Divider */
/* line 1158, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider-solid {
  border-top-style: solid;
}

/* Dotted Divider */
/* line 1162, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider-dotted {
  border-top-style: dotted;
}

/* Dashed Divider */
/* line 1166, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider-dashed {
  border-top-style: dashed;
}

/* Double Solid Divider */
/* line 1170, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider-db-solid {
  height: 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

/* Double Dashed Divider */
/* line 1176, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider-db-dashed {
  height: 5px;
  border-top: 1px dashed transparent;
  border-bottom: 1px dashed transparent;
}

/* Double Dotted Divider */
/* line 1182, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider-db-dotted {
  height: 5px;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent;
}

/* Linear Gradient Divider */
/* line 1188, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider-linear-gradient {
  height: 1px;
  border: none;
}

/* line 1192, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider-linear-gradient--gray-light-v2 {
  background-image: linear-gradient(to right, transparent, #ccc, transparent);
}

/* line 1197, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider-linear-gradient--gray-light-v3 {
  background-image: linear-gradient(to right, transparent, #ddd, transparent);
}

/* line 1202, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider {
  position: relative;
  border-top-width: 1px;
}

/* line 1206, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider__icon {
  position: absolute;
  top: -1.42857rem;
  width: 2.85714rem;
  height: 2.85714rem;
  font-size: 1.28571rem;
  line-height: 2.85714rem;
  text-align: center;
  font-style: normal;
}

/* line 1216, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider__icon--indented {
  box-shadow: 0 0 0 15px #fff;
}

/* line 1220, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider-center {
  text-align: center;
}

/* line 1223, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider-right {
  text-align: right;
}

/* line 1226, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider-center .u-divider__icon {
  left: auto;
  right: auto;
  margin-left: -1.42857rem;
}

/* line 1231, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-divider-right .u-divider__icon {
  left: auto;
  right: 0;
}

/*------------------------------------
  Go To v1
------------------------------------*/
/* line 1238, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-go-to"] {
  display: none;
}

/* line 1241, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v1 {
  width: 3.57143rem;
  height: 3.57143rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  color: #26304d;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  transition: .3s ease-out;
  z-index: 11;
}

/* line 1255, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v1 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 1263, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
  text-decoration: none;
  color: #fff;
  background-color: #72c02c;
}

/* line 1268, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v1:focus {
  text-decoration: none;
  color: #26304d;
  background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 575px) {
  /* line 1274, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-go-to-v1 {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}
/*------------------------------------
  Go To v2
------------------------------------*/
/* line 1282, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-go-to"] {
  display: none;
}

/* line 1285, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v2 {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 3px;
  transition: .3s ease-out;
  z-index: 11;
}

/* line 1295, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v2 i {
  width: 2.85714rem;
  height: 2.85714rem;
  display: block;
  text-align: center;
  line-height: 2.85714rem;
}

/* line 1302, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v2:hover, .u-go-to-v2:focus:hover {
  text-decoration: none;
  color: #fff;
  background-color: #72c02c;
}

/* line 1307, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v2:focus {
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {
  /* line 1313, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-go-to-v2 {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}
/*------------------------------------
  Go To v3
------------------------------------*/
/* line 1321, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-go-to"] {
  display: none;
}

/* line 1324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v3 {
  padding: 5px;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  color: #26304d;
  border-radius: 50%;
  transition: .3s ease-out;
  z-index: 11;
}

/* line 1335, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v3 i {
  width: 3.57143rem;
  height: 3.57143rem;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 1.14286rem;
  line-height: 3.28571rem;
  border: solid 1px #26304d;
  transition: .3s ease-out;
}

/* line 1348, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v3:hover, .u-go-to-v3:focus:hover {
  text-decoration: none;
  color: #72c02c;
  background-color: white;
}

/* line 1353, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v3:hover i, .u-go-to-v3:focus:hover i {
  border-color: #72c02c;
}

/* line 1356, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v3:focus {
  text-decoration: none;
  color: #26304d;
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 1361, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v3:focus i {
  border-color: #26304d;
}

@media (max-width: 575px) {
  /* line 1365, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-go-to-v3 {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}
/*------------------------------------
  Go To v4
------------------------------------*/
/* line 1373, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v4 {
  position: relative;
  width: 22px;
  height: 35px;
  border: 2px solid #72c02c;
  border-radius: 15px;
}

/* line 1380, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-go-to-v4::before {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  content: " ";
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: u-go-to-v4;
  animation-name: u-go-to-v4;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes u-go-to-v4 {
  0% {
    top: 20%;
    bottom: 0;
  }
  50% {
    top: 50%;
    bottom: 0;
  }
  100% {
    top: 20%;
    bottom: 100%;
  }
}
@keyframes u-go-to-v4 {
  0% {
    top: 20%;
    bottom: 0;
  }
  50% {
    top: 50%;
    bottom: 0;
  }
  100% {
    top: 20%;
    bottom: 100%;
  }
}
/*------------------------------------
  Headers
------------------------------------*/
/* line 1428, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 0.92857rem;
  z-index: 101;
}

/* line 1436, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header [aria-labelledby] {
  opacity: 0;
}

/* line 1439, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header [aria-labelledby][role="tabpanel"] {
  opacity: 1;
}

/* line 1442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header [aria-labelledby].u-dropdown--css-animation,
.u-header [aria-labelledby].u-dropdown--jquery-slide {
  opacity: 1;
}

/* line 1446, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--abs-top, .u-header--abs-bottom, .u-header--abs-top-2nd-screen {
  position: absolute;
}

/* line 1449, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--abs-top-2nd-screen {
  top: 100%;
  bottom: auto;
}

/* line 1453, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--abs-top {
  top: 0;
  bottom: auto;
}

/* line 1457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--abs-bottom {
  top: auto;
  bottom: 0;
}

/* line 1461, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--abs-bottom .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 1467, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--sticky-top, .u-header--sticky-bottom {
  position: fixed;
}

/* line 1470, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--sticky-top {
  bottom: auto;
  top: 0;
}

/* line 1474, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--sticky-bottom {
  top: auto;
  bottom: 0;
}

/* line 1478, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--sticky-bottom .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 1484, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--invisible {
  display: none;
}

/* line 1487, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--moved-up {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/* line 1491, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--faded {
  opacity: 0;
  visibility: hidden;
}

/* line 1495, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--untransitioned {
  transition: none !important;
}

/* line 1500, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--hidden {
  position: relative;
}

/* line 1503, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--floating {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 1508, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--floating.js-header-fix-moment {
  margin-top: 0 !important;
}

/* line 1511, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--floating.js-header-fix-moment .navbar {
  padding-left: 0;
  padding-right: 0;
}

/* line 1515, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header[data-header-fix-effect] {
  transition: .3s ease;
}

/* line 1520, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header-reduced--shift.js-header-change-moment {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 1524, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.js-header-fix-moment {
  position: fixed;
  top: 0;
  bottom: auto;
}

/* line 1529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section {
  position: relative;
  z-index: 1;
}

/* line 1533, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section:nth-child(1) {
  z-index: 5;
}

/* line 1536, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section:nth-child(2) {
  z-index: 4;
}

/* line 1539, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section:nth-child(3) {
  z-index: 3;
}

/* line 1542, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section:nth-child(4) {
  z-index: 2;
}

/* line 1545, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section:nth-child(5) {
  z-index: 1;
}

/* line 1548, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__sections-container {
  position: relative;
  z-index: 2;
}

/* line 1552, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__logo {
  position: relative;
  z-index: 1;
}

/* line 1556, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__logo-img {
  top: 0;
  left: 0;
  /*transition: .3s ease;*/
}

/* line 1561, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__logo-img:not(.u-header__logo-img--main) {
  position: absolute;
  opacity: 0;
}

/* line 1565, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.dropdown-menu.u-dropdown--reverse-position {
  left: auto;
  right: 0;
}

/* line 1569, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-header-change-moment.g-bg-white--shift {
  background-color: #fff;
}

/* line 1572, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-header-change-moment.g-bg-light-semi-transparent--shift {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 1575, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-header-change-moment.g-bg-black--shift {
  background-color: #000;
}

/* line 1578, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-header-change-moment.g-bg-dark-semi-transparent--shift {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1581, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-header-change-moment.g-bg-primary--shift {
  background-color: #72c02c;
}

/* line 1584, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-header-change-moment.g-bg-primary-semi-transparent--shift {
  background-color: rgba(166, 29, 55, 0.9);
}

/* line 1587, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--light .navbar-brand,
.u-header__section--light .navbar-toggler,
.u-header__section--light--shift.js-header-change-moment .navbar-brand,
.u-header__section--light--shift.js-header-change-moment .navbar-toggler {
  color: #26304d;
}

/* line 1593, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--light .navbar-brand:focus,
.u-header__section--light .navbar-brand:hover,
.u-header__section--light .navbar-toggler:focus,
.u-header__section--light .navbar-toggler:hover,
.u-header__section--light--shift.js-header-change-moment .navbar-brand:focus,
.u-header__section--light--shift.js-header-change-moment .navbar-brand:hover,
.u-header__section--light--shift.js-header-change-moment .navbar-toggler:focus,
.u-header__section--light--shift.js-header-change-moment .navbar-toggler:hover {
  color: #26304d;
}

/* line 1603, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
  color: #26304d;
}

/* line 1607, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
  color: #26304d;
}

/* line 1613, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled {
  color: rgba(38, 48, 77, 0.5);
}

/* line 1617, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
  color: #72c02c;
}

/* line 1627, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--light .navbar-toggler,
.u-header__section--light--shift.js-header-change-moment .navbar-toggler {
  border-color: rgba(38, 48, 77, 0.3);
}

/* line 1631, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--light .navbar-toggler-icon,
.u-header__section--light--shift.js-header-change-moment .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba($g-color-main, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* line 1635, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--light .navbar-text,
.u-header__section--light--shift.js-header-change-moment .navbar-text {
  color: rgba(38, 48, 77, 0.7);
}

/* line 1639, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--dark .navbar-brand,
.u-header__section--dark .navbar-toggler,
.u-header__section--dark--shift.js-header-change-moment .navbar-brand,
.u-header__section--dark--shift.js-header-change-moment .navbar-toggler,
.u-header__section--primary .navbar-brand,
.u-header__section--primary .navbar-toggler,
.u-header__section--primary--shift.js-header-change-moment .navbar-brand,
.u-header__section--primary--shift.js-header-change-moment .navbar-toggler {
  color: #fff;
}

/* line 1649, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--dark .navbar-brand:focus,
.u-header__section--dark .navbar-brand:hover,
.u-header__section--dark .navbar-toggler:focus,
.u-header__section--dark .navbar-toggler:hover,
.u-header__section--dark--shift.js-header-change-moment .navbar-brand:focus,
.u-header__section--dark--shift.js-header-change-moment .navbar-brand:hover,
.u-header__section--dark--shift.js-header-change-moment .navbar-toggler:focus,
.u-header__section--dark--shift.js-header-change-moment .navbar-toggler:hover,
.u-header__section--primary .navbar-brand:focus,
.u-header__section--primary .navbar-brand:hover,
.u-header__section--primary .navbar-toggler:focus,
.u-header__section--primary .navbar-toggler:hover,
.u-header__section--primary--shift.js-header-change-moment .navbar-brand:focus,
.u-header__section--primary--shift.js-header-change-moment .navbar-brand:hover,
.u-header__section--primary--shift.js-header-change-moment .navbar-toggler:focus,
.u-header__section--primary--shift.js-header-change-moment .navbar-toggler:hover {
  color: #fff;
}

/* line 1667, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1673, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
  color: #fff;
}

/* line 1683, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5);
}

/* line 1689, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
  color: #fff;
}

/* line 1707, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--dark .navbar-toggler,
.u-header__section--dark--shift.js-header-change-moment .navbar-toggler,
.u-header__section--primary .navbar-toggler,
.u-header__section--primary--shift.js-header-change-moment .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 1713, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--dark .navbar-toggler-icon,
.u-header__section--dark--shift.js-header-change-moment .navbar-toggler-icon,
.u-header__section--primary .navbar-toggler-icon,
.u-header__section--primary--shift.js-header-change-moment .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba($g-color-white, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* line 1719, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--dark .navbar-text,
.u-header__section--dark--shift.js-header-change-moment .navbar-text,
.u-header__section--primary .navbar-text,
.u-header__section--primary--shift.js-header-change-moment .navbar-text {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1725, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar > .container {
  position: relative;
}

@media all and (min-width: 576px) {
  /* line 1729, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-top--sm, .u-header--abs-bottom--sm, .u-header--abs-top-2nd-screen--sm {
    position: absolute;
  }

  /* line 1731, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-top-2nd-screen--sm {
    top: 100%;
  }

  /* line 1733, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-top--sm {
    bottom: auto;
    top: 0;
  }

  /* line 1736, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-bottom--sm {
    top: auto;
    bottom: 0;
  }

  /* line 1739, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--sticky-top--sm, .u-header--sticky-bottom--sm {
    position: fixed;
  }

  /* line 1741, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--sticky-top--sm {
    bottom: auto;
    top: 0;
  }

  /* line 1744, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--sticky-bottom--sm {
    top: auto;
    bottom: 0;
  }

  /* line 1747, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--floating--sm {
    position: absolute;
    left: 0;
    right: 0;
  }

  /* line 1751, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--floating--sm.js-header-fix-moment {
    margin-top: 0 !important;
  }

  /* line 1753, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--floating--sm.js-header-fix-moment .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 1758, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-top--md, .u-header--abs-bottom--md, .u-header--abs-top-2nd-screen--md {
    position: absolute;
  }

  /* line 1760, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-top-2nd-screen--md {
    top: 100%;
  }

  /* line 1762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-top--md {
    bottom: auto;
    top: 0;
  }

  /* line 1765, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-bottom--md {
    top: auto;
    bottom: 0;
  }

  /* line 1768, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--sticky-top--md, .u-header--sticky-bottom--md {
    position: fixed;
  }

  /* line 1770, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--sticky-top--md {
    bottom: auto;
    top: 0;
  }

  /* line 1773, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--sticky-bottom--md {
    top: auto;
    bottom: 0;
  }

  /* line 1776, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--floating--md {
    position: absolute;
    left: 0;
    right: 0;
  }

  /* line 1780, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--floating--md.js-header-fix-moment {
    margin-top: 0 !important;
  }

  /* line 1782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--floating--md.js-header-fix-moment .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 992px) {
  /* line 1787, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-top--lg, .u-header--abs-bottom--lg, .u-header--abs-top-2nd-screen--lg {
    position: absolute;
  }

  /* line 1789, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-top-2nd-screen--lg {
    top: 100%;
  }

  /* line 1791, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-top--lg {
    bottom: auto;
    top: 0;
  }

  /* line 1794, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-bottom--lg {
    top: auto;
    bottom: 0;
  }

  /* line 1797, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--sticky-top--lg, .u-header--sticky-bottom--lg {
    position: fixed;
  }

  /* line 1799, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--sticky-top--lg {
    bottom: auto;
    top: 0;
  }

  /* line 1802, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--sticky-bottom--lg {
    top: auto;
    bottom: 0;
  }

  /* line 1805, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--floating--lg {
    position: absolute;
    left: 0;
    right: 0;
  }

  /* line 1809, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--floating--lg.js-header-fix-moment {
    margin-top: 0 !important;
  }

  /* line 1811, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--floating--lg.js-header-fix-moment .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 1200px) {
  /* line 1816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-top--xl, .u-header--abs-bottom--xl, .u-header--abs-top-2nd-screen--xl {
    position: absolute;
  }

  /* line 1818, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-top-2nd-screen--xl {
    top: 100%;
  }

  /* line 1820, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-top--xl {
    bottom: auto;
    top: 0;
  }

  /* line 1823, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--abs-bottom--xl {
    top: auto;
    bottom: 0;
  }

  /* line 1826, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--sticky-top--xl, .u-header--sticky-bottom--xl {
    position: fixed;
  }

  /* line 1828, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--sticky-top--xl {
    bottom: auto;
    top: 0;
  }

  /* line 1831, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--sticky-bottom--xl {
    top: auto;
    bottom: 0;
  }

  /* line 1834, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--floating--xl {
    position: absolute;
    left: 0;
    right: 0;
  }

  /* line 1838, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--floating--xl.js-header-fix-moment {
    margin-top: 0 !important;
  }

  /* line 1840, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header--floating--xl.js-header-fix-moment .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 1199px) {
  /* line 1845, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    justify-content: flex-start;
  }

  /* line 1850, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar-expand-xl .navbar-collapse {
    width: 100%;
    order: 10;
  }
}
@media all and (max-width: 991px) {
  /* line 1857, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    justify-content: flex-start;
  }

  /* line 1862, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar-expand-lg .navbar-collapse {
    width: 100%;
    order: 10;
  }
}
@media all and (max-width: 767px) {
  /* line 1869, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    justify-content: flex-start;
  }

  /* line 1874, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar-expand-md .navbar-collapse {
    width: 100%;
    order: 10;
  }
}
@media all and (max-width: 575px) {
  /* line 1881, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    justify-content: flex-start;
  }

  /* line 1886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar-expand-sm .navbar-collapse {
    width: 100%;
    order: 10;
  }
}
/*------------------------------------
	Header Togglers
------------------------------------*/
/* line 1895, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header-toggler {
  display: block;
  width: 5rem;
  height: 3.57143rem;
  z-index: 102;
  /* Hamburgers */
}

/* line 1902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header-toggler .hamburger {
  line-height: 1;
}

/* Toggler Positioning */
@media all and (min-width: 0) {
  /* line 1907, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-right, .u-header-toggler--top-right.btn, .u-header-toggler--top-left, .u-header-toggler--top-left.btn, .u-header-toggler--bottom-right, .u-header-toggler--bottom-right.btn, .u-header-toggler--bottom-left, .u-header-toggler--bottom-left.btn {
    position: fixed;
  }

  /* line 1909, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-right, .u-header-toggler--top-right.btn, .u-header-toggler--top-left, .u-header-toggler--top-left.btn {
    top: 1.42857rem;
  }

  /* line 1911, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--bottom-right, .u-header-toggler--bottom-right.btn, .u-header-toggler--bottom-left, .u-header-toggler--bottom-left.btn {
    bottom: 1.42857rem;
  }

  /* line 1913, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-left, .u-header-toggler--bottom-left {
    left: 1.42857rem;
  }

  /* line 1915, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-right, .u-header-toggler--bottom-right {
    right: 1.42857rem;
  }
}
/* Toggler Positioning (sm) */
@media all and (min-width: 576px) {
  /* line 1920, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-right--sm, .u-header-toggler--top-right--sm.btn, .u-header-toggler--top-left--sm, .u-header-toggler--top-left--sm.btn, .u-header-toggler--bottom-right--sm, .u-header-toggler--bottom-right--sm.btn, .u-header-toggler--bottom-left--sm, .u-header-toggler--bottom-left--sm.btn {
    position: fixed;
  }

  /* line 1922, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-right--sm, .u-header-toggler--top-right--sm.btn, .u-header-toggler--top-left--sm, .u-header-toggler--top-left--sm.btn {
    top: 1.42857rem;
  }

  /* line 1924, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--bottom-right--sm, .u-header-toggler--bottom-right--sm.btn, .u-header-toggler--bottom-left--sm, .u-header-toggler--bottom-left--sm.btn {
    bottom: 1.42857rem;
  }

  /* line 1926, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-left--sm, .u-header-toggler--bottom-left--sm {
    left: 1.42857rem;
  }

  /* line 1928, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-right--sm, .u-header-toggler--bottom-right--sm {
    right: 1.42857rem;
  }
}
/* Toggler Positioning (md) */
@media all and (min-width: 768px) {
  /* line 1933, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-right--md, .u-header-toggler--top-right--md.btn, .u-header-toggler--top-left--md, .u-header-toggler--top-left--md.btn, .u-header-toggler--bottom-right--md, .u-header-toggler--bottom-right--md.btn, .u-header-toggler--bottom-left--md, .u-header-toggler--bottom-left--md.btn {
    position: fixed;
  }

  /* line 1935, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-right--md, .u-header-toggler--top-right--md.btn, .u-header-toggler--top-left--md, .u-header-toggler--top-left--md.btn {
    top: 1.42857rem;
  }

  /* line 1937, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--bottom-right--md, .u-header-toggler--bottom-right--md.btn, .u-header-toggler--bottom-left--md, .u-header-toggler--bottom-left--md.btn {
    bottom: 1.42857rem;
  }

  /* line 1939, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-left--md, .u-header-toggler--bottom-left--md {
    left: 1.42857rem;
  }

  /* line 1941, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-right--md, .u-header-toggler--bottom-right--md {
    right: 1.42857rem;
  }
}
/* Toggler Positioning (lg) */
@media all and (min-width: 992px) {
  /* line 1946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-right--lg, .u-header-toggler--top-right--lg.btn, .u-header-toggler--top-left--lg, .u-header-toggler--top-left--lg.btn, .u-header-toggler--bottom-right--lg, .u-header-toggler--bottom-right--lg.btn, .u-header-toggler--bottom-left--lg, .u-header-toggler--bottom-left--lg.btn {
    position: fixed;
  }

  /* line 1948, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-right--lg, .u-header-toggler--top-right--lg.btn, .u-header-toggler--top-left--lg, .u-header-toggler--top-left--lg.btn {
    top: 1.42857rem;
  }

  /* line 1950, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--bottom-right--lg, .u-header-toggler--bottom-right--lg.btn, .u-header-toggler--bottom-left--lg, .u-header-toggler--bottom-left--lg.btn {
    bottom: 1.42857rem;
  }

  /* line 1952, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-left--lg, .u-header-toggler--bottom-left--lg {
    left: 1.42857rem;
  }

  /* line 1954, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-right--lg, .u-header-toggler--bottom-right--lg {
    right: 1.42857rem;
  }
}
/* Toggler Positioning (xl) */
@media all and (min-width: 1200px) {
  /* line 1959, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-right--xl, .u-header-toggler--top-right--xl.btn, .u-header-toggler--top-left--xl, .u-header-toggler--top-left--xl.btn, .u-header-toggler--bottom-right--xl, .u-header-toggler--bottom-right--xl.btn, .u-header-toggler--bottom-left--xl, .u-header-toggler--bottom-left--xl.btn {
    position: fixed;
  }

  /* line 1961, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-right--xl, .u-header-toggler--top-right--xl.btn, .u-header-toggler--top-left--xl, .u-header-toggler--top-left--xl.btn {
    top: 1.42857rem;
  }

  /* line 1963, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--bottom-right--xl, .u-header-toggler--bottom-right--xl.btn, .u-header-toggler--bottom-left--xl, .u-header-toggler--bottom-left--xl.btn {
    bottom: 1.42857rem;
  }

  /* line 1965, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-left--xl, .u-header-toggler--bottom-left--xl {
    left: 1.42857rem;
  }

  /* line 1967, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-header-toggler--top-right--xl, .u-header-toggler--bottom-right--xl {
    right: 1.42857rem;
  }
}
/*------------------------------------
  Fullscreen Header
------------------------------------*/
/* line 1973, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-header--fullscreen"] {
  text-align: center;
  visibility: hidden;
}

/* line 1977, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-header--fullscreen"] .u-header__sections-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;
}

/* line 1994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-header--fullscreen"] .mCustomScrollBox {
  width: 100%;
  height: auto;
}

/* line 1998, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-header--fullscreen"] .u-header__section {
  width: 100%;
}

/* line 2001, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-header--fullscreen"] .navbar-nav[class*="u-main-nav-v"] > li > a {
  display: inline-block;
}

/* line 2004, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-header--fullscreen"] .u-header__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transition: opacity .5s ease, visibility .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .5s ease, visibility .5s ease;
  transition: transform .5s ease, opacity .5s ease, visibility .5s ease, -webkit-transform .5s ease;
}

/* line 2020, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--top-left, .u-header.u-header--fullscreen--top-right, .u-header.u-header--fullscreen--bottom-left, .u-header.u-header--fullscreen--bottom-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 2027, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--top-left .u-header__overlay, .u-header.u-header--fullscreen--top-right .u-header__overlay, .u-header.u-header--fullscreen--bottom-left .u-header__overlay, .u-header.u-header--fullscreen--bottom-right .u-header__overlay {
  display: block;
}

/* line 2030, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--top-left.u-header--fullscreen-showed, .u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed, .u-header.u-header--fullscreen--bottom-left.u-header--fullscreen-showed, .u-header.u-header--fullscreen--bottom-right.u-header--fullscreen-showed {
  visibility: visible;
}

/* line 2033, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--top-left.u-header--fullscreen-showed .u-header__overlay,
.u-header.u-header--fullscreen--top-left.u-header--fullscreen-showed .u-header__sections-container, .u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed .u-header__overlay,
.u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed .u-header__sections-container, .u-header.u-header--fullscreen--bottom-left.u-header--fullscreen-showed .u-header__overlay,
.u-header.u-header--fullscreen--bottom-left.u-header--fullscreen-showed .u-header__sections-container, .u-header.u-header--fullscreen--bottom-right.u-header--fullscreen-showed .u-header__overlay,
.u-header.u-header--fullscreen--bottom-right.u-header--fullscreen-showed .u-header__sections-container {
  opacity: 1;
  visibility: visible;
}

/* line 2041, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--top-left.u-header--fullscreen-showed .u-header__sections-container, .u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed .u-header__sections-container, .u-header.u-header--fullscreen--bottom-left.u-header--fullscreen-showed .u-header__sections-container, .u-header.u-header--fullscreen--bottom-right.u-header--fullscreen-showed .u-header__sections-container {
  transition-delay: .5s;
}

/* line 2046, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--top-left .container, .u-header.u-header--fullscreen--top-right .container, .u-header.u-header--fullscreen--bottom-left .container, .u-header.u-header--fullscreen--bottom-right .container {
  width: 100%;
}

/* line 2049, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--top-left .navbar, .u-header.u-header--fullscreen--top-right .navbar, .u-header.u-header--fullscreen--bottom-left .navbar, .u-header.u-header--fullscreen--bottom-right .navbar {
  min-width: 22.85714rem;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* line 2055, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--top-left .dropdown-menu, .u-header.u-header--fullscreen--top-right .dropdown-menu, .u-header.u-header--fullscreen--bottom-left .dropdown-menu, .u-header.u-header--fullscreen--bottom-right .dropdown-menu {
  text-align: inherit;
  position: static;
  width: 100%;
}

/* line 2060, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--top-left .u-header__overlay {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-20%, -20%, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(-20%, -20%, 0);
}

/* line 2067, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--top-left.u-header--fullscreen-showed .u-header__overlay {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-20%, -20%, 0);
  transform: scale3d(1, 1, 1) translate3d(-20%, -20%, 0);
}

/* line 2071, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--top-right .u-header__overlay {
  left: auto;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(20%, -20%, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(20%, -20%, 0);
}

/* line 2079, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed .u-header__overlay {
  -webkit-transform: scale3d(1, 1, 1) translate3d(20%, -20%, 0);
  transform: scale3d(1, 1, 1) translate3d(20%, -20%, 0);
}

/* line 2083, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--bottom-left .u-header__overlay {
  top: auto;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-20%, 20%, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(-20%, 20%, 0);
}

/* line 2091, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--bottom-left.u-header--fullscreen-showed .u-header__overlay {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-20%, 20%, 0);
  transform: scale3d(1, 1, 1) translate3d(-20%, 20%, 0);
}

/* line 2095, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--bottom-right .u-header__overlay {
  top: auto;
  left: auto;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(20%, 20%, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(20%, 20%, 0);
}

/* line 2104, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header.u-header--fullscreen--bottom-right.u-header--fullscreen-showed .u-header__overlay {
  -webkit-transform: scale3d(1, 1, 1) translate3d(20%, 20%, 0);
  transform: scale3d(1, 1, 1) translate3d(20%, 20%, 0);
}

/*------------------------------------
  Side Header
------------------------------------*/
/* Common styles of Side Header */
/* line 2112, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body[class*="u-body--header-side"] .u-header.u-header--side {
  position: fixed;
  top: 0;
  height: 100%;
  width: 21.42857rem;
}

/* line 2118, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body[class*="u-body--header-side"] .u-header.u-header--side .navbar {
  flex-direction: column;
}

/* line 2124, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body[class*="u-body--header-side"] .u-header.u-header--side .navbar .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  flex-direction: column;
}

/* line 2133, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body[class*="u-body--header-side"] .u-header.u-header--side .navbar .navbar-collapse {
  flex-direction: column;
}

/* line 2139, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body[class*="u-body--header-side"] .u-header.u-header--side .navbar .navbar-nav {
  width: 100%;
  flex-direction: column;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 2148, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body[class*="u-body--header-side"] .u-header.u-header--side .u-header__sections-container {
  height: 100%;
}

/* line 2151, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body[class*="u-body--header-side"] .u-header.u-header--side .dropdown-menu {
  top: 0;
}

/* line 2154, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body[class*="u-body--header-side"] .u-header.u-header--side .mCSB_container,
body[class*="u-body--header-side"] .u-header.u-header--side .mCustomScrollBox {
  overflow: visible;
}

/* Overlay */
/* line 2159, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header--side .u-header__overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2000%;
  opacity: 0;
  visibility: hidden;
}

/* line 2167, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body[class*="u-body--header-side"].u-body--header-side-opened .u-header__overlay {
  opacity: 1;
  visibility: visible;
}

/* line 2171, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-static-left .u-header--side .dropdown-menu, .u-body--header-side-overlay-left .u-header--side .dropdown-menu, .u-body--header-side-push-left .u-header--side .dropdown-menu {
  left: 100%;
  margin-left: 1.07143rem;
}

/* line 2175, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-static-left .u-header--side .hs-menu-vertical .hs-mega-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical .hs-sub-menu, .u-body--header-side-overlay-left .u-header--side .hs-menu-vertical .hs-mega-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical .hs-sub-menu, .u-body--header-side-push-left .u-header--side .hs-menu-vertical .hs-mega-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical .hs-sub-menu {
  margin-left: 1.07143rem;
}

/* line 2181, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-static-left .u-header--side .hs-menu-vertical .hs-mega-menu .hs-mega-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical .hs-mega-menu .hs-sub-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical .hs-sub-menu .hs-mega-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical .hs-sub-menu .hs-sub-menu, .u-body--header-side-overlay-left .u-header--side .hs-menu-vertical .hs-mega-menu .hs-mega-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical .hs-mega-menu .hs-sub-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical .hs-sub-menu .hs-mega-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical .hs-sub-menu .hs-sub-menu, .u-body--header-side-push-left .u-header--side .hs-menu-vertical .hs-mega-menu .hs-mega-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical .hs-mega-menu .hs-sub-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical .hs-sub-menu .hs-mega-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical .hs-sub-menu .hs-sub-menu {
  margin-left: 0;
}

/* line 2193, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-static-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu, .u-body--header-side-overlay-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu, .u-body--header-side-push-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu {
  margin-left: 0;
  margin-right: 1.07143rem;
}

/* line 2200, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-static-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-mega-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-sub-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-mega-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-sub-menu, .u-body--header-side-overlay-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-mega-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-sub-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-mega-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-sub-menu, .u-body--header-side-push-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-mega-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-sub-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-mega-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-sub-menu {
  margin-left: 0;
  margin-right: 0;
}

/* line 2213, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-static-left {
  margin-left: 21.42857rem;
}

/* line 2216, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-static-left .u-header--side {
  right: auto;
  left: 0;
}

/* line 2220, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-static-right {
  margin-right: 21.42857rem;
}

/* line 2223, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-static-right .u-header--side {
  left: auto;
  right: 0;
}

/* line 2227, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-overlay-left .u-header--side, .u-body--header-side-push-left .u-header--side {
  right: auto;
  left: -21.42857rem;
}

/* line 2231, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-overlay-left .u-header--side .u-header__overlay, .u-body--header-side-push-left .u-header--side .u-header__overlay {
  left: 100%;
}

/* line 2234, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-overlay-left.u-body--header-side-opened .u-header--side, .u-body--header-side-push-left.u-body--header-side-opened .u-header--side {
  left: 0;
}

/* line 2237, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-push-left.u-body--header-side-opened {
  margin-left: 21.42857rem;
}

/* line 2240, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-overlay-right .u-header--side, .u-body--header-side-push-right .u-header--side {
  left: auto;
  right: -21.42857rem;
}

/* line 2244, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-overlay-right .u-header--side .u-header__overlay, .u-body--header-side-push-right .u-header--side .u-header__overlay {
  right: 100%;
}

/* line 2247, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-overlay-right.u-body--header-side-opened .u-header--side, .u-body--header-side-push-right.u-body--header-side-opened .u-header--side {
  right: 0;
}

/* line 2250, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-push-right.u-body--header-side-opened {
  margin-right: 21.42857rem;
}

/* line 2253, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-static-right .u-header--side .dropdown-menu, .u-body--header-side-overlay-right .u-header--side .dropdown-menu, .u-body--header-side-push-right .u-header--side .dropdown-menu {
  left: auto;
  right: 100%;
  margin-right: 1.07143rem;
}

/* line 2258, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-static-right .u-header--side .hs-menu-vertical .hs-mega-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical .hs-sub-menu, .u-body--header-side-overlay-right .u-header--side .hs-menu-vertical .hs-mega-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical .hs-sub-menu, .u-body--header-side-push-right .u-header--side .hs-menu-vertical .hs-mega-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical .hs-sub-menu {
  left: auto;
  right: 100%;
  margin-right: 1.07143rem;
}

/* line 2266, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-static-right .u-header--side .hs-menu-vertical .hs-mega-menu .hs-mega-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical .hs-mega-menu .hs-sub-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical .hs-sub-menu .hs-mega-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical .hs-sub-menu .hs-sub-menu, .u-body--header-side-overlay-right .u-header--side .hs-menu-vertical .hs-mega-menu .hs-mega-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical .hs-mega-menu .hs-sub-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical .hs-sub-menu .hs-mega-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical .hs-sub-menu .hs-sub-menu, .u-body--header-side-push-right .u-header--side .hs-menu-vertical .hs-mega-menu .hs-mega-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical .hs-mega-menu .hs-sub-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical .hs-sub-menu .hs-mega-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical .hs-sub-menu .hs-sub-menu {
  margin-right: 0;
}

/* line 2278, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-static-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu, .u-body--header-side-overlay-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu, .u-body--header-side-push-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu {
  margin-right: 0;
  margin-left: 1.07143rem;
}

/* line 2285, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-body--header-side-static-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-mega-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-sub-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-mega-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-sub-menu, .u-body--header-side-overlay-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-mega-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-sub-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-mega-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-sub-menu, .u-body--header-side-push-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-mega-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-sub-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-mega-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-sub-menu {
  margin-left: 0;
  margin-right: 0;
}

/* Button Styles
------------------------------------*/
/* General Button Styles */
/* line 2301, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn {
  position: relative;
  transition: .2s ease;
  cursor: pointer;
}

/* line 2308, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
  box-shadow: none;
}

/* Button Content
------------------------------------*/
/* line 2315, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-content {
  white-space: normal;
}

/* Buttons Only Icon (O)
------------------------------------*/
/* line 2320, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-only-icon {
  position: relative;
}

/* line 2323, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-only-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* Button Sizes
------------------------------------*/
/* Extra Small */
/* line 2334, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn-xs {
  line-height: 1.4;
  padding: 0.14286rem 0.5rem;
  font-size: 0.78571rem;
}

/* Medium */
/* line 2340, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn-md {
  line-height: 1.4;
  padding: 0.57143rem 1.42857rem;
  font-size: 1.07143rem;
}

/* Extra Large */
/* line 2346, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn-xl {
  line-height: 1.4;
  padding: 0.92857rem 1.85714rem;
  font-size: 1.28571rem;
}

/* Extramly Large */
/* line 2352, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn-xxl {
  line-height: 1.4;
  padding: 1.07143rem 2.14286rem;
  font-size: 1.5rem;
}

/* Button Types
------------------------------------*/
/* Inset Buttons */
/* line 2360, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-inset {
  position: relative;
}

/* line 2363, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-inset::before {
  position: absolute;
  top: 0.14286rem;
  right: 0.14286rem;
  bottom: 0.14286rem;
  left: 0.14286rem;
  content: "";
  border: solid 1px #fff;
  border-radius: 1px;
}

/* line 2373, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-inset--rounded::before {
  border-radius: 50px;
}

/* 3d Buttons */
/* line 2377, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-3d {
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
}

/* line 2380, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-3d:hover {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}

/* Skew Button */
/* line 2384, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-skew {
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

/* line 2389, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-skew__inner {
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  display: block;
}

/* Button Hovers
------------------------------------*/
/* line 2397, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-btn-hover"] {
  z-index: 1;
}

/* line 2400, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-btn-hover"]:hover {
  text-decoration: none;
}

/* line 2403, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-btn-hover"]:focus {
  text-decoration: none;
}

/* line 2406, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-btn-hover"]::after {
  position: absolute;
  content: "";
  z-index: -1;
  transition: all .3s;
}

/* Hover v1-1 */
/* line 2415, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-hover-v1-1::after {
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
}

/* line 2421, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-hover-v1-1:hover::after {
  height: 100%;
}

/* Hover v1-2 */
/* line 2425, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-hover-v1-2::after {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}

/* line 2431, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-hover-v1-2:hover::after {
  width: 100%;
}

/* Hover v1-3 */
/* line 2435, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-hover-v1-3::after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
}

/* line 2441, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-hover-v1-3:hover::after {
  height: 100%;
}

/* Hover v1-4 */
/* line 2445, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-hover-v1-4::after {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

/* line 2451, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-hover-v1-4:hover::after {
  width: 100%;
}

/* Hover v2-1 */
/* line 2455, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-hover-v2-1::after {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}

/* line 2461, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-hover-v2-1:hover::after {
  left: 0;
  width: 100%;
}

/* Hover v2-2 */
/* line 2466, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-hover-v2-2::after {
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
}

/* line 2472, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-hover-v2-2:hover::after {
  top: 0;
  height: 100%;
}

/* Button Primary */
/* line 2477, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary {
  color: #fff;
  background-color: #72c02c;
}

/* line 2481, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary:hover, .u-btn-primary.active {
  border-color: #d12545;
  background-color: #d12545;
}

/* line 2485, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary:hover, .u-btn-primary:focus, .u-btn-primary.active {
  color: #fff;
}

/* line 2488, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.g-btn-hover-reset:hover, .u-btn-primary.g-btn-hover-reset.active {
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 2492, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2495, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v1-1::after, .u-btn-primary.u-btn-hover-v1-1:hover::after {
  background-color: #bc213e;
}

/* line 2498, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v1-1:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* line 2502, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2505, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v1-2::after, .u-btn-primary.u-btn-hover-v1-2:hover::after {
  background-color: #bc213e;
}

/* line 2508, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v1-2:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* line 2512, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2515, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v1-3::after, .u-btn-primary.u-btn-hover-v1-3:hover::after {
  background-color: #bc213e;
}

/* line 2518, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v1-3:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* line 2522, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2525, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v1-4::after, .u-btn-primary.u-btn-hover-v1-4:hover::after {
  background-color: #bc213e;
}

/* line 2528, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v1-4:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* line 2532, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2535, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v2-1::after, .u-btn-primary.u-btn-hover-v2-1:hover::after {
  background-color: #bc213e;
}

/* line 2538, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v2-1:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* line 2542, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2545, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v2-2::after, .u-btn-primary.u-btn-hover-v2-2:hover::after {
  background-color: #bc213e;
}

/* line 2548, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-primary.u-btn-hover-v2-2:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* Button White */
/* line 2553, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white {
  color: #555;
  background-color: #fff;
}

/* line 2557, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white:hover, .u-btn-white.active {
  border-color: white;
  background-color: white;
}

/* line 2561, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white:hover, .u-btn-white:focus, .u-btn-white.active {
  color: #555;
}

/* line 2564, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.g-btn-hover-reset:hover, .u-btn-white.g-btn-hover-reset.active {
  background-color: #fff;
  border-color: #fff;
}

/* line 2568, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2571, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v1-1::after, .u-btn-white.u-btn-hover-v1-1:hover::after {
  background-color: white;
}

/* line 2574, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v1-1:hover {
  background-color: #fff;
  overflow: hidden;
}

/* line 2578, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2581, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v1-2::after, .u-btn-white.u-btn-hover-v1-2:hover::after {
  background-color: white;
}

/* line 2584, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v1-2:hover {
  background-color: #fff;
  overflow: hidden;
}

/* line 2588, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2591, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v1-3::after, .u-btn-white.u-btn-hover-v1-3:hover::after {
  background-color: white;
}

/* line 2594, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v1-3:hover {
  background-color: #fff;
  overflow: hidden;
}

/* line 2598, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2601, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v1-4::after, .u-btn-white.u-btn-hover-v1-4:hover::after {
  background-color: white;
}

/* line 2604, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v1-4:hover {
  background-color: #fff;
  overflow: hidden;
}

/* line 2608, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2611, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v2-1::after, .u-btn-white.u-btn-hover-v2-1:hover::after {
  background-color: white;
}

/* line 2614, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 2618, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2621, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v2-2::after, .u-btn-white.u-btn-hover-v2-2:hover::after {
  background-color: white;
}

/* line 2624, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-white.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Button Black */
/* line 2629, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black {
  color: #fff;
  background-color: #000;
}

/* line 2633, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black:hover, .u-btn-black.active {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}

/* line 2637, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black:hover, .u-btn-black:focus, .u-btn-black.active {
  color: #fff;
}

/* line 2640, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.g-btn-hover-reset:hover, .u-btn-black.g-btn-hover-reset.active {
  background-color: #000;
  border-color: #000;
}

/* line 2644, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2647, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v1-1::after, .u-btn-black.u-btn-hover-v1-1:hover::after {
  background-color: #0d0d0d;
}

/* line 2650, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v1-1:hover {
  background-color: #000;
  overflow: hidden;
}

/* line 2654, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2657, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v1-2::after, .u-btn-black.u-btn-hover-v1-2:hover::after {
  background-color: #0d0d0d;
}

/* line 2660, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v1-2:hover {
  background-color: #000;
  overflow: hidden;
}

/* line 2664, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2667, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v1-3::after, .u-btn-black.u-btn-hover-v1-3:hover::after {
  background-color: #0d0d0d;
}

/* line 2670, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v1-3:hover {
  background-color: #000;
  overflow: hidden;
}

/* line 2674, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2677, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v1-4::after, .u-btn-black.u-btn-hover-v1-4:hover::after {
  background-color: #0d0d0d;
}

/* line 2680, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v1-4:hover {
  background-color: #000;
  overflow: hidden;
}

/* line 2684, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2687, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v2-1::after, .u-btn-black.u-btn-hover-v2-1:hover::after {
  background-color: #0d0d0d;
}

/* line 2690, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 2694, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2697, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v2-2::after, .u-btn-black.u-btn-hover-v2-2:hover::after {
  background-color: #0d0d0d;
}

/* line 2700, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-black.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Button Dark Gray */
/* line 2705, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray {
  color: #fff;
  background-color: #333;
}

/* line 2709, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray:hover, .u-btn-darkgray.active {
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}

/* line 2713, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray:hover, .u-btn-darkgray:focus, .u-btn-darkgray.active {
  color: #fff;
}

/* line 2716, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.g-btn-hover-reset:hover, .u-btn-darkgray.g-btn-hover-reset.active {
  background-color: #333;
  border-color: #333;
}

/* line 2720, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2723, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v1-1::after, .u-btn-darkgray.u-btn-hover-v1-1:hover::after {
  background-color: #404040;
}

/* line 2726, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v1-1:hover {
  background-color: #333;
  overflow: hidden;
}

/* line 2730, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2733, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v1-2::after, .u-btn-darkgray.u-btn-hover-v1-2:hover::after {
  background-color: #404040;
}

/* line 2736, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v1-2:hover {
  background-color: #333;
  overflow: hidden;
}

/* line 2740, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2743, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v1-3::after, .u-btn-darkgray.u-btn-hover-v1-3:hover::after {
  background-color: #404040;
}

/* line 2746, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v1-3:hover {
  background-color: #333;
  overflow: hidden;
}

/* line 2750, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2753, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v1-4::after, .u-btn-darkgray.u-btn-hover-v1-4:hover::after {
  background-color: #404040;
}

/* line 2756, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v1-4:hover {
  background-color: #333;
  overflow: hidden;
}

/* line 2760, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2763, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v2-1::after, .u-btn-darkgray.u-btn-hover-v2-1:hover::after {
  background-color: #404040;
}

/* line 2766, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v2-1:hover {
  background-color: #333;
  overflow: hidden;
}

/* line 2770, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2773, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v2-2::after, .u-btn-darkgray.u-btn-hover-v2-2:hover::after {
  background-color: #404040;
}

/* line 2776, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkgray.u-btn-hover-v2-2:hover {
  background-color: #333;
  overflow: hidden;
}

/* Button Red */
/* line 2781, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red {
  color: #fff;
  background-color: #f00;
}

/* line 2785, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red:hover, .u-btn-red.active {
  border-color: #ff3333;
  background-color: #ff3333;
}

/* line 2789, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red:hover, .u-btn-red:focus, .u-btn-red.active {
  color: #fff;
}

/* line 2792, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.g-btn-hover-reset:hover, .u-btn-red.g-btn-hover-reset.active {
  background-color: #f00;
  border-color: #f00;
}

/* line 2796, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2799, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v1-1::after, .u-btn-red.u-btn-hover-v1-1:hover::after {
  background-color: #ff1a1a;
}

/* line 2802, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v1-1:hover {
  background-color: #f00;
  overflow: hidden;
}

/* line 2806, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2809, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v1-2::after, .u-btn-red.u-btn-hover-v1-2:hover::after {
  background-color: #ff1a1a;
}

/* line 2812, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v1-2:hover {
  background-color: #f00;
  overflow: hidden;
}

/* line 2816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2819, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v1-3::after, .u-btn-red.u-btn-hover-v1-3:hover::after {
  background-color: #ff1a1a;
}

/* line 2822, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v1-3:hover {
  background-color: #f00;
  overflow: hidden;
}

/* line 2826, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2829, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v1-4::after, .u-btn-red.u-btn-hover-v1-4:hover::after {
  background-color: #ff1a1a;
}

/* line 2832, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v1-4:hover {
  background-color: #f00;
  overflow: hidden;
}

/* line 2836, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2839, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v2-1::after, .u-btn-red.u-btn-hover-v2-1:hover::after {
  background-color: #ff1a1a;
}

/* line 2842, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v2-1:hover {
  background-color: #f00;
  overflow: hidden;
}

/* line 2846, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2849, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v2-2::after, .u-btn-red.u-btn-hover-v2-2:hover::after {
  background-color: #ff1a1a;
}

/* line 2852, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-red.u-btn-hover-v2-2:hover {
  background-color: #f00;
  overflow: hidden;
}

/* Button Red Tomato */
/* line 2857, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred {
  color: #fff;
  background-color: #e64b3b;
}

/* line 2861, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred:hover, .u-btn-lightred.active {
  border-color: #ec7568;
  background-color: #ec7568;
}

/* line 2865, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred:hover, .u-btn-lightred:focus, .u-btn-lightred.active {
  color: #fff;
}

/* line 2868, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.g-btn-hover-reset:hover, .u-btn-lightred.g-btn-hover-reset.active {
  background-color: #e64b3b;
  border-color: #e64b3b;
}

/* line 2872, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2875, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v1-1::after, .u-btn-lightred.u-btn-hover-v1-1:hover::after {
  background-color: #e96052;
}

/* line 2878, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v1-1:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* line 2882, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2885, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v1-2::after, .u-btn-lightred.u-btn-hover-v1-2:hover::after {
  background-color: #e96052;
}

/* line 2888, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v1-2:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* line 2892, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2895, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v1-3::after, .u-btn-lightred.u-btn-hover-v1-3:hover::after {
  background-color: #e96052;
}

/* line 2898, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v1-3:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* line 2902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2905, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v1-4::after, .u-btn-lightred.u-btn-hover-v1-4:hover::after {
  background-color: #e96052;
}

/* line 2908, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v1-4:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* line 2912, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2915, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v2-1::after, .u-btn-lightred.u-btn-hover-v2-1:hover::after {
  background-color: #e96052;
}

/* line 2918, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v2-1:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* line 2922, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2925, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v2-2::after, .u-btn-lightred.u-btn-hover-v2-2:hover::after {
  background-color: #e96052;
}

/* line 2928, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-lightred.u-btn-hover-v2-2:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* Button Dark Red */
/* line 2933, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred {
  color: #fff;
  background-color: #a10f2b;
}

/* line 2937, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred:hover, .u-btn-darkred.active {
  border-color: #d01337;
  background-color: #d01337;
}

/* line 2941, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred:hover, .u-btn-darkred:focus, .u-btn-darkred.active {
  color: #fff;
}

/* line 2944, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.g-btn-hover-reset:hover, .u-btn-darkred.g-btn-hover-reset.active {
  background-color: #a10f2b;
  border-color: #a10f2b;
}

/* line 2948, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2951, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v1-1::after, .u-btn-darkred.u-btn-hover-v1-1:hover::after {
  background-color: #b81131;
}

/* line 2954, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v1-1:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* line 2958, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2961, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v1-2::after, .u-btn-darkred.u-btn-hover-v1-2:hover::after {
  background-color: #b81131;
}

/* line 2964, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v1-2:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* line 2968, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2971, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v1-3::after, .u-btn-darkred.u-btn-hover-v1-3:hover::after {
  background-color: #b81131;
}

/* line 2974, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v1-3:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* line 2978, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2981, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v1-4::after, .u-btn-darkred.u-btn-hover-v1-4:hover::after {
  background-color: #b81131;
}

/* line 2984, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v1-4:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* line 2988, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2991, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v2-1::after, .u-btn-darkred.u-btn-hover-v2-1:hover::after {
  background-color: #b81131;
}

/* line 2994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v2-1:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* line 2998, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3001, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v2-2::after, .u-btn-darkred.u-btn-hover-v2-2:hover::after {
  background-color: #b81131;
}

/* line 3004, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkred.u-btn-hover-v2-2:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* Button Blue */
/* line 3009, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue {
  color: #fff;
  background-color: #3398dc;
}

/* line 3013, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue:hover, .u-btn-blue.active {
  border-color: #5faee3;
  background-color: #5faee3;
}

/* line 3017, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue:hover, .u-btn-blue:focus, .u-btn-blue.active {
  color: #fff;
}

/* line 3020, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.g-btn-hover-reset:hover, .u-btn-blue.g-btn-hover-reset.active {
  background-color: #3398dc;
  border-color: #3398dc;
}

/* line 3024, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3027, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v1-1::after, .u-btn-blue.u-btn-hover-v1-1:hover::after {
  background-color: #49a3e0;
}

/* line 3030, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v1-1:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* line 3034, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3037, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v1-2::after, .u-btn-blue.u-btn-hover-v1-2:hover::after {
  background-color: #49a3e0;
}

/* line 3040, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v1-2:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* line 3044, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3047, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v1-3::after, .u-btn-blue.u-btn-hover-v1-3:hover::after {
  background-color: #49a3e0;
}

/* line 3050, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v1-3:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* line 3054, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3057, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v1-4::after, .u-btn-blue.u-btn-hover-v1-4:hover::after {
  background-color: #49a3e0;
}

/* line 3060, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v1-4:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* line 3064, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3067, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v2-1::after, .u-btn-blue.u-btn-hover-v2-1:hover::after {
  background-color: #49a3e0;
}

/* line 3070, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v2-1:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* line 3074, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3077, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v2-2::after, .u-btn-blue.u-btn-hover-v2-2:hover::after {
  background-color: #49a3e0;
}

/* line 3080, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-blue.u-btn-hover-v2-2:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* Button Indigo */
/* line 3085, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo {
  color: #fff;
  background-color: #4263a3;
}

/* line 3089, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo:hover, .u-btn-indigo.active {
  border-color: #5b7cbd;
  background-color: #5b7cbd;
}

/* line 3093, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo:hover, .u-btn-indigo:focus, .u-btn-indigo.active {
  color: #fff;
}

/* line 3096, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.g-btn-hover-reset:hover, .u-btn-indigo.g-btn-hover-reset.active {
  background-color: #4263a3;
  border-color: #4263a3;
}

/* line 3100, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3103, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v1-1::after, .u-btn-indigo.u-btn-hover-v1-1:hover::after {
  background-color: #496eb5;
}

/* line 3106, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v1-1:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* line 3110, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3113, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v1-2::after, .u-btn-indigo.u-btn-hover-v1-2:hover::after {
  background-color: #496eb5;
}

/* line 3116, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v1-2:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* line 3120, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3123, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v1-3::after, .u-btn-indigo.u-btn-hover-v1-3:hover::after {
  background-color: #496eb5;
}

/* line 3126, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v1-3:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* line 3130, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3133, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v1-4::after, .u-btn-indigo.u-btn-hover-v1-4:hover::after {
  background-color: #496eb5;
}

/* line 3136, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v1-4:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* line 3140, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3143, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v2-1::after, .u-btn-indigo.u-btn-hover-v2-1:hover::after {
  background-color: #496eb5;
}

/* line 3146, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v2-1:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* line 3150, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3153, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v2-2::after, .u-btn-indigo.u-btn-hover-v2-2:hover::after {
  background-color: #496eb5;
}

/* line 3156, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-indigo.u-btn-hover-v2-2:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* Button Purple */
/* line 3161, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple {
  color: #fff;
  background-color: #9a69cb;
}

/* line 3165, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple:hover, .u-btn-purple.active {
  border-color: #b48fd8;
  background-color: #b48fd8;
}

/* line 3169, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple:hover, .u-btn-purple:focus, .u-btn-purple.active {
  color: #fff;
}

/* line 3172, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.g-btn-hover-reset:hover, .u-btn-purple.g-btn-hover-reset.active {
  background-color: #9a69cb;
  border-color: #9a69cb;
}

/* line 3176, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3179, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v1-1::after, .u-btn-purple.u-btn-hover-v1-1:hover::after {
  background-color: #a77cd2;
}

/* line 3182, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v1-1:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* line 3186, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3189, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v1-2::after, .u-btn-purple.u-btn-hover-v1-2:hover::after {
  background-color: #a77cd2;
}

/* line 3192, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v1-2:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* line 3196, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3199, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v1-3::after, .u-btn-purple.u-btn-hover-v1-3:hover::after {
  background-color: #a77cd2;
}

/* line 3202, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v1-3:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* line 3206, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3209, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v1-4::after, .u-btn-purple.u-btn-hover-v1-4:hover::after {
  background-color: #a77cd2;
}

/* line 3212, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v1-4:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* line 3216, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3219, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v2-1::after, .u-btn-purple.u-btn-hover-v2-1:hover::after {
  background-color: #a77cd2;
}

/* line 3222, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v2-1:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* line 3226, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3229, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v2-2::after, .u-btn-purple.u-btn-hover-v2-2:hover::after {
  background-color: #a77cd2;
}

/* line 3232, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-purple.u-btn-hover-v2-2:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* Button Dark Purple */
/* line 3237, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple {
  color: #fff;
  background-color: #6639b6;
}

/* line 3241, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple:hover, .u-btn-darkpurple.active {
  border-color: #8157cb;
  background-color: #8157cb;
}

/* line 3245, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple:hover, .u-btn-darkpurple:focus, .u-btn-darkpurple.active {
  color: #fff;
}

/* line 3248, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.g-btn-hover-reset:hover, .u-btn-darkpurple.g-btn-hover-reset.active {
  background-color: #6639b6;
  border-color: #6639b6;
}

/* line 3252, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3255, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v1-1::after, .u-btn-darkpurple.u-btn-hover-v1-1:hover::after {
  background-color: #7244c4;
}

/* line 3258, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v1-1:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* line 3262, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3265, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v1-2::after, .u-btn-darkpurple.u-btn-hover-v1-2:hover::after {
  background-color: #7244c4;
}

/* line 3268, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v1-2:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* line 3272, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3275, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v1-3::after, .u-btn-darkpurple.u-btn-hover-v1-3:hover::after {
  background-color: #7244c4;
}

/* line 3278, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v1-3:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* line 3282, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3285, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v1-4::after, .u-btn-darkpurple.u-btn-hover-v1-4:hover::after {
  background-color: #7244c4;
}

/* line 3288, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v1-4:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* line 3292, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3295, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v2-1::after, .u-btn-darkpurple.u-btn-hover-v2-1:hover::after {
  background-color: #7244c4;
}

/* line 3298, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v2-1:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* line 3302, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3305, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v2-2::after, .u-btn-darkpurple.u-btn-hover-v2-2:hover::after {
  background-color: #7244c4;
}

/* line 3308, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-darkpurple.u-btn-hover-v2-2:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* Button Pink */
/* line 3313, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink {
  color: #fff;
  background-color: #e81c62;
}

/* line 3317, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink:hover, .u-btn-pink.active {
  border-color: #ed4a82;
  background-color: #ed4a82;
}

/* line 3321, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink:hover, .u-btn-pink:focus, .u-btn-pink.active {
  color: #fff;
}

/* line 3324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.g-btn-hover-reset:hover, .u-btn-pink.g-btn-hover-reset.active {
  background-color: #e81c62;
  border-color: #e81c62;
}

/* line 3328, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3331, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v1-1::after, .u-btn-pink.u-btn-hover-v1-1:hover::after {
  background-color: #ea3372;
}

/* line 3334, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v1-1:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* line 3338, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3341, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v1-2::after, .u-btn-pink.u-btn-hover-v1-2:hover::after {
  background-color: #ea3372;
}

/* line 3344, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v1-2:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* line 3348, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3351, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v1-3::after, .u-btn-pink.u-btn-hover-v1-3:hover::after {
  background-color: #ea3372;
}

/* line 3354, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v1-3:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* line 3358, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3361, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v1-4::after, .u-btn-pink.u-btn-hover-v1-4:hover::after {
  background-color: #ea3372;
}

/* line 3364, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v1-4:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* line 3368, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3371, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v2-1::after, .u-btn-pink.u-btn-hover-v2-1:hover::after {
  background-color: #ea3372;
}

/* line 3374, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v2-1:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* line 3378, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3381, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v2-2::after, .u-btn-pink.u-btn-hover-v2-2:hover::after {
  background-color: #ea3372;
}

/* line 3384, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-pink.u-btn-hover-v2-2:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* Button Orange */
/* line 3389, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange {
  color: #fff;
  background-color: #e57d20;
}

/* line 3393, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange:hover, .u-btn-orange.active {
  border-color: #ea984e;
  background-color: #ea984e;
}

/* line 3397, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange:hover, .u-btn-orange:focus, .u-btn-orange.active {
  color: #fff;
}

/* line 3400, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.g-btn-hover-reset:hover, .u-btn-orange.g-btn-hover-reset.active {
  background-color: #e57d20;
  border-color: #e57d20;
}

/* line 3404, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3407, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v1-1::after, .u-btn-orange.u-btn-hover-v1-1:hover::after {
  background-color: #e88a37;
}

/* line 3410, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v1-1:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* line 3414, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3417, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v1-2::after, .u-btn-orange.u-btn-hover-v1-2:hover::after {
  background-color: #e88a37;
}

/* line 3420, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v1-2:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* line 3424, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3427, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v1-3::after, .u-btn-orange.u-btn-hover-v1-3:hover::after {
  background-color: #e88a37;
}

/* line 3430, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v1-3:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* line 3434, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3437, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v1-4::after, .u-btn-orange.u-btn-hover-v1-4:hover::after {
  background-color: #e88a37;
}

/* line 3440, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v1-4:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* line 3444, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3447, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v2-1::after, .u-btn-orange.u-btn-hover-v2-1:hover::after {
  background-color: #e88a37;
}

/* line 3450, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v2-1:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* line 3454, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v2-2::after, .u-btn-orange.u-btn-hover-v2-2:hover::after {
  background-color: #e88a37;
}

/* line 3460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-orange.u-btn-hover-v2-2:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* Button Deep Orange */
/* line 3465, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange {
  color: #fff;
  background-color: #fe541e;
}

/* line 3469, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange:hover, .u-btn-deeporange.active {
  border-color: #fe7b51;
  background-color: #fe7b51;
}

/* line 3473, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange:hover, .u-btn-deeporange:focus, .u-btn-deeporange.active {
  color: #fff;
}

/* line 3476, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.g-btn-hover-reset:hover, .u-btn-deeporange.g-btn-hover-reset.active {
  background-color: #fe541e;
  border-color: #fe541e;
}

/* line 3480, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3483, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v1-1::after, .u-btn-deeporange.u-btn-hover-v1-1:hover::after {
  background-color: #fe6737;
}

/* line 3486, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v1-1:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* line 3490, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3493, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v1-2::after, .u-btn-deeporange.u-btn-hover-v1-2:hover::after {
  background-color: #fe6737;
}

/* line 3496, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v1-2:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* line 3500, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3503, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v1-3::after, .u-btn-deeporange.u-btn-hover-v1-3:hover::after {
  background-color: #fe6737;
}

/* line 3506, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v1-3:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* line 3510, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3513, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v1-4::after, .u-btn-deeporange.u-btn-hover-v1-4:hover::after {
  background-color: #fe6737;
}

/* line 3516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v1-4:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* line 3520, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3523, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v2-1::after, .u-btn-deeporange.u-btn-hover-v2-1:hover::after {
  background-color: #fe6737;
}

/* line 3526, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v2-1:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* line 3530, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3533, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v2-2::after, .u-btn-deeporange.u-btn-hover-v2-2:hover::after {
  background-color: #fe6737;
}

/* line 3536, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-deeporange.u-btn-hover-v2-2:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* Button Yellow */
/* line 3541, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow {
  color: #fff;
  background-color: #ebc71d;
}

/* line 3545, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow:hover, .u-btn-yellow.active {
  border-color: #efd34c;
  background-color: #efd34c;
}

/* line 3549, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow:hover, .u-btn-yellow:focus, .u-btn-yellow.active {
  color: #fff;
}

/* line 3552, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.g-btn-hover-reset:hover, .u-btn-yellow.g-btn-hover-reset.active {
  background-color: #ebc71d;
  border-color: #ebc71d;
}

/* line 3556, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3559, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v1-1::after, .u-btn-yellow.u-btn-hover-v1-1:hover::after {
  background-color: #edcd34;
}

/* line 3562, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v1-1:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* line 3566, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3569, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v1-2::after, .u-btn-yellow.u-btn-hover-v1-2:hover::after {
  background-color: #edcd34;
}

/* line 3572, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v1-2:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* line 3576, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3579, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v1-3::after, .u-btn-yellow.u-btn-hover-v1-3:hover::after {
  background-color: #edcd34;
}

/* line 3582, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v1-3:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* line 3586, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3589, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v1-4::after, .u-btn-yellow.u-btn-hover-v1-4:hover::after {
  background-color: #edcd34;
}

/* line 3592, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v1-4:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* line 3596, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3599, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v2-1::after, .u-btn-yellow.u-btn-hover-v2-1:hover::after {
  background-color: #edcd34;
}

/* line 3602, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v2-1:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* line 3606, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3609, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v2-2::after, .u-btn-yellow.u-btn-hover-v2-2:hover::after {
  background-color: #edcd34;
}

/* line 3612, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-yellow.u-btn-hover-v2-2:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* Button Aqua */
/* line 3617, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua {
  color: #fff;
  background-color: #29d6e6;
}

/* line 3621, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua:hover, .u-btn-aqua.active {
  border-color: #57dfeb;
  background-color: #57dfeb;
}

/* line 3625, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua:hover, .u-btn-aqua:focus, .u-btn-aqua.active {
  color: #fff;
}

/* line 3628, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.g-btn-hover-reset:hover, .u-btn-aqua.g-btn-hover-reset.active {
  background-color: #29d6e6;
  border-color: #29d6e6;
}

/* line 3632, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3635, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v1-1::after, .u-btn-aqua.u-btn-hover-v1-1:hover::after {
  background-color: #40dae9;
}

/* line 3638, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v1-1:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* line 3642, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3645, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v1-2::after, .u-btn-aqua.u-btn-hover-v1-2:hover::after {
  background-color: #40dae9;
}

/* line 3648, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v1-2:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* line 3652, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3655, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v1-3::after, .u-btn-aqua.u-btn-hover-v1-3:hover::after {
  background-color: #40dae9;
}

/* line 3658, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v1-3:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* line 3662, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3665, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v1-4::after, .u-btn-aqua.u-btn-hover-v1-4:hover::after {
  background-color: #40dae9;
}

/* line 3668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v1-4:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* line 3672, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3675, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v2-1::after, .u-btn-aqua.u-btn-hover-v2-1:hover::after {
  background-color: #40dae9;
}

/* line 3678, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v2-1:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* line 3682, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3685, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v2-2::after, .u-btn-aqua.u-btn-hover-v2-2:hover::after {
  background-color: #40dae9;
}

/* line 3688, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-aqua.u-btn-hover-v2-2:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* Button Cyan */
/* line 3693, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan {
  color: #fff;
  background-color: #00bed6;
}

/* line 3697, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan:hover, .u-btn-cyan.active {
  border-color: #0ae4ff;
  background-color: #0ae4ff;
}

/* line 3701, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan:hover, .u-btn-cyan:focus, .u-btn-cyan.active {
  color: #fff;
}

/* line 3704, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.g-btn-hover-reset:hover, .u-btn-cyan.g-btn-hover-reset.active {
  background-color: #00bed6;
  border-color: #00bed6;
}

/* line 3708, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3711, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v1-1::after, .u-btn-cyan.u-btn-hover-v1-1:hover::after {
  background-color: #00d5f0;
}

/* line 3714, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v1-1:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* line 3718, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3721, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v1-2::after, .u-btn-cyan.u-btn-hover-v1-2:hover::after {
  background-color: #00d5f0;
}

/* line 3724, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v1-2:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* line 3728, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3731, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v1-3::after, .u-btn-cyan.u-btn-hover-v1-3:hover::after {
  background-color: #00d5f0;
}

/* line 3734, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v1-3:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* line 3738, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3741, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v1-4::after, .u-btn-cyan.u-btn-hover-v1-4:hover::after {
  background-color: #00d5f0;
}

/* line 3744, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v1-4:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* line 3748, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3751, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v2-1::after, .u-btn-cyan.u-btn-hover-v2-1:hover::after {
  background-color: #00d5f0;
}

/* line 3754, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v2-1:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* line 3758, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3761, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v2-2::after, .u-btn-cyan.u-btn-hover-v2-2:hover::after {
  background-color: #00d5f0;
}

/* line 3764, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-cyan.u-btn-hover-v2-2:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* Button Teal */
/* line 3769, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal {
  color: #fff;
  background-color: #18ba9b;
}

/* line 3773, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal:hover, .u-btn-teal.active {
  border-color: #22e3be;
  background-color: #22e3be;
}

/* line 3777, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal:hover, .u-btn-teal:focus, .u-btn-teal.active {
  color: #fff;
}

/* line 3780, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.g-btn-hover-reset:hover, .u-btn-teal.g-btn-hover-reset.active {
  background-color: #18ba9b;
  border-color: #18ba9b;
}

/* line 3784, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3787, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v1-1::after, .u-btn-teal.u-btn-hover-v1-1:hover::after {
  background-color: #1bd1ae;
}

/* line 3790, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v1-1:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* line 3794, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3797, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v1-2::after, .u-btn-teal.u-btn-hover-v1-2:hover::after {
  background-color: #1bd1ae;
}

/* line 3800, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v1-2:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* line 3804, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3807, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v1-3::after, .u-btn-teal.u-btn-hover-v1-3:hover::after {
  background-color: #1bd1ae;
}

/* line 3810, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v1-3:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* line 3814, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3817, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v1-4::after, .u-btn-teal.u-btn-hover-v1-4:hover::after {
  background-color: #1bd1ae;
}

/* line 3820, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v1-4:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* line 3824, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3827, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v2-1::after, .u-btn-teal.u-btn-hover-v2-1:hover::after {
  background-color: #1bd1ae;
}

/* line 3830, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v2-1:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* line 3834, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3837, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v2-2::after, .u-btn-teal.u-btn-hover-v2-2:hover::after {
  background-color: #1bd1ae;
}

/* line 3840, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-teal.u-btn-hover-v2-2:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* Button Brown */
/* line 3845, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown {
  color: #fff;
  background-color: #9c8061;
}

/* line 3849, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown:hover, .u-btn-brown.active {
  border-color: #b09980;
  background-color: #b09980;
}

/* line 3853, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown:hover, .u-btn-brown:focus, .u-btn-brown.active {
  color: #fff;
}

/* line 3856, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.g-btn-hover-reset:hover, .u-btn-brown.g-btn-hover-reset.active {
  background-color: #9c8061;
  border-color: #9c8061;
}

/* line 3860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3863, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v1-1::after, .u-btn-brown.u-btn-hover-v1-1:hover::after {
  background-color: #a68d70;
}

/* line 3866, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v1-1:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* line 3870, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3873, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v1-2::after, .u-btn-brown.u-btn-hover-v1-2:hover::after {
  background-color: #a68d70;
}

/* line 3876, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v1-2:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* line 3880, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3883, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v1-3::after, .u-btn-brown.u-btn-hover-v1-3:hover::after {
  background-color: #a68d70;
}

/* line 3886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v1-3:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* line 3890, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3893, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v1-4::after, .u-btn-brown.u-btn-hover-v1-4:hover::after {
  background-color: #a68d70;
}

/* line 3896, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v1-4:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* line 3900, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3903, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v2-1::after, .u-btn-brown.u-btn-hover-v2-1:hover::after {
  background-color: #a68d70;
}

/* line 3906, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v2-1:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* line 3910, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3913, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v2-2::after, .u-btn-brown.u-btn-hover-v2-2:hover::after {
  background-color: #a68d70;
}

/* line 3916, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-brown.u-btn-hover-v2-2:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* Button Bluegrey */
/* line 3921, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray {
  color: #fff;
  background-color: #585f69;
}

/* line 3925, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray:hover, .u-btn-bluegray.active {
  border-color: #6f7885;
  background-color: #6f7885;
}

/* line 3929, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray:hover, .u-btn-bluegray:focus, .u-btn-bluegray.active {
  color: #fff;
}

/* line 3932, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.g-btn-hover-reset:hover, .u-btn-bluegray.g-btn-hover-reset.active {
  background-color: #585f69;
  border-color: #585f69;
}

/* line 3936, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3939, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v1-1::after, .u-btn-bluegray.u-btn-hover-v1-1:hover::after {
  background-color: #646c77;
}

/* line 3942, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v1-1:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* line 3946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3949, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v1-2::after, .u-btn-bluegray.u-btn-hover-v1-2:hover::after {
  background-color: #646c77;
}

/* line 3952, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v1-2:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* line 3956, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3959, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v1-3::after, .u-btn-bluegray.u-btn-hover-v1-3:hover::after {
  background-color: #646c77;
}

/* line 3962, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v1-3:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* line 3966, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3969, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v1-4::after, .u-btn-bluegray.u-btn-hover-v1-4:hover::after {
  background-color: #646c77;
}

/* line 3972, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v1-4:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* line 3976, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3979, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v2-1::after, .u-btn-bluegray.u-btn-hover-v2-1:hover::after {
  background-color: #646c77;
}

/* line 3982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v2-1:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* line 3986, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3989, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v2-2::after, .u-btn-bluegray.u-btn-hover-v2-2:hover::after {
  background-color: #646c77;
}

/* line 3992, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-bluegray.u-btn-hover-v2-2:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* Button Facebook */
/* line 3997, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-facebook {
  color: #fff;
  background-color: #3b5998;
}

/* line 4001, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-facebook:hover, .u-btn-facebook.active {
  border-color: #4c70ba;
  background-color: #4c70ba;
}

/* line 4005, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-facebook:hover, .u-btn-facebook:focus, .u-btn-facebook.active {
  color: #fff;
}

/* line 4008, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-facebook.g-btn-hover-reset:hover, .u-btn-facebook.g-btn-hover-reset.active {
  background-color: #3b5998;
  border-color: #3b5998;
}

/* Button Twitter */
/* line 4013, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-twitter {
  color: #fff;
  background-color: #00acee;
}

/* line 4017, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-twitter:hover, .u-btn-twitter.active {
  border-color: #22c2ff;
  background-color: #22c2ff;
}

/* line 4021, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-twitter:hover, .u-btn-twitter:focus, .u-btn-twitter.active {
  color: #fff;
}

/* line 4024, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-twitter.g-btn-hover-reset:hover, .u-btn-twitter.g-btn-hover-reset.active {
  background-color: #00acee;
  border-color: #00acee;
}

/* Button Instagram */
/* line 4029, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-instagram {
  color: #fff;
  background-color: #3f729b;
}

/* line 4033, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-instagram:hover, .u-btn-instagram.active {
  border-color: #548cb9;
  background-color: #548cb9;
}

/* line 4037, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-instagram:hover, .u-btn-instagram:focus, .u-btn-instagram.active {
  color: #fff;
}

/* line 4040, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-instagram.g-btn-hover-reset:hover, .u-btn-instagram.g-btn-hover-reset.active {
  background-color: #3f729b;
  border-color: #3f729b;
}

/* Button VK */
/* line 4045, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-vk {
  color: #fff;
  background-color: #2b587a;
}

/* line 4049, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-vk:hover, .u-btn-vk.active {
  border-color: #3873a0;
  background-color: #3873a0;
}

/* line 4053, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-vk:hover, .u-btn-vk:focus, .u-btn-vk.active {
  color: #fff;
}

/* line 4056, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-vk.g-btn-hover-reset:hover, .u-btn-vk.g-btn-hover-reset.active {
  background-color: #2b587a;
  border-color: #2b587a;
}

/* Button Google Plus */
/* line 4061, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
}

/* line 4065, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-google-plus:hover, .u-btn-google-plus.active {
  border-color: #e47365;
  background-color: #e47365;
}

/* line 4069, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-google-plus:hover, .u-btn-google-plus:focus, .u-btn-google-plus.active {
  color: #fff;
}

/* line 4072, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-google-plus.g-btn-hover-reset:hover, .u-btn-google-plus.g-btn-hover-reset.active {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

/* Outline Button Primary */
/* line 4077, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary {
  color: #72c02c;
  border-color: #72c02c;
  background-color: transparent;
}

/* line 4082, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary:focus, .u-btn-outline-primary.active {
  color: #fff;
  background-color: #72c02c;
}

/* line 4086, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary:hover {
  color: #fff;
  background-color: #72c02c;
}

/* line 4090, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4093, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v1-1::after, .u-btn-outline-primary.u-btn-hover-v1-1:hover::after {
  background-color: #bc213e;
}

/* line 4096, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4100, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4103, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v1-2::after, .u-btn-outline-primary.u-btn-hover-v1-2:hover::after {
  background-color: #bc213e;
}

/* line 4106, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4110, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4113, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v1-3::after, .u-btn-outline-primary.u-btn-hover-v1-3:hover::after {
  background-color: #bc213e;
}

/* line 4116, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4120, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4123, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v1-4::after, .u-btn-outline-primary.u-btn-hover-v1-4:hover::after {
  background-color: #bc213e;
}

/* line 4126, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4130, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4133, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v2-1::after, .u-btn-outline-primary.u-btn-hover-v2-1:hover::after {
  background-color: #bc213e;
}

/* line 4136, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4140, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4143, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v2-2::after, .u-btn-outline-primary.u-btn-hover-v2-2:hover::after {
  background-color: #bc213e;
}

/* line 4146, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4150, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v3-1 {
  overflow: hidden;
}

/* line 4153, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v3-1::after, .u-btn-outline-primary.u-btn-hover-v3-1:hover::after {
  background-color: #bc213e;
}

/* line 4156, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-primary.u-btn-hover-v3-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button White */
/* line 4161, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

/* line 4166, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white:focus, .u-btn-outline-white.active {
  color: #555;
  background-color: #fff;
}

/* line 4170, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white:hover {
  color: #555;
  background-color: #fff;
}

/* line 4174, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4177, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v1-1::after, .u-btn-outline-white.u-btn-hover-v1-1:hover::after {
  background-color: white;
}

/* line 4180, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4184, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4187, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v1-2::after, .u-btn-outline-white.u-btn-hover-v1-2:hover::after {
  background-color: white;
}

/* line 4190, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4194, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4197, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v1-3::after, .u-btn-outline-white.u-btn-hover-v1-3:hover::after {
  background-color: white;
}

/* line 4200, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4204, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4207, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v1-4::after, .u-btn-outline-white.u-btn-hover-v1-4:hover::after {
  background-color: white;
}

/* line 4210, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4214, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4217, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v2-1::after, .u-btn-outline-white.u-btn-hover-v2-1:hover::after {
  background-color: white;
}

/* line 4220, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4224, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4227, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v2-2::after, .u-btn-outline-white.u-btn-hover-v2-2:hover::after {
  background-color: white;
}

/* line 4230, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-white.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Black */
/* line 4235, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black {
  color: #000;
  border-color: #000;
  background-color: transparent;
}

/* line 4240, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black:focus, .u-btn-outline-black.active {
  color: #fff;
  background-color: #000;
}

/* line 4244, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black:hover {
  color: #fff;
  background-color: #000;
}

/* line 4248, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4251, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v1-1::after, .u-btn-outline-black.u-btn-hover-v1-1:hover::after {
  background-color: #0d0d0d;
}

/* line 4254, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4258, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4261, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v1-2::after, .u-btn-outline-black.u-btn-hover-v1-2:hover::after {
  background-color: #0d0d0d;
}

/* line 4264, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4268, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4271, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v1-3::after, .u-btn-outline-black.u-btn-hover-v1-3:hover::after {
  background-color: #0d0d0d;
}

/* line 4274, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4278, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4281, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v1-4::after, .u-btn-outline-black.u-btn-hover-v1-4:hover::after {
  background-color: #0d0d0d;
}

/* line 4284, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4288, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4291, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v2-1::after, .u-btn-outline-black.u-btn-hover-v2-1:hover::after {
  background-color: #0d0d0d;
}

/* line 4294, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4298, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4301, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v2-2::after, .u-btn-outline-black.u-btn-hover-v2-2:hover::after {
  background-color: #0d0d0d;
}

/* line 4304, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-black.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Dark Gray */
/* line 4309, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray {
  color: #333;
  border-color: #333;
  background-color: transparent;
}

/* line 4314, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray:focus, .u-btn-outline-darkgray.active {
  color: #fff;
  background-color: #333;
}

/* line 4318, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray:hover {
  color: #fff;
  background-color: #333;
}

/* line 4322, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4325, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v1-1::after, .u-btn-outline-darkgray.u-btn-hover-v1-1:hover::after {
  background-color: #404040;
}

/* line 4328, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4335, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v1-2::after, .u-btn-outline-darkgray.u-btn-hover-v1-2:hover::after {
  background-color: #404040;
}

/* line 4338, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4345, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v1-3::after, .u-btn-outline-darkgray.u-btn-hover-v1-3:hover::after {
  background-color: #404040;
}

/* line 4348, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4352, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4355, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v1-4::after, .u-btn-outline-darkgray.u-btn-hover-v1-4:hover::after {
  background-color: #404040;
}

/* line 4358, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4362, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4365, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v2-1::after, .u-btn-outline-darkgray.u-btn-hover-v2-1:hover::after {
  background-color: #404040;
}

/* line 4368, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4372, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4375, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v2-2::after, .u-btn-outline-darkgray.u-btn-hover-v2-2:hover::after {
  background-color: #404040;
}

/* line 4378, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkgray.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Light Gray */
/* line 4383, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray {
  color: #26304d;
  border-color: #eee;
  background-color: transparent;
}

/* line 4388, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray:focus, .u-btn-outline-lightgray.active {
  color: #26304d;
  background-color: #eee;
}

/* line 4392, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray:hover {
  color: #26304d;
  background-color: #eee;
}

/* line 4396, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4399, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v1-1::after, .u-btn-outline-lightgray.u-btn-hover-v1-1:hover::after {
  background-color: #fbfbfb;
}

/* line 4402, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4406, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4409, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v1-2::after, .u-btn-outline-lightgray.u-btn-hover-v1-2:hover::after {
  background-color: #fbfbfb;
}

/* line 4412, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4416, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4419, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v1-3::after, .u-btn-outline-lightgray.u-btn-hover-v1-3:hover::after {
  background-color: #fbfbfb;
}

/* line 4422, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4429, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v1-4::after, .u-btn-outline-lightgray.u-btn-hover-v1-4:hover::after {
  background-color: #fbfbfb;
}

/* line 4432, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4436, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4439, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v2-1::after, .u-btn-outline-lightgray.u-btn-hover-v2-1:hover::after {
  background-color: #fbfbfb;
}

/* line 4442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4446, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4449, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v2-2::after, .u-btn-outline-lightgray.u-btn-hover-v2-2:hover::after {
  background-color: #fbfbfb;
}

/* line 4452, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightgray.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Button Outline Red */
/* line 4457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red {
  color: #f00;
  border-color: #f00;
  background-color: transparent;
}

/* line 4462, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red:focus, .u-btn-outline-red.active {
  color: #fff;
  background-color: #f00;
}

/* line 4466, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red:hover {
  color: #fff;
  background-color: #f00;
}

/* line 4470, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4473, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v1-1::after, .u-btn-outline-red.u-btn-hover-v1-1:hover::after {
  background-color: #ff1a1a;
}

/* line 4476, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4480, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4483, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v1-2::after, .u-btn-outline-red.u-btn-hover-v1-2:hover::after {
  background-color: #ff1a1a;
}

/* line 4486, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4490, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4493, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v1-3::after, .u-btn-outline-red.u-btn-hover-v1-3:hover::after {
  background-color: #ff1a1a;
}

/* line 4496, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4500, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4503, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v1-4::after, .u-btn-outline-red.u-btn-hover-v1-4:hover::after {
  background-color: #ff1a1a;
}

/* line 4506, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4510, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4513, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v2-1::after, .u-btn-outline-red.u-btn-hover-v2-1:hover::after {
  background-color: #ff1a1a;
}

/* line 4516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4520, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4523, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v2-2::after, .u-btn-outline-red.u-btn-hover-v2-2:hover::after {
  background-color: #ff1a1a;
}

/* line 4526, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-red.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Button Outline Red Tomato */
/* line 4531, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred {
  color: #e64b3b;
  border-color: #e64b3b;
  background-color: transparent;
}

/* line 4536, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred:focus, .u-btn-outline-lightred.active {
  color: #fff;
  background-color: #e64b3b;
}

/* line 4540, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred:hover {
  color: #fff;
  background-color: #e64b3b;
}

/* line 4544, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4547, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v1-1::after, .u-btn-outline-lightred.u-btn-hover-v1-1:hover::after {
  background-color: #e96052;
}

/* line 4550, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4554, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4557, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v1-2::after, .u-btn-outline-lightred.u-btn-hover-v1-2:hover::after {
  background-color: #e96052;
}

/* line 4560, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4564, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4567, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v1-3::after, .u-btn-outline-lightred.u-btn-hover-v1-3:hover::after {
  background-color: #e96052;
}

/* line 4570, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4574, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4577, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v1-4::after, .u-btn-outline-lightred.u-btn-hover-v1-4:hover::after {
  background-color: #e96052;
}

/* line 4580, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4584, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4587, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v2-1::after, .u-btn-outline-lightred.u-btn-hover-v2-1:hover::after {
  background-color: #e96052;
}

/* line 4590, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4594, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4597, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v2-2::after, .u-btn-outline-lightred.u-btn-hover-v2-2:hover::after {
  background-color: #e96052;
}

/* line 4600, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-lightred.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Dark Red */
/* line 4605, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred {
  color: #a10f2b;
  border-color: #a10f2b;
  background-color: transparent;
}

/* line 4610, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred:focus, .u-btn-outline-darkred.active {
  color: #fff;
  background-color: #a10f2b;
}

/* line 4614, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred:hover {
  color: #fff;
  background-color: #a10f2b;
}

/* line 4618, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4621, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v1-1::after, .u-btn-outline-darkred.u-btn-hover-v1-1:hover::after {
  background-color: #b81131;
}

/* line 4624, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4628, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4631, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v1-2::after, .u-btn-outline-darkred.u-btn-hover-v1-2:hover::after {
  background-color: #b81131;
}

/* line 4634, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4638, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4641, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v1-3::after, .u-btn-outline-darkred.u-btn-hover-v1-3:hover::after {
  background-color: #b81131;
}

/* line 4644, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4648, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4651, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v1-4::after, .u-btn-outline-darkred.u-btn-hover-v1-4:hover::after {
  background-color: #b81131;
}

/* line 4654, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4658, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4661, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v2-1::after, .u-btn-outline-darkred.u-btn-hover-v2-1:hover::after {
  background-color: #b81131;
}

/* line 4664, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4671, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v2-2::after, .u-btn-outline-darkred.u-btn-hover-v2-2:hover::after {
  background-color: #b81131;
}

/* line 4674, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkred.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Blue */
/* line 4679, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue {
  color: #3398dc;
  border-color: #3398dc;
  background-color: transparent;
}

/* line 4684, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue:focus, .u-btn-outline-blue.active {
  color: #fff;
  background-color: #3398dc;
}

/* line 4688, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue:hover {
  color: #fff;
  background-color: #3398dc;
}

/* line 4692, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4695, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v1-1::after, .u-btn-outline-blue.u-btn-hover-v1-1:hover::after {
  background-color: #49a3e0;
}

/* line 4698, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4702, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4705, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v1-2::after, .u-btn-outline-blue.u-btn-hover-v1-2:hover::after {
  background-color: #49a3e0;
}

/* line 4708, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4712, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4715, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v1-3::after, .u-btn-outline-blue.u-btn-hover-v1-3:hover::after {
  background-color: #49a3e0;
}

/* line 4718, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4722, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4725, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v1-4::after, .u-btn-outline-blue.u-btn-hover-v1-4:hover::after {
  background-color: #49a3e0;
}

/* line 4728, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4732, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4735, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v2-1::after, .u-btn-outline-blue.u-btn-hover-v2-1:hover::after {
  background-color: #49a3e0;
}

/* line 4738, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4742, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4745, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v2-2::after, .u-btn-outline-blue.u-btn-hover-v2-2:hover::after {
  background-color: #49a3e0;
}

/* line 4748, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-blue.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Indigo */
/* line 4753, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo {
  color: #4263a3;
  border-color: #4263a3;
  background-color: transparent;
}

/* line 4758, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo:focus, .u-btn-outline-indigo.active {
  color: #fff;
  background-color: #4263a3;
}

/* line 4762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo:hover {
  color: #fff;
  background-color: #4263a3;
}

/* line 4766, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4769, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v1-1::after, .u-btn-outline-indigo.u-btn-hover-v1-1:hover::after {
  background-color: #496eb5;
}

/* line 4772, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4776, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4779, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v1-2::after, .u-btn-outline-indigo.u-btn-hover-v1-2:hover::after {
  background-color: #496eb5;
}

/* line 4782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4786, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4789, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v1-3::after, .u-btn-outline-indigo.u-btn-hover-v1-3:hover::after {
  background-color: #496eb5;
}

/* line 4792, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4796, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4799, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v1-4::after, .u-btn-outline-indigo.u-btn-hover-v1-4:hover::after {
  background-color: #496eb5;
}

/* line 4802, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4806, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4809, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v2-1::after, .u-btn-outline-indigo.u-btn-hover-v2-1:hover::after {
  background-color: #496eb5;
}

/* line 4812, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4819, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v2-2::after, .u-btn-outline-indigo.u-btn-hover-v2-2:hover::after {
  background-color: #496eb5;
}

/* line 4822, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-indigo.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Purple */
/* line 4827, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple {
  color: #9a69cb;
  border-color: #9a69cb;
  background-color: transparent;
}

/* line 4832, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple:focus, .u-btn-outline-purple.active {
  color: #fff;
  background-color: #9a69cb;
}

/* line 4836, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple:hover {
  color: #fff;
  background-color: #9a69cb;
}

/* line 4840, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4843, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v1-1::after, .u-btn-outline-purple.u-btn-hover-v1-1:hover::after {
  background-color: #a77cd2;
}

/* line 4846, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4850, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4853, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v1-2::after, .u-btn-outline-purple.u-btn-hover-v1-2:hover::after {
  background-color: #a77cd2;
}

/* line 4856, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4863, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v1-3::after, .u-btn-outline-purple.u-btn-hover-v1-3:hover::after {
  background-color: #a77cd2;
}

/* line 4866, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4870, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4873, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v1-4::after, .u-btn-outline-purple.u-btn-hover-v1-4:hover::after {
  background-color: #a77cd2;
}

/* line 4876, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4880, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4883, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v2-1::after, .u-btn-outline-purple.u-btn-hover-v2-1:hover::after {
  background-color: #a77cd2;
}

/* line 4886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4890, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4893, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v2-2::after, .u-btn-outline-purple.u-btn-hover-v2-2:hover::after {
  background-color: #a77cd2;
}

/* line 4896, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-purple.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Dark Purple */
/* line 4901, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple {
  color: #6639b6;
  border-color: #6639b6;
  background-color: transparent;
}

/* line 4906, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple:focus, .u-btn-outline-darkpurple.active {
  color: #fff;
  background-color: #6639b6;
}

/* line 4910, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple:hover {
  color: #fff;
  background-color: #6639b6;
}

/* line 4914, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4917, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-1::after, .u-btn-outline-darkpurple.u-btn-hover-v1-1:hover::after {
  background-color: #7244c4;
}

/* line 4920, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4924, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4927, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-2::after, .u-btn-outline-darkpurple.u-btn-hover-v1-2:hover::after {
  background-color: #7244c4;
}

/* line 4930, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4937, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-3::after, .u-btn-outline-darkpurple.u-btn-hover-v1-3:hover::after {
  background-color: #7244c4;
}

/* line 4940, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4944, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4947, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-4::after, .u-btn-outline-darkpurple.u-btn-hover-v1-4:hover::after {
  background-color: #7244c4;
}

/* line 4950, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4954, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4957, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v2-1::after, .u-btn-outline-darkpurple.u-btn-hover-v2-1:hover::after {
  background-color: #7244c4;
}

/* line 4960, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4964, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4967, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v2-2::after, .u-btn-outline-darkpurple.u-btn-hover-v2-2:hover::after {
  background-color: #7244c4;
}

/* line 4970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-darkpurple.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Pink */
/* line 4975, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink {
  color: #e81c62;
  border-color: #e81c62;
  background-color: transparent;
}

/* line 4980, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink:focus, .u-btn-outline-pink.active {
  color: #fff;
  background-color: #e81c62;
}

/* line 4984, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink:hover {
  color: #fff;
  background-color: #e81c62;
}

/* line 4988, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4991, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v1-1::after, .u-btn-outline-pink.u-btn-hover-v1-1:hover::after {
  background-color: #ea3372;
}

/* line 4994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4998, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5001, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v1-2::after, .u-btn-outline-pink.u-btn-hover-v1-2:hover::after {
  background-color: #ea3372;
}

/* line 5004, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5008, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5011, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v1-3::after, .u-btn-outline-pink.u-btn-hover-v1-3:hover::after {
  background-color: #ea3372;
}

/* line 5014, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5018, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5021, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v1-4::after, .u-btn-outline-pink.u-btn-hover-v1-4:hover::after {
  background-color: #ea3372;
}

/* line 5024, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5028, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5031, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v2-1::after, .u-btn-outline-pink.u-btn-hover-v2-1:hover::after {
  background-color: #ea3372;
}

/* line 5034, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5038, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5041, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v2-2::after, .u-btn-outline-pink.u-btn-hover-v2-2:hover::after {
  background-color: #ea3372;
}

/* line 5044, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-pink.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Orange */
/* line 5049, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange {
  color: #e57d20;
  border-color: #e57d20;
  background-color: transparent;
}

/* line 5054, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange:focus, .u-btn-outline-orange.active {
  color: #fff;
  background-color: #e57d20;
}

/* line 5058, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange:hover {
  color: #fff;
  background-color: #e57d20;
}

/* line 5062, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5065, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v1-1::after, .u-btn-outline-orange.u-btn-hover-v1-1:hover::after {
  background-color: #e88a37;
}

/* line 5068, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5072, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5075, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v1-2::after, .u-btn-outline-orange.u-btn-hover-v1-2:hover::after {
  background-color: #e88a37;
}

/* line 5078, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5082, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5085, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v1-3::after, .u-btn-outline-orange.u-btn-hover-v1-3:hover::after {
  background-color: #e88a37;
}

/* line 5088, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5092, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5095, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v1-4::after, .u-btn-outline-orange.u-btn-hover-v1-4:hover::after {
  background-color: #e88a37;
}

/* line 5098, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5102, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5105, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v2-1::after, .u-btn-outline-orange.u-btn-hover-v2-1:hover::after {
  background-color: #e88a37;
}

/* line 5108, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5112, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5115, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v2-2::after, .u-btn-outline-orange.u-btn-hover-v2-2:hover::after {
  background-color: #e88a37;
}

/* line 5118, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-orange.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Deep Orange */
/* line 5123, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange {
  color: #fe541e;
  border-color: #fe541e;
  background-color: transparent;
}

/* line 5128, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange:focus, .u-btn-outline-deeporange.active {
  color: #fff;
  background-color: #fe541e;
}

/* line 5132, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange:hover {
  color: #fff;
  background-color: #fe541e;
}

/* line 5136, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5139, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v1-1::after, .u-btn-outline-deeporange.u-btn-hover-v1-1:hover::after {
  background-color: #fe6737;
}

/* line 5142, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5146, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5149, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v1-2::after, .u-btn-outline-deeporange.u-btn-hover-v1-2:hover::after {
  background-color: #fe6737;
}

/* line 5152, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5156, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5159, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v1-3::after, .u-btn-outline-deeporange.u-btn-hover-v1-3:hover::after {
  background-color: #fe6737;
}

/* line 5162, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5166, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5169, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v1-4::after, .u-btn-outline-deeporange.u-btn-hover-v1-4:hover::after {
  background-color: #fe6737;
}

/* line 5172, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5176, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5179, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v2-1::after, .u-btn-outline-deeporange.u-btn-hover-v2-1:hover::after {
  background-color: #fe6737;
}

/* line 5182, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5186, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5189, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v2-2::after, .u-btn-outline-deeporange.u-btn-hover-v2-2:hover::after {
  background-color: #fe6737;
}

/* line 5192, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-deeporange.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Yellow */
/* line 5197, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow {
  color: #555;
  border-color: #ebc71d;
  background-color: transparent;
}

/* line 5202, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow:focus, .u-btn-outline-yellow.active {
  color: #555;
  background-color: #ebc71d;
}

/* line 5206, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow:hover {
  color: #555;
  background-color: #ebc71d;
}

/* line 5210, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5213, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v1-1::after, .u-btn-outline-yellow.u-btn-hover-v1-1:hover::after {
  background-color: #edcd34;
}

/* line 5216, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5220, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5223, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v1-2::after, .u-btn-outline-yellow.u-btn-hover-v1-2:hover::after {
  background-color: #edcd34;
}

/* line 5226, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5230, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5233, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v1-3::after, .u-btn-outline-yellow.u-btn-hover-v1-3:hover::after {
  background-color: #edcd34;
}

/* line 5236, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5240, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5243, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v1-4::after, .u-btn-outline-yellow.u-btn-hover-v1-4:hover::after {
  background-color: #edcd34;
}

/* line 5246, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5250, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5253, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v2-1::after, .u-btn-outline-yellow.u-btn-hover-v2-1:hover::after {
  background-color: #edcd34;
}

/* line 5256, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5260, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5263, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v2-2::after, .u-btn-outline-yellow.u-btn-hover-v2-2:hover::after {
  background-color: #edcd34;
}

/* line 5266, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-yellow.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Aqua */
/* line 5271, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua {
  color: #29d6e6;
  border-color: #29d6e6;
  background-color: transparent;
}

/* line 5276, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua:focus, .u-btn-outline-aqua.active {
  color: #fff;
  background-color: #29d6e6;
}

/* line 5280, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua:hover {
  color: #fff;
  background-color: #29d6e6;
}

/* line 5284, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5287, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v1-1::after, .u-btn-outline-aqua.u-btn-hover-v1-1:hover::after {
  background-color: #40dae9;
}

/* line 5290, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5294, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5297, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v1-2::after, .u-btn-outline-aqua.u-btn-hover-v1-2:hover::after {
  background-color: #40dae9;
}

/* line 5300, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5304, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5307, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v1-3::after, .u-btn-outline-aqua.u-btn-hover-v1-3:hover::after {
  background-color: #40dae9;
}

/* line 5310, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5314, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5317, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v1-4::after, .u-btn-outline-aqua.u-btn-hover-v1-4:hover::after {
  background-color: #40dae9;
}

/* line 5320, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5327, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v2-1::after, .u-btn-outline-aqua.u-btn-hover-v2-1:hover::after {
  background-color: #40dae9;
}

/* line 5330, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5334, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5337, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v2-2::after, .u-btn-outline-aqua.u-btn-hover-v2-2:hover::after {
  background-color: #40dae9;
}

/* line 5340, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-aqua.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Cyan */
/* line 5345, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan {
  color: #00bed6;
  border-color: #00bed6;
  background-color: transparent;
}

/* line 5350, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan:focus, .u-btn-outline-cyan.active {
  color: #fff;
  background-color: #00bed6;
}

/* line 5354, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan:hover {
  color: #fff;
  background-color: #00bed6;
}

/* line 5358, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5361, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v1-1::after, .u-btn-outline-cyan.u-btn-hover-v1-1:hover::after {
  background-color: #00d5f0;
}

/* line 5364, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5368, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5371, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v1-2::after, .u-btn-outline-cyan.u-btn-hover-v1-2:hover::after {
  background-color: #00d5f0;
}

/* line 5374, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5378, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5381, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v1-3::after, .u-btn-outline-cyan.u-btn-hover-v1-3:hover::after {
  background-color: #00d5f0;
}

/* line 5384, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5388, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5391, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v1-4::after, .u-btn-outline-cyan.u-btn-hover-v1-4:hover::after {
  background-color: #00d5f0;
}

/* line 5394, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5398, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5401, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v2-1::after, .u-btn-outline-cyan.u-btn-hover-v2-1:hover::after {
  background-color: #00d5f0;
}

/* line 5404, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5408, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5411, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v2-2::after, .u-btn-outline-cyan.u-btn-hover-v2-2:hover::after {
  background-color: #00d5f0;
}

/* line 5414, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-cyan.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Teal */
/* line 5419, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal {
  color: #18ba9b;
  border-color: #18ba9b;
  background-color: transparent;
}

/* line 5424, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal:focus, .u-btn-outline-teal.active {
  color: #fff;
  background-color: #18ba9b;
}

/* line 5428, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal:hover {
  color: #fff;
  background-color: #18ba9b;
}

/* line 5432, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5435, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v1-1::after, .u-btn-outline-teal.u-btn-hover-v1-1:hover::after {
  background-color: #1bd1ae;
}

/* line 5438, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5445, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v1-2::after, .u-btn-outline-teal.u-btn-hover-v1-2:hover::after {
  background-color: #1bd1ae;
}

/* line 5448, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5452, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5455, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v1-3::after, .u-btn-outline-teal.u-btn-hover-v1-3:hover::after {
  background-color: #1bd1ae;
}

/* line 5458, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5462, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5465, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v1-4::after, .u-btn-outline-teal.u-btn-hover-v1-4:hover::after {
  background-color: #1bd1ae;
}

/* line 5468, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5472, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5475, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v2-1::after, .u-btn-outline-teal.u-btn-hover-v2-1:hover::after {
  background-color: #1bd1ae;
}

/* line 5478, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5482, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5485, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v2-2::after, .u-btn-outline-teal.u-btn-hover-v2-2:hover::after {
  background-color: #1bd1ae;
}

/* line 5488, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-teal.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Brown */
/* line 5493, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown {
  color: #9c8061;
  border-color: #9c8061;
  background-color: transparent;
}

/* line 5498, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown:focus, .u-btn-outline-brown.active {
  color: #fff;
  background-color: #9c8061;
}

/* line 5502, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown:hover {
  color: #fff;
  background-color: #9c8061;
}

/* line 5506, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5509, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v1-1::after, .u-btn-outline-brown.u-btn-hover-v1-1:hover::after {
  background-color: #a68d70;
}

/* line 5512, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5519, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v1-2::after, .u-btn-outline-brown.u-btn-hover-v1-2:hover::after {
  background-color: #a68d70;
}

/* line 5522, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5526, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v1-3::after, .u-btn-outline-brown.u-btn-hover-v1-3:hover::after {
  background-color: #a68d70;
}

/* line 5532, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5536, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5539, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v1-4::after, .u-btn-outline-brown.u-btn-hover-v1-4:hover::after {
  background-color: #a68d70;
}

/* line 5542, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5546, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5549, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v2-1::after, .u-btn-outline-brown.u-btn-hover-v2-1:hover::after {
  background-color: #a68d70;
}

/* line 5552, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5556, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5559, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v2-2::after, .u-btn-outline-brown.u-btn-hover-v2-2:hover::after {
  background-color: #a68d70;
}

/* line 5562, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-brown.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Bluegrey */
/* line 5567, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray {
  color: #585f69;
  border-color: #585f69;
  background-color: transparent;
}

/* line 5572, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray:focus, .u-btn-outline-bluegray.active {
  color: #fff;
  background-color: #585f69;
}

/* line 5576, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray:hover {
  color: #fff;
  background-color: #585f69;
}

/* line 5580, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5583, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v1-1::after, .u-btn-outline-bluegray.u-btn-hover-v1-1:hover::after {
  background-color: #646c77;
}

/* line 5586, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5590, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5593, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v1-2::after, .u-btn-outline-bluegray.u-btn-hover-v1-2:hover::after {
  background-color: #646c77;
}

/* line 5596, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5600, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5603, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v1-3::after, .u-btn-outline-bluegray.u-btn-hover-v1-3:hover::after {
  background-color: #646c77;
}

/* line 5606, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5610, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5613, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v1-4::after, .u-btn-outline-bluegray.u-btn-hover-v1-4:hover::after {
  background-color: #646c77;
}

/* line 5616, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5620, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5623, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v2-1::after, .u-btn-outline-bluegray.u-btn-hover-v2-1:hover::after {
  background-color: #646c77;
}

/* line 5626, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5630, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5633, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v2-2::after, .u-btn-outline-bluegray.u-btn-hover-v2-2:hover::after {
  background-color: #646c77;
}

/* line 5636, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-bluegray.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Button Facebook */
/* line 5641, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-facebook {
  color: #3b5998;
  border-color: #3b5998;
  background-color: transparent;
}

/* line 5646, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-facebook:focus, .u-btn-outline-facebook.active {
  color: #fff;
  background-color: #3b5998;
}

/* line 5650, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-facebook:hover {
  color: #fff;
  background-color: #3b5998;
}

/* Button Twitter */
/* line 5655, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-twitter {
  color: #00acee;
  border-color: #00acee;
  background-color: transparent;
}

/* line 5660, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-twitter:focus, .u-btn-outline-twitter.active {
  color: #fff;
  background-color: #00acee;
}

/* line 5664, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-twitter:hover {
  color: #fff;
  background-color: #00acee;
}

/* Button Dribbble */
/* line 5669, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-dribbble {
  color: #ea4c89;
  border-color: #ea4c89;
  background-color: transparent;
}

/* line 5674, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-dribbble:focus, .u-btn-outline-dribbble.active {
  color: #fff;
  background-color: #ea4c89;
}

/* line 5678, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-dribbble:hover {
  color: #fff;
  background-color: #ea4c89;
}

/* Gradient Style v1 */
/* line 5683, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-gradient-v1 {
  color: #fff;
  background: linear-gradient(to right, #4776E6 0%, #8E54E9 100%) !important;
  -o-border-image: linear-gradient(to right, #4776E6 0%, #8E54E9 100%);
     border-image: linear-gradient(to right, #4776E6 0%, #8E54E9 100%);
  border-image-slice: 1;
}

/* line 5693, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-gradient-v1:hover, .u-btn-gradient-v1:focus, .u-btn-gradient-v1.active {
  opacity: .9;
  color: #fff;
}

/* Gradient Style v2 */
/* line 5698, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-gradient-v2 {
  color: #fff;
  background: linear-gradient(to right, #E040FB 0%, #00BCD4 100%) !important;
  -o-border-image: linear-gradient(to right, #E040FB 0%, #00BCD4 100%);
     border-image: linear-gradient(to right, #E040FB 0%, #00BCD4 100%);
  border-image-slice: 1;
}

/* line 5708, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-gradient-v2:hover, .u-btn-gradient-v2:focus, .u-btn-gradient-v2.active {
  opacity: .9;
  color: #fff;
}

/* Gradient Style v1 */
/* line 5713, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-gradient-v1 {
  color: #555;
  background: transparent;
  -o-border-image: linear-gradient(to right, #4776E6 0%, #8E54E9 100%);
     border-image: linear-gradient(to right, #4776E6 0%, #8E54E9 100%);
  border-image-slice: 1;
}

/* line 5721, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-gradient-v1:hover, .u-btn-outline-gradient-v1:focus, .u-btn-outline-gradient-v1.active {
  background: linear-gradient(to right, #4776E6 0%, #8E54E9 100%);
  color: #fff;
}

/* Gradient Style v2 */
/* line 5728, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-gradient-v2 {
  color: #555;
  background: transparent;
  -o-border-image: linear-gradient(to right, #E040FB 0%, #00BCD4 100%);
     border-image: linear-gradient(to right, #E040FB 0%, #00BCD4 100%);
  border-image-slice: 1;
}

/* line 5736, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-outline-gradient-v2:hover, .u-btn-outline-gradient-v2:focus, .u-btn-outline-gradient-v2.active {
  background: linear-gradient(to right, #E040FB 0%, #00BCD4 100%);
  color: #fff;
}

/* Material Styles
------------------------------------*/
/* line 5744, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-raised,
.u-btn-raised:active:focus,
.u-btn-raised:focus {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/*------------------------------------
  Material: Floating
------------------------------------*/
/* line 5753, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-floating {
  width: 2.85714rem;
  height: 2.85714rem;
  padding: 0;
  border-radius: 50%;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2.85714rem;
}

/* line 5762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-floating i {
  font-size: 1.6rem;
  line-height: 2.71429rem;
}

/* line 5766, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-floating.u-halfway-fab {
  position: absolute;
  right: 1.71429rem;
  bottom: -1.42857rem;
}

/* line 5771, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-floating.u-halfway-fab--left {
  right: auto;
  left: 1.71429rem;
}

/* line 5775, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-floating--large {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}

/* line 5780, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-floating--large i {
  font-size: 1.6rem;
  line-height: 3.85714rem;
}

/* line 5784, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-floating--large.u-halfway-fab {
  bottom: -2rem;
}

/* line 5787, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
button.u-btn-floating {
  border: none;
}

/*------------------------------------
  Material: Flat
------------------------------------*/
/* line 5793, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-flat {
  color: #555;
  background-color: transparent;
}

/* line 5797, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-flat:hover {
  background-color: rgba(221, 221, 221, 0.4);
}

/* line 5800, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-flat:hover, .u-btn-flat:focus {
  color: #555;
}

/*------------------------------------
  Icons Styles
------------------------------------*/
/* line 5806, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v1,
.u-icon-v2,
.u-icon-v3,
.u-icon-v4 {
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all .2s ease-in-out;
}

/* line 5817, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v1:hover,
.u-icon-v2:hover,
.u-icon-v3:hover,
.u-icon-v4:hover {
  text-decoration: none;
}

/* line 5823, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v1::before,
.u-icon-v2::before,
.u-icon-v3::before {
  display: block;
}

/* line 5828, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v1 > i,
.u-icon-v2 > i,
.u-icon-v3 > i,
.u-icon-v4 > span > i {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

/* line 5840, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-icon-v"] .u-line-icon-pro {
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

/* line 5845, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-rotation {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 5850, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-rotation .u-icon__elem {
  -webkit-transform: rotate(-45deg) translate(15%, -30%);
  transform: rotate(-45deg) translate(15%, -30%);
}

/* line 5855, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-rotation .u-line-icon-pro {
  -webkit-transform: rotate(-45deg) translate(25%, -30%);
  transform: rotate(-45deg) translate(25%, -30%);
}

/*------------------------------------
  Icon-v1
------------------------------------*/
/* line 5863, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v1,
.u-icon-v1 .u-icon__elem-regular,
.u-icon-v1 .u-icon__elem-hover {
  width: 2.57143rem;
  height: 2.57143rem;
  font-size: 1.42857rem;
}

/* line 5870, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v1.u-icon-size--xs,
.u-icon-v1.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v1.u-icon-size--xs .u-icon__elem-hover {
  width: 1.64286rem;
  height: 1.64286rem;
  font-size: 0.92857rem;
}

/* line 5877, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v1.u-icon-size--sm,
.u-icon-v1.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v1.u-icon-size--sm .u-icon__elem-hover {
  width: 2.28571rem;
  height: 2.28571rem;
  font-size: 1.28571rem;
}

/* line 5884, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v1.u-icon-size--lg,
.u-icon-v1.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v1.u-icon-size--lg .u-icon__elem-hover {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 2.5rem;
}

/* line 5891, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v1.u-icon-size--xl,
.u-icon-v1.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v1.u-icon-size--xl .u-icon__elem-hover {
  width: 5.14286rem;
  height: 5.14286rem;
  font-size: 2.85714rem;
}

/* line 5898, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v1.u-icon-size--2xl,
.u-icon-v1.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v1.u-icon-size--2xl .u-icon__elem-hover {
  width: 5.85714rem;
  height: 5.85714rem;
  font-size: 3.57143rem;
}

/* line 5905, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v1.u-icon-size--3xl,
.u-icon-v1.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v1.u-icon-size--3xl .u-icon__elem-hover {
  width: 8rem;
  height: 8rem;
  font-size: 5.71429rem;
}

/*------------------------------------
  Icon-v2
------------------------------------*/
/* line 5915, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2, .u-icon-v2 .u-icon__elem-regular,
.u-icon-v2 .u-icon__elem-hover, .u-icon-v3, .u-icon-v3 .u-icon__elem-regular,
.u-icon-v3 .u-icon__elem-hover, .u-icon-v4 .u-icon-v4-inner, .u-icon-v4 .u-icon__elem-regular,
.u-icon-v4 .u-icon__elem-hover, .u-icon-v5 {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem;
}

/* line 5923, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--xs,
.u-icon-v2.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xs .u-icon__elem-hover, .u-icon-v3.u-icon-size--xs,
.u-icon-v3.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xs .u-icon__elem-hover, .u-icon-v4.u-icon-size--xs .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xs .u-icon__elem-hover, .u-icon-v5.u-icon-size--xs {
  width: 2.14286rem;
  height: 2.14286rem;
  font-size: 0.92857rem;
}

/* line 5934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--sm,
.u-icon-v2.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v2.u-icon-size--sm .u-icon__elem-hover, .u-icon-v3.u-icon-size--sm,
.u-icon-v3.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v3.u-icon-size--sm .u-icon__elem-hover, .u-icon-v4.u-icon-size--sm .u-icon-v4-inner,
.u-icon-v4.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v4.u-icon-size--sm .u-icon__elem-hover, .u-icon-v5.u-icon-size--sm {
  width: 2.85714rem;
  height: 2.85714rem;
  font-size: 1.28571rem;
}

/* line 5945, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--lg,
.u-icon-v2.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v2.u-icon-size--lg .u-icon__elem-hover, .u-icon-v3.u-icon-size--lg,
.u-icon-v3.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v3.u-icon-size--lg .u-icon__elem-hover, .u-icon-v4.u-icon-size--lg .u-icon-v4-inner,
.u-icon-v4.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v4.u-icon-size--lg .u-icon__elem-hover, .u-icon-v5.u-icon-size--lg {
  width: 5rem;
  height: 5rem;
  font-size: 2.14286rem;
}

/* line 5956, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--xl,
.u-icon-v2.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--xl,
.u-icon-v3.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--xl {
  width: 6.42857rem;
  height: 6.42857rem;
  font-size: 2.85714rem;
}

/* line 5967, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--2xl,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--2xl,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--2xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--2xl {
  width: 7.14286rem;
  height: 7.14286rem;
  font-size: 3.21429rem;
}

/* line 5978, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--3xl,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--3xl,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--3xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--3xl {
  width: 9.28571rem;
  height: 9.28571rem;
  font-size: 3.57143rem;
}

/* line 5989, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2 {
  border-width: 1px;
  border-style: solid;
}

/* line 5993, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--2xl,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-hover {
  border-width: 1.5px;
}

/* line 5998, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--3xl,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-hover {
  border-width: 1.5px;
}

/*------------------------------------
  Icon-v3
------------------------------------*/
/* line 6006, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2, .u-icon-v2 .u-icon__elem-regular,
.u-icon-v2 .u-icon__elem-hover, .u-icon-v3, .u-icon-v3 .u-icon__elem-regular,
.u-icon-v3 .u-icon__elem-hover, .u-icon-v4 .u-icon-v4-inner, .u-icon-v4 .u-icon__elem-regular,
.u-icon-v4 .u-icon__elem-hover, .u-icon-v5 {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem;
}

/* line 6014, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--xs,
.u-icon-v2.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xs .u-icon__elem-hover, .u-icon-v3.u-icon-size--xs,
.u-icon-v3.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xs .u-icon__elem-hover, .u-icon-v4.u-icon-size--xs .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xs .u-icon__elem-hover, .u-icon-v5.u-icon-size--xs {
  width: 2.14286rem;
  height: 2.14286rem;
  font-size: 0.92857rem;
}

/* line 6025, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--sm,
.u-icon-v2.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v2.u-icon-size--sm .u-icon__elem-hover, .u-icon-v3.u-icon-size--sm,
.u-icon-v3.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v3.u-icon-size--sm .u-icon__elem-hover, .u-icon-v4.u-icon-size--sm .u-icon-v4-inner,
.u-icon-v4.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v4.u-icon-size--sm .u-icon__elem-hover, .u-icon-v5.u-icon-size--sm {
  width: 2.85714rem;
  height: 2.85714rem;
  font-size: 1.28571rem;
}

/* line 6036, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--lg,
.u-icon-v2.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v2.u-icon-size--lg .u-icon__elem-hover, .u-icon-v3.u-icon-size--lg,
.u-icon-v3.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v3.u-icon-size--lg .u-icon__elem-hover, .u-icon-v4.u-icon-size--lg .u-icon-v4-inner,
.u-icon-v4.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v4.u-icon-size--lg .u-icon__elem-hover, .u-icon-v5.u-icon-size--lg {
  width: 5rem;
  height: 5rem;
  font-size: 2.14286rem;
}

/* line 6047, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--xl,
.u-icon-v2.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--xl,
.u-icon-v3.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--xl {
  width: 6.42857rem;
  height: 6.42857rem;
  font-size: 2.85714rem;
}

/* line 6058, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--2xl,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--2xl,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--2xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--2xl {
  width: 7.14286rem;
  height: 7.14286rem;
  font-size: 3.21429rem;
}

/* line 6069, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--3xl,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--3xl,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--3xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--3xl {
  width: 9.28571rem;
  height: 9.28571rem;
  font-size: 3.57143rem;
}

/* line 6080, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v3 {
  background-color: #eee;
}

/*------------------------------------
  Icon-v4
------------------------------------*/
/* line 6086, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2, .u-icon-v2 .u-icon__elem-regular,
.u-icon-v2 .u-icon__elem-hover, .u-icon-v3, .u-icon-v3 .u-icon__elem-regular,
.u-icon-v3 .u-icon__elem-hover, .u-icon-v4 .u-icon-v4-inner, .u-icon-v4 .u-icon__elem-regular,
.u-icon-v4 .u-icon__elem-hover, .u-icon-v5 {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem;
}

/* line 6094, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--xs,
.u-icon-v2.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xs .u-icon__elem-hover, .u-icon-v3.u-icon-size--xs,
.u-icon-v3.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xs .u-icon__elem-hover, .u-icon-v4.u-icon-size--xs .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xs .u-icon__elem-hover, .u-icon-v5.u-icon-size--xs {
  width: 2.14286rem;
  height: 2.14286rem;
  font-size: 0.92857rem;
}

/* line 6105, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--sm,
.u-icon-v2.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v2.u-icon-size--sm .u-icon__elem-hover, .u-icon-v3.u-icon-size--sm,
.u-icon-v3.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v3.u-icon-size--sm .u-icon__elem-hover, .u-icon-v4.u-icon-size--sm .u-icon-v4-inner,
.u-icon-v4.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v4.u-icon-size--sm .u-icon__elem-hover, .u-icon-v5.u-icon-size--sm {
  width: 2.85714rem;
  height: 2.85714rem;
  font-size: 1.28571rem;
}

/* line 6116, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--lg,
.u-icon-v2.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v2.u-icon-size--lg .u-icon__elem-hover, .u-icon-v3.u-icon-size--lg,
.u-icon-v3.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v3.u-icon-size--lg .u-icon__elem-hover, .u-icon-v4.u-icon-size--lg .u-icon-v4-inner,
.u-icon-v4.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v4.u-icon-size--lg .u-icon__elem-hover, .u-icon-v5.u-icon-size--lg {
  width: 5rem;
  height: 5rem;
  font-size: 2.14286rem;
}

/* line 6127, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--xl,
.u-icon-v2.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--xl,
.u-icon-v3.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--xl {
  width: 6.42857rem;
  height: 6.42857rem;
  font-size: 2.85714rem;
}

/* line 6138, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--2xl,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--2xl,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--2xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--2xl {
  width: 7.14286rem;
  height: 7.14286rem;
  font-size: 3.21429rem;
}

/* line 6149, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--3xl,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--3xl,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--3xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--3xl {
  width: 9.28571rem;
  height: 9.28571rem;
  font-size: 3.57143rem;
}

/* line 6160, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4 {
  padding: 0.57143rem;
  background: transparent !important;
  border: solid 1px #eee;
  transition: all .1s ease-in-out;
}

/* line 6168, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-inner {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
}

/* line 6174, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4 .u-icon-v4-inner {
  z-index: 1;
  transition: all .2s ease-in-out;
}

/* line 6180, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-rounded-3,
.u-icon-v4-rounded-3 .u-icon-v4-inner {
  border-radius: 3px;
}

/* line 6184, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-rounded-7,
.u-icon-v4-rounded-7 .u-icon-v4-inner {
  border-radius: 7px;
}

/* line 6188, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-rounded-10,
.u-icon-v4-rounded-10 .u-icon-v4-inner {
  border-radius: 10px;
}

/* line 6192, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-rounded-50x,
.u-icon-v4-rounded-50x .u-icon-v4-inner {
  border-radius: 50%;
}

/* line 6196, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-primary {
  border-color: #72c02c;
}

/* line 6199, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-primary .u-icon-v4-inner {
  background: #72c02c;
}

/* line 6202, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-white {
  border-color: #fff;
}

/* line 6205, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-white .u-icon-v4-inner {
  background: #fff;
}

/* line 6208, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-gray-light-v3 {
  border-color: #ddd;
}

/* line 6211, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-gray-light-v3 .u-icon-v4-inner {
  background: #ddd;
}

/* line 6214, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-gray-dark-v3 {
  border-color: #555;
}

/* line 6217, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-gray-dark-v3 .u-icon-v4-inner {
  background: #555;
}

/* line 6220, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-black {
  border-color: #000;
}

/* line 6223, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-black .u-icon-v4-inner {
  background: #000;
}

/* line 6226, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-primary--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-primary--hover {
  border-color: #72c02c;
}

/* line 6230, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-primary--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-primary--hover .u-icon-v4-inner {
  background: #72c02c;
}

/* line 6234, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-white--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-white--hover {
  border-color: #fff;
}

/* line 6238, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-white--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-white--hover .u-icon-v4-inner {
  background: #fff;
}

/* line 6242, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-gray-light-v3--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-gray-light-v3--hover {
  border-color: #ddd;
}

/* line 6246, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-gray-light-v3--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-gray-light-v3--hover .u-icon-v4-inner {
  background: #ddd;
}

/* line 6250, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-gray-dark-v3--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-gray-dark-v3--hover {
  border-color: #555;
}

/* line 6254, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-gray-dark-v3--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-gray-dark-v3--hover .u-icon-v4-inner {
  background: #555;
}

/* line 6258, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-black--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-black--hover {
  border-color: #000;
}

/* line 6262, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-black--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-black--hover .u-icon-v4-inner {
  background: #000;
}

/*------------------------------------
  Icon-v4 Additional BG colors
------------------------------------*/
/* line 6269, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-red {
  border-color: #f00;
}

/* line 6272, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-red .u-icon-v4-inner {
  background: #f00;
}

/* line 6275, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-lightred {
  border-color: #e64b3b;
}

/* line 6278, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-lightred .u-icon-v4-inner {
  background: #e64b3b;
}

/* line 6281, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-darkred {
  border-color: #a10f2b;
}

/* line 6284, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-darkred .u-icon-v4-inner {
  background: #a10f2b;
}

/* line 6287, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-blue {
  border-color: #3398dc;
}

/* line 6290, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-blue .u-icon-v4-inner {
  background: #3398dc;
}

/* line 6293, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-indigo {
  border-color: #4263a3;
}

/* line 6296, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-indigo .u-icon-v4-inner {
  background: #4263a3;
}

/* line 6299, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-purple {
  border-color: #9a69cb;
}

/* line 6302, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-purple .u-icon-v4-inner {
  background: #9a69cb;
}

/* line 6305, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-darkpurple {
  border-color: #6639b6;
}

/* line 6308, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-darkpurple .u-icon-v4-inner {
  background: #6639b6;
}

/* line 6311, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-pink {
  border-color: #e81c62;
}

/* line 6314, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-pink .u-icon-v4-inner {
  background: #e81c62;
}

/* line 6317, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-orange {
  border-color: #e57d20;
}

/* line 6320, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-orange .u-icon-v4-inner {
  background: #e57d20;
}

/* line 6323, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-deeporange {
  border-color: #fe541e;
}

/* line 6326, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-deeporange .u-icon-v4-inner {
  background: #fe541e;
}

/* line 6329, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-aqua {
  border-color: #29d6e6;
}

/* line 6332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-aqua .u-icon-v4-inner {
  background: #29d6e6;
}

/* line 6335, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-yellow {
  border-color: #ebc71d;
}

/* line 6338, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-yellow .u-icon-v4-inner {
  background: #ebc71d;
}

/* line 6341, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-cyan {
  border-color: #00bed6;
}

/* line 6344, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-cyan .u-icon-v4-inner {
  background: #00bed6;
}

/* line 6347, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-teal {
  border-color: #18ba9b;
}

/* line 6350, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-teal .u-icon-v4-inner {
  background: #18ba9b;
}

/* line 6353, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-brown {
  border-color: #9c8061;
}

/* line 6356, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-brown .u-icon-v4-inner {
  background: #9c8061;
}

/* line 6359, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-bluegray {
  border-color: #585f69;
}

/* line 6362, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-bluegray .u-icon-v4-inner {
  background: #585f69;
}

/* line 6365, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-red--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-red--hover {
  border-color: #f00;
}

/* line 6369, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-red--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-red--hover .u-icon-v4-inner {
  background: #f00;
}

/* line 6373, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-lightred--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-lightred--hover {
  border-color: #e64b3b;
}

/* line 6377, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-lightred--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-lightred--hover .u-icon-v4-inner {
  background: #e64b3b;
}

/* line 6381, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-darkred--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-darkred--hover {
  border-color: #a10f2b;
}

/* line 6385, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-darkred--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-darkred--hover .u-icon-v4-inner {
  background: #a10f2b;
}

/* line 6389, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-blue--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-blue--hover {
  border-color: #3398dc;
}

/* line 6393, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-blue--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-blue--hover .u-icon-v4-inner {
  background: #3398dc;
}

/* line 6397, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-indigo--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-indigo--hover {
  border-color: #4263a3;
}

/* line 6401, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-indigo--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-indigo--hover .u-icon-v4-inner {
  background: #4263a3;
}

/* line 6405, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-purple--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-purple--hover {
  border-color: #9a69cb;
}

/* line 6409, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-purple--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-purple--hover .u-icon-v4-inner {
  background: #9a69cb;
}

/* line 6413, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-darkpurple--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-darkpurple--hover {
  border-color: #6639b6;
}

/* line 6417, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-darkpurple--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-darkpurple--hover .u-icon-v4-inner {
  background: #6639b6;
}

/* line 6421, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-pink--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-pink--hover {
  border-color: #e81c62;
}

/* line 6425, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-pink--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-pink--hover .u-icon-v4-inner {
  background: #e81c62;
}

/* line 6429, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-orange--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-orange--hover {
  border-color: #e57d20;
}

/* line 6433, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-orange--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-orange--hover .u-icon-v4-inner {
  background: #e57d20;
}

/* line 6437, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-deeporange--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-deeporange--hover {
  border-color: #fe541e;
}

/* line 6441, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-deeporange--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-deeporange--hover .u-icon-v4-inner {
  background: #fe541e;
}

/* line 6445, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-aqua--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-aqua--hover {
  border-color: #29d6e6;
}

/* line 6449, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-aqua--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-aqua--hover .u-icon-v4-inner {
  background: #29d6e6;
}

/* line 6453, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-yellow--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-yellow--hover {
  border-color: #ebc71d;
}

/* line 6457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-yellow--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-yellow--hover .u-icon-v4-inner {
  background: #ebc71d;
}

/* line 6461, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-cyan--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-cyan--hover {
  border-color: #00bed6;
}

/* line 6465, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-cyan--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-cyan--hover .u-icon-v4-inner {
  background: #00bed6;
}

/* line 6469, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-teal--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-teal--hover {
  border-color: #18ba9b;
}

/* line 6473, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-teal--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-teal--hover .u-icon-v4-inner {
  background: #18ba9b;
}

/* line 6477, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-brown--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-brown--hover {
  border-color: #9c8061;
}

/* line 6481, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-brown--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-brown--hover .u-icon-v4-inner {
  background: #9c8061;
}

/* line 6485, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-bluegray--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-bluegray--hover {
  border-color: #585f69;
}

/* line 6489, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-bluegray--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-bluegray--hover .u-icon-v4-inner {
  background: #585f69;
}

/*------------------------------------
  Icon-v4 Social BG colors
------------------------------------*/
/* line 6496, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-facebook {
  border-color: #3b5998;
}

/* line 6499, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-facebook .u-icon-v4-inner {
  background-color: #3b5998;
}

/* line 6502, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-twitter {
  border-color: #00acee;
}

/* line 6505, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-twitter .u-icon-v4-inner {
  background-color: #00acee;
}

/* line 6508, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-google-plus {
  border-color: #dd4b39;
}

/* line 6511, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-google-plus .u-icon-v4-inner {
  background-color: #dd4b39;
}

/* line 6514, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-vk {
  border-color: #2b587a;
}

/* line 6517, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-vk .u-icon-v4-inner {
  background-color: #2b587a;
}

/* line 6520, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-linkedin {
  border-color: #0e76a8;
}

/* line 6523, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-linkedin .u-icon-v4-inner {
  background-color: #0e76a8;
}

/* line 6526, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-instagram {
  border-color: #3f729b;
}

/* line 6529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-instagram .u-icon-v4-inner {
  background-color: #3f729b;
}

/* line 6532, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-pinterest {
  border-color: #c8232c;
}

/* line 6535, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-pinterest .u-icon-v4-inner {
  background-color: #c8232c;
}

/* line 6538, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-vine {
  border-color: #00bf8f;
}

/* line 6541, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-vine .u-icon-v4-inner {
  background-color: #00bf8f;
}

/* line 6544, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-youtube {
  border-color: #c4302b;
}

/* line 6547, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-youtube .u-icon-v4-inner {
  background-color: #c4302b;
}

/* line 6550, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-skype {
  border-color: #00aff0;
}

/* line 6553, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-skype .u-icon-v4-inner {
  background-color: #00aff0;
}

/* line 6556, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-dribbble {
  border-color: #ea4c89;
}

/* line 6559, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-dribbble .u-icon-v4-inner {
  background-color: #ea4c89;
}

/* line 6562, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-facebook--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-facebook--hover {
  border-color: #3b5998;
}

/* line 6566, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-facebook--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-facebook--hover .u-icon-v4-inner {
  background: #3b5998;
}

/* line 6570, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-twitter--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-twitter--hover {
  border-color: #00acee;
}

/* line 6574, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-twitter--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-twitter--hover .u-icon-v4-inner {
  background: #00acee;
}

/* line 6578, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-google-plus--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-google-plus--hover {
  border-color: #dd4b39;
}

/* line 6582, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-google-plus--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-google-plus--hover .u-icon-v4-inner {
  background: #dd4b39;
}

/* line 6586, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-vk--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-vk--hover {
  border-color: #2b587a;
}

/* line 6590, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-vk--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-vk--hover .u-icon-v4-inner {
  background: #2b587a;
}

/* line 6594, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-linkedin--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-linkedin--hover {
  border-color: #0e76a8;
}

/* line 6598, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-linkedin--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-linkedin--hover .u-icon-v4-inner {
  background: #0e76a8;
}

/* line 6602, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-instagram--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-instagram--hover {
  border-color: #3f729b;
}

/* line 6606, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-instagram--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-instagram--hover .u-icon-v4-inner {
  background: #3f729b;
}

/* line 6610, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-pinterest--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-pinterest--hover {
  border-color: #c8232c;
}

/* line 6614, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-pinterest--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-pinterest--hover .u-icon-v4-inner {
  background: #c8232c;
}

/*------------------------------------
  Icon-v4 Gradient BG colors
------------------------------------*/
/* line 6621, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-lightblue-radialgradient-ellipse {
  border-color: #d6e2ee;
}

/* line 6624, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-lightblue-radialgradient-ellipse .u-icon-v4-inner {
  background: radial-gradient(ellipse at center center, #fff 22%, #d6e2ee 100%) repeat;
}

/* line 6628, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-gray-radialgradient-ellipse {
  border-color: #bbb;
}

/* line 6631, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-gray-radialgradient-ellipse .u-icon-v4-inner {
  background: radial-gradient(ellipse at center center, #ddd 22%, #bbb 100%) repeat;
}

/* line 6635, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-blue-radialgradient-circle {
  border-color: #275296;
}

/* line 6638, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-blue-radialgradient-circle .u-icon-v4-inner {
  background: radial-gradient(circle farthest-side at 100% 0, #2294d7, #275296) no-repeat;
}

/* line 6642, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-darkgray-radialgradient-circle {
  border-color: #31353e;
}

/* line 6645, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4-bg-darkgray-radialgradient-circle .u-icon-v4-inner {
  background: radial-gradient(circle farthest-side at 110% 0, #596070, #31353e) no-repeat;
}

/*------------------------------------
  Icon-v5
------------------------------------*/
/* line 6652, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2, .u-icon-v2 .u-icon__elem-regular,
.u-icon-v2 .u-icon__elem-hover, .u-icon-v3, .u-icon-v3 .u-icon__elem-regular,
.u-icon-v3 .u-icon__elem-hover, .u-icon-v4 .u-icon-v4-inner, .u-icon-v4 .u-icon__elem-regular,
.u-icon-v4 .u-icon__elem-hover, .u-icon-v5 {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem;
}

/* line 6660, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--xs,
.u-icon-v2.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xs .u-icon__elem-hover, .u-icon-v3.u-icon-size--xs,
.u-icon-v3.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xs .u-icon__elem-hover, .u-icon-v4.u-icon-size--xs .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xs .u-icon__elem-hover, .u-icon-v5.u-icon-size--xs {
  width: 2.14286rem;
  height: 2.14286rem;
  font-size: 0.92857rem;
}

/* line 6671, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--sm,
.u-icon-v2.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v2.u-icon-size--sm .u-icon__elem-hover, .u-icon-v3.u-icon-size--sm,
.u-icon-v3.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v3.u-icon-size--sm .u-icon__elem-hover, .u-icon-v4.u-icon-size--sm .u-icon-v4-inner,
.u-icon-v4.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v4.u-icon-size--sm .u-icon__elem-hover, .u-icon-v5.u-icon-size--sm {
  width: 2.85714rem;
  height: 2.85714rem;
  font-size: 1.28571rem;
}

/* line 6682, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--lg,
.u-icon-v2.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v2.u-icon-size--lg .u-icon__elem-hover, .u-icon-v3.u-icon-size--lg,
.u-icon-v3.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v3.u-icon-size--lg .u-icon__elem-hover, .u-icon-v4.u-icon-size--lg .u-icon-v4-inner,
.u-icon-v4.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v4.u-icon-size--lg .u-icon__elem-hover, .u-icon-v5.u-icon-size--lg {
  width: 5rem;
  height: 5rem;
  font-size: 2.14286rem;
}

/* line 6693, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--xl,
.u-icon-v2.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--xl,
.u-icon-v3.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--xl {
  width: 6.42857rem;
  height: 6.42857rem;
  font-size: 2.85714rem;
}

/* line 6704, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--2xl,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--2xl,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--2xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--2xl {
  width: 7.14286rem;
  height: 7.14286rem;
  font-size: 3.21429rem;
}

/* line 6715, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v2.u-icon-size--3xl,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--3xl,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--3xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--3xl {
  width: 9.28571rem;
  height: 9.28571rem;
  font-size: 3.57143rem;
}

/* line 6726, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5 {
  position: relative;
}

/* line 6729, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body .u-icon-v5 {
  background: transparent !important;
}

/* line 6732, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -.45em 0 0 -.4em;
  width: .8em;
  height: .8em;
  background-color: #eee;
  border-radius: 50%;
  opacity: .7;
}

/* line 6744, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5 i {
  position: relative;
  z-index: 2;
}

/* line 6748, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-main::after {
  background-color: #26304d;
}

/* line 6751, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-primary::after {
  background-color: #72c02c;
}

/* line 6754, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-black::after {
  background-color: #000;
}

/* line 6757, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-white::after {
  background-color: #fff;
}

/* line 6760, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-gray-light-v1::after {
  background-color: #bbb;
}

/* line 6763, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-gray-light-v2::after {
  background-color: #ccc;
}

/* line 6766, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-gray-light-v3::after {
  background-color: #ddd;
}

/* line 6769, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-gray-light-v4::after {
  background-color: #eee;
}

/* line 6772, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-gray-light-v5::after {
  background-color: #f7f7f7;
}

/* line 6775, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-gray-dark-v1::after {
  background-color: #111;
}

/* line 6778, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-gray-dark-v2::after {
  background-color: #333;
}

/* line 6781, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-gray-dark-v3::after {
  background-color: #555;
}

/* line 6784, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-gray-dark-v4::after {
  background-color: #777;
}

/* line 6787, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-gray-dark-v5::after {
  background-color: #999;
}

/* line 6790, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-green::after {
  background-color: #72c02c;
}

/* line 6793, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-blue::after {
  background-color: #3398dc;
}

/* line 6796, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-lightblue::after {
  background-color: #edf2f8;
}

/* line 6799, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-lightblue-v1::after {
  background-color: #d6e2ee;
}

/* line 6802, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-darkblue::after {
  background-color: #009;
}

/* line 6805, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-indigo::after {
  background-color: #4263a3;
}

/* line 6808, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-red::after {
  background-color: #f00;
}

/* line 6811, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-lightred::after {
  background-color: #e64b3b;
}

/* line 6814, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-darkred::after {
  background-color: #a10f2b;
}

/* line 6817, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-purple::after {
  background-color: #9a69cb;
}

/* line 6820, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-darkpurple::after {
  background-color: #6639b6;
}

/* line 6823, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-pink::after {
  background-color: #e81c62;
}

/* line 6826, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-orange::after {
  background-color: #e57d20;
}

/* line 6829, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-deeporange::after {
  background-color: #fe541e;
}

/* line 6832, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-yellow::after {
  background-color: #ebc71d;
}

/* line 6835, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-aqua::after {
  background-color: #29d6e6;
}

/* line 6838, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-cyan::after {
  background-color: #00bed6;
}

/* line 6841, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-teal::after {
  background-color: #18ba9b;
}

/* line 6844, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-brown::after {
  background-color: #9c8061;
}

/* line 6847, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v5.g-bg-bluegray::after {
  background-color: #585f69;
}

/*------------------------------------
  Image Icons
------------------------------------*/
/* line 6853, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-image-icon-size-xs,
.u-image-icon-size-sm,
.u-image-icon-size-md,
.u-image-icon-size-lg,
.u-image-icon-size-xl {
  height: auto;
}

/* line 6860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-image-icon-size-xs {
  width: 2.14286rem;
}

/* line 6863, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-image-icon-size-sm {
  width: 2.85714rem;
}

/* line 6866, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-image-icon-size-md {
  width: 3.92857rem;
}

/* line 6869, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-image-icon-size-lg {
  width: 5rem;
}

/* line 6872, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-image-icon-size-xl {
  width: 6.42857rem;
}

/* line 6875, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-image-icon-size-2xl {
  width: 7.14286rem;
}

/*------------------------------------
  Hover Effect of Icon on Block Hover
------------------------------------*/
/* line 6881, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block--hover:hover .g-opacity-0_5--hover {
  opacity: .5;
}

/* line 6884, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block--hover:hover .g-color-primary--hover {
  color: #72c02c;
}

/* line 6887, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block--hover:hover .g-brd-primary--hover {
  border-color: #72c02c;
}

/* line 6890, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block--hover:hover .g-bg-primary--hover {
  background: #72c02c;
}

/* line 6893, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block--hover:hover .g-color-white--hover {
  color: #fff;
}

/* line 6896, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block--hover:hover .g-brd-white--hover {
  border-color: #fff;
}

/* line 6899, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block--hover:hover .g-bg-white--hover {
  background: #fff;
}

/* line 6902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block--hover:hover .g-color-black--hover {
  color: #000;
}

/* line 6905, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block--hover:hover .g-brd-black--hover {
  border-color: #000;
}

/* line 6908, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block--hover:hover .g-bg-black--hover {
  background: #000;
}

/* line 6911, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block--hover:hover .g-color-gray-dark-v4--hover {
  color: #777;
}

/* line 6914, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block--hover:hover .g-brd-gray-dark-v4--hover {
  border-color: #777;
}

/* line 6917, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block--hover:hover .g-bg-gray-dark-v4--hover {
  background: #777;
}

/* line 6920, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-color-facebook--hover {
  color: #3b5998;
}

/* line 6923, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-brd-facebook--hover {
  border-color: #3b5998;
}

/* line 6926, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-bg-facebook--hover {
  background: #3b5998;
}

/* line 6929, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-color-twitter--hover {
  color: #00acee;
}

/* line 6932, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-brd-twitter--hover {
  border-color: #00acee;
}

/* line 6935, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-bg-twitter--hover {
  background: #00acee;
}

/* line 6938, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-color-google-plus--hover {
  color: #dd4b39;
}

/* line 6941, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-brd-google-plus--hover {
  border-color: #dd4b39;
}

/* line 6944, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-bg-google-plus--hover {
  background: #dd4b39;
}

/* line 6947, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-color-vk--hover {
  color: #2b587a;
}

/* line 6950, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-brd-vk--hover {
  border-color: #2b587a;
}

/* line 6953, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-bg-vk--hover {
  background: #2b587a;
}

/* line 6956, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-color-linkedin--hover {
  color: #0e76a8;
}

/* line 6959, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-brd-linkedin--hover {
  border-color: #0e76a8;
}

/* line 6962, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-bg-linkedin--hover {
  background: #0e76a8;
}

/* line 6965, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-color-instagram--hover {
  color: #3f729b;
}

/* line 6968, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-brd-instagram--hover {
  border-color: #3f729b;
}

/* line 6971, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-bg-instagram--hover {
  background: #3f729b;
}

/* line 6974, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-color-pinterest--hover {
  color: #c8232c;
}

/* line 6977, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-brd-pinterest--hover {
  border-color: #c8232c;
}

/* line 6980, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block-hover:hover .g-bg-pinterest--hover {
  background: #c8232c;
}

/*------------------------------------
  Scale Effect
------------------------------------*/
/* line 6986, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-scale-1_2--hover:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*------------------------------------
  Shadow Effect
------------------------------------*/
/* line 6994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-shadow--hover:hover,
.u-icon-block--hover:hover .u-icon-shadow--hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*------------------------------------
  Slide Effect v1
------------------------------------*/
/* line 7002, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-sliding--hover i::before {
  display: block;
}

/* line 7005, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-sliding--hover:hover i::before,
.u-icon-block--hover:hover .u-icon-sliding--hover i::before {
  -webkit-animation: toTopFromBottom .3s forwards;
  animation: toTopFromBottom .3s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/*------------------------------------
  Slide Effect v2
------------------------------------*/
/* line 7035, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon__elem-regular,
.u-icon__elem-hover {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  transition: all .3s ease-in-out;
}

/* line 7045, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon__elem-hover {
  position: absolute !important;
}

/* line 7048, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-up--hover,
.u-icon-slide-down--hover,
.u-icon-slide-left--hover,
.u-icon-slide-right--hover {
  overflow: hidden;
}

/* line 7054, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-up--hover .u-icon__elem-regular {
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

/* line 7059, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-up--hover .u-icon__elem-regular.u-line-icon-pro {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

/* line 7064, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-up--hover .u-icon__elem-hover {
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
}

/* line 7069, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-up--hover .u-icon__elem-hover.u-line-icon-pro {
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
}

/* line 7074, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-up--hover:hover .u-icon__elem-regular,
.u-icon-block--hover:hover .u-icon-slide-up--hover .u-icon__elem-regular {
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}

/* line 7080, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-up--hover:hover .u-icon__elem-regular.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-up--hover .u-icon__elem-regular.u-line-icon-pro {
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
}

/* line 7086, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-up--hover:hover .u-icon__elem-hover,
.u-icon-block--hover:hover .u-icon-slide-up--hover .u-icon__elem-hover {
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

/* line 7092, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-up--hover:hover .u-icon__elem-hover.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-up--hover .u-icon__elem-hover.u-line-icon-pro {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

/* line 7098, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-down--hover .u-icon__elem-regular {
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}

/* line 7103, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-down--hover .u-icon__elem-regular.u-line-icon-pro {
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
}

/* line 7108, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-down--hover .u-icon__elem-hover {
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

/* line 7113, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-down--hover .u-icon__elem-hover.u-line-icon-pro {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

/* line 7118, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-down--hover:hover .u-icon__elem-regular,
.u-icon-block--hover:hover .u-icon-slide-down--hover .u-icon__elem-regular {
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

/* line 7124, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-down--hover:hover .u-icon__elem-regular.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-down--hover .u-icon__elem-regular.u-line-icon-pro {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

/* line 7130, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-down--hover:hover .u-icon__elem-hover,
.u-icon-block--hover:hover .u-icon-slide-down--hover .u-icon__elem-hover {
  -webkit-transform: translateY(80%);
  transform: translateY(80%);
}

/* line 7136, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-down--hover:hover .u-icon__elem-hover.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-down--hover .u-icon__elem-hover.u-line-icon-pro {
  -webkit-transform: translateY(90%);
  transform: translateY(90%);
}

/* line 7142, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-left--hover .u-icon__elem-regular {
  -webkit-transform: translate(0, -20%);
  transform: translate(0, -20%);
}

/* line 7147, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-left--hover .u-icon__elem-regular.u-line-icon-pro {
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
}

/* line 7152, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-left--hover .u-icon__elem-hover {
  -webkit-transform: translate(110%, -20%);
  transform: translate(110%, -20%);
}

/* line 7157, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-left--hover .u-icon__elem-hover.u-line-icon-pro {
  -webkit-transform: translate(110%, -30%);
  transform: translate(110%, -30%);
}

/* line 7162, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-left--hover:hover .u-icon__elem-regular,
.u-icon-block--hover:hover .u-icon-slide-left--hover .u-icon__elem-regular {
  -webkit-transform: translate(-110%, -20%);
  transform: translate(-110%, -20%);
}

/* line 7168, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-left--hover:hover .u-icon__elem-regular.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-left--hover .u-icon__elem-regular.u-line-icon-pro {
  -webkit-transform: translate(-110%, -30%);
  transform: translate(-110%, -30%);
}

/* line 7174, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-left--hover:hover .u-icon__elem-hover,
.u-icon-block--hover:hover .u-icon-slide-left--hover .u-icon__elem-hover {
  -webkit-transform: translate(0, -20%);
  transform: translate(0, -20%);
}

/* line 7180, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-left--hover:hover .u-icon__elem-hover.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-left--hover .u-icon__elem-hover.u-line-icon-pro {
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
}

/* line 7186, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-right--hover .u-icon__elem-regular {
  -webkit-transform: translate(-110%, -20%);
  transform: translate(-110%, -20%);
}

/* line 7191, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-right--hover .u-icon__elem-regular.u-line-icon-pro {
  -webkit-transform: translate(-110%, -30%);
  transform: translate(-110%, -30%);
}

/* line 7196, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-right--hover .u-icon__elem-hover {
  -webkit-transform: translate(0, -20%);
  transform: translate(0, -20%);
}

/* line 7201, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-right--hover .u-icon__elem-hover.u-line-icon-pro {
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
}

/* line 7206, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-right--hover:hover .u-icon__elem-regular,
.u-icon-block--hover:hover .u-icon-slide-right--hover .u-icon__elem-regular {
  -webkit-transform: translate(0, -20%);
  transform: translate(0, -20%);
}

/* line 7212, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-right--hover:hover .u-icon__elem-regular.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-right--hover .u-icon__elem-regular.u-line-icon-pro {
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
}

/* line 7218, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-right--hover:hover .u-icon__elem-hover,
.u-icon-block--hover:hover .u-icon-slide-right--hover .u-icon__elem-hover {
  -webkit-transform: translate(110%, -20%);
  transform: translate(110%, -20%);
}

/* line 7224, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-slide-right--hover:hover .u-icon__elem-hover.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-right--hover .u-icon__elem-hover.u-line-icon-pro {
  -webkit-transform: translate(110%, -30%);
  transform: translate(110%, -30%);
}

/*------------------------------------
  Zoom Effect v1
------------------------------------*/
/* line 7233, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-block--hover:hover .u-icon-scale-1_2--hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 7238, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-rotation.u-icon-scale-1_2--hover:hover,
.u-icon-block--hover:hover .u-icon-rotation.u-icon-scale-1_2--hover {
  -webkit-transform: scale(1.2) rotate(45deg);
  transform: scale(1.2) rotate(45deg);
}

/*------------------------------------
  Changing a shape Effect
------------------------------------*/
/* line 7247, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-square--hover:hover,
.u-icon-v4.u-icon-square--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-square--hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-square--hover .u-icon-v4-inner {
  border-radius: 0;
}

/* line 7253, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-rounded-3--hover:hover,
.u-icon-v4.u-icon-rounded-3--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-rounded-3--hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-rounded-3--hover .u-icon-v4-inner {
  border-radius: 3px;
}

/* line 7259, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-rounded-10--hover:hover,
.u-icon-v4.u-icon-rounded-10--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-rounded-10--hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-rounded-10--hover .u-icon-v4-inner {
  border-radius: 10px;
}

/* line 7265, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-rounded-50x--hover:hover,
.u-icon-v4.u-icon-rounded-50x--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-rounded-50x--hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-rounded-50x--hover .u-icon-v4-inner {
  border-radius: 50%;
}

/*------------------------------------
  Effect v1
------------------------------------*/
/* line 7274, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v1-1--hover::after,
.u-icon-effect-v1-2--hover::after, .u-icon-effect-v2--hover::after, .u-icon-effect-v4--hover::after, .u-icon-effect-v5--hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-sizing: content-box;
  pointer-events: none;
}

/* line 7285, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v1-1--hover,
.u-icon-effect-v1-2--hover {
  position: relative;
  overflow: inherit;
}

/* line 7290, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v1-1--hover::after,
.u-icon-effect-v1-2--hover::after {
  top: -0.5rem;
  left: -0.5rem;
  padding: 0.5rem;
  box-shadow: 0 0 0 1px #72c02c;
  transition: all .2s ease-in-out;
  opacity: 0;
}

/* line 7302, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v1-1--hover:hover,
.u-icon-effect-v1-2--hover:hover,
.u-icon-v4.u-icon-effect-v1-1--hover:hover .u-icon-v4-inner,
.u-icon-v4.u-icon-effect-v1-2--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-effect-v1-1--hover,
.u-icon-block--hover:hover .u-icon-effect-v1-2--hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-effect-v1-1--hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4.u-icon-effect-v1-2--hover .u-icon-v4-inner {
  color: #fff;
  border-color: #72c02c;
  background: #72c02c !important;
}

/* line 7314, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4.u-icon-effect-v1-1--hover:hover,
.u-icon-v4.u-icon-effect-v1-2--hover:hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-effect-v1-1--hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-effect-v1-2--hover {
  border-color: transparent;
}

/* line 7320, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v1-1--hover::after {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 7325, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v1-1--hover:hover::after,
.u-icon-block--hover:hover .u-icon-effect-v1-1--hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 7332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v1-2--hover::after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 7337, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v1-2--hover:hover::after,
.u-icon-block--hover:hover .u-icon-effect-v1-2--hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 7344, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v4.u-icon-effect-v1-2--hover:hover::after,
.u-icon-block--hover:hover .u-icon-v4.u-icon-effect-v1-2--hover::after {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/*------------------------------------
  Effect v2
------------------------------------*/
/* line 7353, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v1-1--hover::after,
.u-icon-effect-v1-2--hover::after, .u-icon-effect-v2--hover::after, .u-icon-effect-v4--hover::after, .u-icon-effect-v5--hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-sizing: content-box;
  pointer-events: none;
}

/* line 7364, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v2--hover {
  transition: all .5s;
  overflow: inherit;
}

/* line 7370, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v2--hover::after {
  top: -4px;
  left: -4px;
  padding: 4px;
  z-index: -1;
  transition: all .5s;
}

/* line 7379, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v2--hover:hover,
.u-icon-effect-v2--hover:hover::after {
  background: #72c02c;
}

/* line 7383, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v2--hover:hover::after,
.u-icon-block--hover:hover .u-icon-effect-v2--hover::after {
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/*------------------------------------
  Effect v3
------------------------------------*/
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}
/* line 7408, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v3--hover:hover i,
.u-icon-block--hover:hover .u-icon-effect-v3--hover i {
  -webkit-animation: spinAround 1s linear infinite;
  animation: spinAround 1s linear infinite;
}

/*------------------------------------
  Effect v4
------------------------------------*/
/* line 7416, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v1-1--hover::after,
.u-icon-effect-v1-2--hover::after, .u-icon-effect-v2--hover::after, .u-icon-effect-v4--hover::after, .u-icon-effect-v5--hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-sizing: content-box;
  pointer-events: none;
}

/* line 7427, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v4--hover {
  transition: background .2s, -webkit-transform ease-out .1s;
  transition: transform ease-out .1s, background .2s;
  transition: transform ease-out .1s, background .2s, -webkit-transform ease-out .1s;
  overflow: inherit;
}

/* line 7435, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v4--hover::after {
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -1;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* line 7447, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v4--hover:hover,
.u-icon-block--hover:hover .u-icon-effect-v4--hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 7453, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-rotation.u-icon-effect-v4--hover:hover,
.u-icon-block--hover:hover .u-icon-rotation.u-icon-effect-v4--hover {
  -webkit-transform: scale(1.1) rotate(45deg);
  transform: scale(1.1) rotate(45deg);
}

/* line 7459, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v4--hover:hover::after {
  -webkit-animation: sonarEffect-default 1.3s ease-out 75ms;
  animation: sonarEffect-default 1.3s ease-out 75ms;
}

/* line 7463, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v4--hover.g-bg-primary:hover::after,
.u-icon-v2.u-icon-effect-v4--hover.g-color-primary:hover::after,
.u-icon-block--hover:hover .u-icon-effect-v4--hover.g-bg-primary::after,
.u-icon-block--hover:hover .u-icon-v2.u-icon-effect-v4--hover.g-color-primary::after {
  -webkit-animation: sonarEffect-primary 1.3s ease-out 75ms;
  animation: sonarEffect-primary 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect-default {
  0% {
    opacity: .3;
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ddd, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ddd, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect-default {
  0% {
    opacity: .3;
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ddd, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ddd, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes sonarEffect-primary {
  0% {
    opacity: .3;
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #72c02c, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #72c02c, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect-primary {
  0% {
    opacity: .3;
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #72c02c, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #72c02c, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/*------------------------------------
  Effect v5
------------------------------------*/
/* line 7529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v1-1--hover::after,
.u-icon-effect-v1-2--hover::after, .u-icon-effect-v2--hover::after, .u-icon-effect-v4--hover::after, .u-icon-effect-v5--hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-sizing: content-box;
  pointer-events: none;
}

/* line 7540, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v5--hover {
  transition: box-shadow .2s;
  overflow: inherit;
}

/* line 7548, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v5--hover:after {
  top: 0;
  left: 0;
  padding: 0;
  transition: opacity .2s, -webkit-transform .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
}

/* line 7558, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-v3.u-icon-effect-v5--hover:after {
  box-shadow: 0 0 0 3px #fff;
}

/* line 7562, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v5--hover:hover:after,
.u-icon-block--hover:hover .u-icon-effect-v5--hover:after {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  opacity: .5;
}

/* line 7569, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v5--hover:hover,
.u-icon-block--hover:hover .u-icon-effect-v5--hover {
  box-shadow: 0 0 10px 10px #ddd;
}

/* line 7574, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icon-effect-v5--hover.g-bg-primary:hover,
.u-icon-block--hover:hover .u-icon-effect-v5--hover.g-bg-primary,
.u-icon-effect-v5--hover.g-color-primary:hover,
.u-icon-block--hover:hover .u-icon-effect-v5--hover.g-color-primary {
  box-shadow: 0 0 10px 10px #72c02c;
}

/*------------------------------------
  Box-shadows Styles
------------------------------------*/
/* line 7584, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-none {
  box-shadow: none !important;
}

/* line 7588, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-none--focus:focus {
  box-shadow: none !important;
}

/* line 7592, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .u-shadow-none--parent-hover {
  box-shadow: none !important;
}

/*------------------------------------
  Box-shadows-v1
------------------------------------*/
/* line 7599, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v1-1 {
  box-shadow: 0 0 5px #999;
}

/* line 7603, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v1-2 {
  box-shadow: 0 0 10px #999;
}

/* line 7607, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v1-2--hover:hover {
  box-shadow: 0 0 10px #999;
}

/* line 7611, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .u-shadow-v1-2--hover-parent {
  box-shadow: 0 0 10px #999;
}

/* line 7615, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v1-3 {
  box-shadow: 0 0 5px #ddd;
}

/* line 7619, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v1-4 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 7623, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v1-5 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 7627, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v1-5--hover:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 7631, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .u-shadow-v1-5--hover-parent {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 7635, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v1-6 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 7639, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v1-6--hover:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 7643, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .u-shadow-v1-6--hover-parent {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 7647, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v1-7 {
  box-shadow: 0 0 8px #eee;
}

/* line 7651, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v1-7--hover:hover {
  box-shadow: 0 0 8px #eee;
}

/* line 7655, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .u-shadow-v1-7--hover-parent {
  box-shadow: 0 0 8px #eee;
}

/*------------------------------------
  Box-shadows-v2
------------------------------------*/
/* line 7662, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v2 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
}

/*------------------------------------
  Box-shadows-v3-v4-v5
------------------------------------*/
/* line 7669, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v3,
.u-shadow-v4,
.u-shadow-v5 {
  position: relative;
}

/* line 7674, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v3::after,
.u-shadow-v3::before,
.u-shadow-v4::before,
.u-shadow-v5::after {
  content: "";
  position: absolute;
  top: 80%;
  left: 0.35714rem;
  bottom: 1.07143rem;
  width: 50%;
  max-width: 21.42857rem;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

/* line 7688, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v3::after,
.u-shadow-v3::before,
.u-shadow-v4::before,
.u-shadow-v5::after {
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/* line 7698, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v3::after,
.u-shadow-v5::after {
  left: auto;
  right: 0.35714rem;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

/*------------------------------------
  Box-shadows-v6
------------------------------------*/
/* line 7709, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v6 {
  box-shadow: 0 8px 6px -6px #555;
}

/*------------------------------------
  Box-shadows-v7
------------------------------------*/
/* line 7716, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v7 {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/*------------------------------------
  Box-shadows-v8
------------------------------------*/
/* line 7723, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v8 {
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}

/* line 7727, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v8--hover:hover {
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}

/* line 7731, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v8-1 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

/*------------------------------------
  Box-shadows-v9
------------------------------------*/
/* line 7738, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v9 {
  box-shadow: 1px 1px 1px #eee;
}

/*------------------------------------
  Box-shadows-v10
------------------------------------*/
/* line 7745, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v10 {
  box-shadow: 2px 2px 2px #eee;
}

/*------------------------------------
  Box-shadows-v11
------------------------------------*/
/* line 7752, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v11 {
  box-shadow: 0 0 2px #ccc;
}

/*------------------------------------
  Box-shadows-v12
------------------------------------*/
/* line 7759, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v12 {
  box-shadow: inset 2px 2px 2px 0 #ccc;
}

/*------------------------------------
  Box-shadows-v13
------------------------------------*/
/* line 7766, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v13 {
  box-shadow: inset 2px 2px 2px 0 #72c02c;
}

/*------------------------------------
  Box-shadows-v14
------------------------------------*/
/* line 7773, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v14 {
  box-shadow: 2px 2px 2px 0 #eee;
}

/*------------------------------------
  Box-shadows-v15
------------------------------------*/
/* line 7780, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v15 {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}

/*------------------------------------
  Box-shadows-v16
------------------------------------*/
/* line 7787, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v16 {
  box-shadow: inset 5px 5px 5px 0 rgba(17, 17, 17, 0.5);
}

/*------------------------------------
  Box-shadows-v17
------------------------------------*/
/* line 7794, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v17 {
  box-shadow: 3px 2px 8px 2px rgba(0, 0, 0, 0.17);
}

/*------------------------------------
  Box-shadows-v18
------------------------------------*/
/* line 7801, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v18 {
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.15);
}

/*------------------------------------
  Box-shadows-v19
------------------------------------*/
/* line 7808, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v19 {
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
}

/* line 7812, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v19--lightblue {
  box-shadow: 0 5px 10px -6px rgba(51, 152, 220, 0.15);
}

/*------------------------------------
  Box-shadows-v20
------------------------------------*/
/* line 7819, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v20 {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

/* line 7823, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v20--hover:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

/*------------------------------------
  Box-shadows-v21
------------------------------------*/
/* line 7830, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v21 {
  box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: .3s;
}

/* line 7846, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v21--hover:hover {
  box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.15);
}

/*------------------------------------
  Box-shadows-v22
------------------------------------*/
/* line 7853, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v22 {
  box-shadow: 0 2px 5px #eee;
}

/*------------------------------------
  Box-shadows-v23
------------------------------------*/
/* line 7860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v23 {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
}

/*------------------------------------
  Box-shadows-v24
------------------------------------*/
/* line 7867, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v24 {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

/* line 7871, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent.active .u-shadow-v24--active {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

/*------------------------------------
  Box-shadows-v25
------------------------------------*/
/* line 7878, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v25 {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
}

/*------------------------------------
  Box-shadows-v26
------------------------------------*/
/* line 7885, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v26 {
  box-shadow: inset 5px 0 10px rgba(0, 0, 0, 0.2);
}

/*------------------------------------
  Box-shadows-v27
------------------------------------*/
/* line 7892, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v27 {
  box-shadow: 0 0 3px #b5b5b5;
}

/*------------------------------------
  Box-shadows-v28
------------------------------------*/
/* line 7899, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v28 {
  box-shadow: 0 10px 45px -5px rgba(0, 0, 0, 0.04);
}

/*------------------------------------
  Box-shadows-v29
------------------------------------*/
/* line 7906, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v29 {
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1);
}

/* line 7910, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v29--lightblue {
  box-shadow: 0 10px 30px 0 rgba(51, 152, 220, 0.075);
}

/*------------------------------------
  Box-shadows-v30
------------------------------------*/
/* line 7917, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v30 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/*------------------------------------
  Box-shadows-v31
------------------------------------*/
/* line 7924, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v31 {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.075);
}

/*------------------------------------
  Box-shadows-v32
------------------------------------*/
/* line 7931, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v32 {
  box-shadow: 0 6px 15px -6px rgba(0, 0, 0, 0.1);
}

/*------------------------------------
  Box-shadows-v33
------------------------------------*/
/* line 7938, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v33 {
  box-shadow: 0 6px 15px -6px rgba(166, 29, 55, 0.3);
}

/*------------------------------------
  Box-shadows-v34
------------------------------------*/
/* line 7945, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v34 {
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
}

/*------------------------------------
  Box-shadows-v35
------------------------------------*/
/* line 7952, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v35 {
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.045);
}

/* line 7956, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v35--active.active {
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.045);
  transition-duration: .2s;
}

/* line 7963, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v35.g-bg-teal-opacity-0_1 {
  box-shadow: 0 4px 7px 0 rgba(24, 186, 155, 0.175);
}

/* line 7967, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v35.g-bg-purple-opacity-0_1 {
  box-shadow: 0 4px 7px 0 rgba(154, 105, 203, 0.175);
}

/* line 7971, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v35.g-bg-blue-opacity-0_1 {
  box-shadow: 0 4px 7px 0 rgba(51, 152, 220, 0.175);
}

/*------------------------------------
  Box-shadows-v36
------------------------------------*/
/* line 7978, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v36 {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.14);
}

/*------------------------------------
  Box-shadows-v37
------------------------------------*/
/* line 7985, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v37 {
  box-shadow: 0 13px 25px 0 rgba(235, 237, 242, 0.7);
}

/* line 7989, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v37--hover:hover {
  box-shadow: 0 13px 25px 0 rgba(235, 237, 242, 0.7);
  transition-duration: .2s;
}

/*------------------------------------
  Box-shadows-v38
------------------------------------*/
/* line 7999, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v38 {
  box-shadow: 0 2px 35px 0 rgba(235, 237, 242, 0.7);
}

/*------------------------------------
  Box-shadows-v39
------------------------------------*/
/* line 8006, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v39 {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

/*------------------------------------
  Box-shadows-v40
------------------------------------*/
/* line 8013, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v40 {
  box-shadow: -9px -9px 20px -9px rgba(0, 0, 0, 0.1);
}

/*------------------------------------
  Box-shadows-v41
------------------------------------*/
/* line 8020, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v41 {
  box-shadow: 10px 40px 120px rgba(0, 0, 0, 0.1);
}

/*------------------------------------
  Form Elements
------------------------------------*/
/* line 8027, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-form-control {
  padding: .8rem 1rem .6rem;
}

/* line 8030, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 8034, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 8038, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-form-control::-ms-input-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 8042, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .3;
}
.u-form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .3;
}
.u-form-control::-ms-input-placeholder {
  color: inherit;
  opacity: .3;
}
.u-form-control::placeholder {
  color: inherit;
  opacity: .3;
}

/* line 8046, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-form-control::-moz-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 8050, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 8054, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-form-control-sm {
  padding: .4rem .5rem .1rem;
  font-size: .875rem;
}

/* line 8058, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-form-control-lg {
  padding: .75rem 1.5rem .55rem;
  font-size: 1.25rem;
}

/* line 8062, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-form-control-shadow--focus:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 8066, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-textarea-expandable {
  max-height: 42px;
  transition-property: max-height;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 8078, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-textarea-expandable:focus {
  max-height: 90px;
}

/*------------------------------------
  States
------------------------------------*/
/*------------------------------------
  Success states
------------------------------------*/
/*------------------------------------
  Success state v1-1
------------------------------------*/
/* line 8090, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-success-v1-1 .form-control,
.u-has-success-v1-1 .input-group-addon,
.u-has-success-v1-1 [class*="u-select"] {
  background-color: #f0fff0;
  border-color: #72c02c;
}

/* line 8096, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-success-v1-1 .form-control[readonly],
.u-has-success-v1-1 .input-group-addon[readonly],
.u-has-success-v1-1 [class*="u-select"][readonly] {
  background-color: #f0fff0;
}

/* line 8101, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-success-v1-1 .form-control-feedback {
  color: #72c02c;
}

/* line 8104, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-success-v1-1 [class*="u-check-icon"] {
  color: #f0fff0;
  background-color: #f0fff0;
}

/* line 8108, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-success-v1-1 [class*="u-check-icon"] i {
  color: rgba(166, 29, 55, 0.2);
}

/* line 8111, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-success-v1-1 .input-group-addon,
.u-has-success-v1-1 .input-group-addon:last-child,
.u-has-success-v1-1 .chosen-single div b {
  color: #72c02c;
}

/*------------------------------------
  Success state v1-2
------------------------------------*/
/* line 8119, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-success-v1-2 {
  position: relative;
}

/* line 8122, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-success-v1-2 .form-control,
.u-has-success-v1-2 .input-group-addon,
.u-has-success-v1-2 [class*="u-select"] {
  background-color: #f0fff0;
  border-color: #72c02c;
}

/* line 8128, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-success-v1-2 .form-control[readonly],
.u-has-success-v1-2 .input-group-addon[readonly],
.u-has-success-v1-2 [class*="u-select"][readonly] {
  background-color: #f0fff0;
}

/* line 8133, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-success-v1-2 .form-control-feedback {
  color: #72c02c;
}

/* line 8136, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-success-v1-2 [class*="u-check-icon"] {
  color: #f0fff0;
  background-color: #f0fff0;
  border-radius: 50%;
}

/* line 8141, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-success-v1-2 [class*="u-check-icon"] i {
  color: rgba(166, 29, 55, 0.2);
}

/* line 8144, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-success-v1-2 .input-group-addon,
.u-has-success-v1-2 .input-group-addon:last-child,
.u-has-success-v1-2 .chosen-single div b {
  color: #72c02c;
}

/* line 8149, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-success-v1-2 .input-group-addon,
.u-has-success-v1-2 .input-group-addon:last-child {
  color: #fff;
  background-color: #72c02c;
}

/* line 8154, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-success-v1-2 .form-control-feedback::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 18px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #72c02c transparent transparent transparent;
}

/*------------------------------------
  Error states
------------------------------------*/
/*------------------------------------
  Error state v1
------------------------------------*/
/* line 8172, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1 .form-control,
.u-has-error-v1 .input-group-addon,
.u-has-error-v1 [class*="u-select"] {
  background-color: #fff0f0;
}

/* line 8177, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1 .form-control[readonly],
.u-has-error-v1 .input-group-addon[readonly],
.u-has-error-v1 [class*="u-select"][readonly] {
  background-color: #fff0f0;
}

/* line 8182, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1 .form-control-feedback {
  color: #f00;
}

/* line 8185, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1 [class*="u-check-icon"] {
  background-color: #fff0f0;
}

/*------------------------------------
  Error state v1-2
------------------------------------*/
/* line 8191, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1-2 .form-control,
.u-has-error-v1-2 .input-group-addon,
.u-has-error-v1-2 [class*="u-select"] {
  background-color: #fff0f0;
  border-color: #f00;
}

/* line 8197, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1-2 .form-control[readonly],
.u-has-error-v1-2 .input-group-addon[readonly],
.u-has-error-v1-2 [class*="u-select"][readonly] {
  background-color: #fff0f0;
}

/* line 8202, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1-2 .form-control-feedback {
  color: #f00;
}

/* line 8205, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1-2 [class*="u-check-icon"] {
  background-color: #fff0f0;
}

/* line 8208, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1-2 .input-group-addon:last-child,
.u-has-error-v1-2 .chosen-single div b {
  color: #f00;
}

/* line 8212, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1-2 .error {
  display: block;
}

/*------------------------------------
  Error state v1-3
------------------------------------*/
/* line 8218, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1-3 {
  position: relative;
}

/* line 8221, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1-3 .form-control,
.u-has-error-v1-3 .input-group-addon,
.u-has-error-v1-3 [class*="u-select"] {
  background-color: #fff0f0;
  border-color: #f00;
}

/* line 8227, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1-3 .form-control[readonly],
.u-has-error-v1-3 .input-group-addon[readonly],
.u-has-error-v1-3 [class*="u-select"][readonly] {
  background-color: #fff0f0;
}

/* line 8232, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1-3 .form-control-feedback {
  color: #f00;
}

/* line 8235, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1-3 .form-control-feedback::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 18px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #f00 transparent transparent transparent;
}

/* line 8247, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1-3 [class*="u-check-icon"] {
  background-color: #fff0f0;
}

/* line 8250, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1-3 .input-group-addon:last-child,
.u-has-error-v1-3 .chosen-single div b {
  color: #f00;
}

/* line 8254, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1-3 .error {
  display: block;
}

/* line 8257, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v1-3 .input-group-addon,
.u-has-error-v1-3 .input-group-addon:last-child {
  color: #fff;
  background-color: #f00;
}

/*------------------------------------
  Error state v2
------------------------------------*/
/* line 8265, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v2:after {
  content: '\f00d';
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: 'FontAwesome', sans-serif;
  color: #f00;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 8276, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-error-v2 input:not([type="checkbox"]):not([type="radio"]),
.u-has-error-v2 textarea {
  border-color: #f00;
}

/*------------------------------------
  Disabled states
------------------------------------*/
/*------------------------------------
  Disabled state v1
------------------------------------*/
/* line 8286, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-disabled-v1 label,
.u-has-disabled-v1 .form-control,
.u-has-disabled-v1 .input-group-addon,
.u-has-disabled-v1 [class*="u-select"] {
  background-color: #fff;
  opacity: .5;
}

/* line 8293, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-disabled-v1 label:disabled,
.u-has-disabled-v1 .form-control:disabled,
.u-has-disabled-v1 .input-group-addon:disabled,
.u-has-disabled-v1 [class*="u-select"]:disabled {
  background-color: #fff;
  opacity: .5;
}

/*------------------------------------
  Checked state colors
------------------------------------*/
/* White Colors */
/* line 8304, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-color-white--checked,
input[type="radio"]:checked + .g-color-white--checked,
input[type="checkbox"]:checked + * .g-color-white--checked,
input[type="radio"]:checked + * .g-color-white--checked {
  color: #fff !important;
}

/* line 8310, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white--checked.g-checked,
.g-checked .g-color-white--checked {
  color: #fff !important;
}

/*------------------------------------
  Focus state color
------------------------------------*/
/* Primary Colors */
/* line 8318, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-primary:focus {
  color: #72c02c;
}

/* Black Colors */
/* line 8322, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-black--focus:focus {
  color: #000;
}

/* White Colors */
/* line 8326, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white--focus:focus {
  color: #fff !important;
}

/* Gray Colors */
/* line 8330, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v4:focus {
  color: #eee !important;
}

/*------------------------------------
  Checked state background
------------------------------------*/
/* Primary Colors */
/* line 8337, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-bg-primary--checked,
input[type="radio"]:checked + .g-bg-primary--checked,
input[type="checkbox"]:checked + * .g-bg-primary--checked,
input[type="radio"]:checked + * .g-bg-primary--checked {
  background-color: #72c02c !important;
}

/* line 8343, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary--checked.g-checked,
.g-checked .g-bg-primary--checked {
  background-color: #72c02c !important;
}

/* Black Colors */
/* line 8348, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-bg-black--checked,
input[type="radio"]:checked + .g-bg-black--checked,
input[type="checkbox"]:checked + * .g-bg-black--checked,
input[type="radio"]:checked + * .g-bg-black--checked {
  background-color: #000 !important;
}

/* line 8354, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black--checked.g-checked,
.g-checked .g-bg-black--checked {
  background-color: #000 !important;
}

/* White Colors */
/* line 8359, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-bg-white--checked,
input[type="radio"]:checked + .g-bg-white--checked,
input[type="checkbox"]:checked + * .g-bg-white--checked,
input[type="radio"]:checked + * .g-bg-white--checked {
  background-color: #fff !important;
}

/* line 8365, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white--checked.g-checked,
.g-checked .g-bg-white--checked {
  background-color: #fff !important;
}

/* Gray Colors */
/* line 8370, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-bg-dark-dark-v1--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v1--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v1--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v1--checked {
  background-color: #111 !important;
}

/* line 8376, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-dark-dark-v1--checked.g-checked,
.g-checked .g-bg-dark-dark-v1--checked {
  background-color: #111 !important;
}

/* line 8380, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-bg-dark-dark-v2--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v2--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v2--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v2--checked {
  background-color: #333 !important;
}

/* line 8386, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-dark-dark-v2--checked.g-checked,
.g-checked .g-bg-dark-dark-v2--checked {
  background-color: #333 !important;
}

/* line 8390, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-bg-dark-dark-v3--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v3--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v3--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v3--checked {
  background-color: #555 !important;
}

/* line 8396, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-dark-dark-v3--checked.g-checked,
.g-checked .g-bg-dark-dark-v3--checked {
  background-color: #555 !important;
}

/* line 8400, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-bg-dark-dark-v4--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v4--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v4--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v4--checked {
  background-color: #777 !important;
}

/* line 8406, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-dark-dark-v4--checked.g-checked,
.g-checked .g-bg-dark-dark-v4--checked {
  background-color: #777 !important;
}

/* line 8410, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-bg-dark-dark-v5--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v5--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v5--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v5--checked {
  background-color: #999 !important;
}

/* line 8416, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-dark-dark-v5--checked.g-checked,
.g-checked .g-bg-dark-dark-v5--checked {
  background-color: #999 !important;
}

/* line 8420, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-bg-dark-light-v1--checked,
input[type="radio"]:checked + .g-bg-dark-light-v1--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v1--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v1--checked {
  background-color: #bbb !important;
}

/* line 8426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-dark-light-v1--checked.g-checked,
.g-checked .g-bg-dark-light-v1--checked {
  background-color: #bbb !important;
}

/* line 8430, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-bg-dark-light-v2--checked,
input[type="radio"]:checked + .g-bg-dark-light-v2--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v2--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v2--checked {
  background-color: #ccc !important;
}

/* line 8436, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-dark-light-v2--checked.g-checked,
.g-checked .g-bg-dark-light-v2--checked {
  background-color: #ccc !important;
}

/* line 8440, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-bg-dark-light-v3--checked,
input[type="radio"]:checked + .g-bg-dark-light-v3--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v3--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v3--checked {
  background-color: #ddd !important;
}

/* line 8446, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-dark-light-v3--checked.g-checked,
.g-checked .g-bg-dark-light-v3--checked {
  background-color: #ddd !important;
}

/* line 8450, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-bg-dark-light-v4--checked,
input[type="radio"]:checked + .g-bg-dark-light-v4--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v4--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v4--checked {
  background-color: #eee !important;
}

/* line 8456, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-dark-light-v4--checked.g-checked,
.g-checked .g-bg-dark-light-v4--checked {
  background-color: #eee !important;
}

/* line 8460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-bg-dark-light-v5--checked,
input[type="radio"]:checked + .g-bg-dark-light-v5--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v5--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v5--checked {
  background-color: #f7f7f7 !important;
}

/* line 8466, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-dark-light-v5--checked.g-checked,
.g-checked .g-bg-dark-light-v5--checked {
  background-color: #f7f7f7 !important;
}

/* Transparent */
/* line 8471, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-bg-transparent--checked,
input[type="radio"]:checked + .g-bg-transparent--checked,
input[type="checkbox"]:checked + * .g-bg-transparent--checked,
input[type="radio"]:checked + * .g-bg-transparent--checked {
  background-color: transparent !important;
}

/* line 8477, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-transparent--checked.g-checked,
.g-checked .g-bg-transparent--checked {
  background-color: transparent !important;
}

/* Color Red */
/* line 8482, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-bg-red--checked,
input[type="radio"]:checked + .g-bg-red--checked,
input[type="checkbox"]:checked + * .g-bg-red--checked,
input[type="radio"]:checked + * .g-bg-red--checked {
  background-color: #f00 !important;
}

/* line 8488, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-red--checked.g-checked,
.g-checked .g-bg-red--checked {
  background-color: #f00 !important;
}

/*------------------------------------
  Checked state Colors
------------------------------------*/
/* Primary Colors */
/* line 8496, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-color-primary--checked,
input[type="radio"]:checked + .g-color-primary--checked,
input[type="checkbox"]:checked + * .g-color-primary--checked,
input[type="radio"]:checked + * .g-color-primary--checked {
  color: #72c02c !important;
}

/* line 8502, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-primary--checked.g-checked,
.g-checked .g-color-primary--checked {
  color: #72c02c !important;
}

/*------------------------------------
  Focus state background
------------------------------------*/
/* Black Colors */
/* line 8510, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black--focus:focus {
  background-color: #000 !important;
}

/* line 8513, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_2--focus:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 8516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_4--focus:focus {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* Gray Colors */
/* line 8520, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-dark-v1--focus:focus {
  background-color: #111 !important;
}

/* line 8523, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-dark-v2--focus:focus {
  background-color: #333 !important;
}

/* line 8526, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-dark-v3--focus:focus {
  background-color: #555 !important;
}

/* line 8529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-light-v4--focus:focus {
  background-color: #eee !important;
}

/* line 8532, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-light-v5--focus:focus {
  background-color: #f7f7f7 !important;
}

/* Transparent */
/* line 8536, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-transparent--focus:focus {
  background-color: transparent;
}

/*------------------------------------
  Checked state border
------------------------------------*/
/* Primary Colors */
/* line 8543, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-brd-primary--checked,
input[type="radio"]:checked + .g-brd-primary--checked,
input[type="checkbox"]:checked + * .g-brd-primary--checked,
input[type="radio"]:checked + * .g-brd-primary--checked {
  border-color: #72c02c !important;
}

/* line 8549, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary--checked.g-checked,
.g-checked .g-brd-primary--checked {
  border-color: #72c02c !important;
}

/* Black Colors */
/* line 8554, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-brd-black--checked,
input[type="radio"]:checked + .g-brd-black--checked,
input[type="checkbox"]:checked + * .g-brd-black--checked,
input[type="radio"]:checked + * .g-brd-black--checked {
  border-color: #000 !important;
}

/* line 8560, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-black--checked.g-checked,
.g-checked .g-brd-black--checked {
  border-color: #000 !important;
}

/* White */
/* line 8565, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-brd-white--checked,
input[type="radio"]:checked + .g-brd-white--checked,
input[type="checkbox"]:checked + * .g-brd-white--checked,
input[type="radio"]:checked + * .g-brd-white--checked {
  border-color: #fff !important;
}

/* line 8571, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white--checked.g-checked,
.g-checked .g-brd-white--checked {
  border-color: #fff !important;
}

/* Gray Colors */
/* line 8576, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-brd-gray-dark-v1--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v1--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v1--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v1--checked {
  border-color: #111 !important;
}

/* line 8582, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v1--checked.g-checked,
.g-checked .g-brd-gray-dark-v1--checked {
  border-color: #111 !important;
}

/* line 8586, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-brd-gray-dark-v2--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v2--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v2--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v2--checked {
  border-color: #333 !important;
}

/* line 8592, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v2--checked.g-checked,
.g-checked .g-brd-gray-dark-v2--checked {
  border-color: #333 !important;
}

/* line 8596, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-brd-gray-dark-v3--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v3--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v3--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v3--checked {
  border-color: #555 !important;
}

/* line 8602, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v3--checked.g-checked,
.g-checked .g-brd-gray-dark-v3--checked {
  border-color: #555 !important;
}

/* line 8606, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-brd-gray-dark-v4--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v4--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v4--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v4--checked {
  border-color: #777 !important;
}

/* line 8612, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v4--checked.g-checked,
.g-checked .g-brd-gray-dark-v4--checked {
  border-color: #777 !important;
}

/* line 8616, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-brd-gray-dark-v5--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v5--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v5--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v5--checked {
  border-color: #999 !important;
}

/* line 8622, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v5--checked.g-checked,
.g-checked .g-brd-gray-dark-v5--checked {
  border-color: #999 !important;
}

/* line 8626, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-brd-gray-light-v1--checked,
input[type="radio"]:checked + .g-brd-gray-light-v1--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v1--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v1--checked {
  border-color: #bbb !important;
}

/* line 8632, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v1--checked.g-checked,
.g-checked .g-brd-gray-light-v1--checked {
  border-color: #bbb !important;
}

/* line 8636, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-brd-gray-light-v2--checked,
input[type="radio"]:checked + .g-brd-gray-light-v2--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v2--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v2--checked {
  border-color: #ccc !important;
}

/* line 8642, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v2--checked.g-checked,
.g-checked .g-brd-gray-light-v2--checked {
  border-color: #ccc !important;
}

/* line 8646, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-brd-gray-light-v3--checked,
input[type="radio"]:checked + .g-brd-gray-light-v3--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v3--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v3--checked {
  border-color: #ddd !important;
}

/* line 8652, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v3--checked.g-checked,
.g-checked .g-brd-gray-light-v3--checked {
  border-color: #ddd !important;
}

/* line 8656, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-brd-gray-light-v4--checked,
input[type="radio"]:checked + .g-brd-gray-light-v4--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v4--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v4--checked {
  border-color: #eee !important;
}

/* line 8662, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v4--checked.g-checked,
.g-checked .g-brd-gray-light-v4--checked {
  border-color: #eee !important;
}

/* line 8666, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-brd-gray-light-v5--checked,
input[type="radio"]:checked + .g-brd-gray-light-v5--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v5--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v5--checked {
  border-color: #f7f7f7 !important;
}

/* line 8672, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v5--checked.g-checked,
.g-checked .g-brd-gray-light-v5--checked {
  border-color: #f7f7f7 !important;
}

/* Transparent */
/* line 8677, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-brd-transparent--checked,
input[type="radio"]:checked + .g-brd-transparent--checked,
input[type="checkbox"]:checked + * .g-brd-transparent--checked,
input[type="radio"]:checked + * .g-brd-transparent--checked {
  border-color: transparent !important;
}

/* line 8683, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-transparent--checked.g-checked,
.g-checked .g-brd-transparent--checked {
  border-color: transparent !important;
}

/* Color Red */
/* line 8688, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-brd-red--checked,
input[type="radio"]:checked + .g-brd-red--checked,
input[type="checkbox"]:checked + * .g-brd-red--checked,
input[type="radio"]:checked + * .g-brd-red--checked {
  border-color: #f00 !important;
}

/* line 8694, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-red--checked.g-checked,
.g-checked .g-brd-red--checked {
  border-color: #f00 !important;
}

/*------------------------------------
  Focus state border
------------------------------------*/
/* Primary Colors */
/* line 8702, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary--focus:focus,
.g-brd-primary--focus.g-state-focus *,
.g-brd-primary--focus.g-state-focus *:focus {
  border-color: #72c02c !important;
}

/* Black Colors */
/* line 8708, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-black--focus:focus,
.g-brd-black--focus.g-state-focus *,
.g-brd-black--focus.g-state-focus *:focus {
  border-color: #000 !important;
}

/* White */
/* line 8714, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white--focus:focus,
.g-brd-white--focus.g-state-focus *,
.g-brd-white--focus.g-state-focus *:focus {
  border-color: #fff !important;
}

/* Gray Colors */
/* line 8720, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v1--focus:focus,
.g-brd-gray-dark-v1--focus.g-state-focus *,
.g-brd-gray-dark-v1--focus.g-state-focus *:focus {
  border-color: #111 !important;
}

/* line 8725, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v2--focus:focus,
.g-brd-gray-dark-v2--focus.g-state-focus *,
.g-brd-gray-dark-v2--focus.g-state-focus *:focus {
  border-color: #333 !important;
}

/* line 8730, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v3--focus:focus,
.g-brd-gray-dark-v3--focus.g-state-focus *,
.g-brd-gray-dark-v3--focus.g-state-focus *:focus {
  border-color: #555 !important;
}

/* line 8735, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v4--focus:focus,
.g-brd-gray-dark-v4--focus.g-state-focus *,
.g-brd-gray-dark-v4--focus.g-state-focus *:focus {
  border-color: #777 !important;
}

/* line 8740, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v5--focus:focus,
.g-brd-gray-dark-v5--focus.g-state-focus *,
.g-brd-gray-dark-v5--focus.g-state-focus *:focus {
  border-color: #999 !important;
}

/* line 8745, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-light-v1--focus:focus,
.g-brd-gray-dark-light-v1--focus.g-state-focus *,
.g-brd-gray-dark-light-v1--focus.g-state-focus *:focus {
  border-color: #bbb !important;
}

/* line 8750, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-light-v2--focus:focus,
.g-brd-gray-dark-light-v2--focus.g-state-focus *,
.g-brd-gray-dark-light-v2--focus.g-state-focus *:focus {
  border-color: #ccc !important;
}

/* line 8755, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-light-v3--focus:focus,
.g-brd-gray-dark-light-v3--focus.g-state-focus *,
.g-brd-gray-dark-light-v3--focus.g-state-focus *:focus {
  border-color: #ddd !important;
}

/* line 8760, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-light-v4--focus:focus,
.g-brd-gray-dark-light-v4--focus.g-state-focus *,
.g-brd-gray-dark-light-v4--focus.g-state-focus *:focus {
  border-color: #eee !important;
}

/* line 8765, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-light-v5--focus:focus,
.g-brd-gray-dark-light-v5--focus.g-state-focus *,
.g-brd-gray-dark-light-v5--focus.g-state-focus *:focus {
  border-color: #f7f7f7 !important;
}

/* Transparent */
/* line 8771, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-transparent--focus:focus,
.g-brd-transparent--focus.g-state-focus *,
.g-brd-transparent--focus.g-state-focus *:focus {
  border-color: transparent !important;
}

/* Color Red */
/* line 8777, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-red--focus:focus,
.g-brd-red--focus.g-state-focus *,
.g-brd-red--focus.g-state-focus *:focus {
  border-color: #f00 !important;
}

/*------------------------------------
  Checked state box shadow
------------------------------------*/
/* line 8785, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .u-shadow-v1-5--checked,
input[type="radio"]:checked + .u-shadow-v1-5--checked,
input[type="checkbox"]:checked + * .u-shadow-v1-5--checked,
input[type="radio"]:checked + * .u-shadow-v1-5--checked {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 8792, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v1-5--checked.g-checked,
.g-checked .u-shadow-v1-5--checked {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 8797, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .u-shadow-v1-v6--checked,
input[type="radio"]:checked + .u-shadow-v1-v6--checked,
input[type="checkbox"]:checked + * .u-shadow-v1-v6--checked,
input[type="radio"]:checked + * .u-shadow-v1-v6--checked {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 8804, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v1-v6--checked.g-checked,
.g-checked .u-shadow-v1-v6--checked {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*------------------------------------
  Checked state opacity
------------------------------------*/
/* line 8812, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-opacity-1--checked,
input[type="radio"]:checked + .g-opacity-1--checked,
input[type="checkbox"]:checked + * .g-opacity-1--checked,
input[type="radio"]:checked + * .g-opacity-1--checked {
  opacity: 1;
}

/* line 8818, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-opacity-1--checked.g-checked,
.g-checked .g-opacity-1--checked {
  opacity: 1;
}

/*------------------------------------
  Checked state overlay
------------------------------------*/
/* line 8825, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-overlay-black-0_5--checked::after,
input[type="radio"]:checked + .g-overlay-black-0_5--checked::after,
input[type="checkbox"]:checked + * > .g-overlay-black-0_5--checked::after,
input[type="radio"]:checked + * > .g-overlay-black-0_5--checked::after {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 8831, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-overlay-black-0_7--checked::after,
input[type="radio"]:checked + .g-overlay-black-0_7--checked::after,
input[type="checkbox"]:checked + * > .g-overlay-black-0_7--checked::after,
input[type="radio"]:checked + * > .g-overlay-black-0_7--checked::after {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 8837, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-overlay-black-gradient-v1--checked::after,
input[type="radio"]:checked + .g-overlay-black-gradient-v1--checked::after,
input[type="checkbox"]:checked + * > .g-overlay-black-gradient-v1--checked::after,
input[type="radio"]:checked + * > .g-overlay-black-gradient-v1--checked::after {
  background-image: linear-gradient(to bottom, transparent 40%, #000 100%);
}

/* line 8845, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-overlay-primary-0_5--checked::after,
input[type="radio"]:checked + .g-overlay-primary-0_5--checked::after,
input[type="checkbox"]:checked + * .g-overlay-primary-0_5--checked::after,
input[type="radio"]:checked + * .g-overlay-primary-0_5--checked::after {
  background-color: rgba(166, 29, 55, 0.5);
}

/* line 8851, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-overlay-primary-0_5--checked.g-checked::after,
.g-checked .g-overlay-primary-0_5--checked::after {
  background-color: rgba(166, 29, 55, 0.5);
}

/* line 8855, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input[type="checkbox"]:checked + .g-overlay-primary-0_9--checked::after,
input[type="radio"]:checked + .g-overlay-primary-0_9--checked::after,
input[type="checkbox"]:checked + * .g-overlay-primary-0_9--checked::after,
input[type="radio"]:checked + * .g-overlay-primary-0_9--checked::after {
  background-color: rgba(166, 29, 55, 0.9);
}

/* line 8861, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-overlay-primary-0_9--checked.g-checked::after,
.g-checked .g-overlay-primary-0_9--checked::after {
  background-color: rgba(166, 29, 55, 0.9);
}

/*------------------------------------
  Fields
------------------------------------*/
/* line 8868, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[data-capitalize] {
  text-transform: uppercase;
}

/* line 8871, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
label.error {
  color: #d9534f;
  margin-top: .25rem;
  margin-bottom: 0;
}

/* line 8876, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input:not([type="checkbox"]):not([type="radio"]).error,
textarea.error,
select.error {
  border-color: #d9534f !important;
}

/* line 8881, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-autocomplete--ajax {
  position: relative;
  z-index: 10;
}

/*------------------------------------
  Fields Group v1
------------------------------------*/
/* line 8888, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v1 {
  position: relative;
}

/* line 8891, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v1 input:not([type="checkbox"]):not([type="radio"]),
.u-input-group-v1 textarea,
.u-input-group-v1 [class*="u-select"] {
  line-height: 1.75rem;
  padding: 40px 15px 10px;
}

/* line 8897, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v1 input:not([type="checkbox"]):not([type="radio"]):focus + label, .u-input-group-v1 input:not([type="checkbox"]):not([type="radio"])[value] + label, .u-input-group-v1 input:not([type="checkbox"]):not([type="radio"])[placeholder] + label, .u-input-group-v1 input:not([type="checkbox"]):not([type="radio"]).g-state-not-empty + label,
.u-input-group-v1 textarea:focus + label,
.u-input-group-v1 textarea[value] + label,
.u-input-group-v1 textarea[placeholder] + label,
.u-input-group-v1 textarea.g-state-not-empty + label,
.u-input-group-v1 [class*="u-select"]:focus + label,
.u-input-group-v1 [class*="u-select"][value] + label,
.u-input-group-v1 [class*="u-select"][placeholder] + label,
.u-input-group-v1 [class*="u-select"].g-state-not-empty + label {
  top: 20px;
  font-size: 90%;
}

/* line 8909, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v1 label {
  position: absolute;
  top: 50%;
  left: 15px;
  transition-property: top, font-size;
  transition-duration: .2s;
  transition-timing-function: ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0;
}

/*------------------------------------
  Fields Group v2
------------------------------------*/
/* line 8930, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v2 {
  position: relative;
}

/* line 8933, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v2 input:not([type="checkbox"]):not([type="radio"]),
.u-input-group-v2 textarea,
.u-input-group-v2 [class*="u-select"] {
  line-height: 1.75rem;
  padding: 10px 15px;
}

/* line 8939, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v2 input:not([type="checkbox"]):not([type="radio"]):focus + label, .u-input-group-v2 input:not([type="checkbox"]):not([type="radio"])[value] + label, .u-input-group-v2 input:not([type="checkbox"]):not([type="radio"])[placeholder] + label, .u-input-group-v2 input:not([type="checkbox"]):not([type="radio"]).g-state-not-empty + label,
.u-input-group-v2 textarea:focus + label,
.u-input-group-v2 textarea[value] + label,
.u-input-group-v2 textarea[placeholder] + label,
.u-input-group-v2 textarea.g-state-not-empty + label,
.u-input-group-v2 [class*="u-select"]:focus + label,
.u-input-group-v2 [class*="u-select"][value] + label,
.u-input-group-v2 [class*="u-select"][placeholder] + label,
.u-input-group-v2 [class*="u-select"].g-state-not-empty + label {
  top: 0;
  font-size: 90%;
}

/* line 8951, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v2 label {
  position: absolute;
  top: 50%;
  left: 10px;
  background-color: #fff;
  padding: 0 5px;
  margin-bottom: 0;
  transition-property: top, font-size;
  transition-duration: .2s;
  transition-timing-function: ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 8971, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v2 textarea + label {
  top: 20px;
}

/*------------------------------------
  Fields Group v3
------------------------------------*/
/* line 8977, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v3 input:not([type="checkbox"]):not([type="radio"]),
.u-input-group-v3 textarea,
.u-input-group-v3 [class*="u-select"] {
  margin-top: -5px;
  border-color: rgba(204, 204, 204, 0.5);
  border-style: solid;
  border-width: 0 0 1px;
  transition: all .3s ease 0s;
}

/* line 8988, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v3 input:not([type="checkbox"]):not([type="radio"]):focus,
.u-input-group-v3 textarea:focus,
.u-input-group-v3 [class*="u-select"]:focus {
  border-color: rgba(166, 29, 55, 0.5);
  box-shadow: 0 1px 0 0 #72c02c;
}

/* line 8995, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v3 label {
  margin-bottom: 0;
}

/*------------------------------------
  Fields Group v4
------------------------------------*/
/* line 9001, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v4 {
  position: relative;
}

/* line 9004, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v4 input:not([type="checkbox"]):not([type="radio"]),
.u-input-group-v4 textarea,
.u-input-group-v4 [class*="u-select"] {
  background-color: transparent;
  border-color: rgba(204, 204, 204, 0.5);
  border-style: solid;
  border-width: 0 0 1px;
}

/* line 9012, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v4 input:not([type="checkbox"]):not([type="radio"]):focus, .u-input-group-v4 input:not([type="checkbox"]):not([type="radio"])[value], .u-input-group-v4 input:not([type="checkbox"]):not([type="radio"])[placeholder], .u-input-group-v4 input:not([type="checkbox"]):not([type="radio"]).g-state-not-empty,
.u-input-group-v4 textarea:focus,
.u-input-group-v4 textarea[value],
.u-input-group-v4 textarea[placeholder],
.u-input-group-v4 textarea.g-state-not-empty,
.u-input-group-v4 [class*="u-select"]:focus,
.u-input-group-v4 [class*="u-select"][value],
.u-input-group-v4 [class*="u-select"][placeholder],
.u-input-group-v4 [class*="u-select"].g-state-not-empty {
  background-color: transparent;
  border-color: rgba(166, 29, 55, 0.5);
  box-shadow: 0 1px 0 0 #72c02c;
}

/* line 9026, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v4 input:not([type="checkbox"]):not([type="radio"]):focus + label, .u-input-group-v4 input:not([type="checkbox"]):not([type="radio"])[value] + label, .u-input-group-v4 input:not([type="checkbox"]):not([type="radio"])[placeholder] + label, .u-input-group-v4 input:not([type="checkbox"]):not([type="radio"]).g-state-not-empty + label,
.u-input-group-v4 textarea:focus + label,
.u-input-group-v4 textarea[value] + label,
.u-input-group-v4 textarea[placeholder] + label,
.u-input-group-v4 textarea.g-state-not-empty + label,
.u-input-group-v4 [class*="u-select"]:focus + label,
.u-input-group-v4 [class*="u-select"][value] + label,
.u-input-group-v4 [class*="u-select"][placeholder] + label,
.u-input-group-v4 [class*="u-select"].g-state-not-empty + label {
  top: 0;
  font-size: 90%;
}

/* line 9038, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v4 label {
  position: absolute;
  top: 50%;
  left: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #999;
  transition-property: top, font-size;
  transition-duration: .2s;
  transition-timing-function: ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 9058, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-input-group-v4 textarea + label {
  top: 20px;
}

/*------------------------------------
  Checkboxes
------------------------------------*/
/* line 9064, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check {
  position: relative;
  cursor: pointer;
}

/* line 9068, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-font {
  display: inline-block;
  font-size: 0;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 9074, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-font i {
  font-size: 22px;
  color: #ccc;
}

/* line 9078, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-font i::before {
  content: attr(data-uncheck-icon);
}

/* line 9081, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox, .u-check-icon-radio {
  display: inline-block;
}

/* line 9084, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-font i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-font i,
.u-check input[type="radio"]:checked + .u-check-icon-font i,
.u-check input[type="radio"]:checked + * .u-check-icon-font i {
  color: #72c02c;
}

/* line 9090, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-font i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-font i::before,
.u-check input[type="radio"]:checked + .u-check-icon-font i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-font i::before {
  content: attr(data-check-icon);
}

/* line 9096, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-hide-check {
  display: block !important;
}

/* line 9099, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-checked > * .g-hide-check,
input[type="checkbox"]:checked + .g-hide-check,
input[type="radio"]:checked + .g-hide-check,
input[type="checkbox"]:checked + * .g-hide-check,
input[type="radio"]:checked + * .g-hide-check {
  display: none !important;
}

/* line 9106, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-show-check {
  display: none !important;
}

/* line 9109, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-checked > * .g-show-check,
input[type="checkbox"]:checked + .g-show-check,
input[type="radio"]:checked + .g-show-check,
input[type="checkbox"]:checked + * .g-show-check,
input[type="radio"]:checked + * .g-show-check {
  display: block !important;
}

/*------------------------------------
  Checkboxes v1
------------------------------------*/
/* line 9119, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v1, .u-check-icon-radio-v1 {
  background-color: #fff;
  border: solid 1px #ccc;
}

/* line 9123, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v1 {
  border-radius: 1px;
}

/* line 9126, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-radio-v1 {
  border-radius: 50%;
}

/* line 9129, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v1,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v1,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v1,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v1 {
  color: #fff;
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 9137, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v1::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v1::before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v1::before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v1::before {
  content: attr(data-check-icon);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 9150, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v1,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v1,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v1,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v1 {
  border-width: 4px;
  border-color: #72c02c;
}

/*------------------------------------
  Checkboxes v2
------------------------------------*/
/* line 9160, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v2, .u-check-icon-radio-v2 {
  width: 20px;
  height: 20px;
  border: solid 1px #72c02c;
}

/* line 9165, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v2 {
  border-radius: 1px;
}

/* line 9168, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-radio-v2 {
  border-radius: 50%;
}

/*------------------------------------
  Checkboxes v3
------------------------------------*/
/* line 9174, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v3, .u-check-icon-radio-v3 {
  width: 40px;
  height: 40px;
  border: solid 1px #72c02c;
  border-radius: 50%;
}

/*------------------------------------
  Checkboxes v4
------------------------------------*/
/* line 9183, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v4, .u-check-icon-radio-v4 {
  width: 18px;
  height: 18px;
  font-size: 12px;
  border: solid 1px #ccc;
}

/* line 9189, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v4 i::before, .u-check-icon-radio-v4 i::before {
  content: attr(data-uncheck-icon);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 9198, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-radio-v4 {
  border-radius: 50%;
}

/* line 9201, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-radio-v4 i {
  border-radius: 50%;
}

/* line 9204, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v4,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v4 {
  color: #72c02c;
  border-color: #72c02c;
}

/* line 9215, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v4 i::before,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4 i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v4 i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4 i::before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v4 i::before,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v4 i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v4 i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v4 i::before {
  content: attr(data-check-icon);
}

/*------------------------------------
  Checkboxes v5
------------------------------------*/
/* line 9228, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v5, .u-check-icon-radio-v5 {
  width: 18px;
  height: 18px;
}

/* line 9232, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v5 i, .u-check-icon-radio-v5 i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 1px #ccc;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 9245, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v5 {
  border-radius: 1px;
}

/* line 9248, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-radio-v5 {
  border-radius: 50%;
}

/* line 9251, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-radio-v5 i {
  border-radius: 50%;
}

/* line 9254, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v5 i,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v5 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v5 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v5 i,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v5 i,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v5 i,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v5 i,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v5 i {
  border-width: 4px;
  border-color: #72c02c;
}

/*------------------------------------
  Checkboxes v6
------------------------------------*/
/* line 9268, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v6, .u-check-icon-radio-v6 {
  width: 18px;
  height: 18px;
  font-size: 12px;
}

/* line 9273, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v6 i, .u-check-icon-radio-v6 i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 9285, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v6 i::before, .u-check-icon-radio-v6 i::before {
  content: attr(data-uncheck-icon);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 9294, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-radio-v6 {
  border-radius: 50%;
}

/* line 9297, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-radio-v6 i {
  border-radius: 50%;
}

/* line 9300, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v6 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v6 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v6 i,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v6 i,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v6 i,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v6 i,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v6 i {
  color: #fff;
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 9312, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i::before,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v6 i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v6 i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v6 i::before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v6 i::before,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v6 i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v6 i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v6 i::before {
  content: attr(data-check-icon);
}

/*------------------------------------
  Checkboxes v7
------------------------------------*/
/* line 9325, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v7, .u-check-icon-radio-v7 {
  cursor: pointer;
  display: block;
  width: 43px;
  height: 22px;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  color: #ddd;
  border: solid 1px #ddd;
  border-radius: 12px;
}

/* line 9337, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v7 i::before, .u-check-icon-checkbox-v7 i::after, .u-check-icon-radio-v7 i::before, .u-check-icon-radio-v7 i::after {
  content: "";
  display: block;
  position: absolute;
}

/* line 9342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v7 i::before, .u-check-icon-radio-v7 i::before {
  content: attr(data-uncheck-icon);
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: right;
  padding: 2px 7px;
}

/* line 9353, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v7 i::after, .u-check-icon-radio-v7 i::after {
  top: 50%;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #ddd;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition-property: left;
  transition-duration: .1s;
  transition-timing-function: ease-in;
}

/* line 9373, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v7,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 {
  color: #fff;
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 9385, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7 i:before,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7 i:before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7 i:before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7 i:before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7 i:before,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v7 i:before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7 i:before,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 i:before {
  content: attr(data-check-icon);
  text-align: left;
}

/* line 9396, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7 i::after,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7 i::after,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7 i::after,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7 i::after,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7 i::after,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v7 i::after,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7 i::after,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 i::after {
  left: calc(100% - 19px);
  background-color: #fff;
}

/*------------------------------------
  Checkboxes v7
------------------------------------*/
/* line 9410, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v8, .u-check-icon-radio-v8 {
  cursor: pointer;
  display: block;
  width: 43px;
  height: 22px;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  color: #ddd;
  border: solid 1px #ddd;
  border-radius: 12px;
}

/* line 9422, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v8 i::before, .u-check-icon-checkbox-v8 i::after, .u-check-icon-radio-v8 i::before, .u-check-icon-radio-v8 i::after {
  content: "";
  display: block;
  position: absolute;
}

/* line 9427, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v8 i::before, .u-check-icon-radio-v8 i::before {
  content: attr(data-uncheck-icon);
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: right;
  padding: 2px 7px;
}

/* line 9438, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check-icon-checkbox-v8 i::after, .u-check-icon-radio-v8 i::after {
  top: 50%;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #ddd;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition-property: left;
  transition-duration: .1s;
  transition-timing-function: ease-in;
}

/* line 9458, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v8,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v8,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v8,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v8,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v8,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v8,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v8,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v8 {
  color: #72c02c;
  border-color: #72c02c;
}

/* line 9469, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v8 i:before,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v8 i:before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v8 i:before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v8 i:before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v8 i:before,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v8 i:before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v8 i:before,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v8 i:before {
  content: attr(data-check-icon);
  text-align: left;
}

/* line 9480, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v8 i::after,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v8 i::after,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v8 i::after,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v8 i::after,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v8 i::after,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v8 i::after,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v8 i::after,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v8 i::after {
  left: calc(100% - 19px);
  background-color: #72c02c;
}

/* P */
/* line 9492, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-checkbox-v1"] {
  display: none;
}

/* line 9495, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-checkbox-v1"] + label {
  cursor: pointer;
}

/* line 9498, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-checkbox-v1--checked-color-primary:checked + label {
  color: #72c02c !important;
}

/* line 9501, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-checkbox-v1--checked-brd-primary:checked + label {
  border-color: #72c02c !important;
}

/*------------------------------------
  File Attachments
------------------------------------*/
/*------------------------------------
  File Attachments v1
------------------------------------*/
/* line 9510, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-file-attach-v1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* line 9515, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-file-attach-v1 input[type="file"] {
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: 10;
  width: 150%;
  height: 150%;
  opacity: 0;
  cursor: pointer;
}

/* line 9525, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-file-attach-v1 input[readonly] {
  background-color: transparent;
}

/*------------------------------------
  File Attachments v2
------------------------------------*/
/* line 9531, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-file-attach-v2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* line 9536, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-file-attach-v2 input[type="file"] {
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: 10;
  width: 150%;
  height: 150%;
  opacity: 0;
  cursor: pointer;
}

/*------------------------------------
  File Attachments v2
------------------------------------*/
/* line 9549, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-file-attach-v3 {
  cursor: pointer;
  position: relative;
  text-align: center;
  background-color: #f7f7f7;
  overflow: hidden;
  border: 1px dashed #ccc;
  padding: 60px;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 9567, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-file-attach-v3 input[type="file"] {
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: 10;
  width: 150%;
  height: 150%;
  opacity: 0;
  cursor: pointer;
}

/* line 9577, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-file-attach-v3:hover {
  background-color: #eee;
}

/*------------------------------------
  Selects
------------------------------------*/
/* line 9583, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.input-group select {
  -webkit-appearance: none;
}

/*------------------------------------
  Selects v1
------------------------------------*/
/* line 9589, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 {
  position: relative;
  max-width: 100%;
  font-size: 1rem;
  color: rgba(38, 48, 77, 0.3);
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: .4rem 1rem;
}

/* line 9600, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-single {
  position: static;
  height: auto;
  color: inherit;
  background-image: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  line-height: inherit;
}

/* line 9613, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-single span {
  margin-right: 0;
}

/* line 9616, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-single span img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

/* line 9621, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-single div {
  width: 40px;
}

/* line 9624, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-single div b {
  background: none !important;
}

/* line 9627, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-single div b i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 9635, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-single div b i:first-child {
  display: inline-block;
}

/* line 9638, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-single div b i:last-child {
  display: none;
}

/* line 9641, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-single:focus {
  outline: 0 none;
}

/* line 9644, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-drop {
  width: calc(100% + 2px);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 0;
  border-top-width: 1px;
  margin-left: -1px;
}

/* line 9655, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-results {
  padding: 0;
  margin: 0;
}

/* line 9659, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-results > li {
  position: relative;
  font-size: inherit;
  color: #999;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  padding: 12px 16px;
}

/* line 9668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-results > li img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

/* line 9673, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-results > li div {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
}

/* line 9680, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-results > li div b {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 9685, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-results > li div b i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 9694, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-results > li:last-child {
  border-bottom-width: 0;
}

/* line 9697, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-results > li.highlighted {
  color: #999;
  background-image: none;
  background-color: #9f3347;
  border-bottom-color: #9f3347;
}

/* line 9703, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-results > li.highlighted.g-color-white--active {
  color: #fff !important;
}

/* line 9706, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-results > li.highlighted.g-bg-primary--active {
  background-color: #72c02c !important;
}

/* line 9709, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-results > li.result-selected {
  color: #999;
  background-color: #9f3347;
  border-bottom-color: #9f3347;
}

/* line 9714, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 .chosen-results > li.result-selected div b i {
  display: inline-block;
}

/* line 9717, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1.chosen-container-active .chosen-single {
  background-image: none;
  box-shadow: none;
}

/* line 9722, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1.chosen-with-drop .chosen-single {
  border: none;
  border-radius: 0;
}

/* line 9726, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1.chosen-with-drop .chosen-single div b i:first-child {
  display: none;
}

/* line 9729, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1.chosen-with-drop .chosen-single div b i:last-child {
  display: inline-block;
}

/* line 9732, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices {
  background-image: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

/* line 9739, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice {
  font-size: 12px;
  color: #999;
  background-image: none;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0;
  padding: 5px 20px 5px 5px;
}

/* line 9748, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice-close {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 9754, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field {
  height: 22px;
}

/* line 9757, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field input[type="text"] {
  height: 22px;
  margin: 0;
}

/* line 9761, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1.u-select-multiple-custom .chosen-choices {
  display: none;
}

/* line 9764, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1.u-select-multiple-custom .chosen-drop {
  width: 100%;
  position: static;
  top: auto;
  left: auto;
  z-index: 3;
  border: none;
  box-shadow: none;
  margin-left: 0;
}

/* line 9775, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1.u-dropdown-sm {
  padding: .1rem .5rem;
  font-size: .875rem;
}

/* line 9779, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1.u-dropdown-sm .chosen-results > li {
  padding: 6px 8px;
}

/* line 9782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1.u-dropdown-lg {
  padding: .55rem 1.5rem;
  font-size: 1.25rem;
}

/* line 9786, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1.u-dropdown-lg .chosen-results > li {
  padding: 14px 18px;
}

/*------------------------------------
  Selects v2
------------------------------------*/
/* line 9792, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 {
  position: relative;
  max-width: 100%;
  font-size: 1rem;
  color: rgba(38, 48, 77, 0.3);
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: .4rem 1rem;
}

/* line 9803, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-single {
  position: static;
  height: auto;
  color: inherit;
  background-image: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  line-height: inherit;
}

/* line 9816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-single span {
  margin-right: 0;
}

/* line 9819, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-single span img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

/* line 9824, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-single div {
  width: 50px;
}

/* line 9827, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-single div b {
  background: none !important;
}

/* line 9830, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-single div b i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 9838, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-single div b i:first-child {
  display: inline-block;
}

/* line 9841, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-single div b i:last-child {
  display: none;
}

/* line 9844, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-single:focus {
  outline: 0 none;
}

/* line 9847, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-drop,
.u-select-v2 .chosen-results {
  border-radius: 3px;
}

/* line 9851, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-drop {
  width: calc(100% + 2px);
  box-sizing: border-box;
  border: none;
  box-shadow: 0 6px 15px -6px rgba(0, 0, 0, 0.1);
  margin-left: -1px;
  margin-top: 7px;
}

/* line 9861, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-results {
  padding: 0;
  margin: 0;
}

/* line 9865, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-results > li {
  position: relative;
  font-size: inherit;
  color: #999;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  padding: 12px 16px;
}

/* line 9874, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-results > li img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

/* line 9879, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-results > li div {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
}

/* line 9886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-results > li div b {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 9891, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-results > li div b i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 9900, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-results > li:last-child {
  border-bottom-width: 0;
}

/* line 9903, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-results > li.highlighted {
  color: #999;
  background-image: none;
  background-color: #9f3347;
  border-bottom-color: #9f3347;
}

/* line 9909, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-results > li.highlighted.g-color-white--active {
  color: #fff !important;
}

/* line 9912, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-results > li.highlighted.g-bg-primary--active {
  background-color: #72c02c !important;
}

/* line 9915, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-results > li.result-selected {
  color: #999;
  background-color: #9f3347;
  border-bottom-color: #9f3347;
}

/* line 9920, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-results > li.result-selected div b i {
  display: inline-block;
}

/* line 9923, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2.chosen-container-active .chosen-single {
  background-image: none;
  box-shadow: none;
}

/* line 9928, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2.chosen-with-drop .chosen-single {
  border: none;
  border-radius: 0;
}

/* line 9932, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2.chosen-with-drop .chosen-single div b i:first-child {
  display: none;
}

/* line 9935, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2.chosen-with-drop .chosen-single div b i:last-child {
  display: inline-block;
}

/* line 9938, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices {
  background-image: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

/* line 9945, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice {
  font-size: 12px;
  color: #999;
  background-image: none;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0;
  padding: 5px 20px 5px 5px;
}

/* line 9954, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice-close {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 9960, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field {
  height: 22px;
}

/* line 9963, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field input[type="text"] {
  height: 22px;
  margin: 0;
}

/* line 9967, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2.u-select-multiple-custom .chosen-choices {
  display: none;
}

/* line 9970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2.u-select-multiple-custom .chosen-drop {
  width: 100%;
  position: static;
  top: auto;
  left: auto;
  z-index: 3;
  border: none;
  box-shadow: none;
  margin-left: 0;
}

/* line 9981, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2.u-dropdown-sm {
  padding: .1rem .5rem;
  font-size: .875rem;
}

/* line 9985, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2.u-dropdown-sm .chosen-results > li {
  padding: 6px 8px;
}

/* line 9988, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2.u-dropdown-lg {
  padding: .55rem 1.5rem;
  font-size: 1.25rem;
}

/* line 9992, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2.u-dropdown-lg .chosen-results > li {
  padding: 14px 18px;
}

/*------------------------------------
  Sliders
------------------------------------*/
/*------------------------------------
  Sliders v1
------------------------------------*/
/* line 10001, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v1.ui-slider, .u-slider-v1-2.ui-slider, .u-slider-v1-3.ui-slider {
  position: relative;
  background: #eee;
  border: none;
  border-radius: 0;
  margin-top: 12px;
  margin-left: 6px;
  margin-right: 6px;
}

/* line 10010, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v1.ui-slider .ui-slider-range, .u-slider-v1-2.ui-slider .ui-slider-range, .u-slider-v1-3.ui-slider .ui-slider-range {
  height: 100%;
}

/* line 10013, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v1.ui-slider .ui-slider-handle, .u-slider-v1-2.ui-slider .ui-slider-handle, .u-slider-v1-3.ui-slider .ui-slider-handle {
  position: absolute;
  top: 50%;
  border-style: solid;
  outline: none;
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

/* line 10031, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v1.ui-slider.ui-slider-content, .u-slider-v1-2.ui-slider.ui-slider-content, .u-slider-v1-3.ui-slider.ui-slider-content {
  border-color: #eee;
}

/* line 10034, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v1.ui-slider {
  height: 2px;
}

/* line 10037, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v1.ui-slider .ui-slider-range {
  background: #72c02c;
}

/* line 10040, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v1.ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-width: 2px;
  border-color: #72c02c;
}

/* line 10048, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v1-2.ui-slider, .u-slider-v1-3.ui-slider {
  height: 4px;
}

/* line 10051, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v1-2.ui-slider .ui-slider-range, .u-slider-v1-3.ui-slider .ui-slider-range {
  background: #ddd;
}

/* line 10054, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v1-2.ui-slider .ui-slider-handle, .u-slider-v1-3.ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  margin-top: -8px;
  margin-left: -8px;
  border-width: 2px;
  border-color: #72c02c;
}

/* line 10062, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v1-3.ui-slider .ui-slider-handle {
  border-radius: 50%;
}

/*------------------------------------
  Sliders v2
------------------------------------*/
/* line 10068, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v2.ui-slider, .u-slider-v2-2.ui-slider, .u-slider-v2-3.ui-slider {
  position: relative;
  background: rgba(166, 29, 55, 0.5);
  border: none;
  border-radius: 0;
  margin-top: 12px;
  margin-left: 6px;
  margin-right: 6px;
}

/* line 10077, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v2.ui-slider .ui-slider-range, .u-slider-v2-2.ui-slider .ui-slider-range, .u-slider-v2-3.ui-slider .ui-slider-range {
  height: 100%;
}

/* line 10080, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v2.ui-slider .ui-slider-handle, .u-slider-v2-2.ui-slider .ui-slider-handle, .u-slider-v2-3.ui-slider .ui-slider-handle {
  position: absolute;
  top: 50%;
  border-style: solid;
  outline: none;
  background: #72c02c;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, -webkit-transform;
  transition-property: border-color, transform;
  transition-property: border-color, transform, -webkit-transform;
  transition-duration: .3s;
  transition-timing-function: ease;
}

/* line 10100, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v2.ui-slider .ui-slider-handle.ui-state-active, .u-slider-v2-2.ui-slider .ui-slider-handle.ui-state-active, .u-slider-v2-3.ui-slider .ui-slider-handle.ui-state-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* line 10105, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v2.ui-slider {
  height: 2px;
}

/* line 10108, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v2.ui-slider .ui-slider-range {
  background: #72c02c;
}

/* line 10111, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v2.ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-width: 2px;
  border-color: #72c02c;
}

/* line 10119, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v2-2.ui-slider, .u-slider-v2-3.ui-slider {
  height: 4px;
}

/* line 10122, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v2-2.ui-slider .ui-slider-range, .u-slider-v2-3.ui-slider .ui-slider-range {
  background: #72c02c;
}

/* line 10125, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v2-2.ui-slider .ui-slider-handle, .u-slider-v2-3.ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  margin-top: -8px;
  margin-left: -8px;
  border-width: 2px;
  border-color: #72c02c;
}

/* line 10133, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-slider-v2-3.ui-slider .ui-slider-handle {
  border-radius: 50%;
}

/*------------------------------------
  Datepickers
------------------------------------*/
/*------------------------------------
  Datepickers v1
------------------------------------*/
/* line 10142, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  z-index: 2 !important;
}

/* line 10148, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1.ui-datepicker-inline {
  width: 100%;
}

/* line 10151, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1.ui-datepicker {
  width: initial;
  padding: initial;
}

/* line 10155, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker {
  width: 100%;
  padding: 0;
  border: none;
}

/* line 10160, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  padding: 0;
}

/* line 10169, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-title {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #26304d;
  margin-left: 45px;
  margin-right: 45px;
}

/* line 10178, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-prev, .u-datepicker-v1 .ui-datepicker-next {
  width: 45px;
  height: 45px;
  line-height: 45px;
  top: 0;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
}

/* line 10187, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-prev > span, .u-datepicker-v1 .ui-datepicker-next > span {
  position: static;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 18px;
  color: #26304d;
  background-image: none;
  text-indent: 0;
  margin-top: 0;
  margin-left: 0;
}

/* line 10201, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-prev-hover, .u-datepicker-v1 .ui-datepicker-next-hover {
  top: 0;
  background-color: transparent;
}

/* line 10205, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-prev.ui-state-hover, .u-datepicker-v1 .ui-datepicker-next.ui-state-hover {
  border: none;
}

/* line 10208, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-prev {
  left: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ccc;
}

/* line 10214, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-prev-hover {
  left: 0;
}

/* line 10217, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-prev.ui-state-hover {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ccc;
}

/* line 10222, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-next {
  right: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ccc;
}

/* line 10228, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-next-hover {
  right: 0;
}

/* line 10231, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-next.ui-state-hover {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ccc;
}

/* line 10236, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-calendar {
  margin-bottom: 0;
}

/* line 10239, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-calendar th,
.u-datepicker-v1 .ui-datepicker-calendar td {
  text-align: center;
  padding: 3px;
}

/* line 10244, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-calendar th span,
.u-datepicker-v1 .ui-datepicker-calendar th a,
.u-datepicker-v1 .ui-datepicker-calendar td span,
.u-datepicker-v1 .ui-datepicker-calendar td a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #555;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0;
}

/* line 10260, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-calendar th a,
.u-datepicker-v1 .ui-datepicker-calendar td a {
  border-radius: 50%;
  transition: all .2s;
}

/* line 10267, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-calendar th a:hover, .u-datepicker-v1 .ui-datepicker-calendar th a.ui-state-active,
.u-datepicker-v1 .ui-datepicker-calendar td a:hover,
.u-datepicker-v1 .ui-datepicker-calendar td a.ui-state-active {
  color: #fff;
  background-color: #72c02c;
  border-color: #72c02c;
  transition: all .2s;
}

/* line 10277, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-calendar th span,
.u-datepicker-v1 .ui-datepicker-calendar th a {
  font-size: 12px;
  font-weight: 400;
  color: #bbb;
  text-transform: uppercase;
}

/* line 10284, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-calendar td span,
.u-datepicker-v1 .ui-datepicker-calendar td a {
  font-size: 14px;
}

@media (min-width: 768px) {
  /* line 10289, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-datepicker-v1 .ui-datepicker-title {
    height: 50px;
    line-height: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }

  /* line 10294, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-datepicker-v1 .ui-datepicker-prev, .u-datepicker-v1 .ui-datepicker-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  /* line 10298, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-datepicker-v1 .ui-datepicker-calendar {
    border-collapse: separate;
    border-spacing: 4px;
  }

  /* line 10301, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-datepicker-v1 .ui-datepicker-calendar th,
  .u-datepicker-v1 .ui-datepicker-calendar td {
    padding: 5px;
  }

  /* line 10304, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-datepicker-v1 .ui-datepicker-calendar th span,
  .u-datepicker-v1 .ui-datepicker-calendar th a,
  .u-datepicker-v1 .ui-datepicker-calendar td span,
  .u-datepicker-v1 .ui-datepicker-calendar td a {
    font-size: 14px;
  }
}
/*------------------------------------
  Quantity
------------------------------------*/
/* line 10313, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-quantity-v1 input:not([type="checkbox"]):not([type="radio"]) {
  background-color: #fff;
}

/* line 10316, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-plus,
.js-minus {
  cursor: pointer;
}

/*------------------------------------
  Carousel indicators
------------------------------------*/
/* line 10323, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-carousel-indicators"] {
  display: block;
  position: absolute;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 10329, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-carousel-indicators"] li {
  list-style: none;
}

/* line 10332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-carousel-indicators"] span {
  display: block;
  cursor: pointer;
}

/*------------------------------------
  Carousel indicators v1
------------------------------------*/
/* line 10339, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v1,
.u-carousel-indicators-v1--white {
  display: flex !important;
}

/* line 10345, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v1 li,
.u-carousel-indicators-v1--white li {
  margin: 0 5px;
}

/* line 10349, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v1 li.slick-active span,
.u-carousel-indicators-v1--white li.slick-active span {
  background-color: #72c02c;
}

/* line 10353, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v1 span,
.u-carousel-indicators-v1--white span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #777;
  opacity: 1;
}

/* line 10361, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v1 span {
  background-color: #777;
}

/* line 10364, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v1--white li.slick-active span {
  background-color: #fff;
}

/*------------------------------------
  Carousel indicators v2
------------------------------------*/
/* line 10370, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v2 li {
  margin: 0 5px;
}

/* line 10373, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v2 li.slick-active span {
  opacity: 1;
}

/* line 10376, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v2 span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .3;
}

/*------------------------------------
  Carousel indicators v3
------------------------------------*/
/* line 10386, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v3 li {
  margin: 0 3px;
}

/* line 10389, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v3 li.slick-active span {
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 10394, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v3 span {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}

/*------------------------------------
  Carousel indicators v4
------------------------------------*/
/* line 10404, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v4 li {
  margin: 0 7px;
}

/* line 10407, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v4 li.slick-active span {
  background-color: #72c02c;
}

/* line 10410, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v4 span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
}

/*------------------------------------
  Carousel indicators v5
------------------------------------*/
/* line 10419, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v5 {
  bottom: auto;
  left: auto;
  right: 15px;
  top: 15px;
  width: auto;
}

/* line 10426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v5 li {
  margin: 0 3px;
}

/* line 10429, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v5 li.slick-active span {
  width: 9px;
  height: 9px;
  background-color: #fff;
}

/* line 10434, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v5 span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 1;
  position: relative;
}

/*------------------------------------
  Carousel indicators v6
------------------------------------*/
/* line 10445, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v6 {
  display: block;
  left: 50%;
  right: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 10454, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v6::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  right: 50%;
  display: none;
  width: calc(100% - 130px);
  height: 0;
  border-bottom: 1px solid #111;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

/* line 10468, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v6 span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #111;
  background-color: #fff;
  opacity: 1;
  margin: 4px auto 0;
}

/* line 10479, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v6 li {
  display: table-cell;
  width: 1%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  color: #111;
  vertical-align: top;
  cursor: pointer;
  float: none;
}

/* line 10490, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v6 li.slick-active {
  color: #72c02c;
}

/* line 10493, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v6 li.slick-active span {
  display: block;
  width: 17px;
  height: 17px;
  border: 3px solid #72c02c;
  border-radius: 10px;
  margin: 0 auto;
}

/* line 10501, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v6 .u-dot-title {
  display: none;
}

@media (min-width: 768px) {
  /* line 10505, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-indicators-v6 {
    top: 0;
    bottom: auto;
  }

  /* line 10508, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-indicators-v6::before {
    display: block;
  }

  /* line 10510, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-indicators-v6 span {
    margin: 3px auto 19px;
  }

  /* line 10512, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-indicators-v6 li.slick-active span {
    margin: 0 auto 15px;
  }

  /* line 10514, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-indicators-v6 .u-dot-title {
    display: block;
  }
}
/*------------------------------------
  Carousel indicators v7
------------------------------------*/
/* line 10520, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v7 {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  display: block;
  width: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 10531, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v7 span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .3;
}

/* line 10538, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v7 li {
  display: block;
  margin: 15px 0;
  float: none;
}

/* line 10543, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v7 li.slick-active span {
  opacity: 1;
}

/*------------------------------------
  Carousel indicators v8
------------------------------------*/
/* line 10549, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v8 {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  display: block;
  width: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 10560, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v8 span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}

/* line 10566, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v8 li {
  display: block;
  margin: 15px 0;
}

/* line 10570, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v8 li.slick-active span {
  background-color: #72c02c;
}

/*------------------------------------
  Carousel indicators v9
------------------------------------*/
/* line 10576, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v9 {
  padding-left: 0;
}

/* line 10579, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v9 li {
  display: block;
  color: #000;
  text-transform: uppercase;
  background-color: #bbb;
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: #fff;
  vertical-align: top;
  cursor: pointer;
  padding: 10px;
}

/* line 10591, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v9 li + li {
  border-top-width: 1px;
}

/* line 10594, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v9 li.slick-active {
  color: #fff;
  background-color: #72c02c;
}

@media (min-width: 576px) {
  /* line 10599, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-indicators-v9 li {
    display: table-cell;
    width: 1%;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-left-width: 0;
    border-right-width: 0;
    float: none;
    vertical-align: top;
    cursor: pointer;
    padding: 10px;
  }

  /* line 10611, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-indicators-v9 li + li {
    border-left-width: 1px;
  }
}
/*------------------------------------
  Carousel indicators v10
------------------------------------*/
/* line 10617, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v10 {
  padding-left: 0;
}

/* line 10620, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v10 li {
  display: block;
  color: #000;
  text-transform: uppercase;
  background-color: #bbb;
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: #fff;
  vertical-align: top;
  cursor: pointer;
  padding: 10px;
}

/* line 10632, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v10 li + li {
  border-top-width: 1px;
}

/* line 10635, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v10 li.slick-active {
  color: #fff;
  background-color: #72c02c;
}

@media (min-width: 576px) {
  /* line 10640, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-indicators-v10 {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
  }

  /* line 10650, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-indicators-v10 li {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/*------------------------------------
  Carousel indicators v11
------------------------------------*/
/* line 10668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v11 span {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background-color: transparent;
}

/* line 10676, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v11 li {
  margin: 0 3px;
}

/* line 10679, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v11 li.slick-active span {
  background-color: #bbb;
}

/*------------------------------------
  Carousel indicators v12
------------------------------------*/
/* line 10685, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v12,
.u-carousel-indicators-v12--white {
  white-space: nowrap;
}

/* line 10689, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v12 li,
.u-carousel-indicators-v12--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 10697, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v12 li span,
.u-carousel-indicators-v12--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
  border-radius: 50%;
  text-indent: -9999px;
  transition: background .3s ease;
}

/* line 10712, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v12 li span::before, .u-carousel-indicators-v12 li span::after,
.u-carousel-indicators-v12--white li span::before,
.u-carousel-indicators-v12--white li span::after {
  content: "";
  display: none;
}

/* line 10718, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v12 li span::before,
.u-carousel-indicators-v12--white li span::before {
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height .3s ease;
}

/* line 10729, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v12 li span:hover, .u-carousel-indicators-v12 li span:focus,
.u-carousel-indicators-v12--white li span:hover,
.u-carousel-indicators-v12--white li span:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 10734, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v12 li.slick-active span::before,
.u-carousel-indicators-v12--white li.slick-active span::before {
  height: 100%;
}

/* line 10738, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v12--white li span {
  box-shadow: inset 0 0 0 2px #fff;
}

/* line 10742, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v12--white li span::before {
  background-color: #fff;
  box-shadow: 0 0 1px #fff;
}

/*------------------------------------
  Carousel indicators v13
------------------------------------*/
/* line 10750, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v13,
.u-carousel-indicators-v13--white {
  white-space: nowrap;
}

/* line 10754, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v13 li,
.u-carousel-indicators-v13--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 10762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v13 li span,
.u-carousel-indicators-v13--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, background-color .3s ease;
  transition: transform .3s ease, background-color .3s ease, -webkit-transform .3s ease;
}

/* line 10777, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v13 li span::before, .u-carousel-indicators-v13 li span::after,
.u-carousel-indicators-v13--white li span::before,
.u-carousel-indicators-v13--white li span::after {
  content: "";
  display: none;
}

/* line 10783, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v13 li.slick-active span,
.u-carousel-indicators-v13--white li.slick-active span {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* line 10789, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v13--white li span {
  background: rgba(255, 255, 255, 0.5);
}

/* line 10792, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v13--white li span:hover, .u-carousel-indicators-v13--white li span:focus {
  background-color: #fff;
}

/* line 10795, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v13--white li.slick-active span {
  background-color: #fff;
}

/*------------------------------------
  Carousel indicators v14
------------------------------------*/
/* line 10801, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v14,
.u-carousel-indicators-v14--white {
  white-space: nowrap;
}

/* line 10805, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v14 li,
.u-carousel-indicators-v14--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 10813, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v14 li span,
.u-carousel-indicators-v14--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
  transition: box-shadow .3s ease, background-color .3s ease;
}

/* line 10828, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v14 li span::before, .u-carousel-indicators-v14 li span::after,
.u-carousel-indicators-v14--white li span::before,
.u-carousel-indicators-v14--white li span::after {
  content: "";
  display: none;
}

/* line 10834, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v14--white li span {
  background: rgba(255, 255, 255, 0.5);
}

/* line 10837, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v14--white li span:hover, .u-carousel-indicators-v14--white li span:focus {
  background-color: #fff;
}

/* line 10840, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v14--white li.slick-active span {
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff;
}

/*------------------------------------
  Carousel indicators v15
------------------------------------*/
/* line 10848, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v15,
.u-carousel-indicators-v15--white {
  white-space: nowrap;
}

/* line 10852, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v15 li,
.u-carousel-indicators-v15--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 10860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v15 li span,
.u-carousel-indicators-v15--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  text-indent: -9999px;
  transition: box-shadow .3s ease;
}

/* line 10876, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v15 li span::before, .u-carousel-indicators-v15 li span::after,
.u-carousel-indicators-v15--white li span::before,
.u-carousel-indicators-v15--white li span::after {
  content: "";
  display: none;
}

/* line 10882, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v15--white li span {
  box-shadow: inset 0 0 0 2px #fff;
}

/* line 10886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v15--white li span:hover, .u-carousel-indicators-v15--white li span:focus {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}

/* line 10890, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v15--white li.slick-active span {
  box-shadow: inset 0 0 0 8px #fff;
}

/*------------------------------------
  Carousel indicators v16
------------------------------------*/
/* line 10897, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v16,
.u-carousel-indicators-v16--white {
  white-space: nowrap;
}

/* line 10901, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v16 li,
.u-carousel-indicators-v16--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 10909, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v16 li span,
.u-carousel-indicators-v16--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  transition: opacity .3s ease;
}

/* line 10924, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v16 li span::before, .u-carousel-indicators-v16 li span::after,
.u-carousel-indicators-v16--white li span::before,
.u-carousel-indicators-v16--white li span::after {
  content: "";
  display: none;
}

/* line 10930, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v16 li span::before,
.u-carousel-indicators-v16--white li span::before {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

/* line 10950, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v16 li span:hover, .u-carousel-indicators-v16 li span:focus,
.u-carousel-indicators-v16--white li span:hover,
.u-carousel-indicators-v16--white li span:focus {
  opacity: .7;
}

/* line 10955, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v16 li.slick-active span::before,
.u-carousel-indicators-v16--white li.slick-active span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 10961, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v16--white li span {
  box-shadow: inset 0 0 0 2px #fff;
}

/* line 10965, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v16--white li span::before {
  background-color: #fff;
}

/* line 10968, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v16--sm li {
  width: 8px;
  height: 8px;
}

/* line 10972, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v16--sm li span {
  box-shadow: inset 0 0 0 1px #fff;
}

/*------------------------------------
  Carousel indicators v17
------------------------------------*/
/* line 10979, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v17,
.u-carousel-indicators-v17--white {
  white-space: nowrap;
}

/* line 10983, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v17 li,
.u-carousel-indicators-v17--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 10991, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v17 li span,
.u-carousel-indicators-v17--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
  transition: box-shadow 0.3s ease;
}

/* line 11006, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v17 li span::before, .u-carousel-indicators-v17 li span::after,
.u-carousel-indicators-v17--white li span::before,
.u-carousel-indicators-v17--white li span::after {
  content: "";
  display: none;
}

/* line 11012, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v17--white li span {
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
}

/* line 11016, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v17--white li span:hover, .u-carousel-indicators-v17--white li span:focus {
  box-shadow: inset 0 0 0 8px #fff;
}

/* line 11020, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v17--white li.slick-active span {
  box-shadow: inset 0 0 0 2px #fff;
}

/*------------------------------------
  Carousel indicators v18
------------------------------------*/
/* line 11027, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v18,
.u-carousel-indicators-v18--white {
  white-space: nowrap;
}

/* line 11031, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v18 li,
.u-carousel-indicators-v18--white li {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
}

/* line 11039, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v18 li span,
.u-carousel-indicators-v18--white li span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-indent: -9999px;
  transition: opacity .3s ease;
}

/* line 11052, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v18 li span::before, .u-carousel-indicators-v18 li span::after,
.u-carousel-indicators-v18--white li span::before,
.u-carousel-indicators-v18--white li span::after {
  content: "";
  display: none;
}

/* line 11058, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v18 li span:hover, .u-carousel-indicators-v18 li span:focus,
.u-carousel-indicators-v18--white li span:hover,
.u-carousel-indicators-v18--white li span:focus {
  opacity: .5;
}

/* line 11063, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v18 li svg,
.u-carousel-indicators-v18 li i,
.u-carousel-indicators-v18--white li svg,
.u-carousel-indicators-v18--white li i {
  z-index: 10;
  width: 100%;
  height: 100%;
}

/* line 11071, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v18 li svg circle,
.u-carousel-indicators-v18 li svg path,
.u-carousel-indicators-v18 li svg polygon,
.u-carousel-indicators-v18 li i circle,
.u-carousel-indicators-v18 li i path,
.u-carousel-indicators-v18 li i polygon,
.u-carousel-indicators-v18--white li svg circle,
.u-carousel-indicators-v18--white li svg path,
.u-carousel-indicators-v18--white li svg polygon,
.u-carousel-indicators-v18--white li i circle,
.u-carousel-indicators-v18--white li i path,
.u-carousel-indicators-v18--white li i polygon {
  opacity: 0;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: 39;
  transition: stroke-dashoffset .3s, opacity .3s;
}

/* line 11094, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v18 li.slick-active span,
.u-carousel-indicators-v18--white li.slick-active span {
  opacity: .5;
}

/* line 11098, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v18 li.slick-active svg circle,
.u-carousel-indicators-v18 li.slick-active svg path,
.u-carousel-indicators-v18 li.slick-active svg polygon,
.u-carousel-indicators-v18 li.slick-active i circle,
.u-carousel-indicators-v18 li.slick-active i path,
.u-carousel-indicators-v18 li.slick-active i polygon,
.u-carousel-indicators-v18--white li.slick-active svg circle,
.u-carousel-indicators-v18--white li.slick-active svg path,
.u-carousel-indicators-v18--white li.slick-active svg polygon,
.u-carousel-indicators-v18--white li.slick-active i circle,
.u-carousel-indicators-v18--white li.slick-active i path,
.u-carousel-indicators-v18--white li.slick-active i polygon {
  opacity: 1;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset .3s, opacity .15s;
}

/* line 11116, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v18--white li span {
  background-color: #72c02c;
}

/* line 11119, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v18--white li svg circle,
.u-carousel-indicators-v18--white li svg path,
.u-carousel-indicators-v18--white li svg polygon,
.u-carousel-indicators-v18--white li i circle,
.u-carousel-indicators-v18--white li i path,
.u-carousel-indicators-v18--white li i polygon {
  stroke: #fff;
}

/*------------------------------------
  Carousel indicators v19
------------------------------------*/
/* line 11130, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v19,
.u-carousel-indicators-v19--white {
  white-space: nowrap;
}

/* line 11134, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v19 li,
.u-carousel-indicators-v19--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 5px;
  transition: box-shadow .3s ease;
}

/* line 11148, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v19 li span,
.u-carousel-indicators-v19--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

/* line 11163, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v19 li span::before, .u-carousel-indicators-v19 li span::after,
.u-carousel-indicators-v19--white li span::before,
.u-carousel-indicators-v19--white li span::after {
  content: "";
  display: none;
}

/* line 11169, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v19 li.slick-active span,
.u-carousel-indicators-v19--white li.slick-active span {
  background-color: #fff;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}

/* line 11176, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v19--white li {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}

/* line 11180, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v19--white li span {
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 11183, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v19--white li span:hover, .u-carousel-indicators-v19--white li span:focus {
  background-color: #fff;
}

/* line 11186, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v19--white li.slick-active {
  box-shadow: 0 0 0 2px #fff;
}

/*------------------------------------
  Carousel indicators v20
------------------------------------*/
/* line 11193, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v20,
.u-carousel-indicators-v20--white {
  white-space: nowrap;
}

/* line 11197, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v20 li,
.u-carousel-indicators-v20--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 11205, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v20 li span,
.u-carousel-indicators-v20--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
  transition: border-color .3s ease;
}

/* line 11218, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v20 li span::before, .u-carousel-indicators-v20 li span::after,
.u-carousel-indicators-v20--white li span::before,
.u-carousel-indicators-v20--white li span::after {
  content: "";
  display: none;
}

/* line 11224, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v20 li span::before,
.u-carousel-indicators-v20--white li span::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(3);
  transform: scale(3);
  transition: opacity .3s ease, visibility 0s .3s, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, visibility 0s .3s;
  transition: opacity .3s ease, transform .3s ease, visibility 0s .3s, -webkit-transform .3s ease;
}

/* line 11244, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v20 li span:hover, .u-carousel-indicators-v20 li span:focus,
.u-carousel-indicators-v20--white li span:hover,
.u-carousel-indicators-v20--white li span:focus {
  border-color: #72c02c;
}

/* line 11249, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v20 li.slick-active span,
.u-carousel-indicators-v20--white li.slick-active span {
  border-color: #72c02c;
}

/* line 11253, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v20 li.slick-active span::before,
.u-carousel-indicators-v20--white li.slick-active span::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

/* line 11266, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v20--white li span {
  border: 2px solid #fff;
}

/* line 11269, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v20--white li span::before {
  background: #72c02c;
  box-shadow: 0 0 1px #72c02c;
}

/*------------------------------------
  Carousel indicators v21
------------------------------------*/
/* line 11277, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v21,
.u-carousel-indicators-v21--white {
  white-space: nowrap;
}

/* line 11281, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v21 li,
.u-carousel-indicators-v21--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 11291, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v21 li span,
.u-carousel-indicators-v21--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  text-indent: -9999px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

/* line 11309, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v21 li span::before, .u-carousel-indicators-v21 li span::after,
.u-carousel-indicators-v21--white li span::before,
.u-carousel-indicators-v21--white li span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 11324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v21 li span::after,
.u-carousel-indicators-v21--white li span::after {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* line 11329, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v21 li span:hover,
.u-carousel-indicators-v21--white li span:hover {
  opacity: .8;
}

/* line 11333, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v21 li.slick-active span,
.u-carousel-indicators-v21--white li.slick-active span {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* line 11338, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v21--white li span::before {
  background-color: #fff;
}

/* line 11341, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v21--white li span::after {
  background-color: #72c02c;
}

/*------------------------------------
  Carousel indicators v22
------------------------------------*/
/* line 11347, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v22,
.u-carousel-indicators-v22--white {
  white-space: nowrap;
}

/* line 11351, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v22 li,
.u-carousel-indicators-v22--white li {
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
  transition: border-color .3s ease;
}

/* line 11365, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v22 li span,
.u-carousel-indicators-v22--white li span {
  position: absolute;
  bottom: 250%;
  left: 50%;
  width: auto;
  height: auto;
  line-height: 2;
  opacity: 0;
  white-space: nowrap;
  visibility: hidden;
  border-radius: 0;
  padding: 0 10px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: opacity .3s ease, visibility 0s .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease, visibility 0s .3s ease;
  transition: transform .3s ease, opacity .3s ease, visibility 0s .3s ease, -webkit-transform .3s ease;
}

/* line 11387, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v22 li span::before, .u-carousel-indicators-v22 li span::after,
.u-carousel-indicators-v22--white li span::before,
.u-carousel-indicators-v22--white li span::after {
  content: "";
  display: none;
}

/* line 11393, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v22 li span::before,
.u-carousel-indicators-v22--white li span::before {
  display: block;
  position: absolute;
  top: 99%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: 10px solid transparent;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity .3s ease;
}

/* line 11410, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v22 li span:hover,
.u-carousel-indicators-v22--white li span:hover {
  z-index: 11;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

/* line 11424, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v22 li.slick-active span,
.u-carousel-indicators-v22--white li.slick-active span {
  z-index: 100;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

/* line 11438, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v22 li.slick-active:hover span,
.u-carousel-indicators-v22--white li.slick-active:hover span {
  opacity: 1 !important;
}

/* line 11442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v22 li:hover,
.u-carousel-indicators-v22--white li:hover {
  z-index: 11;
}

/* line 11446, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v22:hover li.slick-active span,
.u-carousel-indicators-v22--white:hover li.slick-active span {
  opacity: .2;
}

/* line 11450, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v22--white li {
  border: 2px solid #fff;
}

/* line 11453, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v22--white li span {
  color: #fff;
  background-color: #72c02c;
}

/* line 11457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v22--white li span::before {
  border-top-color: #72c02c;
}

/* line 11460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v22--white li.slick-active {
  border-color: #72c02c;
}

/*------------------------------------
  Carousel indicators v23
------------------------------------*/
/* line 11466, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23,
.u-carousel-indicators-v23--white {
  white-space: nowrap;
}

/* line 11470, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li,
.u-carousel-indicators-v23--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 11478, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li span,
.u-carousel-indicators-v23--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
  transition: background-color .3s ease;
}

/* line 11491, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li span::before, .u-carousel-indicators-v23 li span::after,
.u-carousel-indicators-v23--white li span::before,
.u-carousel-indicators-v23--white li span::after {
  content: "";
  display: none;
}

/* line 11497, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:first-child ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:first-child ~ .u-dots-helper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 11503, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(2) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(2) ~ .u-dots-helper {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 11509, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(3) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(3) ~ .u-dots-helper {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

/* line 11515, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(4) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(4) ~ .u-dots-helper {
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

/* line 11521, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(5) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(5) ~ .u-dots-helper {
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
}

/* line 11527, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(6) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(6) ~ .u-dots-helper {
  -webkit-transform: translateX(500%);
  transform: translateX(500%);
}

/* line 11533, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(7) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(7) ~ .u-dots-helper {
  -webkit-transform: translateX(600%);
  transform: translateX(600%);
}

/* line 11539, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(8) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(8) ~ .u-dots-helper {
  -webkit-transform: translateX(700%);
  transform: translateX(700%);
}

/* line 11545, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(9) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(9) ~ .u-dots-helper {
  -webkit-transform: translateX(800%);
  transform: translateX(800%);
}

/* line 11551, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(10) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(10) ~ .u-dots-helper {
  -webkit-transform: translateX(900%);
  transform: translateX(900%);
}

/* line 11557, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(11) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(11) ~ .u-dots-helper {
  -webkit-transform: translateX(1000%);
  transform: translateX(1000%);
}

/* line 11563, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(12) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(12) ~ .u-dots-helper {
  -webkit-transform: translateX(1100%);
  transform: translateX(1100%);
}

/* line 11569, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(13) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(13) ~ .u-dots-helper {
  -webkit-transform: translateX(1200%);
  transform: translateX(1200%);
}

/* line 11575, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(14) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(14) ~ .u-dots-helper {
  -webkit-transform: translateX(1300%);
  transform: translateX(1300%);
}

/* line 11581, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(15) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(15) ~ .u-dots-helper {
  -webkit-transform: translateX(1400%);
  transform: translateX(1400%);
}

/* line 11587, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(16) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(16) ~ .u-dots-helper {
  -webkit-transform: translateX(1500%);
  transform: translateX(1500%);
}

/* line 11593, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(17) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(17) ~ .u-dots-helper {
  -webkit-transform: translateX(1600%);
  transform: translateX(1600%);
}

/* line 11599, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(18) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(18) ~ .u-dots-helper {
  -webkit-transform: translateX(1700%);
  transform: translateX(1700%);
}

/* line 11605, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(19) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(19) ~ .u-dots-helper {
  -webkit-transform: translateX(1800%);
  transform: translateX(1800%);
}

/* line 11611, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(20) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(20) ~ .u-dots-helper {
  -webkit-transform: translateX(1900%);
  transform: translateX(1900%);
}

/* line 11617, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(21) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(21) ~ .u-dots-helper {
  -webkit-transform: translateX(2000%);
  transform: translateX(2000%);
}

/* line 11623, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(22) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(22) ~ .u-dots-helper {
  -webkit-transform: translateX(2100%);
  transform: translateX(2100%);
}

/* line 11629, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(23) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(23) ~ .u-dots-helper {
  -webkit-transform: translateX(2200%);
  transform: translateX(2200%);
}

/* line 11635, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(24) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(24) ~ .u-dots-helper {
  -webkit-transform: translateX(2300%);
  transform: translateX(2300%);
}

/* line 11641, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(25) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(25) ~ .u-dots-helper {
  -webkit-transform: translateX(2400%);
  transform: translateX(2400%);
}

/* line 11647, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(26) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(26) ~ .u-dots-helper {
  -webkit-transform: translateX(2500%);
  transform: translateX(2500%);
}

/* line 11653, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(27) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(27) ~ .u-dots-helper {
  -webkit-transform: translateX(2600%);
  transform: translateX(2600%);
}

/* line 11659, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(28) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(28) ~ .u-dots-helper {
  -webkit-transform: translateX(2700%);
  transform: translateX(2700%);
}

/* line 11665, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(29) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(29) ~ .u-dots-helper {
  -webkit-transform: translateX(2800%);
  transform: translateX(2800%);
}

/* line 11671, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 .u-dots-helper,
.u-carousel-indicators-v23--white .u-dots-helper {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

/* line 11683, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23 .u-dots-helper::before,
.u-carousel-indicators-v23--white .u-dots-helper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 11696, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23--white li span {
  background: rgba(255, 255, 255, 0.5);
}

/* line 11699, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23--white li span:hover, .u-carousel-indicators-v23--white li span:focus {
  background-color: #fff;
}

/* line 11702, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v23--white .u-dots-helper::before {
  background: #72c02c;
}

/*------------------------------------
  Carousel indicators v24
------------------------------------*/
/* line 11708, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v24,
.u-carousel-indicators-v24--white {
  white-space: nowrap;
}

/* line 11712, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v24 li,
.u-carousel-indicators-v24--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 11720, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v24 li span,
.u-carousel-indicators-v24--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 50%;
  text-indent: -9999px;
}

/* line 11731, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v24 li span::before, .u-carousel-indicators-v24 li span::after,
.u-carousel-indicators-v24--white li span::before,
.u-carousel-indicators-v24--white li span::after {
  content: "";
  display: none;
}

/* line 11737, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v24 li span::before,
.u-carousel-indicators-v24--white li span::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility 0s .3s ease, -webkit-transform .3s ease .3s;
  transition: transform .3s ease .3s, opacity .3s ease, visibility 0s .3s ease;
  transition: transform .3s ease .3s, opacity .3s ease, visibility 0s .3s ease, -webkit-transform .3s ease .3s;
  -webkit-transform-origin: -200% 50%;
  transform-origin: -200% 50%;
  -webkit-transform: rotate(-100deg);
  transform: rotate(-100deg);
}

/* line 11760, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v24 li.slick-active-right span::before,
.u-carousel-indicators-v24--white li.slick-active-right span::before {
  transition: none;
  -webkit-transform-origin: 300% 50%;
  transform-origin: 300% 50%;
  -webkit-transform: rotate(100deg);
  transform: rotate(100deg);
}

/* line 11772, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v24 li.slick-current span::before,
.u-carousel-indicators-v24--white li.slick-current span::before {
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 11785, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v24--white li span {
  border: 2px solid #72c02c;
}

/* line 11788, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v24--white li span::before {
  background: #fff;
}

/* line 11791, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v24--white li span:focus {
  background: rgba(255, 255, 255, 0.2);
}

/*------------------------------------
  Carousel indicators v25
------------------------------------*/
/* line 11797, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v25,
.u-carousel-indicators-v25--white {
  white-space: nowrap;
}

/* line 11801, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v25 li,
.u-carousel-indicators-v25--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 11809, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v25 li::before,
.u-carousel-indicators-v25--white li::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition: opacity .3s ease, visibility 0s .3s, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease, visibility 0s .3s;
  transition: transform .3s ease, opacity .3s ease, visibility 0s .3s, -webkit-transform .3s ease;
}

/* line 11829, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v25 li span,
.u-carousel-indicators-v25--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
  transition: opacity .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease, background-color .3s ease;
  transition: transform .3s ease, opacity .3s ease, background-color .3s ease, -webkit-transform .3s ease;
}

/* line 11844, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v25 li span::before, .u-carousel-indicators-v25 li span::after,
.u-carousel-indicators-v25--white li span::before,
.u-carousel-indicators-v25--white li span::after {
  content: "";
  display: none;
}

/* line 11850, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v25 li.slick-active::before,
.u-carousel-indicators-v25--white li.slick-active::before {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 11863, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v25 li.slick-active span,
.u-carousel-indicators-v25--white li.slick-active span {
  opacity: 0;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}

/* line 11870, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v25--white li::before {
  background-color: #72c02c;
}

/* line 11873, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v25--white li span {
  background: rgba(255, 255, 255, 0.5);
}

/* line 11876, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v25--white li span::before {
  background-color: #72c02c;
}

/* line 11879, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v25--white li span:focus {
  background-color: #72c02c;
}

/* line 11882, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v25--white li:hover span {
  background-color: #fff;
}

/* line 11885, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v25--white li.slick-active span {
  background-color: #72c02c;
}

/*------------------------------------
  Carousel indicators v26
------------------------------------*/
/* line 11891, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26 li,
.u-carousel-indicators-v26--white li,
.u-carousel-indicators-v26--vertical li,
.u-carousel-indicators-v26--vertical--white li {
  position: relative;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 40px;
}

/* line 11901, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26 li::before,
.u-carousel-indicators-v26--white li::before,
.u-carousel-indicators-v26--vertical li::before,
.u-carousel-indicators-v26--vertical--white li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 50%;
  transition: width .3s, height .3s, border-color .3s, border-width .3s, background .3s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 11921, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26 li::after,
.u-carousel-indicators-v26--white li::after,
.u-carousel-indicators-v26--vertical li::after,
.u-carousel-indicators-v26--vertical--white li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: -1;
  display: block;
  width: 44px;
  height: 0;
  border-top: 2px solid;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -2px;
}

/* line 11939, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26 li span,
.u-carousel-indicators-v26--white li span,
.u-carousel-indicators-v26--vertical li span,
.u-carousel-indicators-v26--vertical--white li span {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  opacity: .3;
  transition: opacity .3s, color .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 0 15px 0;
}

/* line 11960, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26 li.slick-active::before,
.u-carousel-indicators-v26--white li.slick-active::before,
.u-carousel-indicators-v26--vertical li.slick-active::before,
.u-carousel-indicators-v26--vertical--white li.slick-active::before {
  width: 20px;
  height: 20px;
}

/* line 11967, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26 li.slick-active span,
.u-carousel-indicators-v26--white li.slick-active span,
.u-carousel-indicators-v26--vertical li.slick-active span,
.u-carousel-indicators-v26--vertical--white li.slick-active span {
  opacity: 1;
}

/* line 11973, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26 li:last-child,
.u-carousel-indicators-v26--white li:last-child,
.u-carousel-indicators-v26--vertical li:last-child,
.u-carousel-indicators-v26--vertical--white li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

/* line 11980, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26 li:last-child::after,
.u-carousel-indicators-v26--white li:last-child::after,
.u-carousel-indicators-v26--vertical li:last-child::after,
.u-carousel-indicators-v26--vertical--white li:last-child::after {
  display: none;
}

/* line 11986, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26--vertical,
.u-carousel-indicators-v26--vertical--white {
  width: 20px;
}

/* line 11990, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26--vertical li,
.u-carousel-indicators-v26--vertical--white li {
  display: block;
  float: none;
  margin-bottom: 15px;
  margin-right: 0;
}

/* line 11997, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26--vertical li::after,
.u-carousel-indicators-v26--vertical--white li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 0;
  height: 19px;
  border-left: 2px solid;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  margin-top: -2px;
  margin-left: 0;
}

/* line 12014, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26--vertical li span,
.u-carousel-indicators-v26--vertical--white li span {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 100%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  opacity: .3;
  transition: opacity .3s, color .3s;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  padding: 0 0 0 15px;
}

/* line 12034, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26--white li::before,
.u-carousel-indicators-v26--vertical--white li::before {
  border-color: #72c02c;
}

/* line 12038, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26--white li::after,
.u-carousel-indicators-v26--vertical--white li::after {
  border-color: #72c02c;
}

/* line 12042, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26--white li span,
.u-carousel-indicators-v26--vertical--white li span {
  color: #fff;
}

/* line 12046, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26--white li:not(.slick-active):hover::before,
.u-carousel-indicators-v26--vertical--white li:not(.slick-active):hover::before {
  border-color: #fff;
  background-color: #fff;
}

/* line 12051, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26--white li.slick-active::before,
.u-carousel-indicators-v26--vertical--white li.slick-active::before {
  border-color: #fff;
}

/* line 12055, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v26--white li.slick-active span,
.u-carousel-indicators-v26--vertical--white li.slick-active span {
  color: #fff;
}

/*------------------------------------
  Carousel indicators v27
------------------------------------*/
/* line 12062, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27 li,
.u-carousel-indicators-v27--white li,
.u-carousel-indicators-v27--vertical li,
.u-carousel-indicators-v27--vertical--white li {
  position: relative;
  width: 40px;
  height: 4px;
  float: left;
  margin: 0 5px;
}

/* line 12072, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27 li span,
.u-carousel-indicators-v27--white li span,
.u-carousel-indicators-v27--vertical li span,
.u-carousel-indicators-v27--vertical--white li span {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  opacity: .7;
  overflow: hidden;
  transition: opacity .3s;
}

/* line 12086, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27 li span::before,
.u-carousel-indicators-v27--white li span::before,
.u-carousel-indicators-v27--vertical li span::before,
.u-carousel-indicators-v27--vertical--white li span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 12108, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27 li strong,
.u-carousel-indicators-v27--white li strong,
.u-carousel-indicators-v27--vertical li strong,
.u-carousel-indicators-v27--vertical--white li strong {
  position: absolute;
  bottom: 105%;
  left: 0;
  display: block;
  width: 40px;
  font-weight: 700;
  font-size: 20px;
  opacity: 0;
  -webkit-transform: translate3d(1em, 0, 0);
  transform: translate3d(1em, 0, 0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 12134, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27 li:not(.slick-active):hover span, .u-carousel-indicators-v27 li:not(.slick-active):focus span,
.u-carousel-indicators-v27--white li:not(.slick-active):hover span,
.u-carousel-indicators-v27--white li:not(.slick-active):focus span,
.u-carousel-indicators-v27--vertical li:not(.slick-active):hover span,
.u-carousel-indicators-v27--vertical li:not(.slick-active):focus span,
.u-carousel-indicators-v27--vertical--white li:not(.slick-active):hover span,
.u-carousel-indicators-v27--vertical--white li:not(.slick-active):focus span {
  opacity: 1;
}

/* line 12143, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27 li.slick-active span::before,
.u-carousel-indicators-v27--white li.slick-active span::before,
.u-carousel-indicators-v27--vertical li.slick-active span::before,
.u-carousel-indicators-v27--vertical--white li.slick-active span::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 12150, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27 li.slick-active strong,
.u-carousel-indicators-v27--white li.slick-active strong,
.u-carousel-indicators-v27--vertical li.slick-active strong,
.u-carousel-indicators-v27--vertical--white li.slick-active strong {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/* line 12158, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27--vertical li,
.u-carousel-indicators-v27--vertical--white li {
  display: block;
  width: 40px;
  height: 40px;
  float: none;
  margin: 15px 0;
}

/* line 12166, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27--vertical li span,
.u-carousel-indicators-v27--vertical--white li span {
  position: relative;
  display: block;
  width: 4px;
  height: 100%;
  opacity: .7;
  overflow: hidden;
  transition: opacity .3s;
}

/* line 12178, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27--vertical li span::before,
.u-carousel-indicators-v27--vertical--white li span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 12198, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27--vertical li strong,
.u-carousel-indicators-v27--vertical--white li strong {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 105%;
  display: block;
  width: 40px;
  font-weight: 700;
  font-size: 20px;
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 90deg) translate3d(1em, 0, 0);
  transform: rotate3d(0, 0, 1, 90deg) translate3d(1em, 0, 0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 12223, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27--vertical li.slick-active span::before,
.u-carousel-indicators-v27--vertical--white li.slick-active span::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 12228, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27--vertical li.slick-active strong,
.u-carousel-indicators-v27--vertical--white li.slick-active strong {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
}

/* line 12234, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27--white li span,
.u-carousel-indicators-v27--vertical--white li span {
  background: #fff;
}

/* line 12238, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27--white li span::before,
.u-carousel-indicators-v27--vertical--white li span::before {
  background: #72c02c;
}

/* line 12242, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v27--white li strong,
.u-carousel-indicators-v27--vertical--white li strong {
  color: #fff;
}

/*------------------------------------
  Carousel indicators v28
------------------------------------*/
/* line 12249, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v28 {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  display: block;
  width: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 12260, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v28 li {
  display: block;
  margin: 15px 0;
  float: none;
}

/* line 12265, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v28 li.slick-active span {
  background-color: #72c02c;
  opacity: 1;
}

/* line 12269, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v28 span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #777;
  opacity: .3;
}

/*------------------------------------
  Carousel indicators v29
------------------------------------*/
/* line 12279, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v29 {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

/* line 12284, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v29 li {
  display: inline-block;
  min-width: 30px;
  cursor: pointer;
  float: none;
  border-top: 3px solid #fff;
  margin: -2px 20px 0;
}

/* line 12292, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v29 li.slick-active {
  color: #72c02c;
  border-top-color: #72c02c;
}

/* line 12296, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v29 .u-dot-title {
  display: none;
}

@media (min-width: 576px) {
  /* line 12300, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-indicators-v29 {
    border-top: 1px solid;
  }

  /* line 12302, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-indicators-v29 li {
    border-top: 3px solid transparent;
    padding-top: 10px;
    margin: -2px 20px 0;
  }

  /* line 12306, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-indicators-v29 .u-dot-title {
    display: block;
  }
}
/*------------------------------------
  Carousel indicators v30
------------------------------------*/
/* line 12312, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v30 {
  display: block;
  width: 100%;
}

/* line 12316, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v30 > li {
  display: table-cell;
  width: 1%;
  text-align: center;
  float: none;
}

/* line 12322, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v30 span {
  display: inline-block;
}

@media (min-width: 576px) {
  /* line 12326, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-indicators-v30 {
    display: block;
    width: 100%;
  }

  /* line 12329, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-indicators-v30 > li {
    display: table-cell;
    width: 1%;
    text-align: center;
    float: none;
  }

  /* line 12334, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-indicators-v30 span {
    display: inline-block;
  }
}
/*------------------------------------
  Carousel indicators v31
------------------------------------*/
/* line 12340, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v31,
.u-carousel-indicators-v31--white {
  display: flex !important;
}

/* line 12346, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v31 li,
.u-carousel-indicators-v31--white li {
  margin: 0 5px;
}

/* line 12350, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v31 li.slick-active span,
.u-carousel-indicators-v31--white li.slick-active span {
  position: relative;
  top: 1px;
  width: 13px;
  height: 13px;
  background-color: #72c02c;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: .4s;
}

/* line 12367, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v31 span,
.u-carousel-indicators-v31--white span {
  position: relative;
  top: 2px;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 1;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: .4s;
  background-color: #ddd;
}

/*------------------------------------
  Carousel Indicators v32
------------------------------------*/
/* line 12390, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v32 .slick-slide {
  align-items: center !important;
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: .5s;
}

/* line 12407, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v32 .slick-slide .u-carousel-indicators-v32-img {
  box-shadow: 0 5px 25px 0 transparent;
}

/* line 12411, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v32 .slick-center {
  width: 70px;
  height: 70px;
  -webkit-transform: scale(1.35);
}

/* line 12416, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v32 .slick-center .u-carousel-indicators-v32-img {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-color: #fff;
}

/*------------------------------------
  Carousel indicators v33
------------------------------------*/
/* line 12424, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v33 {
  position: relative;
  padding-top: 15px;
  padding-left: 0;
}

/* line 12429, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v33 li {
  display: block;
  color: #eee;
  cursor: pointer;
  padding: 10px 0;
}

/* line 12435, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v33 li:hover {
  color: rgba(166, 29, 55, 0.5);
}

/* line 12438, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v33 li.slick-active {
  color: #72c02c;
}

/* line 12441, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v33 li span {
  display: none;
}

/*------------------------------------
  Carousel indicators v34
------------------------------------*/
/* line 12447, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v34 li {
  display: block;
  margin: 10px 0;
}

/* line 12451, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v34 li.slick-active span {
  background-color: #72c02c;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 12457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v34 span {
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  transition: all .3s ease;
}

/*------------------------------------
  Carousel indicators v35
------------------------------------*/
/* line 12472, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v35 li,
.u-carousel-indicators-v35--white li,
.u-carousel-indicators-v35--main li {
  display: inline-block;
  margin: 0 5px;
}

/* line 12478, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v35 li.slick-active span,
.u-carousel-indicators-v35--white li.slick-active span,
.u-carousel-indicators-v35--main li.slick-active span {
  opacity: 1;
}

/* line 12483, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v35 span,
.u-carousel-indicators-v35--white span,
.u-carousel-indicators-v35--main span {
  width: 13px;
  height: 13px;
  background-color: #72c02c;
  border: 2px solid transparent;
  opacity: .7;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  transition: all .3s ease;
}

/* line 12499, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v35 li.slick-active span,
.u-carousel-indicators-v35--white li.slick-active span,
.u-carousel-indicators-v35--main li.slick-active span {
  background-color: transparent;
  border-color: #72c02c;
  opacity: .5;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* line 12509, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v35--white li span {
  background-color: #fff;
}

/* line 12512, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v35--white li.slick-active span {
  border-color: #fff;
}

/* line 12515, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v35--main li span {
  background-color: #000;
}

/* line 12518, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v35--main li.slick-active span {
  border-color: #000;
}

/*------------------------------------
  Breadcrumbs v1
------------------------------------*/
/* line 12524, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-breadcrumbs-v1 {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 12528, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-breadcrumbs-v1 > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 12532, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-breadcrumbs-v1 a:hover {
  text-decoration: none;
}

/*------------------------------------
  Breadcrumbs v2
------------------------------------*/
/* line 12538, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-breadcrumbs-v2 {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 12542, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-breadcrumbs-v2 > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 12546, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-breadcrumbs-v2 > * > * {
  display: block;
  border-radius: 3px;
}

/* line 12550, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-breadcrumbs-v2 a:hover {
  text-decoration: none;
}

/* line 12553, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-breadcrumbs-v2 [class*="u-triangle"]:not([class*="__front"]):not([class*="__back"]) {
  display: none;
}

@media (min-width: 768px) {
  /* line 12557, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-breadcrumbs-v2 > * {
    position: relative;
    background-color: #fff;
  }

  /* line 12560, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-breadcrumbs-v2 > * > * {
    border-radius: 0;
  }

  /* line 12562, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-breadcrumbs-v2 > *:first-child > * {
    border-radius: 5px 0 0 5px;
  }

  /* line 12564, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-breadcrumbs-v2 > *:last-child > * {
    border-radius: 0 5px 5px 0;
  }

  /* line 12566, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-breadcrumbs-v2 [class*="u-triangle"]:not([class*="__front"]):not([class*="__back"]) {
    top: 0;
    z-index: 2;
    display: block;
    width: 20px;
    height: 100%;
    margin-left: -0.05em;
  }
}
/*------------------------------------
  Dot line v1
------------------------------------*/
/* line 12577, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dot-line-v1,
.u-dot-line-v1-2 {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0;
}

/* line 12584, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dot-line-v1::before, .u-dot-line-v1::after,
.u-dot-line-v1-2::before,
.u-dot-line-v1-2::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: calc(50% + 30px);
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: -1px;
}

/* line 12596, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dot-line-v1::before,
.u-dot-line-v1-2::before {
  left: -30px;
}

/* line 12600, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
li:first-child .u-dot-line-v1::before, li:first-child
.u-dot-line-v1-2::before {
  display: none;
}

/* line 12604, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dot-line-v1::after,
.u-dot-line-v1-2::after {
  right: -30px;
}

/* line 12608, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
li:last-child .u-dot-line-v1::after, li:last-child
.u-dot-line-v1-2::after {
  display: none;
}

/* line 12612, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dot-line-v1__inner,
.u-dot-line-v1-2__inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
}

/* line 12623, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dot-line-v1__inner::before,
.u-dot-line-v1-2__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

/* line 12636, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dot-line-v1-2::before, .u-dot-line-v1-2::after,
.u-dot-line-v1-2-2::before,
.u-dot-line-v1-2-2::after {
  display: none;
}

@media (min-width: 992px) {
  /* line 12642, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-dot-line-v1-2::before, .u-dot-line-v1-2::after {
    display: block;
  }
}
/*------------------------------------
  Dot line v2
------------------------------------*/
/* line 12648, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dot-line-v2,
.u-dot-line-v2-2 {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0;
}

/* line 12655, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dot-line-v2::before, .u-dot-line-v2::after,
.u-dot-line-v2-2::before,
.u-dot-line-v2-2::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: calc(50% + 30px);
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: -1px;
}

/* line 12667, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dot-line-v2::before,
.u-dot-line-v2-2::before {
  left: -30px;
}

/* line 12671, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
li:first-child .u-dot-line-v2::before, li:first-child
.u-dot-line-v2-2::before {
  display: none;
}

/* line 12675, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dot-line-v2::after,
.u-dot-line-v2-2::after {
  right: -30px;
}

/* line 12679, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
li:last-child .u-dot-line-v2::after, li:last-child
.u-dot-line-v2-2::after {
  display: none;
}

/* line 12683, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dot-line-v2__inner,
.u-dot-line-v2-2__inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* line 12691, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dot-line-v2__inner::before,
.u-dot-line-v2-2__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
}

/* line 12706, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dot-line-v2-2::before, .u-dot-line-v2-2::after,
.u-dot-line-v2-2-2::before,
.u-dot-line-v2-2-2::after {
  display: none;
}

@media (min-width: 992px) {
  /* line 12712, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-dot-line-v2-2::before, .u-dot-line-v2-2::after {
    display: block;
  }
}
/*------------------------------------
  Heading-v1
------------------------------------*/
/* line 12718, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-heading-v1-"] {
  position: relative;
}

/* line 12721, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-heading-v1-"]::before, [class*="u-heading-v1-"]::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 100%;
  height: 0;
  border-top-width: 1px;
  border-color: inherit;
}

/* line 12731, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-heading-v1-"].text-center::before, [class*="u-heading-v1-"].text-center::after {
  left: 0;
  right: 0;
}

/* line 12735, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-heading-v1-"].text-right::before, [class*="u-heading-v1-"].text-right::after {
  left: 0;
  right: auto;
}

/* line 12739, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v1__title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 1.07143rem;
  background-color: inherit;
  z-index: 2;
}

/* line 12747, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.text-right .u-heading-v1__title {
  padding-left: 1.07143rem;
  padding-right: 0;
}

/* line 12751, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.text-center .u-heading-v1__title {
  padding-left: 1.07143rem;
  padding-right: 1.07143rem;
}

/*------------------------------------
  Heading-v1-1
------------------------------------*/
/* line 12758, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v1-1::before {
  top: 48%;
  border-top-style: solid;
}

/* line 12762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v1-1::after {
  top: 58%;
  border-top-style: solid;
}

/*------------------------------------
  Heading-v1-2
------------------------------------*/
/* line 12769, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v1-2::before {
  top: 48%;
  border-top-style: dashed;
}

/* line 12773, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v1-2::after {
  top: 58%;
  border-top-style: dashed;
}

/*------------------------------------
  Heading-v1-3
------------------------------------*/
/* line 12780, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v1-3::before {
  top: 48%;
  border-top-style: dotted;
}

/* line 12784, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v1-3::after {
  top: 58%;
  border-top-style: dotted;
}

/*------------------------------------
  Heading-v1-4
------------------------------------*/
/* line 12791, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v1-4::before {
  top: 50%;
  border-top-style: solid;
}

/*------------------------------------
  Heading-v1-5
------------------------------------*/
/* line 12798, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v1-5::before {
  top: 50%;
  border-top-style: dashed;
}

/*------------------------------------
  Heading-v1-6
------------------------------------*/
/* line 12805, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v1-6::before {
  top: 50%;
  border-top-style: dotted;
}

/*------------------------------------
  Heading-v1-7
------------------------------------*/
/* line 12812, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v1-7 {
  background: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="9px" height="6px"><polygon opacity="0.2" points="4.5,4.5 0,0 0,1.208 4.5,5.708 9,1.208 9,0 "/></svg>') 0 50% repeat-x;
}

/*------------------------------------
  Heading-v2
------------------------------------*/
/* line 12818, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-1--bottom::after, .u-heading-v2-1--top::before, .u-heading-v2-2--bottom::after, .u-heading-v2-2--top::before, .u-heading-v2-3--bottom::after, .u-heading-v2-3--top::before, .u-heading-v2-4--bottom::after, .u-heading-v2-4--top::before, .u-heading-v2-5--bottom::after, .u-heading-v2-5--top::before, .u-heading-v2-6--bottom::after, .u-heading-v2-6--top::before, .u-heading-v2-7--bottom::after, .u-heading-v2-7--top::before {
  content: "";
  display: inline-block;
  border-top-style: solid;
  border-color: inherit;
}

/*------------------------------------
  Heading-v2-1
------------------------------------*/
/* line 12827, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-1--bottom::after, .u-heading-v2-1--top::before {
  width: 3.14286rem;
  border-top-width: 2px;
}

/* line 12831, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-1--bottom::after {
  margin-top: 1.78571rem;
}

/* line 12834, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-1--top::before {
  margin-bottom: 1.78571rem;
}

/*------------------------------------
  Heading-v2-2
------------------------------------*/
/* line 12840, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-2--bottom::after, .u-heading-v2-2--top::before {
  width: 2.71429rem;
  border-top-width: 5px;
}

/* line 12844, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-2--bottom::after {
  margin-top: 1.78571rem;
}

/* line 12847, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-2--top::before {
  margin-bottom: 1.78571rem;
}

/*------------------------------------
  Heading-v2-3
------------------------------------*/
/* line 12853, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-3--bottom::after, .u-heading-v2-3--top::before {
  width: 5rem;
  border-top-width: 1px;
}

/* line 12857, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-3--bottom::after {
  margin-top: 1.07143rem;
}

/* line 12860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-3--top::before {
  margin-bottom: 1.07143rem;
}

/*------------------------------------
  Heading-v2-4
------------------------------------*/
/* line 12866, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-4--bottom::after, .u-heading-v2-4--top::before {
  width: 5rem;
  border-top-width: 10px;
}

/* line 12870, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-4--bottom::after {
  margin-top: 2.14286rem;
}

/* line 12873, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-4--top::before {
  margin-bottom: 2.14286rem;
}

/*------------------------------------
  Heading-v2-5
------------------------------------*/
/* line 12879, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-5--bottom::after, .u-heading-v2-5--top::before {
  width: 5rem;
  border-top-width: 2px;
}

/* line 12883, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-5--bottom::after {
  margin-top: 1.42857rem;
}

/* line 12886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-5--top::before {
  margin-bottom: 1.42857rem;
}

/*------------------------------------
  Heading-v2-6
------------------------------------*/
/* line 12892, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-6--bottom::after, .u-heading-v2-6--top::before {
  width: 2.14286rem;
  border-top-width: 1px;
}

/* line 12896, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-6--bottom::after {
  margin-top: 0.71429rem;
}

/* line 12899, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-6--top::before {
  margin-bottom: 0.71429rem;
}

/*------------------------------------
  Heading-v2-7
------------------------------------*/
/* line 12905, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-7--bottom::after, .u-heading-v2-7--top::before {
  width: 12rem;
  border-top-width: 10px;
}

/* line 12909, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-7--bottom::after {
  margin-top: 2.85714rem;
}

/* line 12912, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v2-7--top::before {
  margin-bottom: 2.85714rem;
}

/*------------------------------------
  Heading-v3
------------------------------------*/
/* line 12918, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-heading-v3-"] {
  border-bottom: 1px dotted #ccc;
}

/* line 12921, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v3__title {
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0;
  padding-bottom: 0.71429rem;
  border-bottom: 1px solid #555;
}

/*------------------------------------
  Heading-v4
------------------------------------*/
/* line 12932, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-heading-v4-"] {
  padding: 0.14286rem 0 0.21429rem 1.42857rem;
  border-left-width: 4px;
  border-left-style: solid;
  border-color: inherit;
}

/* line 12938, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-heading-v4-"].text-right {
  padding: 0.14286rem 1.42857rem 0.21429rem 0;
  border-left-width: 0;
  border-right-width: 4px;
  border-right-style: solid;
}

/*------------------------------------
  Heading-v5
------------------------------------*/
/* line 12947, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5__title {
  position: relative;
  display: inline-block;
  line-height: 1;
}

/* line 12952, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5__title::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.85714rem;
  height: 0.85714rem;
  background: #26304d;
}

/* line 12960, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-color-primary .u-heading-v5__title::before {
  background: #72c02c;
}

/* line 12963, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-color-gray-light-v2 .u-heading-v5__title::before {
  background: #ccc;
}

/* line 12966, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-color-white .u-heading-v5__title::before {
  background: #fff;
}

/* line 12969, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-rounded-50x .u-heading-v5__title::before {
  border-radius: 50%;
}

/*------------------------------------
  Heading-v5-1
------------------------------------*/
/* line 12975, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-1 .u-heading-v5__title {
  padding-top: 1.78571rem;
}

/* line 12978, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-1 .u-heading-v5__title::before {
  top: 0;
  left: 2px;
}

/* line 12982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-1.text-center .u-heading-v5__title::before {
  left: 50%;
  margin-left: -6px;
}

/* line 12986, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-1.text-right .u-heading-v5__title::before {
  left: auto;
  right: 2px;
}

/*------------------------------------
  Heading-v5-2
------------------------------------*/
/* line 12993, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-2 .u-heading-v5__title::before {
  left: 0;
  bottom: 3px;
}

/* line 12997, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-2.text-right .u-heading-v5__title::before {
  left: auto;
  right: 0;
}

/* line 13001, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-2 .u-heading-v5__title {
  padding-left: 1.78571rem;
}

/* line 13004, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-2.text-right .u-heading-v5__title {
  padding-right: 1.78571rem;
}

/*------------------------------------
  Heading-v5-3
------------------------------------*/
/* line 13010, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-3 .u-heading-v5__title::before {
  left: 2px;
  bottom: 0;
}

/* line 13014, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-3.text-center .u-heading-v5__title::before {
  left: 50%;
  margin-left: -6px;
}

/* line 13018, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-3.text-right .u-heading-v5__title::before {
  left: auto;
  right: 2px;
}

/* line 13022, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v5-3 .u-heading-v5__title {
  padding-bottom: 1.78571rem;
}

/*------------------------------------
  Heading-v6
------------------------------------*/
/* line 13028, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6__title {
  display: inline-block;
  position: relative;
}

/* line 13032, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6-1 .u-heading-v6__title::after, .u-heading-v6-1.text-center .u-heading-v6__title::before, .u-heading-v6-1.text-right .u-heading-v6__title::before, .u-heading-v6-2 .u-heading-v6__title::after, .u-heading-v6-2.text-center .u-heading-v6__title::before, .u-heading-v6-2.text-right .u-heading-v6__title::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: inherit;
}

/*------------------------------------
  Heading-v6-1
------------------------------------*/
/* line 13045, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6-1 .u-heading-v6__title,
.u-heading-v6-1 .u-heading-v6__subtitle {
  padding-right: 6.42857rem;
}

/* line 13049, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6-1.text-center .u-heading-v6__title,
.u-heading-v6-1.text-right .u-heading-v6__title,
.u-heading-v6-1.text-center .u-heading-v6__subtitle,
.u-heading-v6-1.text-right .u-heading-v6__subtitle {
  padding-left: 6.42857rem;
}

/* line 13055, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6-1.text-right .u-heading-v6__title,
.u-heading-v6-1.text-right .u-heading-v6__subtitle {
  padding-right: 0;
}

/* line 13059, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6-1 .u-heading-v6__title::after {
  right: 0;
}

/* line 13062, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6-1.text-center .u-heading-v6__title::before {
  left: 0;
}

/* line 13065, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6-1.text-right .u-heading-v6__title::before {
  left: 0;
}

/* line 13068, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6-1.text-right .u-heading-v6__title::after {
  display: none;
}

/*------------------------------------
  Heading-v6-1
------------------------------------*/
/* line 13074, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6-2 .u-heading-v6__title,
.u-heading-v6-2 .u-heading-v6__subtitle {
  padding-left: 6.42857rem;
}

/* line 13078, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6-2.text-center .u-heading-v6__title,
.u-heading-v6-2.text-right .u-heading-v6__title,
.u-heading-v6-2.text-center .u-heading-v6__subtitle,
.u-heading-v6-2.text-right .u-heading-v6__subtitle {
  padding-right: 6.42857rem;
}

/* line 13084, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6-2.text-right .u-heading-v6__title,
.u-heading-v6-2.text-right .u-heading-v6__subtitle {
  padding-left: 0;
}

/* line 13088, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6-2 .u-heading-v6__title::after {
  left: 0;
}

/* line 13091, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6-2.text-center .u-heading-v6__title::before {
  right: 0;
}

/* line 13094, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6-2.text-right .u-heading-v6__title::before {
  right: 0;
}

/* line 13097, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v6-2.text-right .u-heading-v6__title::after {
  display: none;
}

/*------------------------------------
  Heading-v7
------------------------------------*/
/* line 13103, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v7-divider::after, .text-center .u-heading-v7-divider::before, .text-right .u-heading-v7-divider::before {
  content: "";
  position: absolute;
  top: 52%;
  display: inline-block;
  width: 2.85714rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: inherit;
}

/* line 13113, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v7-divider {
  position: relative;
  display: inline-block;
}

/* line 13117, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v7-divider::after {
  right: -3.92857rem;
}

/* line 13120, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.text-center .u-heading-v7-divider::before {
  left: -3.92857rem;
}

/* line 13123, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.text-right .u-heading-v7-divider::before {
  left: -3.92857rem;
}

/* line 13126, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.text-right .u-heading-v7-divider::after {
  display: none;
}

/* line 13129, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v7-divider__icon {
  display: inline-block;
  font-size: 1.4rem;
}

/*------------------------------------
  Heading-v7-1
------------------------------------*/
/* line 13136, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v7-1 .u-heading-v7-divider__icon {
  font-size: .6rem;
}

/*------------------------------------
  Heading-v7-3
------------------------------------*/
/* line 13142, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v7-3 .u-heading-v7-divider::after,
.u-heading-v7-3 .u-heading-v7-divider::before {
  display: none;
}

/*------------------------------------
  Heading-v8
------------------------------------*/
/* line 13149, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v8-1 .u-heading-v8__title strong, .u-heading-v8-2 .u-heading-v8__title strong {
  display: inline-block;
  font-weight: inherit;
}

/*------------------------------------
  Heading-v8-1
------------------------------------*/
/* line 13156, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v8-1 .u-heading-v8__title strong {
  padding: 0.07143rem 0.5rem;
}

/*------------------------------------
  Heading-v8-2
------------------------------------*/
/* line 13162, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v8-2 .u-heading-v8__title strong {
  padding: 0.71429rem 1.07143rem;
}

/*------------------------------------
  Heading-v9
------------------------------------*/
/* line 13168, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v9 {
  position: relative;
  text-align: center;
}

/* line 13172, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v9::before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  margin-left: -35px;
  width: 70px;
  height: 96px;
  border: 2px solid #72c02c;
}

/* line 13182, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v9--left {
  padding-left: 35px;
  text-align: left;
}

/* line 13186, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v9--left::before {
  left: 0;
  margin-left: 0;
}

/* line 13190, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v9--right {
  padding-right: 35px;
  text-align: right;
}

/* line 13194, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v9--right::before {
  left: auto;
  right: 0;
  margin-left: 0;
}

/* line 13199, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v9 * {
  position: relative;
  z-index: 3;
}

/*------------------------------------
  Heading-v10
------------------------------------*/
/* line 13206, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v10 {
  position: relative;
  text-align: center;
}

/* line 13210, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v10__downer {
  font-size: 115px;
  line-height: 1;
  opacity: .04;
}

/* line 13215, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-v10__upper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 34px;
  color: #72c02c;
}

/*------------------------------------
  Headings
------------------------------------*/
/* Massive Underline */
/* line 13229, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-massive-underline {
  position: relative;
}

/* line 13232, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-heading-massive-underline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .2em;
  height: .3em;
  background-color: rgba(166, 29, 55, 0.8);
  z-index: -1;
}

/* Heading With Dot */
/* line 13243, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header-title-dot::after {
  content: ".";
  color: #72c02c;
  display: inline-block;
  font-size: 35px;
}

/*------------------------------------
  Nonstandart BG's
------------------------------------*/
/* line 13252, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1, .u-triangle-v1-2, .u-triangle-v2, .u-triangle-v3, .u-triangle-v4, .u-triangle-v5, .u-triangle-v6 {
  position: relative;
}

/* line 13255, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1::before, .u-triangle-v1-2::before, .u-triangle-v2::before, .u-triangle-v3::before, .u-triangle-v4::before, .u-triangle-v5::before, .u-triangle-v6::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
}

/* line 13261, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1::before, .u-triangle-v1-2::before, .u-triangle-v2::before, .u-triangle-v5::before, .u-triangle-v6::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

/* line 13267, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1.u-triangle-top.g-bg-primary::before, .u-triangle-v1.u-triangle-left.g-bg-primary::before, .u-triangle-v1-2.u-triangle-top.g-bg-primary::before, .u-triangle-v1-2.u-triangle-left.g-bg-primary::before, .u-triangle-v2.u-triangle-top.g-bg-primary::before, .u-triangle-v2.u-triangle-left.g-bg-primary::before, .u-triangle-v5.u-triangle-top.g-bg-primary::before, .u-triangle-v5.u-triangle-left.g-bg-primary::before, .u-triangle-v6.u-triangle-top.g-bg-primary::before, .u-triangle-v6.u-triangle-left.g-bg-primary::before {
  border-bottom-color: #72c02c;
}

/* line 13270, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1.u-triangle-top.g-bg-white::before, .u-triangle-v1.u-triangle-left.g-bg-white::before, .u-triangle-v1-2.u-triangle-top.g-bg-white::before, .u-triangle-v1-2.u-triangle-left.g-bg-white::before, .u-triangle-v2.u-triangle-top.g-bg-white::before, .u-triangle-v2.u-triangle-left.g-bg-white::before, .u-triangle-v5.u-triangle-top.g-bg-white::before, .u-triangle-v5.u-triangle-left.g-bg-white::before, .u-triangle-v6.u-triangle-top.g-bg-white::before, .u-triangle-v6.u-triangle-left.g-bg-white::before {
  border-bottom-color: #fff;
}

/* line 13273, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1.u-triangle-top.g-bg-gray-light-v9::before, .u-triangle-v1.u-triangle-left.g-bg-gray-light-v9::before, .u-triangle-v1-2.u-triangle-top.g-bg-gray-light-v9::before, .u-triangle-v1-2.u-triangle-left.g-bg-gray-light-v9::before, .u-triangle-v2.u-triangle-top.g-bg-gray-light-v9::before, .u-triangle-v2.u-triangle-left.g-bg-gray-light-v9::before, .u-triangle-v5.u-triangle-top.g-bg-gray-light-v9::before, .u-triangle-v5.u-triangle-left.g-bg-gray-light-v9::before, .u-triangle-v6.u-triangle-top.g-bg-gray-light-v9::before, .u-triangle-v6.u-triangle-left.g-bg-gray-light-v9::before {
  border-bottom-color: #f7f7f7;
}

/* line 13276, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1.u-triangle-top.g-bg-black::before, .u-triangle-v1.u-triangle-left.g-bg-black::before, .u-triangle-v1-2.u-triangle-top.g-bg-black::before, .u-triangle-v1-2.u-triangle-left.g-bg-black::before, .u-triangle-v2.u-triangle-top.g-bg-black::before, .u-triangle-v2.u-triangle-left.g-bg-black::before, .u-triangle-v5.u-triangle-top.g-bg-black::before, .u-triangle-v5.u-triangle-left.g-bg-black::before, .u-triangle-v6.u-triangle-top.g-bg-black::before, .u-triangle-v6.u-triangle-left.g-bg-black::before {
  border-bottom-color: #000;
}

/* line 13279, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1.u-triangle-bottom.g-bg-primary::before, .u-triangle-v1.u-triangle-right.g-bg-primary::before, .u-triangle-v1-2.u-triangle-bottom.g-bg-primary::before, .u-triangle-v1-2.u-triangle-right.g-bg-primary::before, .u-triangle-v2.u-triangle-bottom.g-bg-primary::before, .u-triangle-v2.u-triangle-right.g-bg-primary::before, .u-triangle-v5.u-triangle-bottom.g-bg-primary::before, .u-triangle-v5.u-triangle-right.g-bg-primary::before, .u-triangle-v6.u-triangle-bottom.g-bg-primary::before, .u-triangle-v6.u-triangle-right.g-bg-primary::before {
  border-top-color: #72c02c;
}

/* line 13282, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1.u-triangle-bottom.g-bg-white::before, .u-triangle-v1.u-triangle-right.g-bg-white::before, .u-triangle-v1-2.u-triangle-bottom.g-bg-white::before, .u-triangle-v1-2.u-triangle-right.g-bg-white::before, .u-triangle-v2.u-triangle-bottom.g-bg-white::before, .u-triangle-v2.u-triangle-right.g-bg-white::before, .u-triangle-v5.u-triangle-bottom.g-bg-white::before, .u-triangle-v5.u-triangle-right.g-bg-white::before, .u-triangle-v6.u-triangle-bottom.g-bg-white::before, .u-triangle-v6.u-triangle-right.g-bg-white::before {
  border-top-color: #fff;
}

/* line 13285, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1.u-triangle-bottom.g-bg-gray-light-v9::before, .u-triangle-v1.u-triangle-right.g-bg-gray-light-v9::before, .u-triangle-v1-2.u-triangle-bottom.g-bg-gray-light-v9::before, .u-triangle-v1-2.u-triangle-right.g-bg-gray-light-v9::before, .u-triangle-v2.u-triangle-bottom.g-bg-gray-light-v9::before, .u-triangle-v2.u-triangle-right.g-bg-gray-light-v9::before, .u-triangle-v5.u-triangle-bottom.g-bg-gray-light-v9::before, .u-triangle-v5.u-triangle-right.g-bg-gray-light-v9::before, .u-triangle-v6.u-triangle-bottom.g-bg-gray-light-v9::before, .u-triangle-v6.u-triangle-right.g-bg-gray-light-v9::before {
  border-top-color: #f7f7f7;
}

/* line 13288, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1.u-triangle-bottom.g-bg-black::before, .u-triangle-v1.u-triangle-right.g-bg-black::before, .u-triangle-v1-2.u-triangle-bottom.g-bg-black::before, .u-triangle-v1-2.u-triangle-right.g-bg-black::before, .u-triangle-v2.u-triangle-bottom.g-bg-black::before, .u-triangle-v2.u-triangle-right.g-bg-black::before, .u-triangle-v5.u-triangle-bottom.g-bg-black::before, .u-triangle-v5.u-triangle-right.g-bg-black::before, .u-triangle-v6.u-triangle-bottom.g-bg-black::before, .u-triangle-v6.u-triangle-right.g-bg-black::before {
  border-top-color: #000;
}

/* line 13291, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1.u-triangle-top::before, .u-triangle-v1.u-triangle-bottom::before, .u-triangle-v1.u-triangle-left::before, .u-triangle-v1.u-triangle-right::before {
  left: 50%;
  margin-left: -20px;
}

/* line 13295, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1.u-triangle-top::before, .u-triangle-v1.u-triangle-left::before {
  top: -25px;
  border-width: 0 20px 25px 20px;
}

/* line 13299, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1.u-triangle-bottom::before, .u-triangle-v1.u-triangle-right::before {
  bottom: -25px;
  border-width: 25px 20px 0 20px;
}

/* line 13303, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1-2.u-triangle-left.g-bg-primary::before, .u-triangle-v1-2.u-triangle-left.g-bg-white::before, .u-triangle-v1-2.u-triangle-left.g-bg-gray-light-v9::before, .u-triangle-v1-2.u-triangle-left.g-bg-black::before, .u-triangle-v1-2.u-triangle-right.g-bg-primary::before, .u-triangle-v1-2.u-triangle-right.g-bg-white::before, .u-triangle-v1-2.u-triangle-right.g-bg-gray-light-v9::before, .u-triangle-v1-2.u-triangle-right.g-bg-black::before {
  border-bottom-color: transparent;
  border-top-color: transparent;
}

/* line 13307, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1-2.u-triangle-left::before, .u-triangle-v1-2.u-triangle-right::before {
  top: 50%;
  bottom: auto;
  left: auto;
  margin-top: -5px;
  margin-left: 0;
}

/* line 13314, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1-2.u-triangle-left::before {
  left: -5px;
  border-width: 5px 5px 5px 0;
}

/* line 13318, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1-2.u-triangle-left.g-bg-primary::before {
  border-right-color: #72c02c;
}

/* line 13321, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1-2.u-triangle-left.g-bg-white::before {
  border-right-color: #fff;
}

/* line 13324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1-2.u-triangle-left.g-bg-gray-light-v9::before {
  border-right-color: #f7f7f7;
}

/* line 13327, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1-2.u-triangle-left.g-bg-black::before {
  border-right-color: #000;
}

/* line 13330, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1-2.u-triangle-right::before {
  right: -5px;
  border-width: 5px 0 5px 5px;
}

/* line 13334, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1-2.u-triangle-right.g-bg-primary::before {
  border-left-color: #72c02c;
}

/* line 13337, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1-2.u-triangle-right.g-bg-white::before {
  border-left-color: #fff;
}

/* line 13340, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1-2.u-triangle-right.g-bg-gray-light-v9::before {
  border-left-color: #f7f7f7;
}

/* line 13343, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v1-2.u-triangle-right.g-bg-black::before {
  border-left-color: #000;
}

/* line 13346, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v2.u-triangle-top::before, .u-triangle-v2.u-triangle-bottom::before {
  left: 45px;
}

/* line 13349, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v2.u-triangle-left::before, .u-triangle-v2.u-triangle-right::before {
  top: 23px;
}

/* line 13352, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v2.u-triangle-top::before {
  top: -15px;
  border-width: 0 17px 15px 17px;
}

/* line 13356, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v2.u-triangle-bottom::before {
  bottom: -15px;
  border-width: 15px 17px 0 17px;
}

/* line 13360, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v2.u-triangle-left::before {
  left: -15px;
  border-width: 17px 15px 17px 0;
}

/* line 13364, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v2.u-triangle-right::before {
  right: -15px;
  border-width: 17px 0 17px 15px;
}

/* line 13368, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v3::before, .u-triangle-v4::before {
  background-repeat: no-repeat;
}

/* line 13371, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v3.u-triangle-top::before, .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v3.u-triangle-left::before, .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-top::before, .u-triangle-v4.u-triangle-bottom::before, .u-triangle-v4.u-triangle-left::before, .u-triangle-v4.u-triangle-right::before {
  height: 50px;
  left: 0;
}

/* line 13375, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v3.u-triangle-top::before, .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-top::before, .u-triangle-v4.u-triangle-left::before {
  top: -50px;
}

/* line 13378, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v3.u-triangle-bottom::before, .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-bottom::before, .u-triangle-v4.u-triangle-right::before {
  bottom: -50px;
}

/* line 13381, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v3.u-triangle-top::before, .u-triangle-v3.u-triangle-left::before {
  width: 100%;
  background-size: 100%;
  background-position: top right;
}

/* line 13386, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v3.u-triangle-top.g-bg-primary::before, .u-triangle-v3.u-triangle-left.g-bg-primary::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #72c02c 50%);
}

/* line 13391, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v3.u-triangle-top.g-bg-white::before, .u-triangle-v3.u-triangle-left.g-bg-white::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #fff 50%);
}

/* line 13396, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v3.u-triangle-top.g-bg-gray-light-v9::before, .u-triangle-v3.u-triangle-left.g-bg-gray-light-v9::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #f7f7f7 50%);
}

/* line 13401, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v3.u-triangle-top.g-bg-black::before, .u-triangle-v3.u-triangle-left.g-bg-black::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #000 50%);
}

/* line 13406, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v3.u-triangle-bottom::before, .u-triangle-v3.u-triangle-right::before {
  width: 100%;
  background-size: 100%;
  background-position: top right;
}

/* line 13411, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v3.u-triangle-bottom.g-bg-primary::before, .u-triangle-v3.u-triangle-right.g-bg-primary::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #72c02c 50%);
}

/* line 13416, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v3.u-triangle-bottom.g-bg-white::before, .u-triangle-v3.u-triangle-right.g-bg-white::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #fff 50%);
}

/* line 13421, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v3.u-triangle-bottom.g-bg-gray-light-v9::before, .u-triangle-v3.u-triangle-right.g-bg-gray-light-v9::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #f7f7f7 50%);
}

/* line 13426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v3.u-triangle-bottom.g-bg-black::before, .u-triangle-v3.u-triangle-right.g-bg-black::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #000 50%);
}

/* line 13431, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v4.u-triangle-top::before, .u-triangle-v4.u-triangle-left::before {
  width: 100%;
  background-size: 50.2% 100%;
  background-position: top left, top right;
}

/* line 13436, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v4.u-triangle-top.g-bg-primary::before, .u-triangle-v4.u-triangle-left.g-bg-primary::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #72c02c 50%), linear-gradient(to bottom left, transparent 49.6%, #72c02c 50%);
}

/* line 13441, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v4.u-triangle-top.g-bg-white::before, .u-triangle-v4.u-triangle-left.g-bg-white::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #fff 50%), linear-gradient(to bottom left, transparent 49.6%, #fff 50%);
}

/* line 13446, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v4.u-triangle-top.g-bg-gray-light-v9::before, .u-triangle-v4.u-triangle-left.g-bg-gray-light-v9::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #f7f7f7 50%), linear-gradient(to bottom left, transparent 49.6%, #f7f7f7 50%);
}

/* line 13451, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v4.u-triangle-top.g-bg-black::before, .u-triangle-v4.u-triangle-left.g-bg-black::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #000 50%), linear-gradient(to bottom left, transparent 49.6%, #000 50%);
}

/* line 13456, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v4.u-triangle-bottom::before, .u-triangle-v4.u-triangle-right::before {
  width: 100%;
  background-size: 50.2% 100%;
  background-position: top left, top right;
}

/* line 13461, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v4.u-triangle-bottom.g-bg-primary::before, .u-triangle-v4.u-triangle-right.g-bg-primary::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #72c02c 50%), linear-gradient(to top left, transparent 49.6%, #72c02c 50%);
}

/* line 13466, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v4.u-triangle-bottom.g-bg-white::before, .u-triangle-v4.u-triangle-right.g-bg-white::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #fff 50%), linear-gradient(to top left, transparent 49.6%, #fff 50%);
}

/* line 13471, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v4.u-triangle-bottom.g-bg-gray-light-v9::before, .u-triangle-v4.u-triangle-right.g-bg-gray-light-v9::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #f7f7f7 50%), linear-gradient(to top left, transparent 49.6%, #f7f7f7 50%);
}

/* line 13476, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v4.u-triangle-bottom.g-bg-black::before, .u-triangle-v4.u-triangle-right.g-bg-black::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #000 50%), linear-gradient(to top left, transparent 49.6%, #000 50%);
}

/* line 13481, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v5.u-triangle-top::before, .u-triangle-v5.u-triangle-bottom::before {
  left: 80px;
}

/* line 13484, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v5.u-triangle-left::before, .u-triangle-v5.u-triangle-right::before {
  top: 23px;
}

/* line 13487, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v5.u-triangle-top::before {
  top: -22px;
  border-width: 22px 0 0 22px;
}

/* line 13491, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v5.u-triangle-bottom::before {
  bottom: -22px;
  border-width: 22px 22px 0 0;
}

/* line 13495, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v5.u-triangle-left::before {
  left: -22px;
  border-width: 0 22px 22px 0;
}

/* line 13499, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v5.u-triangle-right::before {
  right: -22px;
  border-width: 22px 22px 0 0;
}

/* line 13503, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v6.u-triangle-top::before, .u-triangle-v6.u-triangle-bottom::before {
  left: 8%;
}

/* line 13506, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v6.u-triangle-left::before, .u-triangle-v6.u-triangle-right::before {
  top: 8%;
}

/* line 13509, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v6.u-triangle-top::before {
  top: -22px;
  border-width: 22px 22px 0 0;
}

/* line 13513, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v6.u-triangle-bottom::before {
  bottom: -22px;
  border-width: 22px 0 0 22px;
}

/* line 13517, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v6.u-triangle-left::before {
  left: -22px;
  border-width: 22px 22px 0 0;
}

/* line 13521, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-v6.u-triangle-right::before {
  right: -22px;
  border-width: 0 22px 22px 0;
}

/* line 13525, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-triangle-inclusive-v1"]:not([class*="__front"]):not([class*="__back"]),
[class*="u-triangle-inclusive-v2"]:not([class*="__front"]):not([class*="__back"]) {
  position: absolute;
}

/* line 13529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--left {
  right: -14px;
}

/* line 13532, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--left__front {
  position: absolute;
  top: 1px;
  left: 0;
}

/* line 13537, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--left__front {
  border-width: 14px 0 14px 14px;
  border-style: solid;
  border-color: transparent;
}

/* line 13542, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--left__back {
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent;
}

/* line 13547, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--right {
  left: -14px;
}

/* line 13550, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--right__front {
  position: absolute;
  top: 1px;
  right: 0;
}

/* line 13555, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--right__front {
  border-width: 14px 14px 14px 0;
  border-style: solid;
  border-color: transparent;
}

/* line 13560, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--right__back {
  border-width: 15px 15px 15px 0;
  border-style: solid;
  border-color: transparent;
}

/* line 13565, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--top {
  top: -14px;
}

/* line 13568, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--top__front {
  position: absolute;
  left: 1px;
  bottom: 0;
}

/* line 13573, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--top__front {
  border-width: 0 14px 14px 14px;
  border-style: solid;
  border-color: transparent;
}

/* line 13578, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--top__back {
  border-width: 0 15px 15px 15px;
  border-style: solid;
  border-color: transparent;
}

/* line 13583, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--bottom {
  bottom: -14px;
}

/* line 13586, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--bottom__front {
  position: absolute;
  left: 1px;
  bottom: 1px;
}

/* line 13591, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--bottom__front {
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: transparent;
}

/* line 13596, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v1--bottom__back {
  border-width: 15px 15px 0 15px;
  border-style: solid;
  border-color: transparent;
}

/* line 13601, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--left {
  left: 100%;
}

/* line 13604, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--left__front, .u-triangle-inclusive-v2--left__back {
  position: absolute;
  left: 0;
  height: 100%;
}

/* line 13609, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--left__front svg, .u-triangle-inclusive-v2--left__back svg {
  height: 100%;
  vertical-align: middle;
}

/* line 13613, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--left__front {
  z-index: 2;
}

/* line 13616, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--left__front svg polygon {
  fill: #eee;
}

/* line 13619, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--left__back {
  z-index: 1;
}

/* line 13622, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--left__back svg polygon {
  fill: #fff;
}

/* line 13625, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--right {
  right: 100%;
}

/* line 13628, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--right__front, .u-triangle-inclusive-v2--right__back {
  position: absolute;
  right: 0;
  height: 100%;
}

/* line 13633, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--right__front svg, .u-triangle-inclusive-v2--right__back svg {
  height: 100%;
  vertical-align: middle;
}

/* line 13637, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--right__front {
  z-index: 2;
}

/* line 13640, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--right__front svg polygon {
  fill: #eee;
}

/* line 13643, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--right__back {
  z-index: 1;
}

/* line 13646, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--right__back svg polygon {
  fill: #fff;
}

/* line 13649, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--top {
  bottom: 100%;
}

/* line 13652, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--top__front, .u-triangle-inclusive-v2--top__back {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 13657, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--top__front svg, .u-triangle-inclusive-v2--top__back svg {
  width: 100%;
  vertical-align: bottom;
}

/* line 13661, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--top__front {
  z-index: 2;
}

/* line 13664, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--top__front svg polygon {
  fill: #eee;
}

/* line 13667, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--top__back {
  z-index: 1;
}

/* line 13670, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--top__back svg polygon {
  fill: #fff;
}

/* line 13673, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--bottom {
  top: 100%;
}

/* line 13676, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--bottom__front, .u-triangle-inclusive-v2--bottom__back {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 13681, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--bottom__front svg, .u-triangle-inclusive-v2--bottom__back svg {
  width: 100%;
  vertical-align: top;
}

/* line 13685, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--bottom__front {
  z-index: 2;
}

/* line 13688, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--bottom__front svg polygon {
  fill: #eee;
}

/* line 13691, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--bottom__back {
  z-index: 1;
}

/* line 13694, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-inclusive-v2--bottom__back svg polygon {
  fill: #fff;
}

/* line 13697, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-semicircle-v1 {
  position: relative;
  z-index: 10;
}

/* line 13701, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-semicircle-v1::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 150%;
  height: 150%;
  border-radius: 50%;
}

/* line 13710, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-semicircle-v1.g-bg-primary::before {
  background: #72c02c;
}

/* line 13713, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-semicircle-v1.g-bg-white::before {
  background: #fff;
}

/* line 13716, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-semicircle-v1.g-bg-gray-light-v9::before {
  background: #f7f7f7;
}

/* line 13719, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-semicircle-v1.g-bg-black::before {
  background: #000;
}

/* line 13722, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-semicircle-top::before, .u-semicircle-right::before {
  top: -20%;
  left: -25%;
}

/* line 13726, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-semicircle-bottom::before, .u-semicircle-left::before {
  bottom: -20%;
  left: -25%;
}

@media (max-width: 575px) {
  /* line 13731, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-none--xs::before,
  .u-semicircle-none--xs::before {
    display: none;
  }
}
@media (min-width: 576px) {
  /* line 13736, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-top::before, .u-triangle-v4.u-triangle-bottom::before {
    height: 75px;
  }

  /* line 13738, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-left::before, .u-triangle-v4.u-triangle-right::before {
    width: 75px;
  }

  /* line 13740, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v4.u-triangle-top::before {
    top: -75px;
  }

  /* line 13742, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-bottom::before {
    bottom: -75px;
  }

  /* line 13744, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-left::before {
    left: -75px;
  }

  /* line 13746, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-right::before {
    right: -75px;
  }
}
@media (max-width: 767px) {
  /* line 13750, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-none--sm::before,
  .u-semicircle-none--sm::before {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 13755, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v1.u-triangle-left.g-bg-primary::before, .u-triangle-v1.u-triangle-left.g-bg-white::before, .u-triangle-v1.u-triangle-left.g-bg-gray-light-v9::before, .u-triangle-v1.u-triangle-left.g-bg-black::before, .u-triangle-v1.u-triangle-right.g-bg-primary::before, .u-triangle-v1.u-triangle-right.g-bg-white::before, .u-triangle-v1.u-triangle-right.g-bg-gray-light-v9::before, .u-triangle-v1.u-triangle-right.g-bg-black::before {
    border-bottom-color: transparent;
    border-top-color: transparent;
  }

  /* line 13758, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v1.u-triangle-left::before, .u-triangle-v1.u-triangle-right::before {
    top: 50%;
    bottom: auto;
    left: auto;
    margin-top: -20px;
    margin-left: 0;
  }

  /* line 13764, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v1.u-triangle-left::before {
    left: -25px;
    border-width: 20px 25px 20px 0;
  }

  /* line 13767, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v1.u-triangle-left.g-bg-primary::before {
    border-right-color: #72c02c;
  }

  /* line 13769, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v1.u-triangle-left.g-bg-white::before {
    border-right-color: #fff;
  }

  /* line 13771, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v1.u-triangle-left.g-bg-gray-light-v9::before {
    border-right-color: #f7f7f7;
  }

  /* line 13773, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v1.u-triangle-left.g-bg-black::before {
    border-right-color: #000;
  }

  /* line 13775, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v1.u-triangle-right::before {
    right: -25px;
    border-width: 20px 0 20px 25px;
  }

  /* line 13778, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v1.u-triangle-right.g-bg-primary::before {
    border-left-color: #72c02c;
  }

  /* line 13780, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v1.u-triangle-right.g-bg-white::before {
    border-left-color: #fff;
  }

  /* line 13782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v1.u-triangle-right.g-bg-gray-light-v9::before {
    border-left-color: #f7f7f7;
  }

  /* line 13784, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v1.u-triangle-right.g-bg-black::before {
    border-left-color: #000;
  }

  /* line 13786, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-left::before, .u-triangle-v4.u-triangle-right::before {
    height: 100%;
    left: auto;
  }

  /* line 13789, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-left::before {
    top: 0;
  }

  /* line 13791, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-right::before {
    top: 0;
    bottom: auto;
  }

  /* line 13794, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-top::before, .u-triangle-v4.u-triangle-bottom::before {
    height: 100px;
  }

  /* line 13796, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-left::before, .u-triangle-v4.u-triangle-right::before {
    width: 100px;
  }

  /* line 13798, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v4.u-triangle-top::before {
    top: -100px;
  }

  /* line 13800, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-bottom::before {
    bottom: -100px;
  }

  /* line 13802, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-left::before {
    left: -100px;
  }

  /* line 13804, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-right::before {
    right: -100px;
  }

  /* line 13806, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-left.g-bg-primary::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #72c02c 50%);
  }

  /* line 13810, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-left.g-bg-white::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #fff 50%);
  }

  /* line 13814, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-left.g-bg-gray-light-v9::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #f7f7f7 50%);
  }

  /* line 13818, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-left.g-bg-black::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #000 50%);
  }

  /* line 13822, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-right.g-bg-primary::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #72c02c 50%);
  }

  /* line 13826, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-right.g-bg-white::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #fff 50%);
  }

  /* line 13830, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-right.g-bg-gray-light-v9::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #f7f7f7 50%);
  }

  /* line 13834, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-right.g-bg-black::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #000 50%);
  }

  /* line 13838, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v4.u-triangle-left::before {
    height: 100%;
    background-size: 100% 50.2%;
    background-position: top right, bottom left;
  }

  /* line 13842, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v4.u-triangle-left.g-bg-primary::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #72c02c 50%), linear-gradient(to top right, transparent 49.6%, #72c02c 50%);
  }

  /* line 13846, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v4.u-triangle-left.g-bg-white::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #fff 50%), linear-gradient(to top right, transparent 49.6%, #fff 50%);
  }

  /* line 13850, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v4.u-triangle-left.g-bg-gray-light-v9::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #f7f7f7 50%), linear-gradient(to top right, transparent 49.6%, #f7f7f7 50%);
  }

  /* line 13854, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v4.u-triangle-left.g-bg-black::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #000 50%), linear-gradient(to top right, transparent 49.6%, #000 50%);
  }

  /* line 13858, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v4.u-triangle-right::before {
    height: 100%;
    background-size: 100% 50.2%;
    background-position: top right, bottom left;
  }

  /* line 13862, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v4.u-triangle-right.g-bg-primary::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #72c02c 50%), linear-gradient(to top left, transparent 49.6%, #72c02c 50%);
  }

  /* line 13866, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v4.u-triangle-right.g-bg-white::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #fff 50%), linear-gradient(to top left, transparent 49.6%, #fff 50%);
  }

  /* line 13870, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v4.u-triangle-right.g-bg-gray-light-v9::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #f7f7f7 50%), linear-gradient(to top left, transparent 49.6%, #f7f7f7 50%);
  }

  /* line 13874, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v4.u-triangle-right.g-bg-black::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #000 50%), linear-gradient(to top left, transparent 49.6%, #000 50%);
  }

  /* line 13878, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-semicircle-left::before {
    top: -25%;
    left: -20%;
  }

  /* line 13881, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-semicircle-right::before {
    top: -25%;
    bottom: auto;
    left: auto;
    right: -20%;
  }
}
@media (max-width: 991px) {
  /* line 13888, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-none--md::before,
  .u-semicircle-none--md::before {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 13893, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-top::before, .u-triangle-v4.u-triangle-bottom::before {
    height: 150px;
  }

  /* line 13895, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-left::before, .u-triangle-v4.u-triangle-right::before {
    width: 150px;
  }

  /* line 13897, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v4.u-triangle-top::before {
    top: -150px;
  }

  /* line 13899, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-bottom::before {
    bottom: -150px;
  }

  /* line 13901, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-left::before {
    left: -150px;
  }

  /* line 13903, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-right::before {
    right: -150px;
  }
}
@media (max-width: 1200px) {
  /* line 13907, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-none--lg::before,
  .u-semicircle-none--lg::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 13912, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-top::before, .u-triangle-v4.u-triangle-bottom::before {
    height: 200px;
  }

  /* line 13914, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-left::before, .u-triangle-v4.u-triangle-right::before {
    width: 200px;
  }

  /* line 13916, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v4.u-triangle-top::before {
    top: -200px;
  }

  /* line 13918, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-bottom::before {
    bottom: -200px;
  }

  /* line 13920, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-left::before {
    left: -200px;
  }

  /* line 13922, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-right::before {
    right: -200px;
  }
}
/* line 13925, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-triangle-none--xl::before,
.u-semicircle-none--xl::before {
  display: none;
}

/* line 13929, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-zigzag-top {
  position: relative;
  background: #f7f7f7;
  z-index: 1;
}

/* line 13934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-zigzag-top::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  background: -webkit-linear-gradient(-225deg, #f7f7f7 10px, transparent 0) 0 10px, -webkit-linear-gradient(-315deg, #f7f7f7 10px, transparent 0) 0 10px;
  background-position: top left;
  background-repear: repeat-x;
  background-size: 20px 20px;
}

/* line 13947, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-zigzag-bottom {
  position: relative;
  background: #f7f7f7;
  z-index: 1;
}

/* line 13952, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-zigzag-bottom::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  background: -webkit-linear-gradient(225deg, #f7f7f7 10px, transparent 0) 0 10px, -webkit-linear-gradient(315deg, #f7f7f7 10px, transparent 0) 0 10px;
  background-position: top left;
  background-repear: repeat-x;
  background-size: 20px 20px;
}

/* line 13965, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-zigzag-top-white {
  position: relative;
  background: #fff;
  z-index: 1;
}

/* line 13970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-zigzag-top-white::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  background: -webkit-linear-gradient(-225deg, #fff 10px, transparent 0) 0 10px, -webkit-linear-gradient(-315deg, #fff 10px, transparent 0) 0 10px;
  background-position: top left;
  background-repear: repeat-x;
  background-size: 20px 20px;
}

/* line 13983, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-zigzag-top-primary {
  position: relative;
  background: #72c02c;
  z-index: 1;
}

/* line 13988, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-zigzag-top-primary::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  background: -webkit-linear-gradient(-225deg, #72c02c 10px, transparent 0) 0 10px, -webkit-linear-gradient(-315deg, #72c02c 10px, transparent 0) 0 10px;
  background-position: top left;
  background-repear: repeat-x;
  background-size: 20px 20px;
}

/* line 14001, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-zigzag-top-black {
  position: relative;
  background: #000;
  z-index: 1;
}

/* line 14006, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-zigzag-top-black::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  background: -webkit-linear-gradient(-225deg, #000 10px, transparent 0) 0 10px, -webkit-linear-gradient(-315deg, #000 10px, transparent 0) 0 10px;
  background-position: top left;
  background-repear: repeat-x;
  background-size: 20px 20px;
}

/* line 14019, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-zigzag-top-gray-dark-v1 {
  position: relative;
  background: #111;
  z-index: 1;
}

/* line 14024, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-zigzag-top-gray-dark-v1::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  background: -webkit-linear-gradient(-225deg, #111 10px, transparent 0) 0 10px, -webkit-linear-gradient(-315deg, #111 10px, transparent 0) 0 10px;
  background-position: top left;
  background-repear: repeat-x;
  background-size: 20px 20px;
}

/*------------------------------------
  Nonstandard-bg
------------------------------------*/
/* line 14040, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v"] {
  position: relative;
}

/* line 14043, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v"]::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 3;
}

/*------------------------------------
  Nonstandard Background v1
------------------------------------*/
/* line 14052, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v1"] {
  position: relative;
}

/* line 14055, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v1"]::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

/* line 14064, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-top::before, .u-ns-bg-v1-bottom::before {
  left: 50%;
  margin-left: -20px;
}

/* line 14068, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-left::before, .u-ns-bg-v1-right::before {
  top: 50%;
  margin-top: -20px;
}

/* line 14072, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-top::before {
  top: -25px;
  border-width: 0 20px 25px 20px;
}

/* line 14076, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-top.g-bg-primary::before,
.g-parent.g-bg-primary .u-ns-bg-v1-top::before {
  border-bottom-color: #72c02c;
}

/* line 14080, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-top.g-bg-white::before,
.g-parent.g-bg-white .u-ns-bg-v1-top::before {
  border-bottom-color: #fff;
}

/* line 14084, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-top.g-bg-gray-light-v2::before,
.g-parent.g-bg-gray-light-v2 .u-ns-bg-v1-top::before {
  border-bottom-color: #ccc;
}

/* line 14088, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-top.g-bg-black::before,
.g-parent.g-bg-black .u-ns-bg-v1-top::before {
  border-bottom-color: #000;
}

/* line 14092, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-bottom::before {
  bottom: -25px;
  border-width: 25px 20px 0 20px;
}

/* line 14096, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-bottom.g-bg-primary::before,
.g-parent.g-bg-primary .u-ns-bg-v1-bottom::before {
  border-top-color: #72c02c;
}

/* line 14100, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-bottom.g-bg-white::before,
.g-parent.g-bg-white .u-ns-bg-v1-bottom::before {
  border-top-color: #fff;
}

/* line 14104, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-bottom.g-bg-gray-light-v2::before,
.g-parent.g-bg-gray-light-v2 .u-ns-bg-v1-bottom::before {
  border-top-color: #ccc;
}

/* line 14108, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-bottom.g-bg-black::before,
.g-parent.g-bg-black .u-ns-bg-v1-bottom::before {
  border-top-color: #000;
}

/* line 14112, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-left::before {
  left: -25px;
  border-width: 20px 25px 20px 0;
}

/* line 14116, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-left.g-bg-primary::before,
.g-parent.g-bg-primary .u-ns-bg-v1-left::before {
  border-right-color: #72c02c;
}

/* line 14120, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-left.g-bg-white::before,
.g-parent.g-bg-white .u-ns-bg-v1-left::before {
  border-right-color: #fff;
}

/* line 14124, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-left.g-bg-gray-light-v2::before,
.g-parent.g-bg-gray-light-v2 .u-ns-bg-v1-left::before {
  border-right-color: #ccc;
}

/* line 14128, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-left.g-bg-black::before,
.g-parent.g-bg-black .u-ns-bg-v1-left::before {
  border-right-color: #000;
}

/* line 14132, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-right::before {
  right: -25px;
  border-width: 20px 0 20px 25px;
}

/* line 14136, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-right.g-bg-primary::before,
.g-parent.g-bg-primary .u-ns-bg-v1-right::before {
  border-left-color: #72c02c;
}

/* line 14140, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-right.g-bg-white::before,
.g-parent.g-bg-white .u-ns-bg-v1-right::before {
  border-left-color: #fff;
}

/* line 14144, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-right.g-bg-gray-light-v2::before,
.g-parent.g-bg-gray-light-v2 .u-ns-bg-v1-right::before {
  border-left-color: #ccc;
}

/* line 14148, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v1-right.g-bg-black::before,
.g-parent.g-bg-black .u-ns-bg-v1-right::before {
  border-left-color: #000;
}

@media (min-width: 768px) {
  /* line 14153, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-top--md::before, .u-ns-bg-v1-bottom--md::before, .u-ns-bg-v1-left--md::before, .u-ns-bg-v1-right--md::before {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 14162, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-top--md.g-bg-primary::before, .u-ns-bg-v1-top--md.g-bg-white::before, .u-ns-bg-v1-top--md.g-bg-gray-light-v2::before, .u-ns-bg-v1-top--md.g-bg-black::before, .u-ns-bg-v1-bottom--md.g-bg-primary::before, .u-ns-bg-v1-bottom--md.g-bg-white::before, .u-ns-bg-v1-bottom--md.g-bg-gray-light-v2::before, .u-ns-bg-v1-bottom--md.g-bg-black::before, .u-ns-bg-v1-left--md.g-bg-primary::before, .u-ns-bg-v1-left--md.g-bg-white::before, .u-ns-bg-v1-left--md.g-bg-gray-light-v2::before, .u-ns-bg-v1-left--md.g-bg-black::before, .u-ns-bg-v1-right--md.g-bg-primary::before, .u-ns-bg-v1-right--md.g-bg-white::before, .u-ns-bg-v1-right--md.g-bg-gray-light-v2::before, .u-ns-bg-v1-right--md.g-bg-black::before {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }

  /* line 14167, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-top--md::before, .u-ns-bg-v1-bottom--md::before {
    left: 50%;
    margin-left: -20px;
  }

  /* line 14170, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-left--md::before, .u-ns-bg-v1-right--md::before {
    top: 50%;
    margin-top: -20px;
  }

  /* line 14173, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-top--md::before {
    top: -25px;
    border-width: 0 20px 25px 20px;
  }

  /* line 14176, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-top--md.g-bg-primary::before {
    border-bottom-color: #72c02c;
  }

  /* line 14178, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-top--md.g-bg-white::before {
    border-bottom-color: #fff;
  }

  /* line 14180, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-top--md.g-bg-gray-light-v2::before {
    border-bottom-color: #ccc;
  }

  /* line 14182, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-top--md.g-bg-black::before {
    border-bottom-color: #000;
  }

  /* line 14184, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-bottom--md::before {
    bottom: -25px;
    border-width: 25px 20px 0 20px;
  }

  /* line 14187, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-bottom--md.g-bg-primary::before {
    border-top-color: #72c02c;
  }

  /* line 14189, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-bottom--md.g-bg-white::before {
    border-top-color: #fff;
  }

  /* line 14191, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-bottom--md.g-bg-gray-light-v2::before {
    border-top-color: #ccc;
  }

  /* line 14193, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-bottom--md.g-bg-black::before {
    border-top-color: #000;
  }

  /* line 14195, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-left--md::before {
    left: -25px;
    border-width: 20px 25px 20px 0;
  }

  /* line 14198, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-left--md.g-bg-primary::before {
    border-right-color: #72c02c;
  }

  /* line 14200, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-left--md.g-bg-white::before {
    border-right-color: #fff;
  }

  /* line 14202, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-left--md.g-bg-gray-light-v2::before {
    border-right-color: #ccc;
  }

  /* line 14204, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-left--md.g-bg-black::before {
    border-right-color: #000;
  }

  /* line 14206, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-right--md::before {
    right: -25px;
    border-width: 20px 0 20px 25px;
  }

  /* line 14209, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-right--md.g-bg-primary::before {
    border-left-color: #72c02c;
  }

  /* line 14211, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-right--md.g-bg-white::before {
    border-left-color: #fff;
  }

  /* line 14213, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-right--md.g-bg-gray-light-v2::before {
    border-left-color: #ccc;
  }

  /* line 14215, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v1-right--md.g-bg-black::before {
    border-left-color: #000;
  }
}
/*------------------------------------
  Nonstandard Background v2
------------------------------------*/
/* line 14221, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v2"] {
  position: relative;
}

/* line 14224, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v2"]::before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

/* line 14234, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-top::before, .u-ns-bg-v2-bottom::before,
.u-ns-bg-v2-2-top::before,
.u-ns-bg-v2-2-bottom::before {
  left: 45px;
}

/* line 14239, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-left::before, .u-ns-bg-v2-right::before,
.u-ns-bg-v2-2-left::before,
.u-ns-bg-v2-2-right::before {
  top: 23px;
}

/* line 14244, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-top::before,
.u-ns-bg-v2-2-top::before {
  top: -15px;
  border-width: 0 17px 15px 17px;
}

/* line 14249, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-top.g-bg-primary::before,
.u-ns-bg-v2-2-top.g-bg-primary::before {
  border-bottom-color: #72c02c;
}

/* line 14253, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-top.g-bg-white::before,
.u-ns-bg-v2-2-top.g-bg-white::before {
  border-bottom-color: #fff;
}

/* line 14257, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-top.g-bg-gray-light-v2::before,
.u-ns-bg-v2-2-top.g-bg-gray-light-v2::before {
  border-bottom-color: #ccc;
}

/* line 14261, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-top.g-bg-gray-light-v5::before,
.u-ns-bg-v2-2-top.g-bg-gray-light-v5::before {
  border-bottom-color: #f7f7f7;
}

/* line 14265, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-top.g-bg-black::before,
.u-ns-bg-v2-2-top.g-bg-black::before {
  border-bottom-color: #000;
}

/* line 14269, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-bottom::before,
.u-ns-bg-v2-2-bottom::before {
  bottom: -15px;
  border-width: 15px 17px 0 17px;
}

/* line 14274, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-bottom.g-bg-primary::before,
.u-ns-bg-v2-2-bottom.g-bg-primary::before {
  border-top-color: #72c02c;
}

/* line 14278, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-bottom.g-bg-white::before,
.u-ns-bg-v2-2-bottom.g-bg-white::before {
  border-top-color: #fff;
}

/* line 14282, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-bottom.g-bg-gray-light-v2::before,
.u-ns-bg-v2-2-bottom.g-bg-gray-light-v2::before {
  border-top-color: #ccc;
}

/* line 14286, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-bottom.g-bg-black::before,
.u-ns-bg-v2-2-bottom.g-bg-black::before {
  border-top-color: #000;
}

/* line 14290, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-left::before,
.u-ns-bg-v2-2-left::before {
  left: -15px;
  border-width: 17px 15px 17px 0;
}

/* line 14295, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-left.g-bg-primary::before,
.u-ns-bg-v2-2-left.g-bg-primary::before {
  border-right-color: #72c02c;
}

/* line 14299, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-left.g-bg-white::before,
.u-ns-bg-v2-2-left.g-bg-white::before {
  border-right-color: #fff;
}

/* line 14303, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-left.g-bg-gray-light-v2::before,
.u-ns-bg-v2-2-left.g-bg-gray-light-v2::before {
  border-right-color: #ccc;
}

/* line 14307, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-left.g-bg-black::before,
.u-ns-bg-v2-2-left.g-bg-black::before {
  border-right-color: #000;
}

/* line 14311, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-right::before,
.u-ns-bg-v2-2-right::before {
  right: -15px;
  border-width: 17px 0 17px 15px;
}

/* line 14316, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-right.g-bg-primary::before,
.u-ns-bg-v2-2-right.g-bg-primary::before {
  border-left-color: #72c02c;
}

/* line 14320, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-right.g-bg-white::before,
.u-ns-bg-v2-2-right.g-bg-white::before {
  border-left-color: #fff;
}

/* line 14324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-right.g-bg-gray-light-v2::before,
.u-ns-bg-v2-2-right.g-bg-gray-light-v2::before {
  border-left-color: #ccc;
}

/* line 14328, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-right.g-bg-black::before,
.u-ns-bg-v2-2-right.g-bg-black::before {
  border-left-color: #000;
}

/* line 14332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-2-top::before, .u-ns-bg-v2-2-bottom::before,
.u-ns-bg-v2-2-2-top::before,
.u-ns-bg-v2-2-2-bottom::before {
  left: 20px;
}

/* line 14337, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-2-left::before, .u-ns-bg-v2-2-right::before,
.u-ns-bg-v2-2-2-left::before,
.u-ns-bg-v2-2-2-right::before {
  top: 30px;
}

/* line 14342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-2-top::before,
.u-ns-bg-v2-2-2-top::before {
  border-width: 0 15px 15px 15px;
}

/* line 14346, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-2-bottom::before,
.u-ns-bg-v2-2-2-bottom::before {
  border-width: 15px 15px 0 15px;
}

/* line 14350, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-2-left::before,
.u-ns-bg-v2-2-2-left::before {
  border-width: 15px 15px 15px 0;
}

/* line 14354, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v2-2-right::before,
.u-ns-bg-v2-2-2-right::before {
  border-width: 15px 0 15px 15px;
}

@media (min-width: 768px) {
  /* line 14359, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-top--md::before, .u-ns-bg-v2-bottom--md::before, .u-ns-bg-v2-left--md::before, .u-ns-bg-v2-right--md::before,
  .u-ns-bg-v2-2-top--md::before,
  .u-ns-bg-v2-2-bottom--md::before,
  .u-ns-bg-v2-2-left--md::before,
  .u-ns-bg-v2-2-right--md::before {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 14372, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-top--md.g-bg-primary::before, .u-ns-bg-v2-top--md.g-bg-white::before, .u-ns-bg-v2-top--md.g-bg-gray-light-v2::before, .u-ns-bg-v2-top--md.g-bg-black::before, .u-ns-bg-v2-bottom--md.g-bg-primary::before, .u-ns-bg-v2-bottom--md.g-bg-white::before, .u-ns-bg-v2-bottom--md.g-bg-gray-light-v2::before, .u-ns-bg-v2-bottom--md.g-bg-black::before, .u-ns-bg-v2-left--md.g-bg-primary::before, .u-ns-bg-v2-left--md.g-bg-white::before, .u-ns-bg-v2-left--md.g-bg-gray-light-v2::before, .u-ns-bg-v2-left--md.g-bg-black::before, .u-ns-bg-v2-right--md.g-bg-primary::before, .u-ns-bg-v2-right--md.g-bg-white::before, .u-ns-bg-v2-right--md.g-bg-gray-light-v2::before, .u-ns-bg-v2-right--md.g-bg-black::before,
  .u-ns-bg-v2-2-top--md.g-bg-primary::before,
  .u-ns-bg-v2-2-top--md.g-bg-white::before,
  .u-ns-bg-v2-2-top--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-top--md.g-bg-black::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-primary::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-white::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-black::before,
  .u-ns-bg-v2-2-left--md.g-bg-primary::before,
  .u-ns-bg-v2-2-left--md.g-bg-white::before,
  .u-ns-bg-v2-2-left--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-left--md.g-bg-black::before,
  .u-ns-bg-v2-2-right--md.g-bg-primary::before,
  .u-ns-bg-v2-2-right--md.g-bg-white::before,
  .u-ns-bg-v2-2-right--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-right--md.g-bg-black::before {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }

  /* line 14393, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-top--md::before,
  .u-ns-bg-v2-2-top--md::before {
    top: -15px;
    border-width: 0 17px 15px 17px;
  }

  /* line 14397, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-top--md.g-bg-primary::before,
  .u-ns-bg-v2-2-top--md.g-bg-primary::before {
    border-bottom-color: #72c02c;
  }

  /* line 14400, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-top--md.g-bg-white::before,
  .u-ns-bg-v2-2-top--md.g-bg-white::before {
    border-bottom-color: #fff;
  }

  /* line 14403, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-top--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-top--md.g-bg-gray-light-v2::before {
    border-bottom-color: #ccc;
  }

  /* line 14406, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-top--md.g-bg-black::before,
  .u-ns-bg-v2-2-top--md.g-bg-black::before {
    border-bottom-color: #000;
  }

  /* line 14409, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-bottom--md::before,
  .u-ns-bg-v2-2-bottom--md::before {
    bottom: -15px;
    border-width: 15px 17px 0 17px;
  }

  /* line 14413, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-bottom--md.g-bg-primary::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-primary::before {
    border-top-color: #72c02c;
  }

  /* line 14416, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-bottom--md.g-bg-white::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-white::before {
    border-top-color: #fff;
  }

  /* line 14419, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-bottom--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-gray-light-v2::before {
    border-top-color: #ccc;
  }

  /* line 14422, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-bottom--md.g-bg-black::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-black::before {
    border-top-color: #000;
  }

  /* line 14425, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-left--md::before,
  .u-ns-bg-v2-2-left--md::before {
    left: -15px;
    border-width: 17px 15px 17px 0;
  }

  /* line 14429, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-left--md.g-bg-primary::before,
  .u-ns-bg-v2-2-left--md.g-bg-primary::before {
    border-right-color: #72c02c;
  }

  /* line 14432, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-left--md.g-bg-white::before,
  .u-ns-bg-v2-2-left--md.g-bg-white::before {
    border-right-color: #fff;
  }

  /* line 14435, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-left--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-left--md.g-bg-gray-light-v2::before {
    border-right-color: #ccc;
  }

  /* line 14438, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-left--md.g-bg-black::before,
  .u-ns-bg-v2-2-left--md.g-bg-black::before {
    border-right-color: #000;
  }

  /* line 14441, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-right--md::before,
  .u-ns-bg-v2-2-right--md::before {
    right: -15px;
    border-width: 17px 0 17px 15px;
  }

  /* line 14445, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-right--md.g-bg-primary::before,
  .u-ns-bg-v2-2-right--md.g-bg-primary::before {
    border-left-color: #72c02c;
  }

  /* line 14448, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-right--md.g-bg-white::before,
  .u-ns-bg-v2-2-right--md.g-bg-white::before {
    border-left-color: #fff;
  }

  /* line 14451, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-right--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-right--md.g-bg-gray-light-v2::before {
    border-left-color: #ccc;
  }

  /* line 14454, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-right--md.g-bg-black::before,
  .u-ns-bg-v2-2-right--md.g-bg-black::before {
    border-left-color: #000;
  }

  /* line 14457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-2-top--md::before, .u-ns-bg-v2-2-bottom--md::before,
  .u-ns-bg-v2-2-2-top--md::before,
  .u-ns-bg-v2-2-2-bottom--md::before {
    left: 20px;
  }

  /* line 14461, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-2-left--md::before, .u-ns-bg-v2-2-right--md::before,
  .u-ns-bg-v2-2-2-left--md::before,
  .u-ns-bg-v2-2-2-right--md::before {
    top: 30px;
  }

  /* line 14465, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-2-top--md::before,
  .u-ns-bg-v2-2-2-top--md::before {
    border-width: 0 15px 15px 15px;
  }

  /* line 14468, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-2-bottom--md::before,
  .u-ns-bg-v2-2-2-bottom--md::before {
    border-width: 15px 15px 0 15px;
  }

  /* line 14471, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-2-left--md::before,
  .u-ns-bg-v2-2-2-left--md::before {
    border-width: 15px 15px 15px 0;
  }

  /* line 14474, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v2-2-right--md::before,
  .u-ns-bg-v2-2-2-right--md::before {
    border-width: 15px 0 15px 15px;
  }
}
/*------------------------------------
  Nonstandard Background v3
------------------------------------*/
/* line 14481, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v3"] {
  position: relative;
}

/* line 14484, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v3"]::before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

/* line 14494, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-top::before, .u-ns-bg-v3-bottom::before {
  left: 80px;
}

/* line 14497, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-left::before, .u-ns-bg-v3-right::before {
  top: 23px;
}

/* line 14500, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-top.g-bg-primary::before, .u-ns-bg-v3-left.g-bg-primary::before {
  border-bottom-color: #72c02c;
}

/* line 14503, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-top.g-bg-white::before, .u-ns-bg-v3-left.g-bg-white::before {
  border-bottom-color: #fff;
}

/* line 14506, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-top.g-bg-gray-light-v2::before, .u-ns-bg-v3-left.g-bg-gray-light-v2::before {
  border-bottom-color: #ccc;
}

/* line 14509, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-top.g-bg-black::before, .u-ns-bg-v3-left.g-bg-black::before {
  border-bottom-color: #000;
}

/* line 14512, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-top.g-bg-facebook::before, .u-ns-bg-v3-left.g-bg-facebook::before {
  border-bottom-color: #3b5998;
}

/* line 14515, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-bottom.g-bg-primary::before, .u-ns-bg-v3-right.g-bg-primary::before {
  border-top-color: #72c02c;
}

/* line 14518, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-bottom.g-bg-white::before, .u-ns-bg-v3-right.g-bg-white::before {
  border-top-color: #fff;
}

/* line 14521, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-bottom.g-bg-gray-light-v2::before, .u-ns-bg-v3-right.g-bg-gray-light-v2::before {
  border-top-color: #ccc;
}

/* line 14524, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-bottom.g-bg-black::before, .u-ns-bg-v3-right.g-bg-black::before {
  border-top-color: #000;
}

/* line 14527, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-bottom.g-bg-lightred::before, .u-ns-bg-v3-right.g-bg-lightred::before {
  border-top-color: #e64b3b;
}

/* line 14530, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-bottom.g-bg-blue::before, .u-ns-bg-v3-right.g-bg-blue::before {
  border-top-color: #3398dc;
}

/* line 14533, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-bottom.g-bg-purple::before, .u-ns-bg-v3-right.g-bg-purple::before {
  border-top-color: #9a69cb;
}

/* line 14536, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-bottom.g-bg-cyan::before, .u-ns-bg-v3-right.g-bg-cyan::before {
  border-top-color: #00bed6;
}

/* line 14539, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-bottom.g-bg-teal::before, .u-ns-bg-v3-right.g-bg-teal::before {
  border-top-color: #18ba9b;
}

/* line 14542, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-bottom.g-bg-pink::before, .u-ns-bg-v3-right.g-bg-pink::before {
  border-top-color: #e81c62;
}

/* line 14545, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-bottom.g-bg-red::before, .u-ns-bg-v3-right.g-bg-red::before {
  border-top-color: #f00;
}

/* line 14548, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-bottom.g-bg-facebook::before, .u-ns-bg-v3-right.g-bg-facebook::before {
  border-top-color: #3b5998;
}

/* line 14551, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-top::before {
  top: -22px;
  border-width: 22px 0 0 22px;
}

/* line 14555, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-bottom::before {
  bottom: -22px;
  border-width: 22px 22px 0 0;
}

/* line 14559, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-left::before {
  left: -22px;
  border-width: 0 22px 22px 0;
}

/* line 14563, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v3-right::before {
  right: -22px;
  border-width: 22px 22px 0 0;
}

/*------------------------------------
  Nonstandard Background v4
------------------------------------*/
/* line 14570, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v4"] {
  position: relative;
}

/* line 14573, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v4"]::before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

/* line 14583, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v4-top::before, .u-ns-bg-v4-bottom::before {
  left: 8%;
}

/* line 14586, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v4-left::before, .u-ns-bg-v4-right::before {
  top: 8%;
}

/* line 14589, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v4-top.g-bg-primary::before, .u-ns-bg-v4-left.g-bg-primary::before {
  border-bottom-color: #72c02c;
}

/* line 14592, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v4-top.g-bg-white::before, .u-ns-bg-v4-left.g-bg-white::before {
  border-bottom-color: #fff;
}

/* line 14595, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v4-top.g-bg-gray-light-v2::before, .u-ns-bg-v4-left.g-bg-gray-light-v2::before {
  border-bottom-color: #ccc;
}

/* line 14598, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v4-top.g-bg-black::before, .u-ns-bg-v4-left.g-bg-black::before {
  border-bottom-color: #000;
}

/* line 14601, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v4-bottom.g-bg-primary::before, .u-ns-bg-v4-right.g-bg-primary::before {
  border-top-color: #72c02c;
}

/* line 14604, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v4-bottom.g-bg-white::before, .u-ns-bg-v4-right.g-bg-white::before {
  border-top-color: #fff;
}

/* line 14607, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v4-bottom.g-bg-gray-light-v2::before, .u-ns-bg-v4-right.g-bg-gray-light-v2::before {
  border-top-color: #ccc;
}

/* line 14610, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v4-bottom.g-bg-black::before, .u-ns-bg-v4-right.g-bg-black::before {
  border-top-color: #000;
}

/* line 14613, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v4-top::before {
  top: -22px;
  border-width: 22px 22px 0 0;
}

/* line 14617, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v4-bottom::before {
  bottom: -22px;
  border-width: 22px 0 0 22px;
}

/* line 14621, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v4-left::before {
  left: -22px;
  border-width: 22px 22px 0 0;
}

/* line 14625, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v4-right::before {
  right: -22px;
  border-width: 0 22px 22px 0;
}

/*------------------------------------
  Nonstandard Background v5
------------------------------------*/
/* line 14632, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v5"] {
  position: relative;
}

/* line 14635, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v5"] .u-ns-bg-before {
  position: absolute;
  z-index: 2;
}

/* line 14639, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v5"].g-bg-primary svg polygon,
[class*="u-ns-bg-v5"].g-bg-primary svg path {
  fill: #72c02c;
}

/* line 14643, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v5"].g-bg-white svg polygon,
[class*="u-ns-bg-v5"].g-bg-white svg path {
  fill: #fff;
}

/* line 14647, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v5"].g-bg-gray-light-v2 svg polygon,
[class*="u-ns-bg-v5"].g-bg-gray-light-v2 svg path {
  fill: #ccc;
}

/* line 14651, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v5"].g-bg-black svg polygon,
[class*="u-ns-bg-v5"].g-bg-black svg path {
  fill: #000;
}

/* line 14655, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v5-top .u-ns-bg-before, .u-ns-bg-v5-bottom .u-ns-bg-before {
  width: 100%;
}

/* line 14658, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v5-top svg, .u-ns-bg-v5-bottom svg {
  width: 100%;
}

/* line 14661, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v5-left .u-ns-bg-before, .u-ns-bg-v5-right .u-ns-bg-before {
  height: 100%;
}

/* line 14664, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v5-left svg, .u-ns-bg-v5-right svg {
  height: 100%;
  vertical-align: middle;
}

/* line 14668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v5-top .u-ns-bg-before {
  bottom: 100%;
}

/* line 14671, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v5-top svg {
  vertical-align: bottom;
}

/* line 14674, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v5-bottom .u-ns-bg-before {
  top: 100%;
}

/* line 14677, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v5-bottom svg {
  vertical-align: top;
}

/* line 14680, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v5-left .u-ns-bg-before {
  left: 100%;
}

/* line 14683, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v5-right .u-ns-bg-before {
  right: 100%;
}

@media (min-width: 768px) {
  /* line 14687, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v5-top--md .u-ns-bg-before, .u-ns-bg-v5-bottom--md .u-ns-bg-before, .u-ns-bg-v5-left--md .u-ns-bg-before, .u-ns-bg-v5-right--md .u-ns-bg-before {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
  }

  /* line 14694, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v5-top--md svg, .u-ns-bg-v5-bottom--md svg, .u-ns-bg-v5-left--md svg, .u-ns-bg-v5-right--md svg {
    width: auto;
    height: auto;
  }

  /* line 14697, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v5-top--md .u-ns-bg-before, .u-ns-bg-v5-bottom--md .u-ns-bg-before {
    width: 100%;
  }

  /* line 14699, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v5-top--md svg, .u-ns-bg-v5-bottom--md svg {
    width: 100%;
  }

  /* line 14701, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v5-left--md .u-ns-bg-before, .u-ns-bg-v5-right--md .u-ns-bg-before {
    height: 100%;
  }

  /* line 14703, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v5-left--md svg, .u-ns-bg-v5-right--md svg {
    height: 100%;
    vertical-align: middle;
  }

  /* line 14706, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v5-top--md .u-ns-bg-before {
    bottom: 100%;
  }

  /* line 14708, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v5-top--md svg {
    vertical-align: bottom;
  }

  /* line 14710, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v5-bottom--md .u-ns-bg-before {
    top: 100%;
  }

  /* line 14712, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v5-bottom--md svg {
    vertical-align: top;
  }

  /* line 14714, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v5-left--md .u-ns-bg-before {
    left: 100%;
  }

  /* line 14716, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v5-right--md .u-ns-bg-before {
    right: 100%;
  }
}
/*------------------------------------
  Nonstandard Background v6
------------------------------------*/
/* line 14722, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v6"] {
  position: relative;
}

/* line 14725, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v6"] .u-ns-bg-before {
  position: absolute;
  z-index: 2;
}

/* line 14729, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-top .u-ns-bg-before::before, .u-ns-bg-v6-top .u-ns-bg-before::after, .u-ns-bg-v6-bottom .u-ns-bg-before::before, .u-ns-bg-v6-bottom .u-ns-bg-before::after, .u-ns-bg-v6-left .u-ns-bg-before::before, .u-ns-bg-v6-left .u-ns-bg-before::after, .u-ns-bg-v6-right .u-ns-bg-before::before, .u-ns-bg-v6-right .u-ns-bg-before::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

/* line 14737, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-top .u-ns-bg-before::after, .u-ns-bg-v6-bottom .u-ns-bg-before::after, .u-ns-bg-v6-left .u-ns-bg-before::after, .u-ns-bg-v6-right .u-ns-bg-before::after {
  position: absolute;
}

/* line 14740, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-top .u-ns-bg-before, .u-ns-bg-v6-bottom .u-ns-bg-before {
  left: 20px;
}

/* line 14743, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-left .u-ns-bg-before, .u-ns-bg-v6-right .u-ns-bg-before {
  top: 30px;
}

/* line 14746, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-top .u-ns-bg-before {
  top: -15px;
}

/* line 14749, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-top .u-ns-bg-before::before {
  border-width: 0 15px 15px 15px;
}

/* line 14752, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-top .u-ns-bg-before::after {
  bottom: 0;
  left: 1px;
  border-width: 0 14px 14px 14px;
}

/* line 14757, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-top.g-brd-primary .u-ns-bg-before::before {
  border-bottom-color: #72c02c;
}

/* line 14760, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-top.g-brd-primary .u-ns-bg-before::after {
  border-bottom-color: #fff;
}

/* line 14763, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-top.g-brd-gray-light-v2 .u-ns-bg-before::before {
  border-bottom-color: #ccc;
}

/* line 14766, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-top.g-brd-gray-light-v2 .u-ns-bg-before::after {
  border-bottom-color: #fff;
}

/* line 14769, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-top.g-brd-black .u-ns-bg-before::before {
  border-bottom-color: #000;
}

/* line 14772, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-top.g-brd-black .u-ns-bg-before::after {
  border-bottom-color: #fff;
}

/* line 14775, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-bottom .u-ns-bg-before {
  bottom: -15px;
}

/* line 14778, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-bottom .u-ns-bg-before::before {
  border-width: 15px 15px 0 15px;
}

/* line 14781, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-bottom .u-ns-bg-before::after {
  bottom: 1px;
  left: 1px;
  border-width: 14px 14px 0 14px;
}

/* line 14786, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-bottom.g-brd-primary .u-ns-bg-before::before {
  border-top-color: #72c02c;
}

/* line 14789, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-bottom.g-brd-primary .u-ns-bg-before::after {
  border-top-color: #fff;
}

/* line 14792, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-bottom.g-brd-gray-light-v2 .u-ns-bg-before::before {
  border-top-color: #ccc;
}

/* line 14795, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-bottom.g-brd-gray-light-v2 .u-ns-bg-before::after {
  border-top-color: #fff;
}

/* line 14798, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-bottom.g-brd-black .u-ns-bg-before::before {
  border-top-color: #000;
}

/* line 14801, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-bottom.g-brd-black .u-ns-bg-before::after {
  border-top-color: #fff;
}

/* line 14804, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-left .u-ns-bg-before {
  left: -15px;
}

/* line 14807, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-left .u-ns-bg-before::before {
  border-width: 15px 15px 15px 0;
}

/* line 14810, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-left .u-ns-bg-before::after {
  top: 1px;
  right: 0;
  border-width: 14px 14px 14px 0;
}

/* line 14815, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-left.g-brd-primary .u-ns-bg-before::before {
  border-right-color: #72c02c;
}

/* line 14818, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-left.g-brd-primary .u-ns-bg-before::after {
  border-right-color: #fff;
}

/* line 14821, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-left.g-brd-gray-light-v2 .u-ns-bg-before::before {
  border-right-color: #ccc;
}

/* line 14824, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-left.g-brd-gray-light-v2 .u-ns-bg-before::after {
  border-right-color: #fff;
}

/* line 14827, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-left.g-brd-black .u-ns-bg-before::before {
  border-right-color: #000;
}

/* line 14830, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-left.g-brd-black .u-ns-bg-before::after {
  border-right-color: #fff;
}

/* line 14833, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-right .u-ns-bg-before {
  right: -15px;
}

/* line 14836, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-right .u-ns-bg-before::before {
  border-width: 15px 0 15px 15px;
}

/* line 14839, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-right .u-ns-bg-before::after {
  top: 1px;
  left: 0;
  border-width: 14px 0 14px 14px;
}

/* line 14844, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-right.g-brd-primary .u-ns-bg-before::before {
  border-left-color: #ccc;
}

/* line 14847, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-right.g-brd-primary .u-ns-bg-before::after {
  border-left-color: #fff;
}

/* line 14850, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-right.g-brd-gray-light-v2 .u-ns-bg-before::before {
  border-left-color: #ccc;
}

/* line 14853, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-right.g-brd-gray-light-v2 .u-ns-bg-before::after {
  border-left-color: #fff;
}

/* line 14856, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-right.g-brd-black .u-ns-bg-before::before {
  border-left-color: #ccc;
}

/* line 14859, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v6-right.g-brd-black .u-ns-bg-before::after {
  border-left-color: #fff;
}

@media (min-width: 768px) {
  /* line 14863, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-top--md.g-brd-primary .u-ns-bg-before::before, .u-ns-bg-v6-top--md.g-brd-gray-light-v2 .u-ns-bg-before::before, .u-ns-bg-v6-top--md.g-brd-black .u-ns-bg-before::before, .u-ns-bg-v6-bottom--md.g-brd-primary .u-ns-bg-before::before, .u-ns-bg-v6-bottom--md.g-brd-gray-light-v2 .u-ns-bg-before::before, .u-ns-bg-v6-bottom--md.g-brd-black .u-ns-bg-before::before, .u-ns-bg-v6-left--md.g-brd-primary .u-ns-bg-before::before, .u-ns-bg-v6-left--md.g-brd-gray-light-v2 .u-ns-bg-before::before, .u-ns-bg-v6-left--md.g-brd-black .u-ns-bg-before::before, .u-ns-bg-v6-right--md.g-brd-primary .u-ns-bg-before::before, .u-ns-bg-v6-right--md.g-brd-gray-light-v2 .u-ns-bg-before::before, .u-ns-bg-v6-right--md.g-brd-black .u-ns-bg-before::before {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }

  /* line 14868, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-top--md.g-brd-primary .u-ns-bg-before::after, .u-ns-bg-v6-top--md.g-brd-gray-light-v2 .u-ns-bg-before::after, .u-ns-bg-v6-top--md.g-brd-black .u-ns-bg-before::after, .u-ns-bg-v6-bottom--md.g-brd-primary .u-ns-bg-before::after, .u-ns-bg-v6-bottom--md.g-brd-gray-light-v2 .u-ns-bg-before::after, .u-ns-bg-v6-bottom--md.g-brd-black .u-ns-bg-before::after, .u-ns-bg-v6-left--md.g-brd-primary .u-ns-bg-before::after, .u-ns-bg-v6-left--md.g-brd-gray-light-v2 .u-ns-bg-before::after, .u-ns-bg-v6-left--md.g-brd-black .u-ns-bg-before::after, .u-ns-bg-v6-right--md.g-brd-primary .u-ns-bg-before::after, .u-ns-bg-v6-right--md.g-brd-gray-light-v2 .u-ns-bg-before::after, .u-ns-bg-v6-right--md.g-brd-black .u-ns-bg-before::after {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }

  /* line 14873, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-top--md .u-ns-bg-before, .u-ns-bg-v6-bottom--md .u-ns-bg-before {
    left: 20px;
  }

  /* line 14875, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-left--md .u-ns-bg-before, .u-ns-bg-v6-right--md .u-ns-bg-before {
    top: 30px;
  }

  /* line 14877, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-top--md .u-ns-bg-before {
    bottom: auto;
    top: -15px;
  }

  /* line 14880, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-top--md .u-ns-bg-before::before {
    border-width: 0 15px 15px 15px;
  }

  /* line 14882, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-top--md .u-ns-bg-before::after {
    top: auto;
    bottom: 0;
    left: 1px;
    border-width: 0 14px 14px 14px;
  }

  /* line 14887, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-top--md.g-brd-primary .u-ns-bg-before::before {
    border-bottom-color: #72c02c;
  }

  /* line 14889, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-top--md.g-brd-primary .u-ns-bg-before::after {
    border-bottom-color: #fff;
  }

  /* line 14891, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-top--md.g-brd-gray-light-v2 .u-ns-bg-before::before {
    border-bottom-color: #ccc;
  }

  /* line 14893, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-top--md.g-brd-gray-light-v2 .u-ns-bg-before::after {
    border-bottom-color: #fff;
  }

  /* line 14895, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-top--md.g-brd-black .u-ns-bg-before::before {
    border-bottom-color: #000;
  }

  /* line 14897, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-top--md.g-brd-black .u-ns-bg-before::after {
    border-bottom-color: #fff;
  }

  /* line 14899, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-bottom--md .u-ns-bg-before {
    top: auto;
    bottom: -15px;
  }

  /* line 14902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-bottom--md .u-ns-bg-before::before {
    border-width: 15px 15px 0 15px;
  }

  /* line 14904, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-bottom--md .u-ns-bg-before::after {
    top: auto;
    bottom: 1px;
    left: 1px;
    border-width: 14px 14px 0 14px;
  }

  /* line 14909, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-bottom--md.g-brd-primary .u-ns-bg-before::before {
    border-top-color: #72c02c;
  }

  /* line 14911, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-bottom--md.g-brd-primary .u-ns-bg-before::after {
    border-top-color: #fff;
  }

  /* line 14913, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-bottom--md.g-brd-gray-light-v2 .u-ns-bg-before::before {
    border-top-color: #ccc;
  }

  /* line 14915, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-bottom--md.g-brd-gray-light-v2 .u-ns-bg-before::after {
    border-top-color: #fff;
  }

  /* line 14917, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-bottom--md.g-brd-black .u-ns-bg-before::before {
    border-top-color: #000;
  }

  /* line 14919, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-bottom--md.g-brd-black .u-ns-bg-before::after {
    border-top-color: #fff;
  }

  /* line 14921, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-left--md .u-ns-bg-before {
    left: -15px;
    right: auto;
  }

  /* line 14924, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-left--md .u-ns-bg-before::before {
    border-width: 15px 15px 15px 0;
  }

  /* line 14926, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-left--md .u-ns-bg-before::after {
    top: 1px;
    bottom: auto;
    right: 0;
    border-width: 14px 14px 14px 0;
  }

  /* line 14931, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-left--md.g-brd-primary .u-ns-bg-before::before {
    border-right-color: #72c02c;
  }

  /* line 14933, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-left--md.g-brd-primary .u-ns-bg-before::after {
    border-right-color: #fff;
  }

  /* line 14935, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-left--md.g-brd-gray-light-v2 .u-ns-bg-before::before {
    border-right-color: #ccc;
  }

  /* line 14937, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-left--md.g-brd-gray-light-v2 .u-ns-bg-before::after {
    border-right-color: #fff;
  }

  /* line 14939, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-left--md.g-brd-black .u-ns-bg-before::before {
    border-right-color: #000;
  }

  /* line 14941, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-left--md.g-brd-black .u-ns-bg-before::after {
    border-right-color: #fff;
  }

  /* line 14943, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-right--md .u-ns-bg-before {
    left: auto;
    right: -15px;
  }

  /* line 14946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-right--md .u-ns-bg-before::before {
    border-width: 15px 0 15px 15px;
  }

  /* line 14948, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-right--md .u-ns-bg-before::after {
    top: 1px;
    bottom: auto;
    left: 0;
    border-width: 14px 0 14px 14px;
  }

  /* line 14953, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-right--md.g-brd-primary .u-ns-bg-before::before {
    border-left-color: #72c02c;
  }

  /* line 14955, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-right--md.g-brd-primary .u-ns-bg-before::after {
    border-left-color: #fff;
  }

  /* line 14957, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-right--md.g-brd-gray-light-v2 .u-ns-bg-before::before {
    border-left-color: #ccc;
  }

  /* line 14959, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-right--md.g-brd-gray-light-v2 .u-ns-bg-before::after {
    border-left-color: #fff;
  }

  /* line 14961, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-right--md.g-brd-black .u-ns-bg-before::before {
    border-left-color: #000;
  }

  /* line 14963, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-ns-bg-v6-right--md.g-brd-black .u-ns-bg-before::after {
    border-left-color: #fff;
  }
}
/*------------------------------------
  Nonstandard Background v7
------------------------------------*/
/* line 14969, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v7"] {
  position: relative;
}

/* line 14972, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-ns-bg-v7"]::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

/* line 14981, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-top::before, .u-ns-bg-v7-bottom::before {
  left: 50%;
  margin-left: -5px;
}

/* line 14985, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-left::before, .u-ns-bg-v7-right::before {
  top: 50%;
  margin-top: -5px;
}

/* line 14989, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-top::before {
  top: -5px;
  border-width: 0 5px 5px 5px;
}

/* line 14993, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-top.g-bg-primary::before {
  border-bottom-color: #72c02c;
}

/* line 14996, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-top.g-bg-white::before {
  border-bottom-color: #fff;
}

/* line 14999, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-top.g-bg-gray-light-v2::before {
  border-bottom-color: #ccc;
}

/* line 15002, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-top.g-bg-black::before {
  border-bottom-color: #000;
}

/* line 15005, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-bottom::before {
  bottom: -5px;
  border-width: 5px 5px 0 5px;
}

/* line 15009, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-bottom.g-bg-primary::before {
  border-top-color: #72c02c;
}

/* line 15012, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-bottom.g-bg-white::before {
  border-top-color: #fff;
}

/* line 15015, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-bottom.g-bg-gray-light-v2::before {
  border-top-color: #ccc;
}

/* line 15018, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-bottom.g-bg-black::before {
  border-top-color: #000;
}

/* line 15021, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-left::before {
  left: -5px;
  border-width: 5px 5px 5px 0;
}

/* line 15025, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-left.g-bg-primary::before {
  border-right-color: #72c02c;
}

/* line 15028, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-left.g-bg-white::before {
  border-right-color: #fff;
}

/* line 15031, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-left.g-bg-gray-light-v2::before {
  border-right-color: #ccc;
}

/* line 15034, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-left.g-bg-black::before {
  border-right-color: #000;
}

/* line 15037, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-right::before {
  right: -5px;
  border-width: 5px 0 5px 5px;
}

/* line 15041, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-right.g-bg-primary::before {
  border-left-color: #72c02c;
}

/* line 15044, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-right.g-bg-white::before {
  border-left-color: #fff;
}

/* line 15047, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-right.g-bg-gray-light-v2::before {
  border-left-color: #ccc;
}

/* line 15050, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ns-bg-v7-right.g-bg-black::before {
  border-left-color: #000;
}

/*------------------------------------
  Progress Bars
------------------------------------*/
/* line 15056, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.progress-bar {
  min-height: 0 !important;
}

/* line 15059, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-progress__pointer-v1 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 42px;
  height: 42px;
  margin: -21px -21px 0 0;
  background-color: transparent;
  line-height: 42px;
  z-index: 1;
}

/* line 15070, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-progress__pointer-v2 {
  position: absolute;
  bottom: 100%;
  right: 0;
  min-width: 46px;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  margin-bottom: 5px;
  background-color: transparent;
  z-index: 1;
}

/* line 15085, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-progress__pointer-v2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-style: solid;
  border-color: #72c02c transparent;
  border-width: 5px 5px 0;
}

/* line 15095, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-progress__pointer-v3 {
  position: relative;
  float: right;
  white-space: nowrap;
}

/* line 15100, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-progress__pointer-v3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -10px;
  margin-right: -5px;
  border-style: solid;
  border-color: #72c02c transparent;
  border-width: 5px 5px 0;
}

/* line 15111, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-progress-bar-vertical"] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}

/* line 15123, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-progress-bar-vertical-v1 {
  height: 200px;
}

/*------------------------------------
  Progress Bars Sizes
------------------------------------*/
/* line 15129, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-progress-bar--2xs {
  min-height: 1px !important;
}

/* line 15132, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-progress-bar--xs {
  min-height: 3px !important;
}

/* line 15135, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-progress-bar--sm {
  min-height: 7px !important;
}

/* line 15138, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-progress-bar--lg {
  min-height: 18px !important;
}

/* line 15141, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-progress-bar--xl {
  min-height: 22px !important;
}

/* line 15144, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-progress-bar--2xl {
  min-height: 33px !important;
}

/*------------------------------------
  Rating v1
------------------------------------*/
/* line 15150, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-rating-v1 {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 15155, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-rating-v1 > * {
  float: left;
  list-style: none;
  cursor: pointer;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

/* line 15169, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-rating-v1 > * + * {
  padding-left: 6px;
}

/*------------------------------------
  Searchform v1
------------------------------------*/
/* line 15175, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v1,
.u-searchform-v1--align-left {
  min-width: initial;
  width: 21.42857rem;
  position: absolute;
  right: -1.07143rem;
  top: 100%;
  box-shadow: 0 1px 3px #ddd;
}

/* line 15185, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v1 .form-control,
.u-searchform-v1--align-left .form-control {
  font-family: "Barlow", sans-serif;
  font-size: 0.85714rem;
}

/* line 15190, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v1--align-left,
.u-searchform-v1--align-left--align-left {
  position: absolute;
  left: -1.07143rem;
}

/* line 15195, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v1 .input-group-addon,
.u-searchform-v1--align-left .input-group-addon {
  border: 0;
}

/* line 15199, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v1 .input-group-addon button[type="submit"],
.u-searchform-v1--align-left .input-group-addon button[type="submit"] {
  height: 100%;
  padding-bottom: 0.28571rem;
}

/*------------------------------------
  Searchform v2
------------------------------------*/
/* line 15207, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v2 .form-control {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 0.85714rem;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  height: 4.71429rem;
  padding: 0.85714rem 0;
  background-color: transparent;
  border: none;
}

/* line 15218, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v2 .form-control::-webkit-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 15222, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v2 .form-control:-ms-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 15226, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v2 .form-control::-ms-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 15230, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v2 .form-control::-webkit-input-placeholder {
  color: g-color-white;
  opacity: .85;
}
.u-searchform-v2 .form-control:-ms-input-placeholder {
  color: g-color-white;
  opacity: .85;
}
.u-searchform-v2 .form-control::-ms-input-placeholder {
  color: g-color-white;
  opacity: .85;
}
.u-searchform-v2 .form-control::placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 15234, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v2 .form-control::-webkit-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 15238, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v2 .form-control::-moz-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 15242, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v2 .input-group-addon {
  border: 0;
}

/* line 15245, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v2 .input-group-addon button {
  cursor: pointer;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
}

/*------------------------------------
  Searchform v3
------------------------------------*/
/* line 15255, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

/* line 15263, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v3 .container {
  height: 100%;
}

/* line 15266, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v3 .input-group {
  align-items: center;
  height: 100%;
}

/* line 15272, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v3 .form-control {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: inherit;
  color: inherit;
  text-transform: uppercase;
  height: 4.71429rem;
  padding: 0.85714rem 0;
  background-color: transparent;
  border: none;
}

/* line 15283, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v3 .form-control::-webkit-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 15287, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v3 .form-control:-ms-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 15291, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v3 .form-control::-ms-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 15295, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v3 .form-control::-webkit-input-placeholder {
  color: g-color-white;
  opacity: .85;
}
.u-searchform-v3 .form-control:-ms-input-placeholder {
  color: g-color-white;
  opacity: .85;
}
.u-searchform-v3 .form-control::-ms-input-placeholder {
  color: g-color-white;
  opacity: .85;
}
.u-searchform-v3 .form-control::placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 15299, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v3 .form-control::-webkit-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 15303, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v3 .form-control::-moz-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 15307, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v3 .input-group-addon {
  border: 0;
}

/* line 15310, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v3 .input-group-addon button {
  cursor: pointer;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
}

/*------------------------------------
  Searchform v4
------------------------------------*/
/* line 15320, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v4 .form-control {
  font-family: "Barlow", sans-serif;
  font-size: 0.85714rem;
  width: 20rem;
  padding: 0.71429rem 2.85714rem 0.71429rem 0.71429rem;
}

/* line 15326, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v4 .form-control::-webkit-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 15330, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v4 .form-control:-ms-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 15334, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v4 .form-control::-ms-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 15338, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v4 .form-control::-webkit-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}
.u-searchform-v4 .form-control:-ms-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}
.u-searchform-v4 .form-control::-ms-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}
.u-searchform-v4 .form-control::placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 15342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v4 .form-control::-webkit-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 15346, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v4 .form-control::-moz-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 15350, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v4 .form-control:not(:last-child) {
  border-right: none;
}

/* line 15353, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v4 .input-group-addon {
  border-left: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}

/* line 15361, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v4 .input-group-addon button[type="submit"] {
  height: 100%;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
}

/*------------------------------------
  Searchform v5
------------------------------------*/
/* line 15371, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v5 .input-group {
  border: solid 1px #eee;
}

/* line 15374, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v5 .form-control {
  font-family: "Barlow", sans-serif;
  font-size: 0.85714rem;
  text-transform: uppercase;
  color: #777;
  height: 3.07143rem;
  padding: 0.35714rem 0.35714rem 0.35714rem 2rem;
  border-color: transparent;
}

/* line 15383, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v5 .form-control::-webkit-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 15387, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v5 .form-control:-ms-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 15391, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v5 .form-control::-ms-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 15395, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v5 .form-control::-webkit-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}
.u-searchform-v5 .form-control:-ms-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}
.u-searchform-v5 .form-control::-ms-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}
.u-searchform-v5 .form-control::placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 15399, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v5 .form-control::-webkit-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 15403, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v5 .form-control::-moz-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 15407, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v5 .form-control:focus {
  border-color: transparent;
}

/* line 15410, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v5 .input-group-addon {
  border-color: transparent;
}

/* line 15413, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-searchform-v5 .input-group-addon button[type="submit"] {
  font-size: 1.35714rem;
  height: 100%;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
}

/*------------------------------------
  Steps v1
------------------------------------*/
/* line 15424, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v1 {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eee;
  border-radius: .25rem;
}

/* line 15431, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v1::after {
  content: "";
  display: table;
  width: 100%;
}

/* line 15436, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v1 > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 15440, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v1__item {
  float: left;
  margin-right: 15px;
}

/* line 15444, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v1__item a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 15448, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v1 {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
  }

  /* line 15453, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v1__item {
    list-style: none;
    margin-right: 40px;
  }

  /* line 15456, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v1__item a,
  .u-steps-v1__item span {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: ease-in;
  }

  /* line 15471, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v1__item a::before,
  .u-steps-v1__item span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    display: block;
    width: 70px;
    height: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /* line 15483, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v1__item a {
    color: #fff;
    background-color: #72c02c;
  }

  /* line 15486, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v1__item a::before {
    background-color: #72c02c;
  }

  /* line 15488, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v1__item a:hover {
    background-color: #333;
  }

  /* line 15490, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v1__item span {
    background-color: #eee;
  }

  /* line 15492, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v1__item span::before {
    background-color: #eee;
  }

  /* line 15494, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v1__item > i {
    font-size: 10px;
  }

  /* line 15496, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v1__item:last-child {
    margin-right: 0;
  }

  /* line 15498, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v1__item:last-child a::before,
  .u-steps-v1__item:last-child span::before {
    display: none;
  }

  /* line 15501, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v1__item + .u-breadcrumb-v1__item::before {
    display: none;
  }

  /* line 15503, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v1__item.active a,
  .u-steps-v1__item.active span {
    color: #fff;
    background-color: #72c02c;
  }

  /* line 15507, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v1 a:hover {
    text-decoration: none;
  }
}
/*------------------------------------
  Steps v2
------------------------------------*/
/* line 15513, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v2 {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eee;
  border-radius: .25rem;
}

/* line 15520, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v2::after {
  content: "";
  display: table;
  width: 100%;
}

/* line 15525, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v2 > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 15529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v2__item {
  float: left;
  margin-right: 15px;
}

/* line 15533, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v2__item a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 15537, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v2 {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
  }

  /* line 15542, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v2__indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #72c02c;
    box-shadow: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition-property: box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease-in;
  }

  /* line 15566, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v2__item {
    text-align: center;
    list-style: none;
    margin-right: 40px;
  }

  /* line 15570, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v2__item a,
  .u-steps-v2__item span {
    position: relative;
    display: block;
    color: #333;
    padding-bottom: 20px;
    transition-property: color;
    transition-duration: .2s;
    transition-timing-function: ease-in;
  }

  /* line 15585, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v2__item a::before,
  .u-steps-v2__item span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    display: block;
    width: 120px;
    height: 4px;
    margin-left: 6px;
  }

  /* line 15595, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v2__item a::before {
    background-color: #72c02c;
  }

  /* line 15597, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v2__item a .u-steps-v2__indicator {
    background-color: #72c02c;
  }

  /* line 15599, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v2__item a:hover {
    text-decoration: none;
  }

  /* line 15601, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v2__item span::before {
    background-color: #eee;
  }

  /* line 15603, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v2__item span .u-steps-v2__indicator {
    background-color: #eee;
  }

  /* line 15605, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v2__item:last-child a::before,
  .u-steps-v2__item:last-child span::before {
    display: none;
  }

  /* line 15608, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v2__item:hover a {
    color: #72c02c;
  }

  /* line 15610, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v2__item:hover a .u-steps-v2__indicator {
    box-shadow: 0 0 0 3px rgba(166, 29, 55, 0.3);
  }

  /* line 15613, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v2__item.active a .u-steps-v2__indicator,
  .u-steps-v2__item.active span .u-steps-v2__indicator {
    background-color: #72c02c;
  }
}
/*------------------------------------
  Steps v3
------------------------------------*/
/* line 15620, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v3 {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eee;
  border-radius: .25rem;
}

/* line 15627, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v3::after {
  content: "";
  display: table;
  width: 100%;
}

/* line 15632, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v3 > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 15636, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v3__item {
  float: left;
  margin-right: 15px;
}

/* line 15640, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v3__item a:hover {
  text-decoration: none;
}

/* line 15643, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v3__indicator {
  font-style: normal;
}

/* line 15646, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-steps-v3__indicator::after {
  content: " - ";
}

@media (min-width: 768px) {
  /* line 15650, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v3 {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
  }

  /* line 15655, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v3__indicator {
    position: absolute;
    top: 0;
    left: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #72c02c;
    box-shadow: 0;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition-property: box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease-in;
  }

  /* line 15681, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v3__indicator::after {
    display: none;
  }

  /* line 15683, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v3__item {
    text-align: center;
    float: left;
    list-style: none;
    margin-right: 40px;
  }

  /* line 15688, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v3__item a,
  .u-steps-v3__item span {
    position: relative;
    display: block;
    color: #333;
    padding-top: 40px;
    transition-property: color;
    transition-duration: .2s;
    transition-timing-function: ease-in;
  }

  /* line 15703, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v3__item a::before,
  .u-steps-v3__item span::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 50%;
    display: block;
    width: 120px;
    height: 4px;
    margin-left: 13px;
  }

  /* line 15713, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v3__item a::before {
    background-color: #72c02c;
  }

  /* line 15715, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v3__item a .u-steps-v3__indicator {
    color: #fff;
    background-color: #72c02c;
  }

  /* line 15718, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v3__item a:hover {
    text-decoration: none;
  }

  /* line 15720, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v3__item span::before {
    background-color: #eee;
  }

  /* line 15722, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v3__item span .u-steps-v3__indicator {
    color: #333;
    background-color: #eee;
  }

  /* line 15725, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v3__item:last-child a::before,
  .u-steps-v3__item:last-child span::before {
    display: none;
  }

  /* line 15728, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v3__item:hover a {
    color: #72c02c;
  }

  /* line 15730, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v3__item:hover a .u-steps-v3__indicator {
    box-shadow: 0 0 0 3px rgba(166, 29, 55, 0.3);
  }

  /* line 15733, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-steps-v3__item.active a .u-steps-v3__indicator,
  .u-steps-v3__item.active span .u-steps-v3__indicator {
    color: #fff;
    background-color: #72c02c;
  }
}
/*------------------------------------
  Time Lines
------------------------------------*/
/* line 15741, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-timeline-v1-wrap"],
[class*="u-timeline-v2-wrap"],
[class*="u-timeline-v3-wrap"] {
  position: relative;
}

/* line 15746, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-timeline-v1-wrap"]::before,
[class*="u-timeline-v2-wrap"]::before,
[class*="u-timeline-v3-wrap"]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
}

/*------------------------------------
  Time Lines v1
------------------------------------*/
/* line 15758, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-timeline-v1 {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
}

/* line 15764, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-timeline-v1-wrap::before {
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #f7f7f7;
  margin-left: 20px;
}

/* line 15771, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-timeline-v1__icon {
  position: absolute;
  top: 30px;
  font-size: 20px;
  z-index: 3;
}

/* line 15777, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-orientation-bottom .u-timeline-v1__icon,
.g-orientation-right .u-timeline-v1__icon,
.g-orientation-left .u-timeline-v1__icon {
  left: 0;
}

@media (min-width: 768px) {
  /* line 15783, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-timeline-v1-wrap:not([class*="--horizontal"])::before {
    left: 50%;
    margin-left: -2px;
  }

  /* line 15786, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-timeline-v1-wrap--horizontal::before {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin-left: 0;
    margin-top: -2px;
  }

  /* line 15795, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-orientation-bottom .u-timeline-v1__icon {
    top: 100%;
    left: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  /* line 15801, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-orientation-left .u-timeline-v1__icon {
    right: 100%;
    left: auto;
  }

  /* line 15804, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-orientation-right .u-timeline-v1__icon {
    right: auto;
    left: 100%;
  }
}
/*------------------------------------
  Time Lines v2
------------------------------------*/
@media (min-width: 768px) {
  /* line 15812, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-timeline-v2-wrap::before {
    left: 25%;
    width: 3px;
    height: 100%;
    margin-left: -1px;
    background-color: #f7f7f7;
  }

  /* line 15818, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-timeline-v2__icon {
    font-size: 16px;
    position: absolute;
  }

  /* line 15821, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-orientation-right .u-timeline-v2__icon {
    left: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* line 15826, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-orientation-left .u-timeline-v2__icon {
    right: 100%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  /* line 15831, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-orientation-bottom .u-timeline-v2__icon {
    top: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/*------------------------------------
  Time Lines v3
------------------------------------*/
/* line 15840, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-timeline-v3-wrap::before {
  left: 21%;
  width: 1px;
  height: 100%;
  display: none;
  background-color: #eee;
}

/* line 15847, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-timeline-v3 {
  position: relative;
}

/* line 15850, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-timeline-v3__icon {
  left: 21%;
}

@media (min-width: 768px) {
  /* line 15854, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-timeline-v3-wrap::before {
    display: block;
  }
}
@media (min-width: 992px) {
  /* line 15858, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-timeline-v3-wrap::before {
    left: 18%;
  }

  /* line 15860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-timeline-v3__icon {
    left: 18%;
  }
}
/*------------------------------------
  Background Colors
------------------------------------*/
/* line 15866, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label {
  display: inline-block;
  padding: .35rem .58rem;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  /* Label Size
  ------------------------------------*/
  /* Label Styles
  ------------------------------------*/
  /* Label Num
  ------------------------------------*/
}

/* line 15881, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label:empty {
  display: none;
}

/* line 15884, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn .u-label {
  position: relative;
  top: -1px;
}

/* line 15888, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label-default {
  background-color: #777;
}

/* line 15891, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label-default[href]:hover, .u-label-default[href]:focus {
  background-color: #555;
}

/* line 15894, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label-primary {
  background-color: #5cb85c;
}

/* line 15897, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label-primary[href]:hover, .u-label-primary[href]:focus {
  background-color: #55b555;
}

/* line 15900, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label-success {
  background-color: #5cb85c;
}

/* line 15903, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label-success[href]:hover, .u-label-success[href]:focus {
  background-color: #55b555;
}

/* line 15906, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label-info {
  background-color: #5bc0de;
}

/* line 15909, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label-info[href]:hover, .u-label-info[href]:focus {
  background-color: #53bddc;
}

/* line 15912, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label-warning {
  background-color: #f0ad4e;
}

/* line 15915, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label-warning[href]:hover, .u-label-warning[href]:focus {
  background-color: #efa945;
}

/* line 15918, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label-danger {
  background-color: #d9534f;
}

/* line 15921, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label-danger[href]:hover, .u-label-danger[href]:focus {
  background-color: #d74b47;
}

/* line 15924, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label.g-rounded-10 {
  padding: .35rem .7rem;
}

/* line 15927, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label--sm {
  font-size: .8rem;
}

/* line 15930, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label--lg {
  font-size: 1.1rem;
}

/* line 15933, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label.u-label-with-icon {
  padding: .5rem .85rem;
}

/* line 15936, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label.u-label-with-icon i {
  margin-right: .5rem;
}

/* line 15939, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label-num {
  min-width: 2rem;
  height: 2rem;
  padding: 0 .35rem;
  line-height: 2rem;
}

/* line 15945, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label-num.u-label--sm {
  min-width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
}

/* line 15950, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-label-num.u-label--lg {
  min-width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
}

/*------------------------------------
  Link Styles
------------------------------------*/
/* line 15958, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link-v1 {
  border-bottom: solid 1px;
}

/* line 15961, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link-v1:hover, .u-link-v1:focus {
  border-bottom: none;
  text-decoration: none;
}

/* line 15965, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link-v2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}

/* line 15976, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link-v3 {
  text-decoration: underline;
}

/* line 15979, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link-v3:hover {
  text-decoration: none;
}

/* line 15982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link-v4 {
  transition: all .3s;
}

/* line 15987, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link-v4:hover {
  opacity: .8;
}

/* line 15990, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link-v5 {
  text-decoration: none;
  transition: all .2s;
}

/* line 15996, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link-v5:hover, .u-link-v5:focus {
  text-decoration: none;
}

/* line 15999, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link-v6 {
  display: block;
  overflow: hidden;
}

/* line 16003, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link-v6-arrow {
  margin-left: -50px;
  visibility: hidden;
  opacity: 0;
  transition: all .4s;
}

/* line 16011, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link .u-block-hover:hover-v6-arrow, .u-link-v6:hover-v6-arrow {
  margin-left: 5px;
  visibility: visible;
  opacity: 1;
}

/* line 16016, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link-v7 {
  margin-right: 30px;
  transition: all .4s;
}

/* line 16022, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link-v7-arrow {
  margin-left: -50px;
  visibility: hidden;
  opacity: 0;
  transition: all .4s;
}

/* line 16030, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link .u-block-hover:hover, .u-link-v7:hover {
  margin-right: 0;
}

/* line 16033, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-link .u-block-hover:hover-v7-arrow, .u-link-v7:hover-v7-arrow {
  margin-left: 10px;
  visibility: visible;
  opacity: 1;
}

/*------------------------------------
  List Styles
------------------------------------*/
/* line 16041, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-list-inline {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 16046, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.img-bordered {
  border: solid 6px #777;
}

/* line 16049, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-order-1 {
  order: 1;
}

/* line 16054, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-order-2 {
  order: 2;
}

@media (min-width: 576px) {
  /* line 16060, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-order-1--sm {
    order: 1;
  }

  /* line 16064, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-order-2--sm {
    order: 2;
  }
}
@media (min-width: 768px) {
  /* line 16070, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-order-1--md {
    order: 1;
  }

  /* line 16074, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-order-2--md {
    order: 2;
  }
}
@media (min-width: 992px) {
  /* line 16080, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-order-1--lg {
    order: 1;
  }

  /* line 16084, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-order-2--lg {
    order: 2;
  }
}
/*------------------------------------
  Paginations
------------------------------------*/
/* Pagination v1 */
/* line 16093, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1__item {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: solid 1px transparent;
  transition: all .3s ease;
}

/* line 16102, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1__item--active, .u-pagination-v1__item:hover, .u-pagination-v1__item:focus {
  text-decoration: none;
  cursor: pointer;
}

/* line 16106, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1__item-info {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

/* line 16111, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1__item--disabled {
  opacity: .5;
  pointer-events: none;
}

/* Pagination Style v1 */
/* line 16116, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1-1 {
  color: #999;
  border-color: #999;
}

/* line 16120, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1-1--active, .u-pagination-v1-1:hover, .u-pagination-v1-1:focus {
  background-color: #72c02c;
  color: #fff;
  border-color: #72c02c;
}

/* Pagination Style v2 */
/* line 16126, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1-2 {
  color: #555;
  border-color: #555;
}

/* line 16130, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1-2:hover, .u-pagination-v1-2:focus {
  color: #72c02c;
  border-color: #72c02c;
}

/* line 16134, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1-2--active, .u-pagination-v1-2--nav {
  background-color: #72c02c;
  color: #fff;
  border-color: #72c02c;
}

/* line 16139, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1-2--active:hover, .u-pagination-v1-2--active:focus, .u-pagination-v1-2--nav:hover, .u-pagination-v1-2--nav:focus {
  color: #fff;
}

/* line 16142, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1-2--nav:hover {
  background-color: rgba(166, 29, 55, 0.8);
}

/* Pagination Style v3 */
/* line 16146, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1-3 {
  color: #333;
  border-color: #333;
}

/* line 16150, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1-3--active, .u-pagination-v1-3:hover, .u-pagination-v1-3:focus {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

/* Pagination Style v4 */
/* line 16156, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1-4 {
  color: #333;
  border-color: transparent;
}

/* line 16160, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1-4:hover, .u-pagination-v1-4:focus {
  color: #72c02c;
  border-color: #72c02c;
}

/* line 16164, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1-4--active {
  color: #fff;
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 16169, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1-4--active:hover, .u-pagination-v1-4--active:focus {
  color: #fff;
}

/* Pagination Style v5 */
/* line 16173, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1-5 {
  color: #999;
  border-color: #ccc;
}

/* line 16177, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagination-v1-5--active, .u-pagination-v1-5:hover, .u-pagination-v1-5:focus {
  background-color: #72c02c;
  color: #fff;
  border-color: #72c02c;
}

/*------------------------------------
  Ribbons
------------------------------------*/
/* line 16185, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-v1, .u-ribbon-v2 {
  position: absolute;
  font-size: .9rem;
}

/* line 16189, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 16195, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon--sm {
  font-size: .7rem;
}

/* line 16198, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon--lg {
  font-size: 1.1rem;
}

/* Ribbon Style Type 1
------------------------------------*/
/* line 16203, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-v1 {
  display: inline-block;
  padding: .35rem .7rem;
  /* Ribbon Type 1 With icon */
}

/* line 16208, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-v1.u-ribbon-with-icon {
  padding: .5rem .85rem;
}

/* line 16211, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-v1 .u-ribbon-icon--left {
  margin-right: .5rem;
}

/* line 16214, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-v1 .u-ribbon-icon--right {
  margin-left: .5rem;
}

/* Ribbon Style Type 2
------------------------------------*/
/* line 16219, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-v2 {
  display: inline-block;
  padding: 1rem 1.1rem;
}

/* line 16223, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-v2.u-ribbon--sm {
  padding: 1rem 1.2rem;
}

/* line 16226, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-v2.u-ribbon--lg {
  padding: 1.2rem 1.1rem;
}

/* Bookmarked Ribbon
------------------------------------*/
/* line 16231, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark::after {
  content: "";
  position: absolute;
  bottom: -1.1rem;
  left: 0;
  width: 100%;
  height: 0;
  border-style: solid;
  border-left-width: 1.5rem;
  border-right-width: 1.5rem;
  border-bottom: 1rem solid transparent !important;
}

/* line 16243, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon--lg.u-ribbon-bookmark::after {
  border-right-width: 1.4rem;
}

/* Ribbon Colors
------------------------------------*/
/* line 16248, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-primary::after {
  border-color: #72c02c;
}

/* line 16251, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-black::after {
  border-color: #000;
}

/* line 16254, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-white::after {
  border-color: #fff;
}

/* line 16257, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-light-opacity::after {
  border-color: rgba(255, 255, 255, 0.7);
}

/* line 16260, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-dark-opacity::after {
  border-color: rgba(30, 30, 30, 0.7);
}

/* line 16263, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-color-gray-light-v3::after {
  border-color: #ddd;
}

/* line 16266, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-color-gray-light-v4::after {
  border-color: #eee;
}

/* line 16269, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-color-gray-dark-v5::after {
  border-color: #999;
}

/* line 16272, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-green::after {
  border-color: #72c02c;
}

/* line 16275, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-blue::after {
  border-color: #3398dc;
}

/* line 16278, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-lightblue::after {
  border-color: #edf2f8;
}

/* line 16281, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-lightblue-v1::after {
  border-color: #d6e2ee;
}

/* line 16284, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-darkblue::after {
  border-color: #009;
}

/* line 16287, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-indigo::after {
  border-color: #4263a3;
}

/* line 16290, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-red::after {
  border-color: #f00;
}

/* line 16293, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-lightred::after {
  border-color: #e64b3b;
}

/* line 16296, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-darkred::after {
  border-color: #a10f2b;
}

/* line 16299, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-purple::after {
  border-color: #9a69cb;
}

/* line 16302, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-darkpurple::after {
  border-color: #6639b6;
}

/* line 16305, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-pink::after {
  border-color: #e81c62;
}

/* line 16308, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-orange::after {
  border-color: #a10f2b;
}

/* line 16311, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-deeporange::after {
  border-color: #fe541e;
}

/* line 16314, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-yellow::after {
  border-color: #a10f2b;
}

/* line 16317, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-aqua::after {
  border-color: #29d6e6;
}

/* line 16320, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-cyan::after {
  border-color: #00bed6;
}

/* line 16323, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-teal::after {
  border-color: #18ba9b;
}

/* line 16326, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-brown::after {
  border-color: #a10f2b;
}

/* line 16329, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-bookmark.g-bg-bluegray::after {
  border-color: #585f69;
}

/* Clipped-v1 Ribbon
------------------------------------*/
/* line 16334, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v1::before,
.u-ribbon-clip-v2::before {
  content: "";
  position: absolute;
  bottom: -0.71429rem;
  border-style: solid;
}

/* line 16341, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon--left.u-ribbon-clip-v1::before,
.u-ribbon--left.u-ribbon-clip-v2::before {
  left: 0;
  border-width: 0 0.71429rem 0.71429rem 0;
  border-right-color: #999;
}

/* line 16347, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon--right.u-ribbon-clip-v1::before,
.u-ribbon--right.u-ribbon-clip-v2::before {
  right: 0;
  border-width: 0 0 0.71429rem 0.71429rem;
  border-left-color: #999;
}

/* Clipped-v2 Ribbon
------------------------------------*/
/* line 16355, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v2 {
  padding: .35rem 1.35rem;
  -webkit-transform: skewX(-10deg) translateZ(1px);
  transform: skewX(-10deg) translateZ(1px);
}

/* line 16360, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v2.u-ribbon-with-icon {
  padding: .5rem 1.35rem;
}

/* line 16363, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v2__inner {
  display: inline-block;
  -webkit-transform: skewX(10deg) translateZ(1px);
  transform: skewX(10deg) translateZ(1px);
}

/* line 16368, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v2::before {
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}

/* line 16373, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon--left.u-ribbon-clip-v2::before {
  left: 0.07143rem;
}

/* line 16376, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon--right.u-ribbon-clip-v2::before {
  right: -0.07143rem;
}

/* Clipped-v3 Ribbon
------------------------------------*/
/* line 16381, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v3 {
  width: calc(100% + 20px);
  text-align: center;
}

/* line 16385, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v3::before,
.u-ribbon-clip-v3::after {
  content: "";
  position: absolute;
}

/* line 16390, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v3::before {
  left: 0;
  bottom: -0.71429rem;
  width: 0;
  height: 0;
  border-top: 10px solid #999;
  border-left: 10px solid transparent;
}

/* line 16398, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v3::after {
  right: 0;
  bottom: -0.71429rem;
  width: 0;
  height: 0;
  border-top: 10px solid #999;
  border-right: 10px solid transparent;
}

/* Clipped-v4 Ribbon
------------------------------------*/
/* line 16408, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 16413, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4::before,
.u-ribbon-clip-v4::after {
  content: "";
  position: absolute;
}

/* line 16418, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4::before {
  top: 0;
  width: 2.85714rem;
  height: 0.42857rem;
  background: #999;
  border-radius: 0.57143rem 0.57143rem 0 0;
}

/* line 16425, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4.u-ribbon--left::before {
  left: 7.14286rem;
}

/* line 16428, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4.u-ribbon--right::before {
  right: 7.14286rem;
}

/* line 16431, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4::after {
  top: 7.14286rem;
  width: 0.42857rem;
  height: 2.85714rem;
  background: #999;
}

/* line 16437, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4.u-ribbon--left::after {
  left: 0;
  border-radius: 0.57143rem 0 0 0.57143rem;
}

/* line 16441, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4.u-ribbon--right::after {
  right: 0;
  border-radius: 0 0.57143rem 0.57143rem 0;
}

/* line 16445, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner {
  position: absolute;
  top: 2.14286rem;
  width: 14.28571rem;
  height: 2.85714rem;
  line-height: 2.85714rem;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  z-index: 2;
}

/* line 16458, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon--left .u-ribbon-clip-v4__inner {
  left: -3.57143rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 16464, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon--right .u-ribbon-clip-v4__inner {
  right: -3.57143rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 16470, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner--bordered {
  border: 1px dashed rgba(255, 255, 255, 0.7);
}

/* line 16473, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-primary {
  box-shadow: 0 0 0 3px #72c02c, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16477, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-black {
  box-shadow: 0 0 0 3px #000, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16481, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-white {
  box-shadow: 0 0 0 3px #fff, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16485, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-light-opacity {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7), 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16489, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-dark-opacity {
  box-shadow: 0 0 0 3px rgba(30, 30, 30, 0.7), 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16493, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-color-gray-light-v3 {
  box-shadow: 0 0 0 3px #ddd, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16497, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-color-gray-light-v4 {
  box-shadow: 0 0 0 3px #eee, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16501, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-color-gray-dark-v5 {
  box-shadow: 0 0 0 3px #999, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16505, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-green {
  box-shadow: 0 0 0 3px #72c02c, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16509, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-blue {
  box-shadow: 0 0 0 3px #3398dc, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16513, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-lightblue {
  box-shadow: 0 0 0 3px #edf2f8, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16517, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-lightblue-v1 {
  box-shadow: 0 0 0 3px #d6e2ee, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16521, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-darkblue {
  box-shadow: 0 0 0 3px #009, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16525, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-indigo {
  box-shadow: 0 0 0 3px #4263a3, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-red {
  box-shadow: 0 0 0 3px #f00, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16533, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-lightred {
  box-shadow: 0 0 0 3px #e64b3b, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16537, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-darkred {
  box-shadow: 0 0 0 3px #a10f2b, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16541, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-purple {
  box-shadow: 0 0 0 3px #9a69cb, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16545, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-darkpurple {
  box-shadow: 0 0 0 3px #6639b6, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16549, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-pink {
  box-shadow: 0 0 0 3px #e81c62, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16553, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-orange {
  box-shadow: 0 0 0 3px #a10f2b, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16557, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-deeporange {
  box-shadow: 0 0 0 3px #fe541e, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16561, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-yellow {
  box-shadow: 0 0 0 3px #a10f2b, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16565, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-aqua {
  box-shadow: 0 0 0 3px #29d6e6, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16569, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-cyan {
  box-shadow: 0 0 0 3px #00bed6, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16573, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-teal {
  box-shadow: 0 0 0 3px #18ba9b, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16577, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-brown {
  box-shadow: 0 0 0 3px #a10f2b, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 16581, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-ribbon-clip-v4__inner.g-bg-bluegray {
  box-shadow: 0 0 0 3px #585f69, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/*------------------------------------
  Animation on the scroll
------------------------------------*/
/* line 16588, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[data-animation]:not(.u-in-viewport) {
  visibility: hidden;
}

/* line 16591, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[data-animation].js-carousel {
  visibility: visible;
}

/* line 16594, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-in-viewport {
  visibility: visible;
}

/*------------------------------------
  Stickers
------------------------------------*/
/* line 16600, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-sticker {
  position: absolute;
}

/* Sticker Position
------------------------------------*/
/* line 16605, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-sticker-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*------------------------------------
  Sticky blocks
------------------------------------*/
/* line 16614, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="sticky-block"] {
  max-width: 100%;
}

/*------------------------------------
  Tables
------------------------------------*/
/* line 16620, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="text"][class*="center"] td,
[class*="text"][class*="center"] th {
  text-align: center;
}

/* line 16624, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-table--v1 td,
.u-table--v1 th {
  padding: 8px;
}

/* line 16628, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-table--v1 thead th {
  border-bottom-width: 1px;
}

/* line 16631, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-table--v2 td,
.u-table--v2 th {
  padding: 15px;
}

/* line 16635, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-table--v2 thead th {
  background-color: inherit;
  border-bottom-width: 1px;
}

/* line 16639, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-col-border-top-0 td,
.g-col-border-top-0 th {
  border-top-width: 0;
}

/* line 16643, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-col-border-side-0 td,
.g-col-border-side-0 th {
  border-left-width: 0;
  border-right-width: 0;
}

/*------------------------------------
  Tabs
------------------------------------*/
/* Colors
------------------------------------*/
/* line 16653, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-primary--active.active {
  color: #72c02c;
}

/* line 16656, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-black--active.active {
  color: #000;
}

/* line 16659, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v2--active.active {
  color: #333;
}

/* line 16662, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white--active.active {
  color: #fff;
}

/* Style for Icons
------------------------------------*/
/* line 16667, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tab-line-icon-pro {
  position: relative;
  top: 2px;
}

/* HZ
------------------------------------*/
/* line 16673, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.nav-item > a,
.nav-item > .nav-link,
[class*="u-tab-link"]:not([class*="-icon"]) {
  transition-property: color, background-color, border-color;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 16686, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) {
  display: block;
}

/* line 16691, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .nav-item {
  display: inline-block;
}

/* line 16696, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .js-tabs-mobile {
  position: relative;
  display: none;
}

/* line 16702, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .js-tabs-mobile-control {
  position: relative;
  display: block;
}

/* line 16708, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .js-tabs-mobile-control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 5px 3.5px 0 3.5px;
  border-style: solid;
  border-color: #777 transparent transparent transparent;
  margin-top: -1px;
}

/* line 16723, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .js-tabs-mobile .nav-inner {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  display: none;
  background-color: #fff;
  border: 1px solid;
  padding-left: 0;
}

/* line 16734, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .js-tabs-mobile .nav-inner .nav-item {
  display: block;
  white-space: nowrap;
}

/* line 16740, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[data-scroll]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) {
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

/* line 16747, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[data-scroll]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"])::-webkit-scrollbar {
  display: none;
}

@-moz-document url-prefix() {
  /* line 16752, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-scroll]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  /* line 16757, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-scroll] {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }

  /* line 16764, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-scroll]::-webkit-scrollbar {
    display: none;
  }

  @-moz-document url-prefix() {
    /* line 16767, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
    [data-scroll] {
      padding-bottom: 15px;
    }
  }
}
/*------------------------------------
  Tabs v1
------------------------------------*/
/* Tabs v1
------------------------------------*/
@media (min-width: 768px) {
  /* line 16776, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v1"].u-nav-rounded-3 .nav-link {
    border-radius: 3px;
  }

  /* line 16778, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v1"].u-nav-rounded-5 .nav-link {
    border-radius: 5px;
  }

  /* line 16780, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v1"].u-nav-rounded-7 .nav-link {
    border-radius: 7px;
  }

  /* line 16782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v1"].u-nav-rounded-10 .nav-link {
    border-radius: 10px;
  }

  /* line 16784, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v1-1 .nav-link.active {
    background-color: #eee;
  }

  /* line 16786, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v1-1.u-nav-primary .nav-link.active {
    color: #fff;
    background-color: #72c02c;
  }

  /* line 16789, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v1-1.u-nav-dark .nav-link.active {
    color: #fff;
    background-color: #333;
  }

  /* line 16792, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v1-1.u-nav-light .nav-link {
    color: #fff;
  }

  /* line 16794, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v1-1.u-nav-light .nav-link.active {
    color: #333;
    background-color: #fff;
  }

  /* line 16797, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v1-2 .nav-link {
    border: solid 1px transparent;
  }

  /* line 16799, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v1-2 .nav-link.active {
    border-color: #eee;
  }

  /* line 16801, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v1-2.u-nav-primary .nav-link.active {
    border-color: #72c02c;
  }

  /* line 16803, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v1-2.u-nav-dark .nav-link.active {
    border-color: #333;
  }

  /* line 16805, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v1-2.u-nav-light .nav-link {
    color: #fff;
  }

  /* line 16807, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v1-2.u-nav-light .nav-link.active {
    border-color: #fff;
  }
}
/*------------------------------------
  Tabs v2
------------------------------------*/
@media (min-width: 768px) {
  /* line 16814, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"] .nav-link {
    border-style: solid;
    border-color: #eee;
    border-width: 1px;
    margin-left: -1px;
  }

  /* line 16819, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"] .nav-item:first-child .nav-link {
    margin-left: 0;
  }

  /* line 16821, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].flex-column .nav-link {
    margin: -1px 0 0;
  }

  /* line 16823, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].flex-column .nav-item:first-child .nav-link {
    margin-top: 0;
  }

  /* line 16825, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-primary .nav-link {
    border-color: #72c02c;
  }

  /* line 16827, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-primary .nav-link.active,
  [class*="u-nav-v2"].u-nav-primary .cbp-filter-item-active .nav-link {
    border-color: #72c02c !important;
  }

  /* line 16830, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-dark .nav-link {
    border-color: #333;
  }

  /* line 16832, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-dark .nav-link.active,
  [class*="u-nav-v2"].u-nav-dark .cbp-filter-item-active .nav-link {
    border-color: #333 !important;
  }

  /* line 16835, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-light .nav-link {
    color: #fff;
    border-color: #fff;
  }

  /* line 16838, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-light .nav-link.active,
  [class*="u-nav-v2"].u-nav-light .cbp-filter-item-active .nav-link {
    border-color: #fff !important;
  }

  /* line 16841, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-3 .nav-item:first-child .nav-link {
    border-radius: 3px 0 0 3px;
  }

  /* line 16843, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-3 .nav-item:last-child .nav-link {
    border-radius: 0 3px 3px 0;
  }

  /* line 16845, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-3.flex-column .nav-item:first-child .nav-link {
    border-radius: 3px 3px 0 0;
  }

  /* line 16847, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-3.flex-column .nav-item:last-child .nav-link {
    border-radius: 0 0 3px 3px;
  }

  /* line 16849, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-5 .nav-item:first-child .nav-link {
    border-radius: 5px 0 0 5px;
  }

  /* line 16851, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-5 .nav-item:last-child .nav-link {
    border-radius: 0 5px 5px 0;
  }

  /* line 16853, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-5.flex-column .nav-item:first-child .nav-link {
    border-radius: 5px 5px 0 0;
  }

  /* line 16855, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-5.flex-column .nav-item:last-child .nav-link {
    border-radius: 0 0 5px 5px;
  }

  /* line 16857, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-7 .nav-item:first-child .nav-link {
    border-radius: 7px 0 0 7px;
  }

  /* line 16859, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-7 .nav-item:last-child .nav-link {
    border-radius: 0 7px 7px 0;
  }

  /* line 16861, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-7.flex-column .nav-item:first-child .nav-link {
    border-radius: 7px 7px 0 0;
  }

  /* line 16863, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-7.flex-column .nav-item:last-child .nav-link {
    border-radius: 0 0 7px 7px;
  }

  /* line 16865, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-10 .nav-item:first-child .nav-link {
    border-radius: 10px 0 0 10px;
  }

  /* line 16867, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-10 .nav-item:last-child .nav-link {
    border-radius: 0 10px 10px 0;
  }

  /* line 16869, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-10.flex-column .nav-item:first-child .nav-link {
    border-radius: 10px 10px 0 0;
  }

  /* line 16871, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v2"].u-nav-rounded-10.flex-column .nav-item:last-child .nav-link {
    border-radius: 0 0 10px 10px;
  }

  /* line 16873, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v2-1 .nav-link.active,
  .u-nav-v2-1 .cbp-filter-item-active .nav-link {
    background-color: #eee;
  }

  /* line 16876, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v2-1.u-nav-primary .nav-link.active,
  .u-nav-v2-1.u-nav-primary .cbp-filter-item-active .nav-link {
    color: #fff;
    background-color: #72c02c;
  }

  /* line 16880, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v2-1.u-nav-dark .nav-link.active,
  .u-nav-v2-1.u-nav-dark .nav-link.cbp-filter-item-active {
    color: #fff;
    background-color: #333;
  }

  /* line 16884, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v2-1.u-nav-light .nav-link.active,
  .u-nav-v2-1.u-nav-light .nav-link.cbp-filter-item-active {
    color: #333;
    background-color: #fff;
  }

  /* line 16888, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v2-2 .nav-link.active,
  .u-nav-v2-2 .cbp-filter-item-active .nav-link {
    color: #72c02c;
  }
}
/*------------------------------------
  Tabs v3
------------------------------------*/
@media (min-width: 768px) {
  /* line 16896, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v3"] .nav-link {
    border-style: solid;
    border-width: 1px 0;
    border-color: #eee;
  }

  /* line 16900, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v3"].flex-column .nav-link {
    margin: -1px 0 0;
  }

  /* line 16902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v3"].flex-column .nav-item:first-child .nav-link {
    margin-top: 0;
  }

  /* line 16904, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v3"] .nav-link.active {
    color: #72c02c;
  }

  /* line 16906, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v3"].u-nav-light .nav-link {
    color: #fff;
    border-color: #fff;
  }

  /* line 16909, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v3"].u-nav-light .nav-link.active {
    color: #72c02c;
    border-color: #fff !important;
  }

  /* line 16912, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v3-2 .nav-link {
    z-index: 1;
  }

  /* line 16914, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v3-2 .nav-link.active {
    border-color: #72c02c;
    z-index: 2;
    position: relative;
  }
}
/*------------------------------------
  Tabs v4
------------------------------------*/
@media (min-width: 768px) {
  /* line 16923, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
  }

  /* line 16927, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1 .nav-item {
    margin-bottom: -1px;
  }

  /* line 16929, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1 .nav-link {
    border-style: solid;
    border-width: 2px 1px 1px;
    border-color: transparent;
  }

  /* line 16933, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1 .nav-link.active {
    border-color: #ccc #eee #fff;
  }

  /* line 16935, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1.u-nav-light .nav-link {
    color: #fff;
  }

  /* line 16937, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1.u-nav-light .nav-link.active {
    color: #fff;
    border-color: #ccc #eee transparent;
    background-color: #333;
  }

  /* line 16941, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1.u-nav-light.flex-column .nav-link.active {
    border-color: #ccc transparent #ccc #eee;
    border-width: 1px 0 1px 1px;
    background-color: #333;
  }

  /* line 16945, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1.u-nav-primary .nav-link.active {
    border-color: #72c02c #eee #fff;
  }

  /* line 16947, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1.u-nav-dark .nav-link.active {
    border-color: #333 #eee #fff;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 16951, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1-column {
    display: flex;
  }

  /* line 16955, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1-column .u-nav-v4-1 {
    border-bottom: none;
  }

  /* line 16957, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1-column .u-nav-v4-1 .nav-item {
    margin: 0 -1px 0 0;
    z-index: 2;
  }

  /* line 16960, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1-column .u-nav-v4-1 .nav-link {
    border-style: solid;
    border-width: 1px 1px 1px 2px;
    border-color: transparent;
  }

  /* line 16964, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1-column .u-nav-v4-1 .nav-link.active {
    border-color: #eee #fff #eee #ccc;
  }

  /* line 16966, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1-column .u-nav-v4-1.u-nav-primary .nav-link.active {
    border-color: #eee #fff #eee #72c02c;
  }

  /* line 16968, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1-column .u-nav-v4-1.u-nav-dark .nav-link.active {
    border-color: #eee #fff #eee #333;
  }

  /* line 16970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1-column .nav {
    width: 30%;
  }

  /* line 16972, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v4-1-column .tab-content {
    width: 70%;
  }
}
/*------------------------------------
  Tabs v5
------------------------------------*/
@media (min-width: 768px) {
  /* line 16979, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v5"] .nav-item {
    margin-bottom: -1px;
  }

  /* line 16981, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v5"] .nav-link {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
  }

  /* line 16985, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v5"] .nav-link.active {
    border-color: #ccc;
  }

  /* line 16987, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v5"].u-nav-primary .nav-link.active {
    border-color: #72c02c;
    color: #72c02c;
  }

  /* line 16990, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v5"].u-nav-dark .nav-link.active {
    border-color: #333;
    color: #333;
  }

  /* line 16993, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v5"].u-nav-light .nav-link {
    color: #fff;
  }

  /* line 16995, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v5"].u-nav-light .nav-link.active {
    color: #fff;
    border-color: #fff;
  }

  /* line 16998, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v5-2 .nav-link {
    border-bottom-width: 2px;
  }

  /* line 17000, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v5-3 .nav-link {
    border-bottom-width: 5px;
  }
}
/*------------------------------------
  Tabs v6
------------------------------------*/
@media (min-width: 768px) {
  /* line 17007, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"] .nav-link {
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: transparent;
    transition: none;
  }

  /* line 17015, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"] .nav-link:after, [class*="u-nav-v6"] .nav-link:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  /* line 17024, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"] .nav-link:after {
    border-top-color: #fff;
    border-width: 4px;
    margin-left: -4px;
  }

  /* line 17028, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"] .nav-link:before {
    border-width: 6px;
    margin-left: -6px;
  }

  /* line 17031, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"] .nav-link.active {
    border-color: #72c02c;
  }

  /* line 17033, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"] .nav-link.active::after, [class*="u-nav-v6"] .nav-link.active::before {
    opacity: 1;
  }

  /* line 17035, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"] .nav-link.active::before {
    border-top-color: #72c02c;
  }

  /* line 17037, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"].u-nav-light .nav-link {
    color: #fff;
  }

  /* line 17039, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"].u-nav-light .nav-link::after {
    border-top-color: #333;
  }

  /* line 17041, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"].u-nav-light .nav-link.active {
    color: #fff;
    border-color: #fff;
  }

  /* line 17044, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"].u-nav-light .nav-link.active:before {
    border-top-color: #fff;
  }

  /* line 17046, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"].u-nav-light .nav-link.active::after {
    border-top-color: #333;
  }

  /* line 17048, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"].flex-column .nav-link {
    border-bottom: none;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: transparent;
  }

  /* line 17053, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"].flex-column .nav-link:after, [class*="u-nav-v6"].flex-column .nav-link:before {
    top: 50%;
    left: auto;
  }

  /* line 17056, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"].flex-column .nav-link:after {
    border-top-color: transparent;
    border-left-color: #fff;
    border-width: 4px;
    margin-left: 0;
    margin-top: -5px;
    right: -8px;
  }

  /* line 17063, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"].flex-column .nav-link:before {
    border-top-color: transparent;
    border-left-color: #fff;
    border-width: 6px;
    margin-left: 0;
    margin-top: -7px;
    right: -13px;
  }

  /* line 17070, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"].flex-column .nav-link.active {
    border-color: #72c02c;
  }

  /* line 17072, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v6"].flex-column .nav-link.active::before {
    border-left-color: #72c02c;
  }
}
/*------------------------------------
  Tabs v7
------------------------------------*/
@media (min-width: 768px) {
  /* line 17079, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v7"] .nav-item {
    position: relative;
  }

  /* line 17081, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v7"] .nav-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0;
    height: 35%;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ccc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /* line 17095, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v7"] .nav-item:last-child::after {
    border-right-color: transparent;
  }

  /* line 17097, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v7"] .nav-link.active {
    color: #72c02c;
  }

  /* line 17099, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v7"].u-nav-dark .nav-link.active {
    color: #333;
  }

  /* line 17101, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v7"].u-nav-light .nav-link {
    color: #fff;
  }

  /* line 17103, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v7"].u-nav-light .nav-link.active {
    color: #fff;
    opacity: .5;
  }

  /* line 17106, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v7"].flex-column .nav-item::after {
    top: 100%;
    left: 0;
    right: auto;
    width: 35%;
    height: 0;
    border-right: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 17119, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v7"].flex-column .nav-item:last-child::after {
    border-bottom-color: transparent;
  }

  /* line 17121, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v7"].flex-column .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 17124, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v7"].flex-column.text-center .nav-item::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/*------------------------------------
  Tabs v8
------------------------------------*/
/* line 17133, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-nav-v8"] .nav-link {
  position: relative;
  min-height: 100%;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  transition: none;
}

/* line 17143, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-nav-v8"] .nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(to left, #333 0%, rgba(17, 17, 17, 0.2) 100%);
  background-repeat: repeat-y;
  z-index: 1;
}

/* line 17156, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-nav-v8"] .nav-link.active {
  background-color: #72c02c;
}

/* line 17159, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-nav-v8"] .nav-link.active::after {
  display: none;
}

/* line 17162, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-nav-v8"] .nav-link.active .u-nav-v8__icon {
  background-color: #72c02c;
}

/* line 17165, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-nav-v8"] .nav-link.active .u-nav-v8__description {
  color: rgba(255, 255, 255, 0.7);
}

/* line 17168, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-nav-v8"].u-nav-light .nav-link {
  color: #333;
}

/* line 17171, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-nav-v8"].u-nav-light .nav-link.active {
  color: #26304d;
  background-color: #fff;
}

/* line 17175, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__icon {
  color: #fff;
  background-color: #72c02c;
}

/* line 17179, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__title, [class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__description {
  color: #26304d;
}

/* line 17182, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-nav-v8"].u-nav-light .u-nav-v8__icon {
  background-color: #fff;
  color: #fff;
}

/* line 17186, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-nav-v8"].u-nav-light .u-nav-v8__title, [class*="u-nav-v8"].u-nav-light .u-nav-v8__description {
  color: #fff;
}

/* line 17189, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-nav-v8__icon, .u-nav-v8__title, .u-nav-v8__description {
  position: relative;
  z-index: 3;
}

/* line 17193, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-nav-v8__icon {
  display: none;
  background-color: #333;
  color: #fff;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
  transition: none;
}

/* line 17204, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-nav-v8__title {
  display: block;
}

/* line 17207, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-nav-v8__description {
  color: inherit;
  font-style: normal;
}

@media (min-width: 768px) {
  /* line 17212, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"] .nav-link {
    padding: 0 20px 25px;
  }

  /* line 17214, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].u-nav-light .nav-link {
    background-color: #fff;
  }

  /* line 17216, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].u-nav-light .nav-link::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #fff 50%), linear-gradient(to top left, transparent 49.6%, #fff 50%);
  }

  /* line 17220, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].u-nav-light .nav-link::after {
    background-image: linear-gradient(to left, #fff 0%, rgba(204, 204, 204, 0.2) 100%);
  }

  /* line 17224, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].u-nav-light .nav-link.active {
    color: #fff;
    background-color: #72c02c;
  }

  /* line 17227, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].u-nav-light .nav-link.active::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #72c02c 50%), linear-gradient(to top left, transparent 49.6%, #72c02c 50%);
  }

  /* line 17231, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__title {
    color: #fff;
  }

  /* line 17233, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__description {
    color: rgba(255, 255, 255, 0.7);
  }

  /* line 17235, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].u-nav-light .u-nav-v8__icon, [class*="u-nav-v8"].u-nav-light .u-nav-v8__title, [class*="u-nav-v8"].u-nav-light .u-nav-v8__description {
    color: #26304d;
  }

  /* line 17237, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].justify-content-end .nav-item:first-child .nav-link::before, [class*="u-nav-v8"].text-right .nav-item:first-child .nav-link::before {
    display: none;
  }

  /* line 17239, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].justify-content-end .nav-item:last-child .nav-link, [class*="u-nav-v8"].text-right .nav-item:last-child .nav-link {
    padding: 0 20px 25px;
  }

  /* line 17241, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].justify-content-end .nav-item:last-child .nav-link::before, [class*="u-nav-v8"].text-right .nav-item:last-child .nav-link::before {
    display: block;
  }

  /* line 17243, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].justify-content-end .nav-link::before, [class*="u-nav-v8"].text-right .nav-link::before {
    left: -26px;
    right: auto;
    background-position: top right, bottom left;
    background-image: linear-gradient(to bottom right, transparent 49.6%, #333 50%), linear-gradient(to top right, transparent 49.6%, #333 50%);
  }

  /* line 17250, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].justify-content-end .nav-link::after, [class*="u-nav-v8"].text-right .nav-link::after {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, #333 0%, rgba(17, 17, 17, 0.2) 100%);
  }

  /* line 17256, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].justify-content-end .nav-link.active::before, [class*="u-nav-v8"].text-right .nav-link.active::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #72c02c 50%), linear-gradient(to top right, transparent 49.6%, #72c02c 50%);
  }

  /* line 17260, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].flex-column .nav-item {
    margin-bottom: 1px;
  }

  /* line 17262, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].flex-column .nav-item:first-child .nav-link {
    padding: 20px 20px 20px 50px;
  }

  /* line 17264, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].flex-column .nav-item:last-child .nav-link::before {
    display: block;
  }

  /* line 17266, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].flex-column .nav-link {
    padding: 20px 20px 20px 50px;
  }

  /* line 17268, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].flex-column .nav-link::before {
    opacity: 0;
  }

  /* line 17270, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].flex-column .nav-link.active::before {
    opacity: 1;
  }

  /* line 17272, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-nav-v8"].flex-column .u-nav-v8__icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  /* line 17279, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v8__icon {
    display: inline-block;
  }

  /* line 17281, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v8__description {
    color: rgba(255, 255, 255, 0.5);
  }

  /* line 17283, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v8-2 .nav-item:first-child .nav-link {
    padding: 0 20px 25px;
  }

  /* line 17285, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v8-2 .nav-item:last-child .nav-link::before {
    display: none;
  }

  /* line 17287, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v8-2 .nav-link {
    padding: 0 20px 25px 50px;
  }

  /* line 17289, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v8-2 .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    display: block;
    width: 26px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 50.8%;
    background-position: top right, bottom left;
    background-image: linear-gradient(to bottom left, transparent 49.6%, #333 50%), linear-gradient(to top left, transparent 49.6%, #333 50%);
    z-index: 2;
  }

  /* line 17304, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v8-2 .nav-link.active::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #72c02c 50%), linear-gradient(to top left, transparent 49.6%, #72c02c 50%);
  }

  /* line 17308, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v8-2.justify-content-end .nav-item:first-child .nav-link, .u-nav-v8-2.text-right .nav-item:first-child .nav-link {
    padding: 0 50px 25px 20px;
  }

  /* line 17310, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-v8-2.justify-content-end .nav-link, .u-nav-v8-2.text-right .nav-link {
    padding: 0 50px 25px 20px;
  }
}
@media (max-width: 767px) {
  /* line 17314, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"],
  [data-tabs-mobile-type="accordion"] {
    display: none;
  }

  /* line 17317, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="accordion"] {
    display: none;
  }

  /* line 17319, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) {
    border-color: #72c02c;
  }

  /* line 17322, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) .nav-item > a,
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) .nav-item > .nav-link,
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) [class*="u-tab-link"]:not([class*="-icon"]) {
    white-space: nowrap;
    padding: 5px 10px;
  }

  /* line 17330, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) .nav-item > a,
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) .nav-item > .nav-link,
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) [class*="u-tab-link"]:not([class*="-icon"]):not([class*="js-tabs-mobile-control"]) {
    display: block;
  }

  /* line 17338, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"] {
    width: 100%;
    padding-top: 10px;
    border-bottom: none !important;
  }

  /* line 17342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"] .nav-item {
    margin: 0;
  }

  /* line 17344, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"] .nav-link {
    text-align: center;
    border-style: solid !important;
    border-color: #eee !important;
    border-width: 1px !important;
    border-radius: 0 !important;
    margin: -1px 0 0;
  }

  /* line 17351, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"] .nav-item:first-child .nav-link {
    margin-top: 0;
  }

  /* line 17353, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-primary .nav-link, [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-link {
    border-color: #72c02c !important;
  }

  /* line 17355, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-primary .nav-link.active,
  [data-tabs-mobile-type="slide-up-down"].u-nav-primary .nav-item.show .nav-link, [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-link.active,
  [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-item.show .nav-link {
    border-color: #72c02c !important;
  }

  /* line 17359, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-dark .nav-link {
    border-color: #333 !important;
  }

  /* line 17361, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-dark .nav-link.active,
  [data-tabs-mobile-type="slide-up-down"].u-nav-dark .nav-item.show .nav-link {
    border-color: #333 !important;
  }

  /* line 17364, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-light .nav-item.show .nav-link {
    border-color: #fff;
  }

  /* line 17366, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-light .nav-link {
    color: #fff;
    border-color: #fff;
  }

  /* line 17369, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-light .nav-link.active {
    color: #26304d;
    background-color: #fff;
    border-color: #fff;
  }

  /* line 17373, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-3 .nav-item:first-child .nav-link,
  [data-tabs-mobile-type="slide-up-down"].nav-tabs .nav-item:first-child .nav-link,
  [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-item:first-child .nav-link {
    border-radius: 3px 3px 0 0 !important;
  }

  /* line 17377, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-3 .nav-item:last-child .nav-link,
  [data-tabs-mobile-type="slide-up-down"].nav-tabs .nav-item:last-child .nav-link,
  [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 0 3px 3px !important;
  }

  /* line 17381, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-5 .nav-item:first-child .nav-link {
    border-radius: 5px 5px 0 0 !important;
  }

  /* line 17383, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-5 .nav-item:last-child .nav-link {
    border-radius: 0 0 5px 5px !important;
  }

  /* line 17385, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-7 .nav-item:first-child .nav-link {
    border-radius: 7px 7px 0 0 !important;
  }

  /* line 17387, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-7 .nav-item:last-child .nav-link {
    border-radius: 0 0 7px 7px !important;
  }

  /* line 17389, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-10 .nav-item:first-child .nav-link {
    border-radius: 10px 10px 0 0 !important;
  }

  /* line 17391, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-10 .nav-item:last-child .nav-link {
    border-radius: 0 0 10px 10px !important;
  }

  /* line 17393, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .tab-content {
    order: 2;
  }
}
/*------------------------------------
  Tags
------------------------------------*/
/* Pagination v1 */
/* line 17402, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tags-v1 {
  display: inline-block;
  text-decoration: none;
  transition: all .3s ease;
}

/* line 17409, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tags-v1:hover, .u-tags-v1:focus {
  text-decoration: none;
  cursor: pointer;
}

/* line 17413, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tags-v1:focus {
  color: inherit;
}

/*------------------------------------
  Text Animation Slideshow
------------------------------------*/
/* line 17419, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-text-slideshow {
  position: relative;
  overflow: visible !important;
  vertical-align: inherit;
}

/* line 17424, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-text-slideshow__slide {
  position: relative;
  z-index: 1;
  display: inline-block;
  opacity: 0;
  transition: .3s ease;
}

/* line 17433, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-text-slideshow__slide:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 17438, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-text-slideshow__slide--current {
  z-index: 2;
  opacity: 1;
}

/* line 17442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-text-slideshow__slide-target {
  flex-wrap: nowrap;
}

/*------------------------------------
  Text-shadow
------------------------------------*/
/* line 17449, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-txt-shadow-v1 {
  text-shadow: 1px 1px rgba(67, 70, 72, 0.05), 2px 2px rgba(147, 150, 152, 0.07), 3px 3px rgba(178, 182, 183, 0.086), 4px 4px rgba(195, 199, 200, 0.106), 5px 5px rgba(206, 210, 211, 0.125), 6px 6px rgba(213, 217, 218, 0.145), 7px 7px rgba(218, 222, 223, 0.165), 8px 8px rgba(222, 226, 227, 0.184), 9px 9px rgba(226, 230, 231, 0.204), 10px 10px rgba(228, 232, 233, 0.22), 11px 11px rgba(230, 234, 235, 0.24), 12px 12px rgba(232, 236, 237, 0.26), 13px 13px rgba(233, 237, 238, 0.28), 14px 14px rgba(235, 239, 240, 0.298), 15px 15px rgba(236, 240, 241, 0.318), 16px 16px rgba(237, 241, 242, 0.333), 17px 17px rgba(238, 242, 243, 0.353), 18px 18px rgba(238, 242, 243, 0.373), 19px 19px rgba(239, 243, 244, 0.392), 20px 20px rgba(240, 244, 245, 0.41), 21px 21px rgba(240, 244, 245, 0.43), 22px 22px rgba(241, 245, 246, 0.447), 23px 23px rgba(241, 245, 246, 0.467), 24px 24px rgba(242, 246, 247, 0.486), 25px 25px rgba(242, 246, 247, 0.506), 26px 26px rgba(242, 246, 247, 0.525), 27px 27px rgba(243, 247, 248, 0.545), 28px 28px rgba(243, 247, 248, 0.565), 29px 29px rgba(243, 247, 248, 0.58), 30px 30px rgba(244, 248, 249, 0.6), 31px 31px rgba(244, 248, 249, 0.62), 32px 32px rgba(244, 248, 249, 0.64), 33px 33px rgba(244, 248, 249, 0.66), 34px 34px rgba(245, 249, 250, 0.68), 35px 35px rgba(245, 249, 250, 0.694), 36px 36px rgba(245, 249, 250, 0.714), 37px 37px rgba(245, 249, 250, 0.733), 38px 38px rgba(245, 249, 250, 0.753), 39px 39px rgba(246, 250, 251, 0.773), 40px 40px rgba(246, 250, 251, 0.792), 41px 41px rgba(246, 250, 251, 0.81), 42px 42px rgba(246, 250, 251, 0.827), 43px 43px rgba(246, 250, 251, 0.847), 44px 44px rgba(246, 250, 251, 0.867), 45px 45px rgba(246, 250, 251, 0.886), 46px 46px rgba(246, 250, 251, 0.906), 47px 47px rgba(247, 251, 252, 0.925), 48px 48px rgba(247, 251, 252, 0.94), 49px 49px rgba(247, 251, 252, 0.96), 50px 50px rgba(247, 251, 252, 0.98);
}

/* line 17452, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-txt-shadow-v2 {
  text-shadow: 0 6px 55px #999;
}

/*------------------------------------
  Marker-bg
------------------------------------*/
/* line 17458, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-marker-bg-primary, .u-marker-bg-green, .u-marker-bg-black, .u-marker-bg-white, .u-marker-bg-red, .u-marker-bg-yellow {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% 70%;
  white-space: nowrap;
}

/* line 17465, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-marker-bg-primary {
  background-image: url(../img/bg/marker/marker-bg-primary.png);
}

/* line 17468, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-marker-bg-green {
  background-image: url(../img/bg/marker/marker-bg-green.png);
}

/* line 17471, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-marker-bg-black {
  background-image: url(../img/bg/marker/marker-bg-black.png);
}

/* line 17474, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-marker-bg-white {
  background-image: url(../img/bg/marker/marker-bg-white.png);
}

/* line 17477, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-marker-bg-red {
  background-image: url(../img/bg/marker/marker-bg-red.png);
}

/* line 17480, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-marker-bg-yellow {
  background-image: url(../img/bg/marker/marker-bg-yellow.png);
}

/*------------------------------------
  Tooltips
------------------------------------*/
/* line 17486, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1 {
  color: #fff;
  background-color: #000;
  padding: 2px 8px 3px;
}

/* line 17491, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1:after {
  content: "";
  position: absolute;
  display: block;
}

/* line 17496, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1.tooltip-top-left, .u-tooltip--v1.tooltip-top-right {
  bottom: 100%;
  margin-bottom: 5px;
}

/* line 17500, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1.tooltip-top-left:after, .u-tooltip--v1.tooltip-top-right:after {
  top: 100%;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 17506, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1.tooltip-bottom-left, .u-tooltip--v1.tooltip-bottom-right {
  top: 100%;
  margin-top: 5px;
}

/* line 17510, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1.tooltip-bottom-left:after, .u-tooltip--v1.tooltip-bottom-right:after {
  bottom: 100%;
  border-bottom: 4px solid rgba(0, 0, 0, 0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 17516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1.tooltip-top-left, .u-tooltip--v1.tooltip-bottom-left {
  left: 0;
}

/* line 17519, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1.tooltip-top-left:after, .u-tooltip--v1.tooltip-bottom-left:after {
  left: 16px;
}

/* line 17522, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1.tooltip-top-right, .u-tooltip--v1.tooltip-bottom-right {
  right: 0;
}

/* line 17525, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1.tooltip-top-right:after, .u-tooltip--v1.tooltip-bottom-right:after {
  right: 16px;
}

/* line 17528, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1.tooltip-left, .u-tooltip--v1.tooltip-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 17534, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1.tooltip-left:after, .u-tooltip--v1.tooltip-right:after {
  top: 50%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 17542, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1.tooltip-left {
  right: 100%;
  margin-right: 5px;
}

/* line 17546, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1.tooltip-left:after {
  right: -4px;
  border-left: 4px solid rgba(0, 0, 0, 0.9);
}

/* line 17550, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1.tooltip-right {
  left: 100%;
  margin-left: 5px;
}

/* line 17554, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-tooltip--v1.tooltip-right:after {
  left: -4px;
  border-right: 4px solid rgba(0, 0, 0, 0.9);
}

/* line 17558, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
input:focus + .u-tooltip--v1,
textarea:focus + .u-tooltip--v1 {
  opacity: 1;
}

/*------------------------------------
  Typography
------------------------------------*/
/* line 17565, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.popovers--no-title .popover-title {
  display: none;
}

/* line 17568, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-nowrap {
  white-space: nowrap;
}

/* line 17571, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 17575, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
video {
  max-width: 100%;
}

/* line 17578, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-video-v1 {
  margin-bottom: 15px;
}

/* line 17581, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-video-v1-info {
  display: none;
  padding-left: 0;
}

/* line 17585, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-video-v1-info__item {
  display: inline-block;
  list-style: none;
}

/* line 17589, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-audio-v1 {
  margin-bottom: 15px;
}

/* line 17592, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-audio-v1-info {
  display: none;
  padding-left: 0;
}

/* line 17596, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-audio-v1-info__item {
  display: inline-block;
  list-style: none;
}

/* line 17600, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-audio-v2 .plyr__controls {
  background-color: transparent;
  border: none;
}

/* line 17604, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-audio-v2 .plyr__controls button {
  color: #fff;
}

/*------------------------------------
  Navigation
------------------------------------*/
/* Base Abstractions */
/* line 17611, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v1 .nav-link, .navbar .u-main-nav-v2 .nav-link, .navbar .u-main-nav-v3 .nav-link, .navbar .u-main-nav-v4 .nav-link, .navbar .u-main-nav-v5 .nav-link, .navbar .u-main-nav-v6 .nav-link, .navbar .u-main-nav-v7 .nav-link, .navbar .u-main-nav-v8 .nav-link, .navbar .u-main-nav-v9 .nav-link {
  display: block;
}

/* line 17614, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v1 .nav-item.dropdown > a, .navbar .u-main-nav-v2 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v2 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v2 .nav-item.dropdown > a, .navbar .u-main-nav-v3 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v3 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v3 .nav-item.dropdown > a, .navbar .u-main-nav-v4 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v4 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v4 .nav-item.dropdown > a, .navbar .u-main-nav-v5 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v5 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v5 .nav-item.dropdown > a, .navbar .u-main-nav-v6 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v6 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v6 .nav-item.dropdown > a, .navbar .u-main-nav-v7 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v7 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v7 .nav-item.dropdown > a, .navbar .u-main-nav-v8 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v8 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v8 .nav-item.dropdown > a, .navbar .u-main-nav-v9 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v9 .nav-item.hs-has-mega-menu > a {
  position: relative;
  z-index: 1;
  padding-right: 1.42857rem;
}

/* line 17619, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v1 .nav-item.dropdown > a::after, .navbar .u-main-nav-v2 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v2 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v2 .nav-item.dropdown > a::after, .navbar .u-main-nav-v3 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v3 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v3 .nav-item.dropdown > a::after, .navbar .u-main-nav-v4 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v4 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v4 .nav-item.dropdown > a::after, .navbar .u-main-nav-v5 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v5 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v5 .nav-item.dropdown > a::after, .navbar .u-main-nav-v6 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v6 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v6 .nav-item.dropdown > a::after, .navbar .u-main-nav-v7 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v7 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v7 .nav-item.dropdown > a::after, .navbar .u-main-nav-v8 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v8 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v8 .nav-item.dropdown > a::after, .navbar .u-main-nav-v9 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v9 .nav-item.hs-has-mega-menu > a::after {
  content: "\e900";
  font-family: "hs-icons";
  font-weight: inherit;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1.07143rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* Base stylesheets */
/* line 17631, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-link {
  color: #fff;
}

/* line 17634, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item.active > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item:hover > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item:focus > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item.show > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item.hs-sub-menu-opened > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item .nav-link:focus {
  color: #fff;
}

/* Import */
/* Main navigation styles */
/*------------------------------------
  Navigation Style v1
------------------------------------*/
/* line 17647, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v1 .nav-link {
  color: #333;
  padding: 0.78571rem 2.14286rem;
  border-radius: 1.57143rem;
}

/* line 17652, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v1 .nav-item.dropdown > a {
  padding-right: 3.21429rem;
}

/* line 17655, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v1 .nav-item.dropdown > a::after {
  right: 1.78571rem;
}

/* line 17658, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v1 .nav-item.active > .nav-link,
.navbar .u-main-nav-v1 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v1 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v1 .nav-item.show > .nav-link,
.navbar .u-main-nav-v1 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v1 .nav-item .nav-link:focus {
  color: #fff;
  background-color: #72c02c;
}

@media all and (max-width: 1199px) {
  /* line 17668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v1 .nav-link {
    padding: 0.64286rem 1.42857rem;
  }

  /* line 17670, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v1 .nav-item.dropdown > a {
    padding-right: 2.5rem;
  }

  /* line 17672, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v1 .nav-item.dropdown > a::after {
    right: 1.07143rem;
  }
}
/*------------------------------------
  Navigation Style v2
------------------------------------*/
/* line 17678, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v2 .nav-link {
  color: #333;
  padding: 0.64286rem 2.14286rem;
  border-radius: 1.57143rem;
  border: 2px solid transparent;
}

/* line 17684, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v2 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v2 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v2 .nav-item.dropdown > a {
  padding-right: 3.21429rem;
}

/* line 17687, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v2 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v2 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v2 .nav-item.dropdown > a::after {
  right: 1.78571rem;
}

/* line 17690, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v2 .nav-item.active > .nav-link,
.navbar .u-main-nav-v2 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v2 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v2 .nav-item.show > .nav-link,
.navbar .u-main-nav-v2 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v2 .nav-item .nav-link:focus {
  color: #333;
  border-color: #72c02c;
  background-color: transparent;
}

@media all and (max-width: 1199px) {
  /* line 17701, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v2 .nav-link {
    padding: 0.5rem 1.42857rem;
  }

  /* line 17703, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v2 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v2 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v2 .nav-item.dropdown > a {
    padding-right: 2.5rem;
  }

  /* line 17705, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v2 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v2 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v2 .nav-item.dropdown > a::after {
    right: 1.07143rem;
  }
}
/*------------------------------------
  Navigation Style v3
------------------------------------*/
/* line 17711, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v3 .nav-link {
  color: #333;
  padding: 2.85714rem 2.57143rem 2.57143rem;
  border-bottom: 4px solid transparent;
}

/* line 17716, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v3 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v3 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v3 .nav-item.dropdown > a::after {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.71429rem;
  -webkit-transform: none;
  transform: none;
}

/* line 17725, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v3 .nav-item.active > .nav-link,
.navbar .u-main-nav-v3 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v3 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v3 .nav-item.show > .nav-link,
.navbar .u-main-nav-v3 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v3 .nav-item .nav-link:focus {
  border-color: #72c02c;
}

@media all and (max-width: 1199px) {
  /* line 17734, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v3 .nav-link {
    padding: 2.14286rem 1.78571rem;
  }
}
@media all and (max-width: 991px) {
  /* line 17738, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v3 .nav-link {
    padding: 0.71429rem 1.42857rem;
  }
}
/*------------------------------------
  Navigation Style v4
------------------------------------*/
/* line 17744, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v4 .nav-link {
  color: #333;
  padding: 2.57143rem 2.57143rem 2.85714rem;
  border-top: 4px solid transparent;
}

/* line 17749, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v4 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v4 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v4 .nav-item.dropdown > a::after {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.71429rem;
  -webkit-transform: none;
  transform: none;
}

/* line 17758, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v4 .nav-item.active > .nav-link,
.navbar .u-main-nav-v4 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v4 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v4 .nav-item.show > .nav-link,
.navbar .u-main-nav-v4 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v4 .nav-item .nav-link:focus {
  border-color: #72c02c;
}

@media all and (max-width: 1199px) {
  /* line 17767, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v4 .nav-link {
    padding: 2.14286rem 1.78571rem;
  }
}
@media all and (max-width: 991px) {
  /* line 17771, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v4 .nav-link {
    padding: 0.71429rem 1.42857rem;
  }
}
/*------------------------------------
  Navigation Style v5
------------------------------------*/
/* line 17777, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v5 .nav-link {
  color: #333;
  padding: 0.28571rem 0;
  border-bottom: 2px solid transparent;
}

/* line 17782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v5 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v5 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v5 .nav-item.dropdown > a {
  padding-right: 1.42857rem;
}

/* line 17785, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v5 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v5 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v5 .nav-item.dropdown > a::after {
  right: 0;
}

/* line 17788, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v5 .nav-item.active > .nav-link,
.navbar .u-main-nav-v5 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v5 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v5 .nav-item.show > .nav-link,
.navbar .u-main-nav-v5 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v5 .nav-item .nav-link:focus {
  border-color: #72c02c;
}

/*------------------------------------
  Navigation Style v6
------------------------------------*/
/* line 17799, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v6 .nav-link {
  color: #333;
  height: 100%;
  padding: 2.85714rem 2.71429rem;
}

/* line 17804, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v6 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v6 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v6 .nav-item.dropdown > a {
  padding-right: 2.71429rem;
}

/* line 17807, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v6 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v6 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v6 .nav-item.dropdown > a::after {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.71429rem;
  -webkit-transform: none;
  transform: none;
}

/* line 17816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v6 .nav-item.active > .nav-link,
.navbar .u-main-nav-v6 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v6 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v6 .nav-item.show > .nav-link,
.navbar .u-main-nav-v6 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v6 .nav-item .nav-link:focus {
  color: #fff;
  background-color: #72c02c;
}

@media all and (max-width: 1199px) {
  /* line 17826, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v6 .nav-link {
    padding: 2.14286rem 1.42857rem;
  }

  /* line 17828, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v6 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v6 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v6 .nav-item.dropdown > a {
    padding-right: 1.42857rem;
  }
}
/*------------------------------------
  Navigation Style v7
------------------------------------*/
/* line 17834, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v7 .nav-link {
  color: #333;
  padding: 0.71429rem 2.14286rem;
  border: 2px solid transparent;
}

/* line 17839, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v7 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v7 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v7 .nav-item.dropdown > a {
  padding-right: 3.21429rem;
}

/* line 17842, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v7 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v7 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v7 .nav-item.dropdown > a::after {
  right: 1.78571rem;
}

/* line 17845, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v7 .nav-item.active > .nav-link,
.navbar .u-main-nav-v7 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v7 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v7 .nav-item.show > .nav-link,
.navbar .u-main-nav-v7 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v7 .nav-item .nav-link:focus {
  border-color: #72c02c;
}

@media all and (max-width: 1199px) {
  /* line 17854, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v7 .nav-link {
    padding: 0.64286rem 1.42857rem;
  }

  /* line 17856, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v7 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v7 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v7 .nav-item.dropdown > a {
    padding-right: 2.14286rem;
  }

  /* line 17858, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v7 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v7 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v7 .nav-item.dropdown > a::after {
    right: 1.07143rem;
  }
}
/*------------------------------------
  Navigation Style v8
------------------------------------*/
/* line 17864, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v8 .nav-link {
  color: #333;
  padding: 0.78571rem 2.14286rem;
}

/* line 17868, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v8 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v8 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v8 .nav-item.dropdown > a {
  padding-right: 3.21429rem;
}

/* line 17871, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v8 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v8 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v8 .nav-item.dropdown > a::after {
  right: 1.78571rem;
}

/* line 17874, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v8 .nav-item.active > .nav-link,
.navbar .u-main-nav-v8 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v8 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v8 .nav-item.show > .nav-link,
.navbar .u-main-nav-v8 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v8 .nav-item .nav-link:focus {
  color: #fff;
  background-color: #72c02c;
}

@media all and (max-width: 1199px) {
  /* line 17884, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v8 .nav-link {
    padding: 0.64286rem 1.42857rem;
  }

  /* line 17886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v8 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v8 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v8 .nav-item.dropdown > a {
    padding-right: 2.14286rem;
  }

  /* line 17888, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar .u-main-nav-v8 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v8 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v8 .nav-item.dropdown > a::after {
    right: 1.07143rem;
  }
}
/*------------------------------------
  Navigation Style v9
------------------------------------*/
/* line 17894, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v9 .nav-link {
  color: #777;
  padding: 0 1.42857rem 0 0;
}

/* line 17898, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v9 .nav-item > a {
  padding: 1.42857rem 0;
}

/* line 17901, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v9 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v9 .nav-item.hs-has-mega-menu > a::after {
  font-size: 1.28571rem;
  right: 0;
}

/* line 17905, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v9 .nav-item.active > .nav-link,
.navbar .u-main-nav-v9 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v9 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v9 .nav-item .nav-link:focus {
  color: #000;
}

/* line 17911, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-main-nav-v9 .nav-item.active > .nav-link::after,
.navbar .u-main-nav-v9 .nav-item:hover > .nav-link::after,
.navbar .u-main-nav-v9 .nav-item:focus > .nav-link::after,
.navbar .u-main-nav-v9 .nav-item .nav-link:focus::after {
  color: #72c02c;
}

/* Dropdown navigation styles */
/*------------------------------------
  Navigation Dropdown Style v1
------------------------------------*/
/* line 17921, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu.active > a,
.navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu:active > a,
.navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu:focus > a,
.navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu:hover > a, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item.active > a, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:active > a, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:focus > a, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:hover > a,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item.active > a,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:active > a,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:focus > a,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:hover > a, .navbar .u-sub-menu-v1 .hs-sub-menu a:active, .navbar .u-sub-menu-v1 .hs-sub-menu a:focus, .navbar .u-sub-menu-v1 .hs-sub-menu a:hover,
.navbar .u-sub-menu-v1 .dropdown-menu a:active,
.navbar .u-sub-menu-v1 .dropdown-menu a:focus,
.navbar .u-sub-menu-v1 .dropdown-menu a:hover {
  color: #72c02c !important;
  background-color: transparent;
  border: none;
}

/* line 17936, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu > a::after {
  content: "\e902";
  font-family: "hs-icons";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 17945, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v1 .hs-has-mega-menu .hs-has-sub-menu > a::after {
  content: "\e902";
}

/* line 17948, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v1 .hs-sub-menu,
.navbar .u-sub-menu-v1 .dropdown-menu {
  font-size: 0.92857rem;
  min-width: 16.42857rem;
  padding: 0.71429rem 0;
}

/* line 17954, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item {
  font-weight: inherit;
  color: inherit;
  padding: 0;
}

/* line 17960, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item.active, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:active, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:focus, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:hover,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item.active,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:active,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:focus,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:hover {
  border: none;
  background-color: transparent;
}

/* line 17968, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v1 .hs-sub-menu a,
.navbar .u-sub-menu-v1 .dropdown-menu a {
  color: #777;
  text-decoration: none !important;
  display: block;
  padding: 0.42857rem 1.78571rem;
}

/* line 17975, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v1 .hs-sub-menu,
.navbar .u-sub-menu-v1 .hs-mega-menu,
.navbar .u-sub-menu-v1 .dropdown-menu {
  font-weight: normal;
  text-transform: none;
  margin-top: 0;
  color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #72c02c;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 17991, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v1 .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v1 .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v1 .dropdown-menu .hs-sub-menu {
  margin-top: -1.07143rem;
}

/* line 17996, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu {
  width: auto;
}

/* line 17999, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu .hs-mega-menu,
.navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .u-sub-menu-v1.hs-mobile-state .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v1.hs-mobile-state .hs-mega-menu .hs-mega-menu,
.navbar .u-sub-menu-v1.hs-mobile-state .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v1.hs-mobile-state .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/* line 18009, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu {
  width: auto;
}

/* line 18012, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-mega-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-mega-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/*------------------------------------
  Navigation Dropdown Style v2
------------------------------------*/
/* line 18025, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v2 .hs-has-sub-menu .hs-has-sub-menu.active > a,
.navbar .u-sub-menu-v2 .hs-has-sub-menu .hs-has-sub-menu:active > a,
.navbar .u-sub-menu-v2 .hs-has-sub-menu .hs-has-sub-menu:focus > a,
.navbar .u-sub-menu-v2 .hs-has-sub-menu .hs-has-sub-menu:hover > a, .navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item.active > a, .navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item:active > a, .navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item:focus > a, .navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item:hover > a,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item.active > a,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item:active > a,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item:focus > a,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item:hover > a, .navbar .u-sub-menu-v2 .hs-sub-menu a:active, .navbar .u-sub-menu-v2 .hs-sub-menu a:focus, .navbar .u-sub-menu-v2 .hs-sub-menu a:hover,
.navbar .u-sub-menu-v2 .dropdown-menu a:active,
.navbar .u-sub-menu-v2 .dropdown-menu a:focus,
.navbar .u-sub-menu-v2 .dropdown-menu a:hover {
  color: #777 !important;
  background-color: #eee;
  border: none;
}

/* line 18040, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v2 .hs-has-sub-menu .hs-has-sub-menu > a::after {
  content: "\e902";
  font-family: "hs-icons";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 18049, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v2 .hs-has-mega-menu .hs-has-sub-menu > a::after {
  content: "\e902";
}

/* line 18052, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v2 .hs-sub-menu,
.navbar .u-sub-menu-v2 .dropdown-menu {
  font-size: 0.92857rem;
  min-width: 16.42857rem;
  padding: 0.71429rem 0;
}

/* line 18058, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item {
  font-weight: inherit;
  color: inherit;
  padding: 0;
}

/* line 18064, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item.active, .navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item:active, .navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item:focus, .navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item:hover,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item.active,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item:active,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item:focus,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item:hover {
  border-color: #eee;
  background-color: transparent;
}

/* line 18072, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v2 .hs-sub-menu a,
.navbar .u-sub-menu-v2 .dropdown-menu a {
  color: #777;
  text-decoration: none !important;
  display: block;
  padding: 0.42857rem 1.78571rem;
}

/* line 18079, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v2 .hs-sub-menu > li:not(:last-child),
.navbar .u-sub-menu-v2 .dropdown-menu > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* line 18083, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v2 .hs-sub-menu,
.navbar .u-sub-menu-v2 .hs-mega-menu,
.navbar .u-sub-menu-v2 .dropdown-menu {
  font-weight: normal;
  text-transform: none;
  min-width: 14.28571rem;
  margin-top: 0;
  padding: 0;
  color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-top-color: #72c02c;
  border-bottom-color: #777;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 18102, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v2 .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v2 .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v2 .dropdown-menu .hs-sub-menu {
  margin-top: -1.07143rem;
}

/* line 18107, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v2.hs-mobile-state .hs-sub-menu {
  width: auto;
}

/* line 18110, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v2.hs-mobile-state .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v2.hs-mobile-state .hs-sub-menu .hs-mega-menu,
.navbar .u-sub-menu-v2.hs-mobile-state .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v2.hs-mobile-state .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .u-sub-menu-v2.hs-mobile-state .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v2.hs-mobile-state .hs-mega-menu .hs-mega-menu,
.navbar .u-sub-menu-v2.hs-mobile-state .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v2.hs-mobile-state .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/* line 18120, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-sub-menu {
  width: auto;
}

/* line 18123, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-sub-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-sub-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-mega-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-mega-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/*------------------------------------
  Navigation Dropdown Style v3
------------------------------------*/
/* line 18136, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v3 .hs-has-sub-menu .hs-has-sub-menu.active > a,
.navbar .u-sub-menu-v3 .hs-has-sub-menu .hs-has-sub-menu:active > a,
.navbar .u-sub-menu-v3 .hs-has-sub-menu .hs-has-sub-menu:focus > a,
.navbar .u-sub-menu-v3 .hs-has-sub-menu .hs-has-sub-menu:hover > a, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item.active > a, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item:active > a, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item:focus > a, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item:hover > a,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item.active > a,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item:active > a,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item:focus > a,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item:hover > a, .navbar .u-sub-menu-v3 .hs-sub-menu a:active, .navbar .u-sub-menu-v3 .hs-sub-menu a:focus, .navbar .u-sub-menu-v3 .hs-sub-menu a:hover,
.navbar .u-sub-menu-v3 .dropdown-menu a:active,
.navbar .u-sub-menu-v3 .dropdown-menu a:focus,
.navbar .u-sub-menu-v3 .dropdown-menu a:hover {
  color: #fff !important;
  background-color: #72c02c;
  border: none;
}

/* line 18151, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v3 .hs-has-sub-menu .hs-has-sub-menu > a::after {
  content: "\e902";
  font-family: "hs-icons";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 18160, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v3 .hs-has-mega-menu .hs-has-sub-menu > a::after {
  content: "\e902";
}

/* line 18163, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v3 .hs-sub-menu,
.navbar .u-sub-menu-v3 .dropdown-menu {
  font-size: 0.92857rem;
  min-width: 16.42857rem;
  padding: 0.71429rem 0;
}

/* line 18169, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item {
  font-weight: inherit;
  color: inherit;
  padding: 0;
}

/* line 18175, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item.active, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item:active, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item:focus, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item:hover,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item.active,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item:active,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item:focus,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item:hover {
  border-color: #eee;
  background-color: transparent;
}

/* line 18183, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v3 .hs-sub-menu a,
.navbar .u-sub-menu-v3 .dropdown-menu a {
  color: #777;
  text-decoration: none !important;
  display: block;
  padding: 0.42857rem 1.78571rem;
}

/* line 18190, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v3 .hs-sub-menu > li:not(:last-child),
.navbar .u-sub-menu-v3 .dropdown-menu > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* line 18194, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v3 .hs-sub-menu,
.navbar .u-sub-menu-v3 .hs-mega-menu,
.navbar .u-sub-menu-v3 .dropdown-menu {
  font-weight: normal;
  text-transform: none;
  min-width: 14.28571rem;
  margin-top: 0;
  padding: 0;
  color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-top-color: #72c02c;
  border-bottom-color: #777;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 18213, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v3 .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v3 .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v3 .dropdown-menu .hs-sub-menu {
  margin-top: -1.07143rem;
}

/* line 18218, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v3.hs-mobile-state .hs-sub-menu {
  width: auto;
}

/* line 18221, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v3.hs-mobile-state .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v3.hs-mobile-state .hs-sub-menu .hs-mega-menu,
.navbar .u-sub-menu-v3.hs-mobile-state .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v3.hs-mobile-state .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .u-sub-menu-v3.hs-mobile-state .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v3.hs-mobile-state .hs-mega-menu .hs-mega-menu,
.navbar .u-sub-menu-v3.hs-mobile-state .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v3.hs-mobile-state .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/* line 18231, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-sub-menu {
  width: auto;
}

/* line 18234, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-sub-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-sub-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-mega-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-mega-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/*------------------------------------
  Navigation Dropdown Style v4
------------------------------------*/
/* line 18247, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v4 .hs-has-sub-menu .hs-has-sub-menu.active > a,
.navbar .u-sub-menu-v4 .hs-has-sub-menu .hs-has-sub-menu:active > a,
.navbar .u-sub-menu-v4 .hs-has-sub-menu .hs-has-sub-menu:focus > a,
.navbar .u-sub-menu-v4 .hs-has-sub-menu .hs-has-sub-menu:hover > a, .navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item.active > a, .navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item:active > a, .navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item:focus > a, .navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item:hover > a,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item.active > a,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item:active > a,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item:focus > a,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item:hover > a, .navbar .u-sub-menu-v4 .hs-sub-menu a:active, .navbar .u-sub-menu-v4 .hs-sub-menu a:focus, .navbar .u-sub-menu-v4 .hs-sub-menu a:hover,
.navbar .u-sub-menu-v4 .dropdown-menu a:active,
.navbar .u-sub-menu-v4 .dropdown-menu a:focus,
.navbar .u-sub-menu-v4 .dropdown-menu a:hover {
  color: #fff !important;
  background-color: #72c02c;
  border: none;
}

/* line 18262, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v4 .hs-has-sub-menu .hs-has-sub-menu > a::after {
  content: "\e902";
  font-family: "hs-icons";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 18271, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v4 .hs-has-mega-menu .hs-has-sub-menu > a::after {
  content: "\e902";
}

/* line 18274, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v4 .hs-sub-menu,
.navbar .u-sub-menu-v4 .dropdown-menu {
  font-size: 0.92857rem;
  min-width: 16.42857rem;
  padding: 0.71429rem 0;
}

/* line 18280, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item {
  font-weight: inherit;
  color: inherit;
  padding: 0;
}

/* line 18286, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item.active, .navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item:active, .navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item:focus, .navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item:hover,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item.active,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item:active,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item:focus,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item:hover {
  border: none;
  background-color: transparent;
}

/* line 18294, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v4 .hs-sub-menu a,
.navbar .u-sub-menu-v4 .dropdown-menu a {
  color: #777;
  text-decoration: none !important;
  display: block;
  padding: 0.42857rem 1.78571rem;
}

/* line 18301, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v4 .hs-sub-menu > li:not(:last-child),
.navbar .u-sub-menu-v4 .dropdown-menu > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* line 18305, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v4 .hs-sub-menu,
.navbar .u-sub-menu-v4 .hs-mega-menu,
.navbar .u-sub-menu-v4 .dropdown-menu {
  font-weight: normal;
  text-transform: none;
  min-width: 14.28571rem;
  margin-top: 0;
  padding: 0;
  color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-top-color: #72c02c;
  border-bottom-color: #777;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 18324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v4 .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v4 .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v4 .dropdown-menu .hs-sub-menu {
  margin-top: -1.07143rem;
}

/* line 18329, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v4.hs-mobile-state .hs-sub-menu {
  width: auto;
}

/* line 18332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .u-sub-menu-v4.hs-mobile-state .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v4.hs-mobile-state .hs-sub-menu .hs-mega-menu,
.navbar .u-sub-menu-v4.hs-mobile-state .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v4.hs-mobile-state .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .u-sub-menu-v4.hs-mobile-state .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v4.hs-mobile-state .hs-mega-menu .hs-mega-menu,
.navbar .u-sub-menu-v4.hs-mobile-state .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v4.hs-mobile-state .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/* line 18342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-sub-menu {
  width: auto;
}

/* line 18345, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-sub-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-sub-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-mega-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-mega-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/*------------------------------------
  Navigation Dropdown Style v5
------------------------------------*/
/* line 18358, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-v5 {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity .3s, max-height .3s;
}

/* line 18367, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-v5.show {
  max-height: 200px;
  opacity: 1;
}

/*------------------------------------
  Navigation Dropdown Style Inline
------------------------------------*/
/* line 18374, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-navbar--inline-submenu .dropdown-menu {
  white-space: nowrap;
  top: 98%;
  left: 50%;
  border-radius: 0;
  overflow: visible !important;
  border-left: none;
  border-right: none;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

/* line 18385, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-navbar--inline-submenu .dropdown-menu::after, .u-navbar--inline-submenu .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  width: 2000%;
  border-top: inherit;
  border-bottom: inherit;
  background-color: inherit;
}

/* line 18395, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-navbar--inline-submenu .dropdown-menu::after {
  left: 100%;
}

/* line 18398, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-navbar--inline-submenu .dropdown-menu::before {
  right: 100%;
}

/* line 18401, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-navbar--inline-submenu .dropdown-menu > li {
  display: inline-block;
}

/* line 18404, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-navbar--inline-submenu.u-navbar--overflow .dropdown,
.u-navbar--inline-submenu.u-navbar--overflow .container {
  position: static;
}

/* line 18408, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-navbar--inline-submenu.u-navbar--overflow .dropdown-menu {
  white-space: normal;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-top: 0;
}

@media all and (min-width: 1200px) {
  /* line 18416, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--xl .dropdown-menu {
    white-space: nowrap;
    top: 98%;
    left: 50%;
    border-radius: 0;
    overflow: visible !important;
    border-left: none;
    border-right: none;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  /* line 18426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--xl .dropdown-menu::after, .u-navbar--inline-submenu--xl .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 2000%;
    border-top: inherit;
    border-bottom: inherit;
    background-color: inherit;
  }

  /* line 18435, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--xl .dropdown-menu::after {
    left: 100%;
  }

  /* line 18437, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--xl .dropdown-menu::before {
    right: 100%;
  }

  /* line 18439, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--xl .dropdown-menu > li {
    display: inline-block;
  }

  /* line 18441, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--xl.u-navbar--overflow .dropdown,
  .u-navbar--inline-submenu--xl.u-navbar--overflow .container {
    position: static;
  }

  /* line 18444, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--xl.u-navbar--overflow .dropdown-menu {
    white-space: normal;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: 0;
  }
}
@media all and (min-width: 992px) {
  /* line 18452, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--lg .dropdown-menu {
    white-space: nowrap;
    top: 98%;
    left: 50%;
    border-radius: 0;
    overflow: visible !important;
    border-left: none;
    border-right: none;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  /* line 18462, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--lg .dropdown-menu::after, .u-navbar--inline-submenu--lg .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 2000%;
    border-top: inherit;
    border-bottom: inherit;
    background-color: inherit;
  }

  /* line 18471, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--lg .dropdown-menu::after {
    left: 100%;
  }

  /* line 18473, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--lg .dropdown-menu::before {
    right: 100%;
  }

  /* line 18475, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--lg .dropdown-menu > li {
    display: inline-block;
  }

  /* line 18477, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--lg.u-navbar--overflow .dropdown,
  .u-navbar--inline-submenu--lg.u-navbar--overflow .container {
    position: static;
  }

  /* line 18480, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--lg.u-navbar--overflow .dropdown-menu {
    white-space: normal;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 18488, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--md .dropdown-menu {
    white-space: nowrap;
    top: 98%;
    left: 50%;
    border-radius: 0;
    overflow: visible !important;
    border-left: none;
    border-right: none;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  /* line 18498, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--md .dropdown-menu::after, .u-navbar--inline-submenu--md .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 2000%;
    border-top: inherit;
    border-bottom: inherit;
    background-color: inherit;
  }

  /* line 18507, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--md .dropdown-menu::after {
    left: 100%;
  }

  /* line 18509, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--md .dropdown-menu::before {
    right: 100%;
  }

  /* line 18511, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--md .dropdown-menu > li {
    display: inline-block;
  }

  /* line 18513, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--md.u-navbar--overflow .dropdown,
  .u-navbar--inline-submenu--md.u-navbar--overflow .container {
    position: static;
  }

  /* line 18516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--md.u-navbar--overflow .dropdown-menu {
    white-space: normal;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: 0;
  }
}
@media all and (min-width: 576px) {
  /* line 18524, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--sm .dropdown-menu {
    white-space: nowrap;
    top: 98%;
    left: 50%;
    border-radius: 0;
    overflow: visible !important;
    border-left: none;
    border-right: none;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  /* line 18534, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--sm .dropdown-menu::after, .u-navbar--inline-submenu--sm .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 2000%;
    border-top: inherit;
    border-bottom: inherit;
    background-color: inherit;
  }

  /* line 18543, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--sm .dropdown-menu::after {
    left: 100%;
  }

  /* line 18545, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--sm .dropdown-menu::before {
    right: 100%;
  }

  /* line 18547, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--sm .dropdown-menu > li {
    display: inline-block;
  }

  /* line 18549, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--sm.u-navbar--overflow .dropdown,
  .u-navbar--inline-submenu--sm.u-navbar--overflow .container {
    position: static;
  }

  /* line 18552, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-navbar--inline-submenu--sm.u-navbar--overflow .dropdown-menu {
    white-space: normal;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: 0;
  }
}
/*------------------------------------
  Navigation Dropdown With Columns
------------------------------------*/
@media (min-width: 992px) {
  /* line 18563, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-dropdown-col-"] {
    -webkit-column-gap: 1px;
    column-gap: 1px;
    -webkit-column-rule: 1px solid #f7f7f7;
    column-rule: 1px solid #f7f7f7;
  }

  /* line 18568, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  [class*="u-dropdown-col-"] > * {
    min-width: 200px;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
  }

  /* line 18572, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-dropdown-col-2 {
    -webkit-columns: 2;
    columns: 2;
  }

  /* line 18575, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-dropdown-col-3 {
    -webkit-columns: 3;
    columns: 3;
  }
}
/*------------------------------------
  Navigation Dropdown Static
------------------------------------*/
/* line 18582, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-static {
  position: static !important;
  display: block;
  max-height: 0;
  margin: 0 1.07143rem;
  padding: 0.35714rem 0;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  border: none;
  background-color: transparent;
  overflow: hidden;
  opacity: 0;
  transition: opacity .3s, max-height .3s;
}

/* line 18598, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-static.show {
  max-height: 100%;
  opacity: 1;
}

/* Main navigation behaviors */
/*------------------------------------
  Navigation Behavior (Overlay)
------------------------------------*/
/* line 18606, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--overlay-left .u-main-nav__overlay, body.u-main-nav--overlay-right .u-main-nav__overlay {
  overflow: hidden;
}

/* line 18609, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--overlay-right .u-main-nav--overlay {
  right: -21.42857rem;
}

/* line 18612, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--overlay-right .u-main-nav__overlay {
  right: 100%;
}

/* line 18615, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--overlay-right.u-main-nav--overlay-opened .u-main-nav--overlay {
  right: 0;
}

/* line 18618, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--overlay-right.u-main-nav--overlay-opened .u-main-nav__overlay {
  opacity: 1;
  visibility: visible;
}

/* line 18622, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--overlay-left .u-main-nav--overlay {
  left: -21.42857rem;
}

/* line 18625, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--overlay-left .u-main-nav__overlay {
  left: 100%;
}

/* line 18628, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--overlay-left.u-main-nav--overlay-opened .u-main-nav--overlay {
  left: 0;
}

/* line 18631, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--overlay-left.u-main-nav--overlay-opened .u-main-nav__overlay {
  opacity: 1;
  visibility: visible;
}

/* line 18635, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar-collapse.u-main-nav--overlay {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 5;
  margin: 0 !important;
  width: 21.42857rem;
  align-items: flex-start !important;
}

/* line 18646, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar-collapse.u-main-nav--overlay .navbar-nav {
  width: 100%;
  flex-direction: column;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 18655, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar-collapse.u-main-nav--overlay .dropdown-menu {
  position: static;
  width: 100%;
}

/* line 18659, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar-collapse.u-main-nav--overlay .u-main-nav__list-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding: 2.14286rem 0.71429rem;
  width: 100%;
  height: 100%;
}

/* line 18666, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar-collapse.u-main-nav--overlay .u-main-nav__list-wrapper .navbar-nav {
  padding: 0.71429rem;
}

/*------------------------------------
  Navigation Behavior (Push)
------------------------------------*/
/* line 18672, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--push-left, body.u-main-nav--push-right {
  width: 100%;
}

/* line 18675, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--push-left .u-main-nav__push, body.u-main-nav--push-right .u-main-nav__push {
  overflow: hidden;
}

/* line 18678, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--push-right .u-main-nav--push {
  right: -21.42857rem;
}

/* line 18681, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--push-right .u-main-nav__overlay {
  right: 100%;
}

/* line 18684, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--push-right.u-main-nav--overlay-opened {
  margin-right: 21.42857rem;
}

/* line 18687, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--push-right.u-main-nav--overlay-opened .u-main-nav--push {
  right: 0;
}

/* line 18690, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--push-right.u-main-nav--overlay-opened .u-main-nav__overlay {
  opacity: 1;
  visibility: visible;
}

/* line 18694, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--push-left .u-main-nav--push {
  left: -21.42857rem;
}

/* line 18697, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--push-left .u-main-nav__overlay {
  left: 100%;
}

/* line 18700, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--push-left.u-main-nav--overlay-opened {
  margin-left: 21.42857rem;
}

/* line 18703, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--push-left.u-main-nav--overlay-opened .u-main-nav--push {
  left: 0;
}

/* line 18706, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-main-nav--push-left.u-main-nav--overlay-opened .u-main-nav__overlay {
  opacity: 1;
  visibility: visible;
}

/* line 18710, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar-collapse.u-main-nav--push {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 5;
  margin: 0 !important;
  width: 21.42857rem;
  max-width: 85%;
  align-items: flex-start !important;
}

/* line 18722, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar-collapse.u-main-nav--push .navbar-nav {
  width: 100%;
  flex-direction: column;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 18731, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar-collapse.u-main-nav--push .dropdown-menu {
  position: static;
  width: 100%;
}

/* line 18735, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar-collapse.u-main-nav--push .u-main-nav__list-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding: 2.14286rem 0.71429rem;
  width: 100%;
  height: 100%;
}

/* line 18742, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.navbar-collapse.u-main-nav--push .u-main-nav__list-wrapper .navbar-nav {
  padding: 0.71429rem;
}

/*------------------------------------
  Navigation Behavior (Smart)
------------------------------------*/
/* line 18748, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav {
  position: fixed;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale3d(0.2, 0.2, 0.2);
  transform: scale3d(0.2, 0.2, 0.2);
}

/* line 18756, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar {
  position: absolute;
  width: 21.42857rem;
  opacity: 0;
  visibility: hidden;
}

/* line 18762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar .dropdown {
  z-index: 1;
}

/* line 18765, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar .dropdown-menu {
  position: relative;
  width: 100%;
}

/* line 18769, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li {
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
  transition: all .3s ease;
}

/* line 18776, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(1) {
  transition-delay: 60ms;
}

/* line 18781, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(2) {
  transition-delay: 90ms;
}

/* line 18786, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(3) {
  transition-delay: 120ms;
}

/* line 18791, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(4) {
  transition-delay: 150ms;
}

/* line 18796, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(5) {
  transition-delay: 180ms;
}

/* line 18801, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(6) {
  transition-delay: 210ms;
}

/* line 18806, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(7) {
  transition-delay: 240ms;
}

/* line 18811, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(8) {
  transition-delay: 270ms;
}

/* line 18816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(9) {
  transition-delay: 300ms;
}

/* line 18821, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(10) {
  transition-delay: 330ms;
}

/* line 18826, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(11) {
  transition-delay: 360ms;
}

/* line 18831, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(12) {
  transition-delay: 390ms;
}

/* line 18836, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(13) {
  transition-delay: 420ms;
}

/* line 18841, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(14) {
  transition-delay: 450ms;
}

/* line 18846, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(15) {
  transition-delay: 480ms;
}

/* line 18851, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(16) {
  transition-delay: 510ms;
}

/* line 18856, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(17) {
  transition-delay: 540ms;
}

/* line 18861, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(18) {
  transition-delay: 570ms;
}

/* line 18866, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav .navbar li:nth-child(19) {
  transition-delay: 600ms;
}

/* line 18871, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav__toggler {
  position: relative;
  z-index: 1;
}

/* line 18875, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav--opened .navbar {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1) !important;
  transform: scale3d(1, 1, 1) !important;
}

/* line 18881, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav--opened .navbar li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 18885, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav--shown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 18891, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav--bottom-right {
  right: 0.71429rem;
  bottom: 0.71429rem;
}

/* line 18895, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav--bottom-right .navbar {
  bottom: 0;
  right: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1);
  transform: scale3d(0.1, 0.1, 0.1);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  padding-right: 5.71429rem;
}

/* line 18905, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav--bottom-left {
  left: 0.71429rem;
  bottom: 0.71429rem;
}

/* line 18909, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav--bottom-left .navbar {
  text-align: right;
  bottom: 0;
  left: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1);
  transform: scale3d(0.1, 0.1, 0.1);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  padding-left: 5.71429rem;
}

/* line 18920, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav--top-left {
  left: 0.71429rem;
  top: 0.71429rem;
}

/* line 18924, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav--top-left .navbar {
  text-align: right;
  top: 0;
  left: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1);
  transform: scale3d(0.1, 0.1, 0.1);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  padding-left: 5.71429rem;
}

/* line 18935, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav--top-right {
  right: 0.71429rem;
  top: 0.71429rem;
}

/* line 18939, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-smart-nav--top-right .navbar {
  top: 0;
  right: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1);
  transform: scale3d(0.1, 0.1, 0.1);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  padding-right: 5.71429rem;
}

/* Secondary navigation styles */
/*------------------------------------
  Secondary Navigation
------------------------------------*/
/* line 18953, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-secondary-navigation {
  z-index: 3;
}

/* line 18956, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-secondary-navigation .active a {
  color: #72c02c;
}

/* Sidebar shortcode navigation styles */
/*------------------------------------
  Sidebar Navigation
------------------------------------*/
@media all and (min-width: 992px) {
  /* line 18964, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-sidebar-navigation {
    position: fixed;
    top: 0;
    left: -21.42857rem;
    width: 300px;
  }
}
/* line 18970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-sidebar-navigation-inner {
  background-color: #1c2434;
  color: #fff;
  padding: 20px 0;
}

/* line 18975, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-sidebar-navigation__search-input {
  border-radius: 3px;
  border: none;
}

/* line 18979, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-sidebar-navigation .nav-link {
  color: #fff;
  padding: 0.5rem 1.42857rem;
}

/* line 18983, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-sidebar-navigation .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 18986, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-sidebar-navigation .nav-link.active {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 18989, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-sidebar-navigation__toggler {
  position: fixed;
  top: 120px;
  left: 0;
  width: 53px;
  height: 53px;
  background-color: #1c2434;
  color: #fff;
  border-radius: 0 3px 3px 0;
  font-size: 22px;
  z-index: 2;
}

/* line 19001, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-sidebar-navigation__toggler:hover, .u-sidebar-navigation__toggler:focus {
  color: #fff;
}

/* line 19004, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-sidebar-navigation__closer {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 25px;
  height: 25px;
  padding: 0;
  color: #fff;
  background-color: transparent;
  z-index: 3;
}

/* line 19015, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-sidebar-navigation__closer:hover, .u-sidebar-navigation__closer:focus {
  color: #fff;
}

@media all and (max-width: 991px) {
  /* line 19019, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-sidebar-navigation-list {
    display: block;
    -webkit-columns: 4;
    columns: 4;
  }

  /* line 19023, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-sidebar-navigation-list .dropdown-toggle {
    display: none;
  }

  /* line 19025, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-sidebar-navigation-list .dropdown-menu {
    display: block;
    max-height: 100%;
    margin: 0;
    float: none;
    opacity: 1;
  }
}
@media all and (max-width: 767px) {
  /* line 19033, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-sidebar-navigation-list {
    -webkit-columns: 3;
    columns: 3;
  }
}
@media all and (max-width: 575px) {
  /* line 19038, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-sidebar-navigation-list {
    -webkit-columns: 1;
    columns: 1;
  }
}
/* line 19042, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-sidebar-navigation .u-header__overlay {
  display: none;
}

/* Override vendor stylesheets */
/* line 19046, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: inherit;
}

/* line 19050, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-main-nav-"] .dropdown-toggle::after {
  width: auto;
  height: auto;
  vertical-align: inherit;
  border: none;
}

/* Overlay */
/* line 19057, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-main-nav__overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2000%;
  opacity: 0;
  visibility: hidden;
}

/* Override necessary navigation styles in side-header pages */
/* line 19066, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-body--header-side-static-left .navbar [class*="u-main-nav-"] .dropdown-toggle::after,
body.u-body--header-side-static-left .navbar [class*="u-main-nav-"] > .hs-has-sub-menu > a::after,
body.u-body--header-side-static-left .navbar [class*="u-main-nav-"] > .hs-has-mega-menu > a::after {
  content: "\e900";
}

/* line 19071, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body.u-body--header-side-static-right .navbar [class*="u-main-nav-"] .dropdown-toggle::after,
body.u-body--header-side-static-right .navbar [class*="u-main-nav-"] > .hs-has-sub-menu > a::after,
body.u-body--header-side-static-right .navbar [class*="u-main-nav-"] > .hs-has-mega-menu > a::after {
  content: "\e901";
}

/* Scroll on mobile devices */
@media (max-width: 991px) {
  /* line 19078, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-nav-mobile-scroll {
    overflow-y: auto;
  }
}
/*------------------------------------
  Basket Bar
------------------------------------*/
/* Container */
/* line 19085, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-basket {
  position: relative;
  z-index: 1;
}

/* Bar */
/* line 19090, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-basket__bar {
  position: absolute;
  right: 0;
  top: 100%;
  text-align: left;
  width: 21.42857rem;
  background-color: #fff;
  box-shadow: 0 5px 5px 0px rgba(90, 90, 90, 0.075);
}

/* Product */
/* line 19101, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-basket__product {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.71429rem;
  border-bottom: solid 1px #eee;
}

/* Product Image */
/* line 19109, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-basket__product-img {
  width: 7.14286rem;
}

/* line 19112, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-basket__product-img img {
  width: 100%;
}

/* Product Remove Button */
/* line 19116, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-basket__product-remove {
  position: absolute;
  top: 1.42857rem;
  right: 1.42857rem;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: 700;
  color: #000;
  border: none;
  background-color: transparent;
  cursor: pointer;
  opacity: .2;
}

/* line 19131, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-basket__product-remove:hover, .u-basket__product-remove:focus {
  opacity: 1;
}

/*------------------------------------
	Dropdowns
------------------------------------*/
/* line 19137, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-dropdown--"] [class*="u-dropdown--"] {
  left: 100%;
  top: 0;
}

/* line 19141, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-dropdown--"] [class*="u-dropdown--"].u-dropdown--reverse-x {
  left: auto;
  right: 100%;
}

/* line 19145, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown--simple.u-dropdown--reverse-y,
.u-dropdown--jquery-slide.u-dropdown--reverse-y,
.u-dropdown--css-animation.u-dropdown--reverse-y {
  top: auto;
  bottom: 100%;
  margin-top: 0 !important;
  margin-bottom: 1.42857rem;
}

/* Simple Dropdown */
/* line 19154, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown--simple.u-dropdown--hidden {
  display: none;
}

/* CSS Animation Dropdown */
/* line 19158, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown--css-animation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 19162, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown--css-animation.u-dropdown--hidden {
  opacity: 0;
  visibility: hidden;
}

/* jQuery Slide */
/* line 19167, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown--jquery-slide.u-dropdown--hidden {
  opacity: 0;
  visibility: hidden;
}

/* line 19171, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown--hidden:not(.hs-sub-menu-opened) * {
  transition: none !important;
}

/* line 19176, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown--hidden:not(.hs-sub-menu-opened) *::before, .u-dropdown--hidden:not(.hs-sub-menu-opened) *::after {
  transition: none !important;
}

/*------------------------------------
  Compressed Form
------------------------------------*/
/* line 19184, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-compressed-form {
  display: inline-block;
  overflow: hidden;
  width: 20rem;
  transition: all .35s ease;
}

/* line 19192, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-compressed-form--hidden {
  width: 5.71429rem;
}

/* line 19195, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-compressed-form .input-group {
  display: block;
  float: right;
}

/*------------------------------------
  Dropcaps
------------------------------------*/
/* line 19202, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropcap, .u-dropcap-underline, .u-dropcap-bg, .u-dropcap-bordered {
  float: left;
  font-size: 3.57rem;
  line-height: 1;
}

/* line 19207, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropcap-underline {
  padding-bottom: 0.35714rem;
  border-bottom: 2px solid;
}

/* line 19211, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropcap-bg {
  width: 5rem;
  height: 5rem;
  margin-top: 0.35714rem;
  text-align: center;
  line-height: 4.78rem;
}

/* line 19218, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropcap-bordered {
  width: 5rem;
  height: 5rem;
  margin-top: 0.35714rem;
  text-align: center;
  line-height: 4.35rem;
  border: 3px solid;
}

/*------------------------------------
  BG Angles
------------------------------------*/
/* line 19229, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v1--top-left--bg-light,
.u-angle-v1--top-right--bg-light,
.u-angle-v1--bottom-left--bg-light,
.u-angle-v1--bottom-right--bg-light,
.u-angle-v1--top-left--bg-dark,
.u-angle-v1--top-right--bg-dark,
.u-angle-v1--bottom-left--bg-dark,
.u-angle-v1--bottom-right--bg-dark,
.u-angle-v2--top-left--bg-light,
.u-angle-v2--top-right--bg-light,
.u-angle-v2--bottom-left--bg-light,
.u-angle-v2--bottom-right--bg-light,
.u-angle-v2--top-left--bg-dark,
.u-angle-v2--top-right--bg-dark,
.u-angle-v2--bottom-left--bg-dark,
.u-angle-v2--bottom-right--bg-dark {
  position: relative;
  overflow: hidden;
}

/* V-1
------------------------------------*/
/* Light */
/* line 19251, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v1--top-left--bg-light::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -100px;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 19263, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v1--top-right--bg-light::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -100px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 19275, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v1--bottom-left--bg-light::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -100px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 19287, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v1--bottom-right--bg-light::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -100px;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* Dark */
/* line 19300, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v1--top-left--bg-dark::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -100px;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 19312, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v1--top-right--bg-dark::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -100px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 19324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v1--bottom-left--bg-dark::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -100px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 19336, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v1--bottom-right--bg-dark::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -100px;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* V-2
------------------------------------*/
/* Light */
/* line 19351, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v2--top-left--bg-light::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -100px;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

/* line 19364, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v2--top-right--bg-light::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -100px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

/* line 19377, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v2--bottom-left--bg-light::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -100px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

/* line 19390, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v2--bottom-right--bg-light::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -100px;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

/* Dark */
/* line 19404, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v2--top-left--bg-dark::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -100px;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/* line 19417, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v2--top-right--bg-dark::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -100px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/* line 19430, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v2--bottom-left--bg-dark::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -100px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/* line 19443, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-angle-v2--bottom-right--bg-dark::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -100px;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/*------------------------------------
  Block Hovers
------------------------------------*/
/* line 19459, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover"] {
  position: relative;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 19469, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover"], [class*="u-block-hover"]::before, [class*="u-block-hover"]::after {
  transition: all .3s ease;
}

/* line 19474, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--uncroped {
  overflow: visible;
}

/* line 19477, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--uncroped:hover {
  z-index: 2;
}

/* line 19480, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__img {
  max-width: 100%;
  vertical-align: top;
}

/* line 19484, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__block {
  min-height: 100%;
}

/* line 19487, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__additional"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 19494, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__additional--v1"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 15px;
  opacity: 0;
}

/* line 19503, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__additional--v1 {
  opacity: 1;
}

/* line 19506, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shadow:hover,
.u-block-hover--shadow:hover .u-block-hover__additional-shadow {
  box-shadow: 0 0 10px #777;
}

/* line 19511, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shadow-v2:hover,
.u-block-hover--shadow-v2:hover .u-block-hover__additional-shadow {
  box-shadow: 0 0 15px #ddd;
}

/* line 19516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shadow-v3:hover,
.u-block-hover--shadow-v3:hover .u-block-hover__additional-shadow {
  box-shadow: 0 0 3px #ddd;
}

/* line 19521, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--scale:hover,
.u-block-hover--scale-img:hover .u-block-hover__img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 19526, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional-scale {
  z-index: -1;
  max-width: initial;
}

/* line 19530, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__additional-scale {
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
}

/* line 19536, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--scale-down:hover,
.u-block-hover--scale-down-img:hover .u-block-hover__img {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

/* line 19541, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional-scale-down {
  z-index: -1;
  max-width: initial;
}

/* line 19545, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__additional-scale-down {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

/* line 19551, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__main--zoom-v1,
.u-block-hover__main--zoom-v2 {
  -webkit-transform: scale(1.01);
}

/* line 19555, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__main--zoom-v1 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 19560, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__main--zoom-v2 {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

/* line 19565, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover [class*="icon-"] {
  padding: 1px;
}

/* line 19568, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__main--grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%);
}

/* line 19574, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__main--grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

/* line 19578, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__main--white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/* line 19582, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--blur {
  opacity: 0;
}

/* line 19585, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__additional--blur {
  opacity: 1;
  transition-delay: .11s;
}

/* line 19591, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__main--blur {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}

/* line 19599, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover-image-overlay"]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all .35s ease;
}

/* line 19611, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover-image-overlay::after {
  opacity: 1;
}

/* line 19614, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--fade {
  opacity: 0;
}

/* line 19617, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__additional--fade {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 19623, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--fade-up {
  -webkit-transform: translate(0, 15%);
  transform: translate(0, 15%);
}

/* line 19628, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--fade-down {
  -webkit-transform: translate(0, -15%);
  transform: translate(0, -15%);
}

/* line 19633, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--fade-left {
  -webkit-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
}

/* line 19638, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--fade-right {
  -webkit-transform: translate(15%, 0);
  transform: translate(15%, 0);
}

/* line 19643, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover [class*="u-block-hover__additional--push"] {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 19648, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__main--push-up {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 19653, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--push-up {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 19658, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__main--push-down {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 19663, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--push-down {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 19668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__main--push-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 19673, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--push-left {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 19678, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__main--push-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 19683, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--push-right {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 19688, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover [class*="u-block-hover__additional--slide"],
.u-block-hover:hover [class*="u-block-hover__additional--partially-slide"] {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 19694, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--slide-up {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 19699, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--slide-down {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 19704, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--slide-left {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 19709, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--slide-right {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 19714, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--slide-bottom-right {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/* line 19719, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--slide-bottom-left {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

/* line 19724, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--slide-top-right {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

/* line 19729, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--slide-top-left {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

/* line 19734, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--partially-slide-up {
  top: auto;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  overflow: visible;
}

/* line 19740, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--partially-slide-up .u-block-hover__visible {
  position: absolute;
  bottom: 100%;
  margin-bottom: -1px;
  left: 0;
  right: 0;
  padding-left: inherit;
  padding-right: inherit;
  background: inherit;
}

/* line 19750, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--partially-slide-down {
  bottom: auto;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  overflow: visible;
}

/* line 19756, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--partially-slide-down .u-block-hover__visible {
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  right: 0;
  padding-left: inherit;
  padding-right: inherit;
  background: inherit;
}

/* line 19766, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cot {
  -webkit-perspective: 50em;
  perspective: 50em;
}

/* line 19770, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__additional--cot"] {
  opacity: 0;
  z-index: 1;
}

/* line 19774, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cot:hover [class*="u-block-hover__main--cot"] {
  opacity: 0;
}

/* line 19777, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cot:hover [class*="u-block-hover__additional--cot"] {
  opacity: 1;
  transition-delay: 0.21s;
}

/* line 19783, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__main--cot-up {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

/* line 19788, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--cot-up {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* line 19795, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cot:hover .u-block-hover__main--cot-up {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

/* line 19799, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cot:hover .u-block-hover__additional--cot-up {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* line 19803, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__main--cot-down {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* line 19808, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--cot-down {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
}

/* line 19815, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cot:hover .u-block-hover__main--cot-down {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}

/* line 19820, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cot:hover .u-block-hover__additional--cot-down {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* line 19824, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__main--cot-left {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

/* line 19829, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--cot-left {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* line 19836, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cot:hover .u-block-hover__main--cot-left {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

/* line 19840, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cot:hover .u-block-hover__additional--cot-left {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* line 19844, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__main--cot-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* line 19849, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--cot-right {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* line 19856, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cot:hover .u-block-hover__main--cot-right {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

/* line 19860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cot:hover .u-block-hover__additional--cot-right {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* line 19864, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--flip {
  -webkit-perspective: 50em;
  perspective: 50em;
}

/* line 19868, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__main--flip"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 19872, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__additional--flip"] {
  opacity: 0;
}

/* line 19875, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--flip:hover [class*="u-block-hover__main--flip"] {
  opacity: 0;
}

/* line 19878, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--flip:hover [class*="u-block-hover__additional--flip"] {
  opacity: 1;
  transition-delay: 0.13999999999999999s;
}

/* line 19884, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--flip-horiz {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* line 19891, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--flip:hover .u-block-hover__main--flip-horiz {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

/* line 19895, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--flip:hover .u-block-hover__additional--flip-horiz {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* line 19899, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--flip-vert {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

/* line 19906, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--flip:hover .u-block-hover__main--flip-vert {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

/* line 19910, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--flip:hover .u-block-hover__additional--flip-vert {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* line 19914, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--flip-diag-1 {
  -webkit-transform: rotate3d(1, 1, 0, 100deg);
  transform: rotate3d(1, 1, 0, 100deg);
}

/* line 19918, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--flip:hover .u-block-hover__main--flip-diag-1 {
  -webkit-transform: rotate3d(-1, -1, 0, 100deg);
  transform: rotate3d(-1, -1, 0, 100deg);
}

/* line 19922, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--flip:hover .u-block-hover__additional--flip-diag-1 {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}

/* line 19926, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--flip-diag-2 {
  -webkit-transform: rotate3d(1, -1, 0, 100deg);
  transform: rotate3d(1, -1, 0, 100deg);
}

/* line 19930, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--flip:hover .u-block-hover__main--flip-diag-2 {
  -webkit-transform: rotate3d(-1, 1, 0, 100deg);
  transform: rotate3d(-1, 1, 0, 100deg);
}

/* line 19934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--flip:hover .u-block-hover__additional--flip-diag-2 {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}

/* line 19938, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--fold {
  -webkit-perspective: 50em;
  perspective: 50em;
}

/* line 19942, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__main--fold"] {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

/* line 19947, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__additional--fold"] {
  z-index: 1;
  opacity: 0;
}

/* line 19951, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--fold:hover [class*="u-block-hover__main--fold"] {
  opacity: 0;
  transition-delay: 0;
}

/* line 19957, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--fold:hover [class*="u-block-hover__additional--fold"] {
  -webkit-transform: rotateX(0deg) translate3d(0, 0, 0) scale(1);
  transform: rotateX(0deg) translate3d(0, 0, 0) scale(1);
  opacity: 1;
  transition-delay: .21s;
}

/* line 19965, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__main--fold-up {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

/* line 19970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--fold-up {
  -webkit-transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(0.6);
  transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(0.6);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* line 19977, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--fold:hover .u-block-hover__main--fold-up {
  -webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
  transform: rotateX(90deg) scale(0.6) translateY(50%);
}

/* line 19981, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__main--fold-down {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* line 19986, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--fold-down {
  -webkit-transform: rotateX(90deg) translate3d(0, 50%, 0) scale(0.6);
  transform: rotateX(90deg) translate3d(0, 50%, 0) scale(0.6);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

/* line 19993, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--fold:hover .u-block-hover__main--fold-down {
  -webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
  transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}

/* line 19997, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__main--fold-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* line 20002, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--fold-left {
  -webkit-transform: rotateY(90deg) translate3d(-50%, 0, 0) scale(0.6);
  transform: rotateY(90deg) translate3d(-50%, 0, 0) scale(0.6);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* line 20009, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--fold:hover .u-block-hover__main--fold-left {
  -webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
  transform: rotateY(-90deg) scale(0.6) translateX(50%);
}

/* line 20013, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__main--fold-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* line 20018, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--fold-right {
  -webkit-transform: rotateY(-90deg) translate3d(50%, 0, 0) scale(0.6);
  transform: rotateY(-90deg) translate3d(50%, 0, 0) scale(0.6);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* line 20025, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--fold:hover .u-block-hover__main--fold-right {
  -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
  transform: rotateY(90deg) scale(0.6) translateX(-50%);
}

/* line 20029, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

/* line 20035, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__additional--zoom-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 20041, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--zoom-out {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}

/* line 20050, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__main--zoom-out {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

/* line 20056, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__additional--zoom-out {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition-delay: .35s;
}

/* line 20065, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover--shutter-out"]::after {
  content: "";
  position: absolute;
  transition-delay: .105s;
  z-index: 1;
}

/* line 20073, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--shutter-out {
  opacity: 0;
  transition-delay: 0s;
  z-index: 2;
}

/* line 20080, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover--shutter-out"]:hover::after {
  transition-delay: 0s;
}

/* line 20085, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover--shutter-out"]:hover .u-block-hover__additional--shutter-out {
  opacity: 1;
  transition-delay: .105s;
}

/* line 20091, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-out-horiz::after {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
}

/* line 20097, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-out-horiz:hover::after {
  left: 0;
  right: 0;
}

/* line 20101, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-out-vert::after {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}

/* line 20107, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-out-vert:hover::after {
  top: 0;
  bottom: 0;
}

/* line 20111, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-out-diag-1::after {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 20120, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-out-diag-1:hover::after {
  top: -35%;
  bottom: -35%;
}

/* line 20124, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-out-diag-2::after {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 20133, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-out-diag-2:hover::after {
  top: -35%;
  bottom: -35%;
}

/* line 20137, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover--shutter-in"]::after,
[class*="u-block-hover--shutter-in"]::before {
  content: "";
  position: absolute;
  z-index: 1;
}

/* line 20143, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover--shutter-in"]::after {
  top: 0;
  left: 0;
}

/* line 20147, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover--shutter-in"]::before {
  right: 0;
  bottom: 0;
}

/* line 20151, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--shutter-in {
  opacity: 0;
  z-index: 2;
}

/* line 20155, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover--shutter-in"]:hover .u-block-hover__additional--shutter-in {
  opacity: 1;
  transition-delay: .21s;
}

/* line 20161, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-horiz::after,
.u-block-hover--shutter-in-horiz::before {
  width: 0;
  height: 100%;
}

/* line 20166, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-horiz:hover::after,
.u-block-hover--shutter-in-horiz:hover::before {
  width: 100%;
}

/* line 20170, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-vert::after,
.u-block-hover--shutter-in-vert::before {
  height: 0;
  width: 100%;
}

/* line 20175, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-vert:hover::after,
.u-block-hover--shutter-in-vert:hover::before {
  height: 100%;
}

/* line 20179, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-diag-1::after,
.u-block-hover--shutter-in-diag-1::before {
  width: 200%;
  height: 200%;
  transition: all .6s ease;
}

/* line 20187, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-diag-1::after {
  -webkit-transform: skew(-45deg) translateX(-150%);
  transform: skew(-45deg) translateX(-150%);
}

/* line 20192, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-diag-1::before {
  -webkit-transform: skew(-45deg) translateX(150%);
  transform: skew(-45deg) translateX(150%);
}

/* line 20197, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-diag-1:hover::after {
  -webkit-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}

/* line 20202, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-diag-1:hover::before {
  -webkit-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
}

/* line 20207, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-diag-2::after,
.u-block-hover--shutter-in-diag-2::before {
  width: 200%;
  height: 200%;
  transition: all .6s ease;
}

/* line 20215, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-diag-2::after {
  -webkit-transform: skew(45deg) translateX(-100%);
  transform: skew(45deg) translateX(-100%);
}

/* line 20220, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-diag-2::before {
  -webkit-transform: skew(45deg) translateX(100%);
  transform: skew(45deg) translateX(100%);
}

/* line 20225, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-diag-2:hover::after {
  -webkit-transform: skew(45deg) translateX(0);
  transform: skew(45deg) translateX(0);
}

/* line 20230, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-diag-2:hover::before {
  -webkit-transform: skew(45deg) translateX(0);
  transform: skew(45deg) translateX(0);
}

/* line 20235, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover--shutter-in-out"]::after,
[class*="u-block-hover--shutter-in-out"]::before {
  content: "";
  position: absolute;
  z-index: 1;
}

/* line 20241, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover--shutter-in-out"]::after {
  top: 0;
  left: 0;
}

/* line 20245, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover--shutter-in-out"]::before {
  right: 0;
  bottom: 0;
}

/* line 20249, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--shutter-in-out {
  opacity: 0;
  z-index: 2;
}

/* line 20253, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover--shutter-in-out"]:hover .u-block-hover__additional--shutter-in-out {
  opacity: 1;
  transition-delay: .21s;
}

/* line 20259, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-out-horiz::after,
.u-block-hover--shutter-in-out-horiz::before {
  width: 0;
  height: 100%;
}

/* line 20264, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-out-horiz:hover::after,
.u-block-hover--shutter-in-out-horiz:hover::before {
  width: 100%;
  opacity: .75;
}

/* line 20269, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-out-vert::after,
.u-block-hover--shutter-in-out-vert::before {
  height: 0;
  width: 100%;
}

/* line 20274, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-out-vert:hover::after,
.u-block-hover--shutter-in-out-vert:hover::before {
  height: 100%;
  opacity: .75;
}

/* line 20279, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-out-diag-1::after,
.u-block-hover--shutter-in-out-diag-1::before {
  width: 200%;
  height: 200%;
  transition: all .6s ease;
  opacity: .75;
}

/* line 20288, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-out-diag-1::after {
  -webkit-transform: skew(-45deg) translateX(-150%);
  transform: skew(-45deg) translateX(-150%);
}

/* line 20293, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-out-diag-1::before {
  -webkit-transform: skew(-45deg) translateX(150%);
  transform: skew(-45deg) translateX(150%);
}

/* line 20298, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-out-diag-1:hover::after {
  -webkit-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}

/* line 20303, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-out-diag-1:hover::before {
  -webkit-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
}

/* line 20308, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-out-diag-2::after,
.u-block-hover--shutter-in-out-diag-2::before {
  width: 200%;
  height: 200%;
  transition: all .6s ease;
  opacity: .75;
}

/* line 20317, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-out-diag-2::after {
  -webkit-transform: skew(45deg) translateX(-100%);
  transform: skew(45deg) translateX(-100%);
}

/* line 20322, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-out-diag-2::before {
  -webkit-transform: skew(45deg) translateX(100%);
  transform: skew(45deg) translateX(100%);
}

/* line 20327, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-out-diag-2:hover::after {
  -webkit-transform: skew(45deg) translateX(0);
  transform: skew(45deg) translateX(0);
}

/* line 20332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--shutter-in-out-diag-2:hover::before {
  -webkit-transform: skew(45deg) translateX(0);
  transform: skew(45deg) translateX(0);
}

/* line 20337, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--strip-shutter::before,
.u-block-hover--strip-shutter::after,
.u-block-hover__additional--strip-shutter::before,
.u-block-hover__additional--strip-shutter::after {
  content: "";
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
}

/* line 20351, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--strip-shutter::before,
.u-block-hover--strip-shutter::after {
  z-index: 1;
}

/* line 20355, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--strip-shutter::before {
  left: 0;
  transition-delay: 0s;
}

/* line 20361, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--strip-shutter::after {
  left: 25%;
  transition-delay: .105s;
}

/* line 20367, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--strip-shutter {
  z-index: 3;
}

/* line 20370, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--strip-shutter::before,
.u-block-hover__additional--strip-shutter::after {
  z-index: -1;
}

/* line 20374, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--strip-shutter::before {
  left: 50%;
  transition-delay: .21s;
}

/* line 20380, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--strip-shutter::after {
  left: 75%;
  transition-delay: .35s;
}

/* line 20386, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--strip-shutter:hover::before,
.u-block-hover--strip-shutter:hover::after,
.u-block-hover--strip-shutter:hover .u-block-hover__additional--strip-shutter::before,
.u-block-hover--strip-shutter:hover .u-block-hover__additional--strip-shutter::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 20395, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--strip-shutter__inner {
  opacity: 0;
}

/* line 20398, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--strip-shutter:hover .u-block-hover__additional--strip-shutter__inner {
  opacity: 1;
  transition-delay: .35s;
}

/* line 20404, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--tile::before,
.u-block-hover--tile::after,
.u-block-hover__additional--tile::before,
.u-block-hover__additional--tile::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/* line 20417, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--tile::before,
.u-block-hover--tile::after {
  z-index: 1;
}

/* line 20421, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--tile::before {
  top: 0;
  left: 0;
  transition-delay: 0s;
}

/* line 20428, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--tile::after {
  top: 0;
  left: 50%;
  transition-delay: .105s;
}

/* line 20435, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--tile {
  z-index: 3;
}

/* line 20438, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--tile::before,
.u-block-hover__additional--tile::after {
  z-index: -1;
}

/* line 20442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--tile::before {
  top: 50%;
  left: 0;
  transition-delay: .21s;
}

/* line 20449, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--tile::after {
  top: 50%;
  left: 50%;
  transition-delay: .35s;
}

/* line 20456, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--tile:hover::before,
.u-block-hover--tile:hover::after,
.u-block-hover--tile:hover .u-block-hover__additional--tile::before,
.u-block-hover--tile:hover .u-block-hover__additional--tile::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 20465, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--tile__inner {
  opacity: 0;
}

/* line 20468, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--tile:hover .u-block-hover__additional--tile__inner {
  opacity: 1;
  transition-delay: .35s;
}

/* line 20474, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cube {
  overflow: visible;
  background-color: transparent;
  -webkit-perspective: 50em;
  perspective: 50em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 20482, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__main--cube"] {
  transition-delay: .05s;
}

/* line 20487, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__additional--cube"] {
  opacity: 0;
  transition-delay: 0s;
}

/* line 20493, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cube:hover [class*="u-block-hover__main--cube"] {
  opacity: 0;
  transition-delay: 0s;
}

/* line 20499, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cube:hover [class*="u-block-hover__additional--cube"] {
  opacity: 1;
  -webkit-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  transition-delay: .05s;
}

/* line 20507, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--cube-up {
  -webkit-transform: translateY(50%) rotateX(-90deg);
  transform: translateY(50%) rotateX(-90deg);
}

/* line 20511, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cube:hover .u-block-hover__main--cube-up {
  -webkit-transform: translateY(-50%) rotateX(90deg);
  transform: translateY(-50%) rotateX(90deg);
}

/* line 20515, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--cube-down {
  -webkit-transform: translateY(-50%) rotateX(90deg);
  transform: translateY(-50%) rotateX(90deg);
}

/* line 20519, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cube:hover .u-block-hover__main--cube-down {
  -webkit-transform: translateY(50%) rotateX(-90deg);
  transform: translateY(50%) rotateX(-90deg);
}

/* line 20523, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--cube-left {
  -webkit-transform: translateX(-50%) rotateY(-90deg);
  transform: translateX(-50%) rotateY(-90deg);
}

/* line 20527, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cube:hover .u-block-hover__main--cube-left {
  -webkit-transform: translateX(50%) rotateY(90deg);
  transform: translateX(50%) rotateY(90deg);
}

/* line 20531, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--cube-right {
  -webkit-transform: translateX(50%) rotateY(90deg);
  transform: translateX(50%) rotateY(90deg);
}

/* line 20535, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--cube:hover .u-block-hover__main--cube-right {
  -webkit-transform: translateX(-50%) rotateY(-90deg);
  transform: translateX(-50%) rotateY(-90deg);
}

/* line 20539, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--border-reveal::before,
.u-block-hover--border-reveal::after,
.u-block-hover__additional--border-reveal::before,
.u-block-hover__additional--border-reveal::after {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 20550, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--border-reveal::before,
.u-block-hover--border-reveal::after {
  left: 5px;
  right: 5px;
  height: 4px;
  z-index: 1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* line 20560, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--border-reveal::before {
  top: 5px;
  transition-delay: .28s;
}

/* line 20566, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--border-reveal:hover::before {
  transition-delay: 0s;
}

/* line 20571, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--border-reveal::after {
  bottom: 5px;
  transition-delay: 0s;
}

/* line 20577, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--border-reveal:hover::after {
  transition-delay: .28s;
}

/* line 20582, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--border-reveal {
  background-color: transparent;
  z-index: 3;
}

/* line 20586, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--border-reveal__inner {
  opacity: 0;
}

/* line 20589, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--border-reveal::before,
.u-block-hover__additional--border-reveal::after {
  top: 5px;
  bottom: 5px;
  width: 4px;
  z-index: -1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* line 20599, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--border-reveal::before {
  left: 5px;
  transition-delay: .28s;
}

/* line 20605, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal::before {
  transition-delay: 0s;
}

/* line 20610, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--border-reveal::after {
  right: 5px;
  transition-delay: 0s;
}

/* line 20616, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal::after {
  transition-delay: .28s;
}

/* line 20621, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--border-reveal:hover .u-block-hover__main--border-reveal {
  opacity: 0;
}

/* line 20624, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--border-reveal:hover::before,
.u-block-hover--border-reveal:hover::after,
.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal::before,
.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 20632, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal__inner {
  opacity: 1;
  transition-delay: .35s;
}

/* line 20638, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover img[class*="u-block-hover__main--mover-"],
.u-block-hover:hover [class*="u-block-hover__additional--mover-"] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

/* line 20644, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
img[class*="u-block-hover__main--mover-"] {
  max-width: initial;
  width: calc(100% + 60px);
  transition-duration: 0.5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 20654, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__additional--mover-"] {
  opacity: 0;
  transition-duration: 0.5s;
}

/* line 20660, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
img.u-block-hover__main--mover-left {
  -webkit-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0);
}

/* line 20664, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--mover-left {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

/* line 20668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
img.u-block-hover__main--mover-right {
  -webkit-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0);
}

/* line 20672, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--mover-right {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

/* line 20676, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
img.u-block-hover__main--mover-up {
  -webkit-transform: translate3d(0, 20px, 0) scale3d(1.1, 1.1, 1.1);
  transform: translate3d(0, 20px, 0) scale3d(1.1, 1.1, 1.1);
}

/* line 20680, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--mover-up {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

/* line 20684, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
img.u-block-hover__main--mover-down {
  -webkit-transform: translate3d(0, -20px, 0) scale3d(1.1, 1.1, 1.1);
  transform: translate3d(0, -20px, 0) scale3d(1.1, 1.1, 1.1);
}

/* line 20688, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--mover-down {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

/* line 20692, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--focuser-element {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: .3;
  box-shadow: 0 0 0 31px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale3d(1.4, 1.4, 1.4);
  transform: scale3d(1.4, 1.4, 1.4);
  transition-duration: .5s;
}

/* line 20706, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--focuser-target {
  position: static;
  opacity: 0;
  -webkit-transform: scale3d(1.4, 1.4, 1.4);
  transform: scale3d(1.4, 1.4, 1.4);
  transition-duration: .5s;
}

/* line 20715, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__additional--focuser-target,
.u-block-hover:hover .u-block-hover__additional--focuser-element {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition-duration: .3s;
}

/* line 20724, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
img[class*="u-block-hover__main--magnifier"] {
  max-width: initial;
  width: calc(100% + 10px);
  margin: -10px 0;
}

/* line 20729, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__additional--magnifier-element"] {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  box-shadow: 0 0 0 4000px rgba(255, 255, 255, 0.3);
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 20743, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover [class*="u-block-hover__additional--magnifier-element"] {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 20748, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__additional--magnifier-description"] {
  max-width: 115px;
  z-index: 3;
  opacity: 0;
}

/* line 20753, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover [class*="u-block-hover__additional--magnifier-description"] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 20758, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--magnifier-element-bottom-right {
  top: auto;
  left: auto;
  bottom: -180px;
  right: -180px;
}

/* line 20764, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--magnifier-description-bottom-right {
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
  -webkit-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0);
}

/* line 20772, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover img.u-block-hover__main--magnifier-bottom-right {
  -webkit-transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
}

/* line 20776, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--magnifier-element-top-right {
  top: -180px;
  right: -180px;
  bottom: auto;
  left: auto;
}

/* line 20782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--magnifier-description-top-right {
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate3d(20px, -20px, 0);
  transform: translate3d(20px, -20px, 0);
}

/* line 20790, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover img.u-block-hover__main--magnifier-top-right {
  -webkit-transform: translate3d(-10px, 10px, 0);
  transform: translate3d(-10px, 10px, 0);
}

/* line 20794, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
img.u-block-hover__main--magnifier-bottom-left {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

/* line 20798, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--magnifier-element-bottom-left {
  top: auto;
  left: -180px;
  bottom: -180px;
  right: auto;
}

/* line 20804, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--magnifier-description-bottom-left {
  top: auto;
  right: auto;
  bottom: 30px;
  left: 30px;
  -webkit-transform: translate3d(-20px, 20px, 0);
  transform: translate3d(-20px, 20px, 0);
}

/* line 20812, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover img.u-block-hover__main--magnifier-bottom-left {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

/* line 20816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
img.u-block-hover__main--magnifier-top-left {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

/* line 20820, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--magnifier-element-top-left {
  top: -180px;
  left: -180px;
  bottom: auto;
  right: auto;
}

/* line 20826, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--magnifier-description-top-left {
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px;
  -webkit-transform: translate3d(-20px, -20px, 0);
  transform: translate3d(-20px, -20px, 0);
}

/* line 20834, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover img.u-block-hover__main--magnifier-top-left {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

/* line 20838, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__additional--pappercuter"] {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 20843, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--pappercuter-inner {
  width: 100%;
  -webkit-transform: rotate3d(0, 0, 1, 5deg);
  transform: rotate3d(0, 0, 1, 5deg);
}

/* line 20848, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--pappercuter-front,
.u-block-hover__additional--pappercuter-back {
  max-width: initial;
  width: 120%;
  top: -60px;
  bottom: -60px;
  left: -10%;
  z-index: 2;
  background-position: center;
  background-size: cover;
  -webkit-transform: rotate3d(0, 0, 1, -5deg);
  transform: rotate3d(0, 0, 1, -5deg);
}

/* line 20861, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--pappercuter-front {
  clip: rect(0px, auto, 246px, 0px);
}

/* line 20864, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--pappercuter-back {
  top: -61px;
  clip: rect(246px, auto, auto, 0px);
}

/* line 20868, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__additional--pappercuter-front {
  -webkit-transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg) translate3d(0, -45%, 0);
  transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg) translate3d(0, -45%, 0);
}

/* line 20872, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__additional--pappercuter-back {
  -webkit-transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg) translate3d(0, 45%, 0);
  transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg) translate3d(0, 45%, 0);
}

/* line 20876, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__additional--outside"] {
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.7, -1.2, 0.8, 1.2);
}

/* line 20886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover [class*="u-block-hover__additional--outside"] {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.25, 1.8, 0.8, 1);
}

/* line 20895, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--outside-down {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/* line 20899, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--outside-up {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/* line 20903, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--outside-left {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 20907, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--outside-right {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 20911, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__additional--lightspeed"] {
  visibility: hidden;
  opacity: 0;
  transition-duration: .7s;
  transition-timing-function: cubic-bezier(0.75, -1.2, 0.8, 2);
}

/* line 20921, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover [class*="u-block-hover__additional--lightspeed"] {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0) skew(0deg, 0deg);
  transform: translate3d(0, 0, 0) skew(0deg, 0deg);
  transition-timing-function: cubic-bezier(0.25, 2, 0.75, 1);
}

/* line 20930, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--lightspeed-left {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(150%, 0, 0) skew(-35deg, 0deg);
  transform: translate3d(150%, 0, 0) skew(-35deg, 0deg);
}

/* line 20937, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--lightspeed-right {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: translate3d(-150%, 0, 0) skew(35deg, 0deg);
  transform: translate3d(-150%, 0, 0) skew(35deg, 0deg);
}

/* line 20944, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--lightspeed-down {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate3d(0, -150%, 0) skew(0deg, -35deg);
  transform: translate3d(0, -150%, 0) skew(0deg, -35deg);
}

/* line 20951, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--lightspeed-up {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: translate3d(0, 150%, 0) skew(0deg, -35deg);
  transform: translate3d(0, 150%, 0) skew(0deg, -35deg);
}

/* line 20958, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="u-block-hover__additional--rotate"] {
  opacity: 0;
  visibility: hidden;
}

/* line 20962, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover [class*="u-block-hover__additional--rotate"] {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate3d(0, 0, 0, 0deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 0, 0deg) scale3d(1, 1, 1);
}

/* line 20968, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--rotate-in {
  opacity: 1;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  transition-duration: .4s;
  -webkit-transform: rotate3d(0, 0, 1, 720deg) scale3d(0, 0, 0);
  transform: rotate3d(0, 0, 1, 720deg) scale3d(0, 0, 0);
}

/* line 20981, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--rotate-down-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* line 20988, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--rotate-down-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

/* line 20995, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--rotate-up-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

/* line 21002, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--rotate-up-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* line 21009, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover__additional--jump {
  position: static;
}

/* line 21012, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__additional--jump,
.u-block-hover.u-block-hover__additional--jump:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

/*------------------------------------
  Dedicated Properties
------------------------------------*/
/* line 21020, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover, .u-block-hover:focus {
  /* Opacity */
  /* Colors */
  /* Background-colors */
}

/* line 21025, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__prop-opacity-1, .u-block-hover:focus .u-block-hover__prop-opacity-1 {
  opacity: 1;
}

/* line 21028, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__prop-color-white, .u-block-hover:focus .u-block-hover__prop-color-white {
  color: #fff;
}

/* line 21031, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__prop-bg-primary, .u-block-hover:focus .u-block-hover__prop-bg-primary {
  background-color: #72c02c;
}

/* line 21034, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .u-block-hover__prop-bg-primary-opacity-0_9, .u-block-hover:focus .u-block-hover__prop-bg-primary-opacity-0_9 {
  background-color: rgba(166, 29, 55, 0.9);
}

/*------------------------------------
  Blockquotes
------------------------------------*/
/* line 21040, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v1 {
  position: relative;
  background-color: #fff;
  box-shadow: 5px 6px 9px -6px rgba(0, 0, 0, 0.15);
}

/* line 21046, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v1::before {
  content: "\201C";
  position: absolute;
  width: 60px;
  color: #72c02c;
  font-size: 60px;
  margin: -25px 0 0 -40px;
}

/* line 21054, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v1::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 80px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

/* line 21068, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v2::before, .u-blockquote-v2::after {
  position: relative;
  top: 5px;
  font-size: 22px;
  line-height: 10px;
}

/* line 21074, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v2::before {
  content: "\“";
  padding-right: 5px;
}

/* line 21078, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v2::after {
  content: "\”";
  padding-left: 5px;
}

/* line 21082, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v3 {
  position: relative;
}

/* line 21085, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v3::before {
  content: "\201C";
  position: absolute;
  font-size: 60px;
  color: #72c02c;
  margin: -30px 0 0 -40px;
}

/* line 21092, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v4::before, .u-blockquote-v4::after {
  content: "\201C";
  position: absolute;
  font-size: 50px;
  margin-top: -12px;
}

/* line 21098, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v4::before {
  margin-left: -30px;
}

/* line 21101, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v4::after {
  margin-left: 13px;
}

/* line 21104, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v5::before {
  content: "\201C";
  position: absolute;
  width: 60px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 70px;
  margin: -25px 0 0 -40px;
}

/* line 21112, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v6::before, .u-blockquote-v6::after {
  content: "\0022";
  font-family: inherit;
  color: inherit;
}

/* line 21117, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v7 {
  position: relative;
  padding-top: 55px;
}

/* line 21121, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v7::before {
  content: "\f10d";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 35px;
  height: 35px;
  font-size: 12px;
  font-family: "FontAwesome";
  color: #fff;
  line-height: 35px;
  background: #72c02c;
  border-radius: 50%;
  margin-left: -18px;
}

/* line 21137, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v8 {
  position: relative;
  background-color: #fff;
  box-shadow: 5px 6px 9px -6px rgba(38, 48, 77, 0.08);
}

/* line 21143, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-blockquote-v8::after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.05));
}

/*------------------------------------
  Accordions
------------------------------------*/
/* line 21160, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-accordion__header {
  padding: 0.71429rem 1.07143rem;
}

/* line 21163, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-accordion__body {
  padding: 1.07143rem;
}

/* line 21166, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-accordion__control-icon i:nth-child(1) {
  display: none;
}

/* line 21169, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.collapsed .u-accordion__control-icon i:nth-child(1) {
  display: inline;
}

/* line 21172, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-accordion__control-icon i:nth-child(2) {
  display: inline;
}

/* line 21175, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.collapsed .u-accordion__control-icon i:nth-child(2) {
  display: none;
}

/* line 21178, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-accordion-line-icon-pro {
  position: relative;
  top: 2px;
}

/* line 21182, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
  color: #72c02c !important;
}

/* line 21185, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-accordion-color-white .u-accordion__header [aria-expanded="true"] {
  color: #fff !important;
}

/* line 21188, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-accordion-bg-primary .u-accordion__header [aria-expanded="true"] {
  background-color: #72c02c !important;
  border-color: #72c02c !important;
}

/* line 21192, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-accordion-bg-white .u-accordion__header [aria-expanded="true"] {
  background-color: #fff !important;
  border-color: #fff !important;
}

/* line 21196, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-accordion-brd-primary .u-accordion__header [aria-expanded="true"] {
  border-color: #72c02c !important;
}

/* line 21199, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-accordion-brd-white .u-accordion__header [aria-expanded="true"] {
  border-color: #fff !important;
}

/*------------------------------------
  Carousels
------------------------------------*/
/* line 21205, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v1 .js-prev,
.u-carousel-v1 .js-next {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 21218, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v1:hover .js-prev,
.u-carousel-v1:hover .js-next {
  opacity: 1;
}

/* line 21222, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v2 .slick-slide {
  padding-top: 4px;
  padding-bottom: 4px;
  opacity: .5;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease-in;
}

/* line 21239, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v2 .slick-center {
  padding-top: 0;
  padding-bottom: 0;
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 21247, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v3 .slick-slide {
  opacity: .5;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: ease-in;
}

/* line 21259, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v3 .slick-center {
  opacity: 1;
}

/* line 21262, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v4 .js-pagination {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 21274, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v4:hover .js-pagination {
  opacity: 1;
}

/* line 21277, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v5 .slick-list {
  height: 100%;
}

/* line 21280, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v5 .slick-track {
  display: flex;
  height: 100%;
}

/* line 21286, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v5 .slick-track .slick-slide {
  display: flex;
  height: auto;
}

/* line 21292, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v6 .slick-list.draggable {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 21296, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v11 .slick-slide {
  opacity: .5;
}

/* line 21299, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v11 .slick-slide.slick-current {
  opacity: 1;
}

/*------------------------------------
  Slick Carousel v12
------------------------------------*/
/* line 21305, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v12 .slick-current .g-opacity-1--active {
  opacity: 1 !important;
}

/* line 21308, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v12 .slick-current .u-block-hover__main--grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

/* line 21312, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item,
.swiper-wrapper,
.swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 21321, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.single-slide {
  opacity: 0 !important;
}

/* line 21324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.single-slide.set-position {
  opacity: 1 !important;
}

/* line 21327, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-origin {
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

/* backSlide */
/* line 21334, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-back-slide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

/* line 21338, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-back-slide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* line 21342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.swiper-carousel {
  overflow: hidden;
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-400px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(-200%);
    transform: translateZ(-400px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(-200%);
    transform: translateZ(-400px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(200%);
    transform: translateZ(-400px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}
/*--------------------------------------------------
  Chart Pie v1
----------------------------------------------------*/
/* line 21398, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-chart-pie-v1 {
  position: relative;
  line-height: 1em;
}

/* line 21402, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-chart-pie-v1::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 10px;
  bottom: 11px;
  left: 10px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}

/*------------------------------------
  Charts
------------------------------------*/
/* Sparkline chart's tooltip */
/* line 21419, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.jqstooltip {
  width: auto !important;
  height: auto !important;
}

/*--------------------------------------------------
  Counter v1
----------------------------------------------------*/
/* line 21426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-counter-v3 {
  position: relative;
}

/* line 21429, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-counter-v3::after {
  content: "";
  position: absolute;
  left: -9px;
  right: -9px;
  bottom: -9px;
  top: -9px;
  display: block;
  border-radius: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}

/*--------------------------------------------------
  Counter v6
----------------------------------------------------*/
/* line 21445, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-counter-v6 {
  position: relative;
  width: 120px;
  height: 120px;
}

/* line 21450, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-counter-v6::after {
  content: "";
  position: absolute;
  top: -11px;
  right: -11px;
  bottom: -11px;
  left: -11px;
  display: block;
  border-radius: inherit;
  border-width: 2px;
  border-style: inherit;
  border-color: inherit;
  clip: rect(auto, 71px, 142px, auto);
}

/*------------------------------------
  Credit cards
------------------------------------*/
/* line 21467, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-card--v1 {
  position: relative;
}

/* line 21470, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-card--v1-front {
  position: relative;
  margin-bottom: 220px;
  z-index: 2;
}

/* line 21475, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-card--v1-back {
  position: absolute;
  bottom: -70%;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 80%;
  padding-left: 0;
}

@media (min-width: 768px) {
  /* line 21485, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-card--v1-front {
    margin-bottom: 30px;
  }

  /* line 21487, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-card--v1-back {
    bottom: auto;
    top: 30px;
    right: -30%;
    height: 100%;
    padding-left: 70%;
  }
}
/*------------------------------------
  Dropdowns v1
------------------------------------*/
/* line 21497, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-v1 {
  position: relative;
  line-height: normal;
  font-size: 16px;
  color: #777;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 11px 40px 11px 14px;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: .2s;
  transition-timing-function: ease;
}

/* line 21519, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-v1::after {
  display: none;
}

/* line 21522, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-v1-menu {
  padding: 0;
  border-color: #ccc;
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

/* line 21529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-v1-menu__item {
  line-height: normal;
  font-size: 16px;
  color: #777;
  padding: 9px 20px;
}

/* line 21535, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-v1-menu__item:hover {
  color: #777;
}

/* line 21538, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-v1__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
}

/* line 21546, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-v1__icon-open, .u-dropdown-v1__icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 21554, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-v1__icon-open {
  opacity: 1;
}

/* line 21557, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-v1__icon-close {
  opacity: 0;
}

/* line 21560, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-v1[aria-expanded="true"] {
  background-color: rgba(204, 204, 204, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

/* line 21565, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-v1[aria-expanded="true"] [class*="__icon-open"] {
  opacity: 0;
}

/* line 21568, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-v1[aria-expanded="true"] [class*="__icon-close"] {
  opacity: 1;
}

/* line 21571, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-dropdown-v1:focus {
  outline: 0 none;
}

/*------------------------------------
  Covers
------------------------------------*/
/* line 21577, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-bg-overlay {
  position: relative;
}

/* line 21580, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-bg-overlay::before, .u-bg-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 21588, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-bg-overlay--v1::after {
  position: absolute;
  top: 0.35714rem;
  right: 0.35714rem;
  bottom: 0.35714rem;
  left: 0.35714rem;
}

/* line 21595, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-bg-overlay__inner {
  z-index: 3;
  position: relative;
}

/* line 21599, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-bg-overlay--reverse::before {
  z-index: 2;
}

/* line 21602, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-bg-overlay--reverse::after {
  z-index: 1;
}

/*------------------------------------
  Material: Waves
------------------------------------*/
/* line 21608, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-waves-effect {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  transition: .3s ease-out;
}

/* line 21621, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-waves-effect .u-waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 1.42857rem;
  height: 1.42857rem;
  margin-top: -0.71429rem;
  margin-left: -0.71429rem;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all .7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

/* line 21643, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-waves-effect.u-waves-light .u-waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 21646, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-waves-effect.u-waves-dark .u-waves-ripple {
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 21649, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-waves-effect input[type="button"], .u-waves-effect input[type="reset"], .u-waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

/* line 21656, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-waves-effect img {
  position: relative;
  z-index: -1;
}

/* line 21660, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-waves-notransition {
  transition: none !important;
}

/* line 21665, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 21670, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-waves-input-wrapper {
  border-radius: .2em;
  vertical-align: bottom;
}

/* line 21674, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-waves-input-wrapper .u-waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 21680, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

/* line 21688, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
/* line 21692, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-waves-effect .u-waves-ripple {
  z-index: -1;
}

/*------------------------------------
  Material: FAB
------------------------------------*/
/* line 21698, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fixed-action-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 997;
}

/* line 21704, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 60px;
  margin: 0;
  visibility: hidden;
  list-style-type: none;
  padding-left: 0;
}

/* line 21715, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fixed-action-btn ul li {
  margin-bottom: 1.07143rem;
}

/* line 21718, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fixed-action-btn ul a.u-btn-floating {
  opacity: 0;
}

/* line 21721, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fixed-action-btn.active ul {
  visibility: visible;
}

/* line 21724, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fixed-action-btn-horizontal {
  padding: 0 0 0 1.07143rem;
}

/* line 21727, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fixed-action-btn-horizontal ul {
  text-align: right;
  right: 4.57143rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
  /*width 100% only goes to width of button container */
}

/* line 21739, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fixed-action-btn-horizontal ul li {
  display: inline-block;
  margin: 0.71429rem 1.07143rem 0 0;
}

/* line 21743, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fixed-action-btn-toolbar {
  padding: 0;
  height: 4rem;
}

/* line 21747, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fixed-action-btn-toolbar.active > a i {
  opacity: 0;
}

/* line 21750, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fixed-action-btn-toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 21758, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fixed-action-btn-toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}

/* line 21769, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fixed-action-btn-toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 4rem;
  z-index: 1;
}

/* line 21782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fixed-action-btn-toolbar ul li a i {
  line-height: inherit;
}

/* line 21785, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fixed-action-btn .u-fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 2.85714rem;
  height: 2.85714rem;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/*------------------------------------
  Chips
------------------------------------*/
/* line 21800, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-chip {
  display: inline-block;
  height: 2.28571rem;
  margin: 0.14286rem 0;
  padding: 0 0.85714rem;
  font-size: 0;
  white-space: nowrap;
  line-height: 2.28571rem;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 1.14286rem;
  background-color: #eee;
}

/* line 21812, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-chip:focus {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 21816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-chip--deletable {
  padding-right: 0.28571rem;
}

/* line 21819, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-chip--contact {
  padding-left: 0;
}

/* line 21822, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-chip__contact {
  display: inline-block;
  width: 2.28571rem;
  height: 2.28571rem;
  margin-right: 0.57143rem;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 1.14286rem;
  text-align: center;
  font-size: 1.28571rem;
  line-height: 2.28571rem;
}

/* line 21834, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-chip__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.92857rem;
}

/* line 21839, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-chip__action {
  display: inline-block;
  width: 1.71429rem;
  height: 1.71429rem;
  margin: 0 0 0 0.28571rem;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  border: none;
  font-size: 0.92857rem;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.3);
  background: transparent;
  opacity: .54;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}

/* line 21857, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-outer-spaces-helper {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  overflow: hidden;
}

/* line 21865, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-outer-spaces-helper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #f7f7f7;
  background-position: center;
  background-repeat: repeat;
}

/* line 21877, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-dark-theme .u-outer-spaces-helper::after {
  background-color: #000;
}

/* line 21880, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="g-bgi-v"] .u-outer-spaces-helper::after {
  background-color: transparent;
}

/* line 21883, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-outer-space-v1 .u-outer-spaces-helper,
.u-outer-space-v2 .u-outer-spaces-helper {
  display: block;
}

/* line 21887, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-outer-space-v1 .u-outer-spaces-helper {
  height: 20px;
}

/* line 21890, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-outer-space-v2 .u-outer-spaces-helper {
  height: 40px;
}

/*------------------------------------
  Info Block v1-1
------------------------------------*/
/* line 21896, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v1-1 {
  overflow: hidden;
  position: relative;
}

/* line 21900, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v1-1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
}

/*--------------------------------------------------
  Info Block v1-2
----------------------------------------------------*/
/* line 21911, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v1-2__item {
  position: relative;
  z-index: 1;
  padding-bottom: 0.78571rem;
}

/* line 21916, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v1-2__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 1px;
  background: #bbb;
  transition: all 0.4s ease-in-out;
}

/* line 21929, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v1-2:hover .u-info-v1-2__item::after {
  width: 100%;
  background: #72c02c;
}

/*------------------------------------
  Info Block v1-3
------------------------------------*/
/* line 21936, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v1-3__item {
  position: relative;
  z-index: 1;
  padding-bottom: 0.92857rem;
}

/* line 21941, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v1-3__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2.14286rem;
  height: 1px;
  margin-left: -1.07143rem;
  background: #777;
}

/*------------------------------------
  Info Block v1-4
------------------------------------*/
/* line 21954, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v1-4__item-hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 61px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 61px, 0);
  transform: translate3d(0, 61px, 0);
}

/* line 21964, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v1-4:hover .u-info-v1-4__item-hidden {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 21968, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v1-4:hover .u-info-v1-4__item-regular {
  -webkit-transform: translate3d(0, -61px, 0);
  transform: translate3d(0, -61px, 0);
}

/*------------------------------------
  Info Block v1-5
------------------------------------*/
/* line 21975, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v1-5__item {
  position: relative;
  padding-bottom: 19px;
}

/* line 21979, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v1-5__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  display: block;
  width: 28px;
  border-bottom: 1px solid #72c02c;
}

/*------------------------------------
  Info Block v2-1
------------------------------------*/
/* line 21991, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v2-1__item {
  height: 65px;
  transition: .3s ease-out;
}

/* line 21997, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v2-1__item:hover {
  height: 80px;
  margin-top: -15px;
}

/*------------------------------------
  Info Block v2-2
------------------------------------*/
/* line 22004, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v2-2__item {
  position: relative;
  border-left: solid 1px;
  border-right: solid 1px;
  border-bottom: solid 1px;
}

/* line 22010, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v2-2__item::after, .u-info-v2-2__item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 30%;
  border-top: solid 1px;
  z-index: 1;
}

/* line 22018, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v2-2__item::before {
  left: 0;
}

/* line 22021, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v2-2__item::after {
  right: 0;
}

/* line 22024, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v2-2__item.g-brd-white-dark-v3 {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 22027, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v2-2__item.g-brd-white-dark-v3::before, .u-info-v2-2__item.g-brd-white-dark-v3::after {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 22030, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v2-2__item.g-brd-black-dark-v3 {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 22033, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v2-2__item.g-brd-black-dark-v3::before, .u-info-v2-2__item.g-brd-black-dark-v3::after {
  border-color: rgba(0, 0, 0, 0.3);
}

/*------------------------------------
  Info Block v2-3
------------------------------------*/
/* line 22039, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v2-3:hover .u-info-v2-3__title {
  color: #000;
}

/*------------------------------------
  Info Block v3-1
------------------------------------*/
/* Title */
/* line 22046, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-1__title {
  position: relative;
  display: inline-block;
  margin-left: 4.28571rem;
  margin-right: 4.28571rem;
}

/* line 22052, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-1__title::before, .info-v3-1__title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 3.57143rem;
  margin-top: -1px;
  height: 2px;
  background-color: #fff;
}

/* line 22062, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-1__title::before {
  right: 100%;
  margin-right: 10px;
}

/* line 22066, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-1__title::after {
  left: 100%;
  margin-left: 10px;
}

/*------------------------------------
  Info Block v3-2
------------------------------------*/
/* line 22073, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-2 {
  position: relative;
  background-position: center;
}

/* line 22077, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-2::before {
  content: "";
  position: absolute;
  top: 1.42857rem;
  right: 1.42857rem;
  bottom: 1.42857rem;
  left: 1.42857rem;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1;
}

/* line 22088, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-2:hover {
  background-position: center 0;
}

/*------------------------------------
  Info Block v3-3
------------------------------------*/
/* line 22094, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-3 {
  overflow: hidden;
}

/* line 22097, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-3:hover .info-v3-3__title {
  color: #fff;
}

/* line 22100, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-3:hover .info-v3-3__img,
.info-v3-3:hover .info-v3-3__description {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 22105, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-3:hover .info-v3-3__content {
  display: block;
}

/* line 22108, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-3:hover .info-v3-3__category {
  display: none;
}

/* line 22111, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-3:hover::after {
  opacity: 1;
}

/* line 22114, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-3::after {
  opacity: 0;
  transition: opacity .5s;
}

/* Image */
/* line 22121, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-3__img {
  -webkit-transform: translate3d(70%, 0, 0);
  transform: translate3d(70%, 0, 0);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

/* Content */
/* line 22131, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-3__content {
  display: none;
}

/* Description */
/* line 22135, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-3__description {
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

/*------------------------------------
  Info Block v3-4
------------------------------------*/
/* line 22147, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-4 {
  position: relative;
}

/* line 22150, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v3-4::before {
  content: "";
  position: absolute;
  top: 0.71429rem;
  right: 0.71429rem;
  bottom: 0.71429rem;
  left: 0.71429rem;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 1;
}

/*------------------------------------
  Info Block v5-1
------------------------------------*/
/* Title */
/* line 22165, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-1__title {
  position: relative;
  display: inline-block;
}

/* line 22169, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-1__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  width: 3000%;
  margin-left: 15px;
  border-bottom: 1px solid #eee;
}

/*------------------------------------
  Info Block v5-2
------------------------------------*/
/* Product Image */
/* line 22183, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-2__image {
  width: calc(100% + 1px);
}

/*------------------------------------
  Info Block v5-3
------------------------------------*/
/* line 22189, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-3__info-price {
  opacity: 0;
}

/* line 22192, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-3__info-title {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  margin-bottom: 4.64286rem;
  -webkit-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
}

/* line 22201, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-3:hover .info-v5-3__info {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(166, 29, 55, 0.9);
}

/* line 22205, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-3:hover .info-v5-3__info-price {
  opacity: 1;
}

/* line 22208, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-3:hover .info-v5-3__info-list {
  color: #fff;
}

/* line 22211, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-3:hover .info-v5-3__info-list .fa {
  color: #fff;
}

/* line 22214, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-3:hover .info-v5-3__info-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-bottom: 3.21429rem;
}

/*------------------------------------
  Info Block v5-4
------------------------------------*/
/* Actions */
/* line 22223, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-4__action .fa {
  opacity: 0.75;
}

/* line 22226, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-4__action:hover .fa {
  opacity: 1;
}

/*------------------------------------
  Info Block v5-5
------------------------------------*/
/* line 22232, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-5__header::after,
.info-v5-5__content::after {
  transition: inherit;
}

/* line 22238, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-5__content::after {
  opacity: 0;
}

/* line 22241, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-5:hover .info-v5-5__header::after,
.info-v5-5:hover .info-v5-5__content::after {
  opacity: .8;
}

/*------------------------------------
  Info Block v5-6
------------------------------------*/
/* line 22248, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-6:hover .info-v5-6__rating {
  color: #333;
}

/* line 22251, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-6:hover .info-v5-6__price {
  background-color: #333;
}

/* line 22254, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-6 .g-color-gray-light-v5--hover .g-rating,
.info-v5-6 .g-bg-white--hover,
.info-v5-6 .g-color-primary--hover {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: .3s;
}

/* line 22270, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-6:hover .g-color-gray-light-v5--hover .g-rating {
  color: #f7f7f7;
}

/* line 22273, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-6:hover .g-bg-white--hover {
  background: #fff;
}

/* line 22276, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.info-v5-6:hover .g-color-primary--hover {
  color: #72c02c;
}

/*--------------------------------------------------
  Info Block v6-1
----------------------------------------------------*/
/* line 22282, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v6-1__item {
  position: relative;
  z-index: 1;
  padding-bottom: 0.78571rem;
}

/* line 22287, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v6-1__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 1px;
  background-image: linear-gradient(to right, #72c02c 0%, transparent 100%);
  background-repeat: repeat-x;
  transition: all 0.4s ease-in-out;
}

/* line 22303, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v6-1:hover .u-info-v6-1__item::after {
  width: 100%;
  background-image: linear-gradient(to right, #72c02c 0%, transparent 100%);
  background-repeat: repeat-x;
}

/*--------------------------------------------------
  Info Block v7-1
----------------------------------------------------*/
/* line 22313, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v7-1__item {
  border: 2px solid transparent;
  transition: all .2s ease-in-out;
}

/* line 22319, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v7-1__item-child-v1 {
  border: 5px solid transparent;
  transition: all .2s ease-in-out;
}

/* line 22325, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v7-1__item-child-v2 {
  transition: all .2s ease-in-out;
}

/* line 22330, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v7-1:hover {
  border-color: #eee;
}

/* line 22333, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v7-1:hover .u-info-v7-1__item {
  border-color: #ddd;
}

/* line 22336, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v7-1:hover .u-info-v7-1__item-child-v1 {
  border-color: #ddd;
}

/* line 22339, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v7-1:hover .u-info-v7-1__item-child-v2 {
  color: #fff;
  background: #72c02c;
}

/*--------------------------------------------------
  Info Block v8-1
----------------------------------------------------*/
/* line 22346, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-hs-filter {
  padding: 20px;
  margin-bottom: 0;
}

/* line 22350, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-hs-filter a {
  padding: 0.5rem 1.07143rem;
  color: rgba(255, 255, 255, 0.8);
  border: solid 1px rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  border-radius: 3px;
  transition: all .3s;
}

/* line 22360, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-hs-filter a:hover, .u-hs-filter a:focus {
  text-decoration: none;
}

/* line 22363, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-hs-filter a:hover {
  color: #585f69;
  background-color: white;
}

/* line 22367, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-hs-filter .active a {
  color: #585f69;
  background-color: white;
}

/*--------------------------------------------------
  Info Block v9-1
----------------------------------------------------*/
@media (min-width: 768px) {
  /* line 22375, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-info-v9-1 {
    position: relative;
  }

  /* line 22377, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-info-v9-1::before {
    position: absolute;
    top: 111px;
    left: 17%;
    width: 66%;
    border-top: 1px dotted #ddd;
    content: " ";
  }
}
/*--------------------------------------------------
  Info Block v10-1
----------------------------------------------------*/
/* line 22388, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v10-1 {
  position: relative;
  display: inline-block;
}

/* line 22392, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v10-1::before, .u-info-v10-1::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 1000px;
  height: 1px;
  background: #f7f7f7;
  content: " ";
  margin-top: 0.5px;
}

/* line 22402, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v10-1::before {
  right: 100%;
  margin-right: 25px;
}

/* line 22406, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v10-1::after {
  left: 100%;
  margin-left: 25px;
}

/*------------------------------------
  Info v11-1
------------------------------------*/
/* line 22413, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v11-1-img {
  border: 0 solid #eee;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .3s ease;
}

/* line 22422, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v11-1:hover .u-info-v11-1-img {
  border-width: 5px;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

/*------------------------------------
  Custom Bootstrap
------------------------------------*/
/* line 22431, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.container-semiboxed {
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 22441, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .container-semiboxed {
    width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 22445, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .container-semiboxed {
    width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 22449, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .container-semiboxed {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 22453, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .container-semiboxed {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  /* line 22457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .container-semiboxed {
    width: 1340px;
  }
}
/* line 22460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.text-muted {
  color: #999 !important;
}

/* line 22463, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.list-group-item {
  border-color: #eee;
}

/* line 22466, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.list-group-item-action:hover {
  background-color: #f7f7f7;
}

/* line 22469, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.list-group-item.active {
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 22473, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.list-group-border-0 .list-group-item:first-child,
.list-group-border-0 .list-group-item:last-child {
  border-radius: 0;
}

/* Paginations */
/* line 22478, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.page-link {
  color: #72c02c;
}

/* line 22481, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.page-link:focus, .page-link:hover {
  color: #72c02c;
}

/* line 22484, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  border-color: #72c02c;
  background-color: #72c02c;
}

/* line 22490, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  background-color: #72c02c;
}

/* line 22494, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.nav-tabs {
  border-bottom: 1px solid #eee;
}

/* line 22497, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

/* line 22501, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #26304d;
  border-color: #eee #eee #fff;
}

/* line 22506, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.progress {
  font-size: 1rem;
  line-height: inherit;
  background-color: #eee;
}

/* line 22511, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.progress-bar {
  height: auto;
  min-height: 12px;
  background-color: #72c02c;
}

/* line 22516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn-primary {
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 22520, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn-primary:hover {
  color: #fff;
  background-color: #26304d;
  border-color: #26304d;
}

/* line 22525, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(166, 29, 55, 0.5);
}

/* line 22529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 22533, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #26304d;
  border-color: #26304d;
}

/* line 22538, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn-outline-primary {
  color: #72c02c;
  border-color: #72c02c;
}

/* line 22542, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn-outline-primary:hover {
  background-color: #26304d;
  border-color: #26304d;
}

/* line 22546, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(166, 29, 55, 0.5);
}

/* line 22550, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #72c02c;
}

/* line 22553, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #26304d;
  border-color: #26304d;
}

/* line 22558, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.card,
.card-header {
  border-color: #eee;
}

/* line 22562, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.card-header {
  padding: 0.71429rem 1.07143rem;
}

/* line 22565, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.card-block {
  padding: 1.07143rem;
}

/* line 22568, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.form-control {
  border-color: #ccc;
}

/* line 22571, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.form-control-md {
  padding: .8rem 1rem .6rem;
}

/* line 22574, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 10px);
}

/* line 22577, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.form-control,
.form-control:focus {
  color: #26304d;
}

/* line 22581, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.form-control:focus,
.custom-select:focus {
  border-color: #72c02c;
  box-shadow: none;
}

/* line 22587, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

/* line 22591, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

/* line 22595, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.form-control::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

/* line 22599, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}
.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}
.form-control::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}
.form-control::placeholder {
  color: inherit;
  opacity: .5;
}

/* line 22603, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #5cb85c;
}

/* line 22610, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.has-success .form-control {
  border-color: #5cb85c;
}

/* line 22613, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #f0ad4e;
}

/* line 22620, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.has-warning .form-control {
  border-color: #f0ad4e;
}

/* line 22623, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #d9534f;
}

/* line 22630, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.has-danger .form-control {
  border-color: #d9534f;
}

/* line 22633, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.input-group-addon {
  min-width: 38px;
  background-color: transparent;
  border-color: #ccc;
  transition: border-color .15s ease-in-out 0s;
}

/* line 22641, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.input-group-addon > * {
  white-space: normal;
}

/* line 22644, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.input-group-addon i {
  margin: 0 auto;
}

/* line 22647, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: auto;
}

/* line 22652, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.btn-group {
  display: block;
}

/* line 22655, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.input-group-addon + .input-group-addon {
  border-left: solid 1px #ccc;
}

/* line 22658, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f7f7f7;
}

/* line 22661, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.table-striped tbody td {
  border-top: none;
}

@media (min-width: 768px) {
  /* line 22665, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .btn-group {
    display: inline-flex;
  }

  /* line 22669, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .justified-content {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  /* line 22673, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .justified-content > * {
    display: table-cell;
    width: 1%;
    float: none;
  }
}
/* line 22678, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.dropdown-menu {
  min-width: 15rem;
  padding: 0;
}

/* line 22682, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.dropdown-toggle::before {
  display: none;
}

/* line 22685, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.dropdown-toggle::after {
  content: "\e900";
  position: relative;
  top: 0.21429rem;
  font-family: "hs-icons" !important;
  font-size: 10px;
  display: inline;
  border: none;
  margin-left: 0.5rem;
}

/* line 22695, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.dropdown-item {
  padding: 0.21429rem 1.07143rem;
}

/* line 22698, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.dropdown-item:focus, .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.03);
}

/* line 22701, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.dropdown-item.active, .dropdown-item:active {
  background: rgba(0, 0, 0, 0.05);
  color: inherit !important;
}

/* line 22705, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.dropdown-item.active > a, .dropdown-item:active > a {
  color: inherit !important;
}

/* line 22708, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.dropdown-item.active > a::before, .dropdown-item.active > a::after, .dropdown-item:active > a::before, .dropdown-item:active > a::after {
  background-color: #fff;
}

/* line 22711, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--dark .dropdown-item.active > a, .u-header__section--dark .dropdown-item:active > a {
  color: #fff !important;
}

/* line 22714, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.chosen-container-single .chosen-single div b {
  position: relative;
}

/* line 22717, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.chosen-container-single .chosen-search input[type="text"] {
  padding: .8rem 1rem .6rem;
  border-color: #ccc;
}

/* line 22721, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.chosen-container-single.u-dropdown-sm .chosen-search input[type="text"] {
  padding: .25rem .5rem .1rem;
}

/* line 22724, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.chosen-container-single.u-dropdown-lg .chosen-search input[type="text"] {
  padding: .75rem 1.5rem .55rem;
}

/* line 22727, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.chosen-container-single.u-select-above .chosen-drop {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
}

/* line 22733, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[data-animation].cbp {
  visibility: visible;
}

/* line 22736, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.cbp-slider-next::after,
.cbp-slider-prev::after {
  display: none;
}

/* line 22740, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.cbp-filter-item {
  cursor: pointer;
}

/* line 22743, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.cbp-item-off {
  opacity: 0;
}

/*------------------------------------
  Border Colors
------------------------------------*/
/* Primary Colors */
/* line 22750, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary--active.cbp-filter-item-active {
  border-color: #72c02c !important;
}

/* line 22753, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-opacity-0_3--active.cbp-filter-item-active {
  border-color: rgba(166, 29, 55, 0.3) !important;
}

/* line 22756, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v1--active.cbp-filter-item-active {
  border-color: #26304d !important;
}

/* line 22759, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v2--active.cbp-filter-item-active {
  border-color: #901930 !important;
}

/* line 22762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v3--active.cbp-filter-item-active {
  border-color: #7b1529 !important;
}

/* Black Colors */
/* line 22766, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-black--active.cbp-filter-item-active {
  border-color: #000 !important;
}

/* White Colors */
/* line 22770, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white--active.cbp-filter-item-active {
  border-color: #fff !important;
}

/* line 22773, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_1--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 22776, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_2--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 22779, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_3--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 22782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_4--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 22785, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_5--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 22788, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_6--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* Gray Colors */
/* line 22792, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v1--active.cbp-filter-item-active {
  border-color: #111 !important;
}

/* line 22795, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v2--active.cbp-filter-item-active {
  border-color: #333 !important;
}

/* line 22798, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v3--active.cbp-filter-item-active {
  border-color: #555 !important;
}

/* line 22801, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v4--active.cbp-filter-item-active {
  border-color: #777 !important;
}

/* line 22804, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v5--active.cbp-filter-item-active {
  border-color: #999 !important;
}

/* line 22807, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v1--active.cbp-filter-item-active {
  border-color: #bbb !important;
}

/* line 22810, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v2--active.cbp-filter-item-active {
  border-color: #ccc !important;
}

/* line 22813, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v3--active.cbp-filter-item-active {
  border-color: #ddd !important;
}

/* line 22816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v4--active.cbp-filter-item-active {
  border-color: #eee !important;
}

/* line 22819, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v5--active.cbp-filter-item-active {
  border-color: #f7f7f7 !important;
}

/* Transparent */
/* line 22823, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-transparent--active.cbp-filter-item-active {
  border-color: transparent !important;
}

/*------------------------------------
  Background Colors
------------------------------------*/
/* Primary Colors */
/* line 22830, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary--active.cbp-filter-item-active {
  background-color: #72c02c !important;
}

/*------------------------------------
  Colors
------------------------------------*/
/* Primary Colors */
/* line 22837, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-primary--active.cbp-filter-item-active {
  color: #72c02c !important;
}

/* Black Colors */
/* line 22841, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-black--active.cbp-filter-item-active {
  color: #000 !important;
}

/* White Colors */
/* line 22845, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white--active.cbp-filter-item-active {
  color: #fff !important;
}

/* Gray Colors */
/* line 22849, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v1--active.cbp-filter-item-active {
  color: #bbb !important;
}

/* line 22852, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v2--active.cbp-filter-item-active {
  color: #ccc !important;
}

/* line 22855, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v3--active.cbp-filter-item-active {
  color: #ddd !important;
}

/* line 22858, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v4--active.cbp-filter-item-active {
  color: #eee !important;
}

/* line 22861, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v5--active.cbp-filter-item-active {
  color: #f7f7f7 !important;
}

/* line 22864, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v1--active.cbp-filter-item-active {
  color: #111 !important;
}

/* line 22867, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v2--active.cbp-filter-item-active {
  color: #333 !important;
}

/* line 22870, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v3--active.cbp-filter-item-active {
  color: #555 !important;
}

/* line 22873, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v4--active.cbp-filter-item-active {
  color: #777 !important;
}

/* line 22876, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v5--active.cbp-filter-item-active {
  color: #999 !important;
}

/*--------------------------------------------------
  Fancybox
----------------------------------------------------*/
/* Blur bg container */
/*--------------------------------------------------
     Fancybox
     ----------------------------------------------------*/
/* line 22886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 22893, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-slide--iframe .fancybox-content {
  position: static;
}

/* line 22896, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme.fancybox-show-thumbs .fancybox-content {
  right: 220px;
}

/* line 22899, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-button,
.u-fancybox-theme .fancybox-arrow {
  font-size: 1.42857rem;
  line-height: 2.92857rem;
  width: 3.14286rem;
  height: 3.14286rem;
  text-align: center;
  background-color: transparent;
  border-width: 0.07143rem;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  outline: none;
  border-radius: 50%;
  opacity: .8;
  transition: opacity .3s ease;
}

/* line 22918, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-button::before,
.u-fancybox-theme .fancybox-arrow::before {
  font-family: "hs-icons";
  position: static;
  opacity: 1;
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
  height: auto;
}

/* line 22933, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-button::after,
.u-fancybox-theme .fancybox-arrow::after {
  display: none;
}

/* line 22937, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-button:hover, .u-fancybox-theme .fancybox-button:focus,
.u-fancybox-theme .fancybox-arrow:hover,
.u-fancybox-theme .fancybox-arrow:focus {
  opacity: 1;
}

/* line 22942, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-button {
  display: inline-block;
}

/* line 22945, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-button--close::before {
  content: "\e904";
}

/* line 22948, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-button--play::before {
  content: "\e90c";
}

/* line 22951, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-button--fullscreen::before {
  content: "\e909";
}

/* line 22954, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-button--thumbs::before {
  content: "\e906";
}

/* line 22957, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-arrow--left, .u-fancybox-theme .fancybox-arrow--right {
  margin-top: -1.57143rem;
  position: absolute;
  top: 50%;
  z-index: 100000;
  display: none;
}

/* line 22964, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme.fancybox-show-nav .fancybox-arrow--left, .u-fancybox-theme.fancybox-show-nav .fancybox-arrow--right {
  display: block;
}

/* line 22967, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-arrow--left::before, .u-fancybox-theme .fancybox-arrow--right::before {
  content: "\e902";
}

/* line 22970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-arrow--left {
  left: 1.42857rem;
}

/* line 22973, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-arrow--right {
  right: 1.42857rem;
}

/* line 22976, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-toolbar {
  top: 1.42857rem;
  right: 1.42857rem;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem;
}

/* line 22982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-toolbar .fancybox-button {
  margin-left: 0.35714rem;
  margin-right: 0.35714rem;
}

/* line 22986, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-thumbs {
  background-color: #000;
}

/* line 22989, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-thumbs > ul > li {
  border-color: #000;
}

/* line 22992, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-fancybox-theme .fancybox-thumbs > ul > li::before {
  border-color: #72c02c;
}

/* line 22995, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.fancybox-controls--canzoomIn .fancybox-placeholder,
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: inherit;
}

/* line 22999, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.fancybox-slide.has-animation {
  display: block;
}

/* line 23002, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.fancybox-is-sliding .fancybox-slide.has-animation,
.fancybox-slide--current.has-animation,
.fancybox-slide--next.has-animation,
.fancybox-slide--previous.has-animation {
  display: none;
}

/* line 23008, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.fancybox-is-sliding .fancybox-slide.has-animation.animated,
.fancybox-slide--current.has-animation.animated,
.fancybox-slide--next.has-animation.animated,
.fancybox-slide--previous.has-animation.animated {
  display: block;
}

/*--------------------------------------------------
  Hamburgers
----------------------------------------------------*/
/* line 23017, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.hamburger {
  padding: 10px;
}

/* line 23020, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.hamburger-box {
  width: 37px;
  height: 25px;
}

/* line 23024, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.hamburger-inner {
  margin-top: 1px;
}

/* line 23027, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 100%;
  height: 1px;
  border-radius: 0;
}

/* line 23032, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--light .hamburger-inner,
.u-header__section--light .hamburger-inner::after,
.u-header__section--light .hamburger-inner::before {
  background: #26304d;
}

/* line 23037, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-header__section--dark .hamburger-inner,
.u-header__section--dark .hamburger-inner::after,
.u-header__section--dark .hamburger-inner::before {
  background: #fff;
}

/* line 23042, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.hs-has-mega-menu:not(.hs-mega-menu-opened) *,
.hs-has-sub-menu:not(.hs-sub-menu-opened) * {
  transition: none !important;
}

/* line 23048, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.hs-has-mega-menu:not(.hs-mega-menu-opened) *::before, .hs-has-mega-menu:not(.hs-mega-menu-opened) *::after,
.hs-has-sub-menu:not(.hs-sub-menu-opened) *::before,
.hs-has-sub-menu:not(.hs-sub-menu-opened) *::after {
  transition: none !important;
}

/* line 23055, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class^="et-"] {
  line-height: 1.1;
}

/* line 23058, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.material-icons {
  position: relative;
  top: 0.14286rem;
}

/* line 23062, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-btn-floating .material-icons,
.u-chip .material-icons {
  top: 0;
}

/* line 23066, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.jFiler-jProgressBar {
  height: auto;
  margin-top: 0;
}

/*------------------------------------
  jQuery UI
------------------------------------*/
/* line 23073, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
  z-index: 991;
}

/* line 23080, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.ui-autocomplete .left {
  float: left;
}

/* line 23083, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.ui-autocomplete .right {
  float: right;
}

/* line 23086, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.ui-autocomplete .ui-menu-item {
  padding: 0;
}

/* line 23089, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.ui-autocomplete .ui-menu-item-wrapper {
  display: block;
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  padding: 7px 15px;
}

/* line 23096, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active, .ui-autocomplete .ui-menu-item-wrapper:hover {
  color: #fff;
  background-color: #72c02c;
  text-decoration: none;
}

/* line 23101, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.ui-autocomplete .ui-menu-item:hover {
  color: #fff;
  background-color: #72c02c;
}

/* line 23105, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
  background-color: transparent;
  border-color: transparent;
}

/* line 23109, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.ui-autocomplete-category {
  padding: 5px 15px;
  margin: 0;
  font-weight: bold;
}

/* line 23114, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.jvectormap-container {
  width: 100%;
  height: 100%;
}

/*------------------------------------
  Pin Map
------------------------------------*/
/* line 23121, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.point {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}

/* line 23127, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.point::before, .point::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
}

/* line 23133, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.point::before {
  top: 5px;
  left: 5px;
  width: 11px;
  height: 11px;
  background: #72c02c;
}

/* line 23140, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.point::after {
  top: 8px;
  left: 8px;
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.5);
}

/* line 23147, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.mwp-wrap {
  box-shadow: 0 1px 9px -1px;
  left: -82px;
  bottom: 35px !important;
}

/* line 23153, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.mwp-wrap::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
}

/* line 23165, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.embed-responsive .plyr--video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23172, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
pre[class*="language-"] {
  position: relative;
  margin: 0;
}

/* line 23176, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
pre[class*="language-"] .toolbar {
  position: absolute;
  top: -1px;
  right: -1px;
}

/* line 23181, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
pre[class*="language-"] .toolbar-item a {
  display: block;
  z-index: 10;
  padding: 5px 8px;
  font-size: 12px;
  color: #111;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 0 0 0 4px;
}

/* line 23192, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.select2-container .select2-selection--single {
  height: 2.5rem;
}

/* line 23195, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding: .5rem .75rem;
}

/* line 23199, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  line-height: 26px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 23207, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  vertical-align: middle;
  border: none;
  margin-top: 0;
  margin-left: 0;
}

/* line 23220, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  content: "\f0dc";
}

/* line 23223, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-0 + .select2-container--default .select2-selection--single {
  border-radius: 0;
}

/* line 23226, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.select2-results__option {
  position: relative;
}

/* line 23229, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.select2-results__option img:first-child {
  margin-right: 10px;
}

/* line 23232, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.select2-results__option img:last-child {
  margin-left: 10px;
}

/* line 23235, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.select2-results__option:hover .u-option-icons--v1 {
  opacity: 1;
}

/* line 23238, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v1 {
  position: relative;
}

/* line 23241, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.select2-container--default .u-select-v1 {
  height: auto;
  border-radius: 0;
}

/* line 23245, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.select2-container--default .u-select-v1 .select2-selection__rendered {
  padding: 0;
}

/* line 23248, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.select2-container--default .u-select-v1 .select2-selection__arrow {
  line-height: 22px;
}

/* line 23251, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.select2-container--default .u-select-v1:focus {
  outline: 0 none;
}

/* line 23254, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.slick-slide:focus {
  outline: 0 none;
}

/* line 23257, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[data-lazy] {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: ease-in;
}

/* line 23269, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-carousel .js-next,
.js-carousel .js-prev {
  opacity: 0;
}

/* line 23273, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-carousel.slick-initialized .js-next,
.js-carousel.slick-initialized .js-prev {
  opacity: 1;
}

/* line 23277, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-slide:first-child {
  height: auto;
}

/* line 23280, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.slick-vertical .slick-slide {
  border: none;
}

/*------------------------------------
  Border Colors
------------------------------------*/
/* Primary Colors */
/* line 23287, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.slick-active .g-brd-primary--before--active::before {
  border-color: #72c02c !important;
}

/* line 23290, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.slick-active .g-brd-primary--active {
  border-color: #72c02c !important;
}

/* line 23293, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-pagination .g-brd-primary--before--hover:hover::before {
  border-color: #72c02c !important;
}

/*------------------------------------
  Border Width
------------------------------------*/
/* line 23299, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.slick-active .g-brd-3--before--active::before {
  border-width: 3px !important;
}

/*------------------------------------
  Box shadows
------------------------------------*/
/* line 23305, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent.slick-current .u-shadow-v24--active {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

/*------------------------------------
  Dot line v1
------------------------------------*/
/* line 23312, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.slick-active .u-dot-line-v1__inner::before, .slick-active
.u-dot-line-v1-2__inner::before {
  width: 100%;
  height: 100%;
}

/*------------------------------------
  Dot line v2
------------------------------------*/
/* line 23320, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.slick-active .u-dot-line-v2__inner::before, .slick-active
.u-dot-line-v2-2__inner::before {
  width: 100%;
  height: 100%;
}

/* line 23325, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-has-sidebar-navigation .custombox-content,
.u-has-sidebar-navigation .custombox-overlay {
  left: 0;
  right: 0;
}

/*------------------------------------
  JS
------------------------------------*/
/* line 23333, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-carousel_single-item {
  max-width: 100%;
  position: relative;
}

/* line 23337, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-next,
.js-prev,
.js-thumb {
  cursor: pointer;
}

/* line 23342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-next,
.js-prev {
  z-index: 10;
}

/* line 23346, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-thumb img {
  display: inline-block;
}

/* line 23349, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-carousel_single-item-thumbs5__thumbs .js-thumb {
  opacity: .3;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 23361, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-carousel_single-item-thumbs5__thumbs .slick-center {
  opacity: 1;
}

/* line 23364, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-carousel_single-item-thumbs5--v2__thumbs .js-thumb {
  opacity: .4;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 23376, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-carousel_single-item-thumbs5--v2__thumbs .slick-center {
  opacity: 1;
}

/* line 23379, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-carousel_single-item-thumbs5--v3__thumbs .js-thumb {
  opacity: .4;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 23391, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-carousel_single-item-thumbs5--v3__thumbs .slick-center {
  opacity: 1;
}

/* line 23394, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-pagi-control--v2 {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #ddd;
  opacity: .3;
  cursor: pointer;
}

/* line 23404, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.slick-active .u-pagi-control-red {
  background-color: #f00;
}

/* line 23407, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.slick-active .u-pagi-control-grey {
  opacity: 1;
}

/* line 23410, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel--v3 .js-prev,
.u-carousel--v3 .js-next {
  top: 50%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 23424, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel--v3 .g-height-40.js-prev, .u-carousel--v3 .g-height-40.js-next {
  margin-top: -20px;
  left: 50%;
}

/* line 23428, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel--v3 .g-height-40.js-prev {
  margin-left: -99px;
}

/* line 23431, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel--v3 .g-height-40.js-next {
  margin-left: 65px;
}

/* line 23434, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel--v3:hover .js-prev,
.u-carousel--v3:hover .js-next {
  opacity: 1;
}

/* line 23438, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel--v4 {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 23442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel--v4 .js-prev,
.u-carousel--v4 .js-next {
  top: 50%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: ease-in;
}

/* line 23456, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel--v4 .g-height-40.js-prev, .u-carousel--v4 .g-height-40.js-next {
  margin-top: -20px;
  left: 50%;
}

/* line 23460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel--v4 .g-height-40.js-prev {
  margin-left: -160px;
}

/* line 23463, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel--v4 .g-height-40.js-next {
  margin-left: 125px;
}

/* line 23466, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel--v4:hover .js-prev,
.u-carousel--v4:hover .js-next {
  opacity: 1;
}

/*--------------------------------------------------
  Filter v1
----------------------------------------------------*/
/* line 23473, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-filter-v1 > li:not(:last-child)::after {
  content: "|";
  font-size: 0.71429rem;
  margin: 0 7px 0 14px;
  position: relative;
  top: -2px;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  color: #ddd;
}

/* line 23484, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-filter-v1 > li:hover,
.u-filter-v1 [class*="active"] {
  color: #72c02c;
}

/*--------------------------------------------------
  Carousel v10
----------------------------------------------------*/
/* line 23491, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v10 .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: auto;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

/* line 23500, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v10 .slick-dots li {
  display: block;
  margin-bottom: 5px;
}

/* line 23504, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v10 .slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: transparent;
  background: #ccc;
  border: none;
  outline: none;
}

/* line 23513, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v10 .slick-dots .slick-active button {
  background: #72c02c;
}

/* line 23516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v10-nav {
  margin-top: -135px;
}

/* line 23519, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v10-nav .js-slide {
  position: relative;
  cursor: pointer;
  height: 100%;
}

/* line 23524, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v10-nav .js-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
}

/* line 23537, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-v10-nav .js-slide.slick-current::after {
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  /* line 23541, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-v10 .slick-dots {
    visibility: visible;
  }

  /* line 23543, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .u-carousel-v10-nav {
    display: none;
  }
}
/*------------------------------------
  Internet Explorer (IE)
------------------------------------*/
/* Text Gradients */
/* line 23550, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.IE .g-color-cyan-gradient-opacity-v1,
.IE .g-color-blue-gradient-opacity-v1 {
  background: transparent;
  -webkit-text-fill-color: initial;
}

/* line 23555, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.IE .g-color-cyan-gradient-opacity-v1 {
  color: #00bed6;
}

/* line 23558, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.IE .g-color-blue-gradient-opacity-v1 {
  color: #8654da;
}

/* line 23561, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.IE .form-control:-ms-input-placeholder {
  opacity: 1;
}

/*------------------------------------
  Demo of Icons
------------------------------------*/
/* line 23567, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icons-demo__item {
  border: solid 1px #eee;
  margin: 0 -1px -1px 0;
  padding: 20px 15px;
}

/* line 23572, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-icons-demo-item__value, .u-icons-demo-item__value:focus {
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
}

/* Add here all your css styles (customizations) */
/*------------------------------------
  Globals
------------------------------------*/
/* Text */
/* line 23583, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-word-break {
  word-wrap: break-word;
}

/* Puller */
/* line 23587, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pull-50x-up {
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
}

/* line 23592, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pull-50x-bottom {
  -webkit-transform: translateY(51%);
  transform: translateY(51%);
}

/* line 23597, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pull-50x-left {
  -webkit-transform: translateX(-51%);
  transform: translateX(-51%);
}

/* line 23602, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pull-50x-right {
  -webkit-transform: translateX(51%);
  transform: translateX(51%);
}

/* Link overlay */
/*------------------------------------
  Background Attachment
------------------------------------*/
/* line 23611, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-attachment-fixed {
  background-attachment: fixed;
}

/*------------------------------------
  Background Gradient Colors
------------------------------------*/
/* Simple Linear Gradients
------------------------------------*/
/* Gray Light v1 */
/* line 23620, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-light-gradient-v1--after::after {
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.5), #f7f7f7);
}

/* White v1 */
/* line 23626, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-gradient-v1--after::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9));
}

/* Linear Gradients
------------------------------------*/
/* Gray Gradient */
/* line 23634, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg, #fff, #dbdbdb);
}

/* Blue Pink Gradient */
/* line 23641, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-bluepink-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(50deg, #2b7cb6, #f62d51);
}

/* Blue Gradient */
/* line 23647, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-blue-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(0deg, #73bec7, #4e66b0);
}

/* line 23653, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-blue-lineargradient-v2 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #429edc, #00629e);
}

/* line 23658, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-blue-lineargradient-v3 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #3266a2, #98cfbf);
}

/* line 23663, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-blue-lineargradient-v4 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #5b85df, #3ec2e3);
}

/* line 23668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-blue-lineargradient-v5 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #0050c2, #5180fa);
}

/* Orange Gradient */
/* line 23674, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-orange-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #be1715, #ed6d0f);
}

/* line 23679, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-orange-lineargradient-v2 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #f5cd21, #c22821);
}

/* Yellow Gradient */
/* line 23685, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-yellow-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #f59b00, #f5d400);
}

/* Dark Purple Gradient */
/* line 23691, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-darkpurple-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #0b011d, #330c3c);
}

/* Blue Gray Gradient */
/* line 23697, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-bluegray-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #1d253c, #3e4757);
}

/* Pink Gradient */
/* line 23703, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pink-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #b6003b, #ed1261);
}

/* Pink-v2 Gradient */
/* line 23709, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pink-lineargradient-v2 {
  background-image: linear-gradient(to right top, #fc7279 10%, #ff7b9c 65%, #ffc019 125%);
  background-repeat: no-repeat;
}

/* Red Gradient */
/* line 23716, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-red-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #d70417, #9f041b);
}

/* Black Gradient */
/* line 23722, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-gradient-opacity-v1,
.g-bg-black-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background-repeat: repeat-x;
}

/* Green Gradient */
/* line 23730, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-green-gradient-opacity-v1,
.g-bg-green-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(51, 152, 220, 0.5) 0%, rgba(114, 192, 44, 0.8) 100%);
  background-repeat: repeat-x;
}

/* Purple Gradient */
/* line 23738, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-purple-gradient-opacity-v1,
.g-bg-purple-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(114, 192, 44, 0.5) 0%, rgba(154, 105, 203, 0.8) 100%);
  background-repeat: repeat-x;
}

/* Pink Light Gradient */
/* line 23746, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pink-gradient-opacity-v1,
.g-bg-pink-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(114, 192, 44, 0.5) 0%, rgba(232, 28, 98, 0.8) 100%);
  background-repeat: repeat-x;
}

/* Cyan Gradient */
/* line 23754, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-cyan-gradient-opacity-v1,
.g-bg-cyan-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 153, 0.5) 0%, rgba(0, 190, 214, 0.6) 100%);
  background-repeat: repeat-x;
}

/* Purple Gradient */
/* line 23762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-purple-gradient-opacity-v1,
.g-bg-purple-gradient-opacity-v1--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, #b7ebf6, rgba(228, 97, 210, 0.7));
}

/* Primary Gradient */
/* line 23769, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-gradient-opacity-v1,
.g-bg-primary-gradient-opacity-v1--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, #72c02c, rgba(51, 152, 220, 0.7));
}

/* Gray Gradient */
/* line 23776, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-gradient-opacity-v1,
.g-bg-gray-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to top, #f7f7f7 0%, white 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
/* line 23784, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-gradient-opacity-v1,
.g-bg-white-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
/* line 23792, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-gradient-opacity-v2,
.g-bg-white-gradient-opacity-v2--after::after {
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
/* line 23800, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-gradient-opacity-v3,
.g-bg-white-gradient-opacity-v3--after::after {
  background-image: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0.3) 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
/* line 23808, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-gradient-opacity-v4,
.g-bg-white-gradient-opacity-v4--after::after {
  background-image: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0.3) 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
/* line 23816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-gradient-opacity-v5,
.g-bg-white-gradient-opacity-v5--after::after {
  background-image: linear-gradient(to right, white 47%, rgba(255, 255, 255, 0) 75%);
  background-repeat: repeat-x;
}

/* Bluegray Gradient */
/* line 23824, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-bluegray-gradient-opacity-v1,
.g-bg-bluegray-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to top, rgba(88, 95, 105, 0.2) 0%, transparent 100%);
  background-repeat: repeat-x;
}

/* Bluegray Gradient */
/* line 23832, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-bluegray-gradient-opacity-v2,
.g-bg-bluegray-gradient-opacity-v2--after::after {
  background-image: linear-gradient(to top, rgba(88, 95, 105, 0.3) 0%, transparent 100%);
  background-repeat: repeat-x;
}

/* Bluegray Gradient */
/* line 23840, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-bluegray-gradient-opacity-v3,
.g-bg-bluegray-gradient-opacity-v3--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, rgba(107, 125, 224, 0.85), #2a2734);
}

/* Secondary Gradient v1 */
/* line 23847, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-secondary-gradient-v1,
.g-bg-secondary-gradient-v1--after::after {
  background-image: linear-gradient(to top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  background-repeat: repeat-x;
}

/* Secondary Gradient v2 */
/* line 23855, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-secondary-gradient-v2,
.g-bg-secondary-gradient-v2--after::after {
  background-image: linear-gradient(to top, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
  background-repeat: repeat-x;
}

/* Radial Gradients (Ellipse)
------------------------------------*/
/* Lightblue Gradient */
/* line 23865, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-lightblue-radialgradient-ellipse {
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 22%, #d6e2ee);
  background-repeat: no-repeat;
}

/* Gray Gradient */
/* line 23871, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-radialgradient-ellipse {
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #dbdbdb 22%, #bbb);
  background-repeat: no-repeat;
}

/* Gray Gradient */
/* line 23877, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-graylight-radialgradient-ellipse {
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 25%, #eee);
  background-repeat: no-repeat;
}

/*  Radial Gradients (Circle)
------------------------------------*/
/* Lightblue Gradient */
/* line 23885, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-lightblue-radialgradient-circle {
  background-image: radial-gradient(circle farthest-corner at 75% 95%, #fff, #d6e2ee);
  background-repeat: no-repeat;
}

/* Blue Gradient */
/* line 23891, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-blue-radialgradient-circle {
  background-image: radial-gradient(circle farthest-side at 50% 50%, #2294d7, #275296);
  background-repeat: no-repeat;
}

/* Dark Gray Gradient */
/* line 23897, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-darkgray-radialgradient-circle {
  background-image: radial-gradient(circle farthest-side at 110% 0, #596070, #31353e);
  background-repeat: no-repeat;
}

/* line 23902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-blue-radialgradient-circle-endless {
  background-image: repeating-radial-gradient(circle at 50% 50%, #b9ecfe, #b9ecfe 10px, #82ddff 10px, #82ddff 20px);
}

/* line 23906, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-verticalstripes-endless {
  background: repeating-linear-gradient(to bottom, #fff, #fff 5px, #eee 5px, #eee 10px);
}

/*------------------------------------
  Background Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Main Colors */
/* line 23916, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-main {
  background-color: #fff !important;
}

/* Main Secondary */
/* line 23920, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-secondary {
  background-color: #fafafa !important;
}

/* Primary Colors */
/* line 23924, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary {
  background-color: #72c02c !important;
}

/* line 23927, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary--hover:hover {
  background-color: #72c02c !important;
}

/* line 23930, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-bg-primary--hover {
  background-color: #72c02c;
}

/* line 23933, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-bg-primary--parent-hover {
  background-color: #72c02c !important;
}

/* line 23936, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary--active.active,
.active .g-bg-primary--active {
  background-color: #72c02c !important;
}

/* line 23940, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent.active .g-bg-primary--parent-active {
  background-color: #72c02c !important;
}

/* line 23943, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary--before::before, .g-bg-primary--after::after {
  background-color: #72c02c !important;
}

/* line 23946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-dark-v1 {
  background-color: #26304d !important;
}

/* line 23949, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-dark-v2 {
  background-color: #901930 !important;
}

/* line 23952, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-dark-v3 {
  background-color: #7b1529 !important;
}

/* line 23955, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_1 {
  background-color: rgba(166, 29, 55, 0.1) !important;
}

/* line 23958, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_2 {
  background-color: rgba(166, 29, 55, 0.2) !important;
}

/* line 23961, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_2--hover:hover {
  background-color: rgba(166, 29, 55, 0.2) !important;
}

/* line 23964, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_2--hover--after:hover::after {
  background-color: rgba(166, 29, 55, 0.2) !important;
}

/* line 23967, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.active .g-bg-primary-opacity-0_2--active {
  background-color: rgba(166, 29, 55, 0.2) !important;
}

/* line 23970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_2--before::before, .g-bg-primary-opacity-0_2--after::after {
  background-color: rgba(166, 29, 55, 0.2) !important;
}

/* line 23973, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_3 {
  background-color: rgba(166, 29, 55, 0.3) !important;
}

/* line 23976, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_3--hover:hover {
  background-color: rgba(166, 29, 55, 0.3) !important;
}

/* line 23979, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_3--hover--after:hover::after {
  background-color: rgba(166, 29, 55, 0.3) !important;
}

/* line 23982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.active .g-bg-primary-opacity-0_3--active {
  background-color: rgba(166, 29, 55, 0.3) !important;
}

/* line 23985, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_3--before::before, .g-bg-primary-opacity-0_3--after::after {
  background-color: rgba(166, 29, 55, 0.3) !important;
}

/* line 23988, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_4 {
  background-color: rgba(166, 29, 55, 0.4) !important;
}

/* line 23991, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_4--hover:hover {
  background-color: rgba(166, 29, 55, 0.4) !important;
}

/* line 23994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_4--hover--after:hover::after {
  background-color: rgba(166, 29, 55, 0.4) !important;
}

/* line 23997, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_4--after::after {
  background-color: rgba(166, 29, 55, 0.4) !important;
}

/* line 24000, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_6 {
  background-color: rgba(166, 29, 55, 0.6) !important;
}

/* line 24003, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_6--hover:hover {
  background-color: rgba(166, 29, 55, 0.6) !important;
}

/* line 24006, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_6--hover--after:hover::after {
  background-color: rgba(166, 29, 55, 0.6) !important;
}

/* line 24009, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_6--after::after {
  background-color: rgba(166, 29, 55, 0.6) !important;
}

/* line 24012, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_8 {
  background-color: rgba(166, 29, 55, 0.8) !important;
}

/* line 24015, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_8--hover:hover {
  background-color: rgba(166, 29, 55, 0.8) !important;
}

/* line 24018, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_8--hover--after:hover::after {
  background-color: rgba(166, 29, 55, 0.8) !important;
}

/* line 24021, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_8--before::after, .g-bg-primary-opacity-0_8--after::after {
  background-color: rgba(166, 29, 55, 0.8) !important;
}

/* line 24024, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_8--before--hover:hover::after, .g-bg-primary-opacity-0_8--after--hover:hover::after {
  background-color: rgba(166, 29, 55, 0.8) !important;
}

/* line 24027, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_9 {
  background-color: rgba(166, 29, 55, 0.9) !important;
}

/* line 24030, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_9--hover:hover {
  background-color: rgba(166, 29, 55, 0.9) !important;
}

/* line 24033, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_9--hover--after:hover::after {
  background-color: rgba(166, 29, 55, 0.9) !important;
}

/* line 24036, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_9--before::after, .g-bg-primary-opacity-0_9--after::after {
  background-color: rgba(166, 29, 55, 0.9) !important;
}

/* line 24039, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-opacity-0_9--before--hover:hover::after, .g-bg-primary-opacity-0_9--after--hover:hover::after {
  background-color: rgba(166, 29, 55, 0.9) !important;
}

/* Black Colors */
/* line 24043, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black {
  background-color: #000 !important;
}

/* line 24046, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black--hover:hover {
  background-color: #000 !important;
}

/* line 24049, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black--after::after {
  background-color: #000 !important;
}

/* line 24052, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_1 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 24055, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_1--after::after {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 24058, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_2 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 24061, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_2--after::after {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 24064, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_3 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 24067, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_3--hover:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 24070, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_3--after::after, .g-bg-black-opacity-0_3--before::before {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 24073, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_3--hover--after:hover::after {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 24076, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_4 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* line 24079, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_4--after::after {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* line 24082, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_5 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 24085, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_5--hover:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 24088, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_5--after::after {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 24091, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_6 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 24094, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_6--hover:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 24097, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_6--after::after {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 24100, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_7 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 24103, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_7--hover:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 24106, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_7--after::after {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 24109, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_8 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 24112, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_8--after::after {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 24115, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_8--hover:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 24118, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_9 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* line 24121, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_9--after::after {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* line 24124, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-black-opacity-0_9--hover:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* line 24127, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-bg-black--hover {
  background-color: #000 !important;
}

/* White Colors */
/* line 24131, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white {
  background-color: #fff !important;
}

/* line 24134, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white--before::before, .g-bg-white--after::after {
  background-color: #fff !important;
}

/* line 24137, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white--hover:hover, .g-bg-white--active.active {
  background-color: #fff !important;
}

/* line 24140, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-bg-white--parent-hover {
  background-color: #fff !important;
}

/* line 24143, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white--before::before, .g-bg-white--after::after {
  background-color: #fff !important;
}

/* line 24146, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-bg-white-opacity-0--after--parent-hover::after {
  background-color: rgba(255, 255, 255, 0) !important;
}

/* line 24149, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_05 {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

/* line 24152, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_1 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 24155, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_1--after::after {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 24158, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 24161, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_2--hover:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 24164, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 24167, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_3--hover:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 24170, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_3--after::after {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 24173, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_4 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 24176, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_4--hover:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 24179, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_5 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 24182, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_5--after::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 24185, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_7 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 24188, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_7--hover:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 24191, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_7--after::after {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 24194, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_8 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 24197, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_8--hover:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 24200, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_8--after::after {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 24203, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_8--hover--after:hover::after {
  background-color: rgba(166, 29, 55, 0.8) !important;
}

/* line 24206, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_9 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* line 24209, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_9--hover:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* line 24212, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-white-opacity-0_9--after::after {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* Gray Colors */
/* line 24216, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-dark-v1 {
  background-color: #111 !important;
}

/* line 24219, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-dark-v1--hover:hover {
  background-color: #111 !important;
}

/* line 24222, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-dark-v2 {
  background-color: #333 !important;
}

/* line 24225, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-dark-v2--hover:hover {
  background-color: #333 !important;
}

/* line 24228, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-dark-v3 {
  background-color: #555 !important;
}

/* line 24231, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-dark-v3--hover:hover {
  background-color: #555 !important;
}

/* line 24234, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-dark-v4 {
  background-color: #777 !important;
}

/* line 24237, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-dark-v4--hover:hover {
  background-color: #777 !important;
}

/* line 24240, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-dark-v5 {
  background-color: #999 !important;
}

/* line 24243, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-dark-v5--hover:hover {
  background-color: #999 !important;
}

/* line 24246, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-light-v1 {
  background-color: #bbb !important;
}

/* line 24249, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-light-v1--hover:hover {
  background-color: #bbb !important;
}

/* line 24252, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-light-v2 {
  background-color: #ccc !important;
}

/* line 24255, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-light-v2--hover:hover {
  background-color: #ccc !important;
}

/* line 24258, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-light-v3 {
  background-color: #ddd !important;
}

/* line 24261, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-light-v3--hover:hover {
  background-color: #ddd !important;
}

/* line 24264, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-light-v4 {
  background-color: #eee !important;
}

/* line 24267, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-light-v4--hover:hover {
  background-color: #eee !important;
}

/* line 24270, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-light-v5 {
  background-color: #f7f7f7 !important;
}

/* line 24273, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-light-v5--hover:hover {
  background-color: #f7f7f7 !important;
}

/* line 24276, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-gray-light-v5--active.active,
.active .g-bg-gray-light-v5--active {
  background-color: #f7f7f7 !important;
}

/* Transparent */
/* line 24281, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-transparent {
  background-color: transparent !important;
}

/* line 24284, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-transparent--hover:hover {
  background-color: transparent !important;
}

/* line 24287, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-transparent--hover--after:hover::after {
  background-color: transparent !important;
}

/* line 24290, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-bg-transparent--parent-hover {
  background-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Beige Colors */
/* line 24296, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-beige {
  background-color: #e5e1de !important;
}

/* Color Green */
/* line 24300, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-green {
  background-color: #72c02c !important;
}

/* line 24303, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-green-opacity-0_1 {
  background-color: rgba(114, 192, 44, 0.1) !important;
}

/* line 24306, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-green--hover:hover {
  background-color: #72c02c !important;
}

/* Color Blue */
/* line 24310, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-blue {
  background-color: #3398dc !important;
}

/* line 24313, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-blue-opacity-0_1 {
  background-color: rgba(51, 152, 220, 0.1) !important;
}

/* line 24316, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-blue-opacity-0_7 {
  background-color: rgba(51, 152, 220, 0.7) !important;
}

/* line 24319, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-blue-opacity-0_9 {
  background-color: rgba(51, 152, 220, 0.9) !important;
}

/* line 24322, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-blue--hover:hover {
  background-color: #3398dc !important;
}

/* Color Light Blue */
/* line 24326, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-lightblue {
  background-color: #edf2f8 !important;
}

/* line 24329, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-lightblue-opacity-0_1 {
  background-color: rgba(237, 242, 248, 0.1) !important;
}

/* line 24332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-lightblue-v1 {
  background-color: #d6e2ee !important;
}

/* line 24335, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-lightblue-v1-opacity-0_1 {
  background-color: rgba(214, 226, 238, 0.1) !important;
}

/* Color Dark Blue */
/* line 24339, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-darkblue {
  background-color: #009 !important;
}

/* line 24342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-darkblue-opacity-0_1 {
  background-color: rgba(0, 0, 153, 0.1) !important;
}

/* Color Indigo */
/* line 24346, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-indigo {
  background-color: #4263a3 !important;
}

/* line 24349, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-indigo-opacity-0_1 {
  background-color: rgba(66, 99, 163, 0.1) !important;
}

/* Color Red */
/* line 24353, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-red {
  background-color: #f00 !important;
}

/* line 24356, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-red-opacity-0_1 {
  background-color: rgba(255, 0, 0, 0.1) !important;
}

/* line 24359, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-red-opacity-0_2 {
  background-color: rgba(255, 0, 0, 0.2) !important;
}

/* line 24362, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-red-opacity-0_5 {
  background-color: rgba(255, 0, 0, 0.5) !important;
}

/* line 24365, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-red-opacity-0_8 {
  background-color: rgba(255, 0, 0, 0.8) !important;
}

/* line 24368, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-red--hover:hover {
  background-color: #f00 !important;
}

/* Color Light Red */
/* line 24372, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-lightred {
  background-color: #e64b3b !important;
}

/* line 24375, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-lightred-opacity-0_1 {
  background-color: rgba(230, 75, 59, 0.1) !important;
}

/* line 24378, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-lightred--hover:hover {
  background-color: #e64b3b !important;
}

/* Color Dark Red */
/* line 24382, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-darkred {
  background-color: #a10f2b !important;
}

/* line 24385, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-darkred-opacity-0_1 {
  background-color: rgba(161, 15, 43, 0.1) !important;
}

/* Color Purple */
/* line 24389, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-purple {
  background-color: #9a69cb !important;
}

/* line 24392, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-purple-opacity-0_1 {
  background-color: rgba(154, 105, 203, 0.1) !important;
}

/* line 24395, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-purple-opacity-0_7 {
  background-color: rgba(154, 105, 203, 0.7) !important;
}

/* line 24398, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-purple-opacity-0_9 {
  background-color: rgba(154, 105, 203, 0.9) !important;
}

/* line 24401, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-purple-opacity-0_9--after::after {
  background-color: rgba(154, 105, 203, 0.9) !important;
}

/* line 24404, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-purple--hover:hover {
  background-color: #9a69cb !important;
}

/* Color Dark Purple */
/* line 24408, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-darkpurple {
  background-color: #6639b6 !important;
}

/* line 24411, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-darkpurple-opacity-0_1 {
  background-color: rgba(102, 57, 182, 0.1) !important;
}

/* Color Pink */
/* line 24415, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pink {
  background-color: #e81c62 !important;
}

/* line 24418, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pink-opacity-0_1 {
  background-color: rgba(232, 28, 98, 0.1) !important;
}

/* line 24421, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pink-opacity-0_9 {
  background-color: rgba(232, 28, 98, 0.9) !important;
}

/* line 24424, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pink--hover:hover {
  background-color: #e81c62 !important;
}

/* line 24427, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pink--before::after, .g-bg-pink--after::after {
  background-color: #e81c62 !important;
}

/* line 24430, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pink--before--hover:hover::after, .g-bg-pink--after--hover:hover::after {
  background-color: #e81c62 !important;
}

/* Color Orange */
/* line 24434, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-orange {
  background-color: #e57d20 !important;
}

/* line 24437, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-orange-opacity-0_1 {
  background-color: rgba(229, 125, 32, 0.1) !important;
}

/* line 24440, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-orange-opacity-0_2 {
  background-color: rgba(229, 125, 32, 0.2) !important;
}

/* line 24443, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-orange--hover:hover {
  background-color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 24447, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-deeporange {
  background-color: #fe541e !important;
}

/* line 24450, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-deeporange-opacity-0_1 {
  background-color: rgba(254, 84, 30, 0.1) !important;
}

/* line 24453, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-deeporange--hover:hover {
  background-color: #fe541e !important;
}

/* Color Yellow */
/* line 24457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-yellow {
  background-color: #ebc71d !important;
}

/* line 24460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-yellow-opacity-0_1 {
  background-color: rgba(235, 199, 29, 0.1) !important;
}

/* line 24463, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-yellow-opacity-0_7 {
  background: rgba(235, 199, 29, 0.7) !important;
}

/* line 24466, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-yellow--hover:hover {
  background-color: #ebc71d !important;
}

/* Color Aqua */
/* line 24470, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-aqua {
  background-color: #29d6e6 !important;
}

/* line 24473, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-aqua-opacity-0_1 {
  background-color: rgba(41, 214, 230, 0.1) !important;
}

/* line 24476, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-aqua-opacity-0_9 {
  background-color: rgba(41, 214, 230, 0.9) !important;
}

/* line 24479, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-aqua--hover:hover {
  background-color: #29d6e6 !important;
}

/* Color Cyan */
/* line 24483, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-cyan {
  background-color: #00bed6 !important;
}

/* line 24486, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-cyan-opacity-0_1 {
  background-color: rgba(0, 190, 214, 0.1) !important;
}

/* line 24489, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-cyan-opacity-0_9 {
  background-color: rgba(0, 190, 214, 0.9) !important;
}

/* line 24492, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-cyan-opacity-0_9--after::after {
  background-color: rgba(0, 190, 214, 0.9) !important;
}

/* line 24495, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-cyan--hover:hover {
  background-color: #00bed6 !important;
}

/* Color Teal */
/* line 24499, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-teal {
  background-color: #18ba9b !important;
}

/* line 24502, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-teal-opacity-0_1 {
  background-color: rgba(24, 186, 155, 0.1) !important;
}

/* line 24505, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-teal-opacity-0_9 {
  background-color: rgba(24, 186, 155, 0.9) !important;
}

/* line 24508, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-teal-opacity-0_9--after::after {
  background-color: rgba(24, 186, 155, 0.9) !important;
}

/* line 24511, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-teal--hover:hover {
  background-color: #18ba9b !important;
}

/* Color Brown */
/* line 24515, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-brown {
  background-color: #9c8061 !important;
}

/* line 24518, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-brown-opacity-0_1 {
  background-color: rgba(156, 128, 97, 0.1) !important;
}

/* line 24521, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-brown--hover:hover {
  background-color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 24525, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-bluegray {
  background-color: #585f69 !important;
}

/* line 24528, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-bluegray-opacity-0_1 {
  background-color: rgba(88, 95, 105, 0.1) !important;
}

/* line 24531, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-bluegray-opacity-0_2--before::before, .g-bg-bluegray-opacity-0_2--after::after {
  background-color: rgba(88, 95, 105, 0.2) !important;
}

/* line 24534, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-bluegray-opacity-0_3--before::before, .g-bg-bluegray-opacity-0_3--after::after {
  background-color: rgba(88, 95, 105, 0.3) !important;
}

/* line 24537, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-bluegray-opacity-0_5, .g-bg-bluegray-opacity-0_5--after::after {
  background-color: rgba(88, 95, 105, 0.5) !important;
}

/* line 24540, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-bluegray-opacity-0_7 {
  background-color: rgba(88, 95, 105, 0.7) !important;
}

/* line 24543, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-bluegray--hover:hover {
  background-color: #585f69 !important;
}

/* line 24546, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-grayscale-100x {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%);
}

/* line 24552, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-grayscale-0--parent-hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

/* line 24556, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-grayscale-0--hover:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

/* O */
@media (min-width: 576px) {
  /* line 24562, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-bg-transparent--sm {
    background-color: transparent !important;
  }
}
/*------------------------------------
  Background Colors Extended
------------------------------------*/
/* line 24568, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.js-header-change-moment .g-bg-primary--scrolling {
  background-color: #72c02c !important;
}

/*------------------------------------
  Social Background Colors
------------------------------------*/
/* Facebook */
/* line 24575, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-facebook {
  background-color: #3b5998;
}

/* line 24578, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-bg-facebook--hover, .g-bg-facebook--hover:hover {
  background-color: #344e86 !important;
}

/* Twitter */
/* line 24582, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-twitter {
  background-color: #00acee;
}

/* line 24585, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-bg-twitter--hover, .g-bg-twitter--hover:hover {
  background-color: #009ad5 !important;
}

/* Skype */
/* line 24589, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-skype {
  background-color: #00aff0;
}

/* line 24592, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-bg-skype--hover, .g-bg-skype--hover:hover {
  background-color: #009cd7 !important;
}

/* Pinterest */
/* line 24596, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pinterest {
  background-color: #c8232c;
}

/* line 24599, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-bg-pinterest--hover, .g-bg-pinterest--hover:hover {
  background-color: #b21f27 !important;
}

/* Vine */
/* line 24603, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-vine {
  background-color: #00bf8f;
}

/* line 24606, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-bg-vine--hover, .g-bg-vine--hover:hover {
  background-color: #00a67c !important;
}

/* Youtube */
/* line 24610, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-youtube {
  background-color: #c4302b;
}

/* line 24613, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-bg-youtube--hover, .g-bg-youtube--hover:hover {
  background-color: #af2b26 !important;
}

/* Google plus */
/* line 24617, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-google-plus {
  background-color: #dd4b39;
}

/* line 24620, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-bg-google-plus--hover, .g-bg-google-plus--hover:hover {
  background-color: #d73925 !important;
}

/* Dribbble */
/* line 24624, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-dribbble {
  background-color: #ea4c89;
}

/* line 24627, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-bg-dribbble--hover, .g-bg-dribbble--hover:hover {
  background-color: #e7357a !important;
}

/* VK */
/* line 24631, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-vk {
  background-color: #2b587a;
}

/* line 24634, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-bg-vk--hover, .g-bg-vk--hover:hover {
  background-color: #244a67 !important;
}

/* Linkedin */
/* line 24638, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-linkedin {
  background-color: #0e76a8;
}

/* line 24641, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-bg-linkedin--hover, .g-bg-linkedin--hover:hover {
  background-color: #0c6590 !important;
}

/* Instagram */
/* line 24645, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-instagram {
  background-color: #3f729b;
}

/* line 24648, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-bg-instagram--hover, .g-bg-instagram--hover:hover {
  background-color: #386589 !important;
}

/*------------------------------------
  Images Grid
------------------------------------*/
/* line 24654, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-grid-v1--before::before {
  background-image: url(../img/bg/grid/wave.png);
}

/* line 24657, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-grid-v2--before::after {
  background-image: url(../img/bg/grid/tile-left.png);
}

/* line 24660, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-grid-v3--before::after {
  background-image: url(../img/bg/grid/tile-right.png);
}

/* line 24663, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-grid-v4--before::after {
  background-image: url(../img/bg/grid/diagonal-left.png);
}

/* line 24666, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-grid-v5--before::after {
  background-image: url(../img/bg/grid/diagonal-right.png);
}

/* line 24669, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-grid-v6--before::after {
  background-image: url(../img/bg/grid/zigzag-left.png);
}

/* line 24672, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-grid-v7--before::after {
  background-image: url(../img/bg/grid/zigzag-right.png);
}

/*------------------------------------
  Covers
------------------------------------*/
/* line 24678, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-cover {
  position: relative;
}

/* line 24681, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 24689, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-cover-v1::after {
  position: absolute;
  top: 0.35714rem;
  right: 0.35714rem;
  bottom: 0.35714rem;
  left: 0.35714rem;
}

/* line 24696, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-cover__inner {
  z-index: 1;
  position: relative;
}

/*------------------------------------
  Background Image Style
------------------------------------*/
/* line 24703, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*------------------------------------
  Background Patterns
------------------------------------*/
/* line 24711, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pattern-green {
  background-image: url("../img/bg/pattern--green.png");
}

/*------------------------------------
  Background Position
------------------------------------*/
/* line 24717, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pos-center {
  background-position: center;
}

/* line 24720, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pos-left-center {
  background-position: left center;
}

/* line 24723, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pos-top-left {
  background-position: top left;
}

/* line 24726, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pos-top-right {
  background-position: top right;
}

/* line 24729, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pos-top-center {
  background-position: top center;
}

/* line 24732, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-pos-bottom-center {
  background-position: bottom center;
}

/*------------------------------------
  Background Repeat
------------------------------------*/
/* line 24738, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-no-repeat {
  background-repeat: no-repeat;
}

/*------------------------------------
  Background Size
------------------------------------*/
/* line 24744, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-size-cover {
  background-size: cover !important;
}

/* line 24747, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-size-100x {
  background-size: 100% !important;
}

/* line 24750, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-size-100x--hover:hover {
  background-size: 100% !important;
}

/* line 24753, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-bg-size-100x--parent-hover {
  background-size: 100% !important;
}

/* line 24756, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-size-120x {
  background-size: 120% !important;
}

/* line 24759, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-size-120x--hover {
  background-size: 120% !important;
}

/* line 24762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-bg-size-120x--parent-hover {
  background-size: 120% !important;
}

/* line 24765, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-repeat {
  background-repeat: repeat !important;
  /* P */
  background-size: auto !important;
}

/* Primary Colors */
/* line 24771, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-fill-primary {
  fill: #72c02c !important;
}

/* line 24774, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-fill-primary path,
.g-fill-primary polygon {
  fill: #72c02c !important;
}

/* line 24778, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-fill-primary--hover:hover path,
.g-fill-primary--hover:hover polygon {
  fill: #72c02c !important;
}

/* line 24782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > * > .g-fill-primary--hover-parent svg path,
*:hover > * > .g-fill-primary--hover-parent svg polygon {
  fill: #72c02c !important;
}

/* line 24786, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-fill-white {
  fill: #fff !important;
}

/* line 24789, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-fill-white path,
.g-fill-white polygon {
  fill: #fff !important;
}

/* line 24793, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-fill-white--opened-menu:not(.collapsed) path,
.g-fill-white--opened-menu:not(.collapsed) polygon {
  fill: #fff !important;
}

/* line 24797, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:not(.collapsed) > .g-fill-white--parent-opened-menu path,
*:not(.collapsed) > .g-fill-white--parent-opened-menu polygon {
  fill: #fff !important;
}

/* line 24801, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-fill-white--hover:hover path,
.g-fill-white--hover:hover polygon {
  fill: #fff !important;
}

/* line 24805, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > * > .g-fill-white--hover-parent svg path,
*:hover > * > .g-fill-white--hover-parent svg polygon {
  fill: #fff !important;
}

/* line 24809, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-fill-main {
  fill: #26304d !important;
}

/* line 24812, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-fill-main path,
.g-fill-main polygon {
  fill: #26304d !important;
}

/* line 24816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-fill-main--opened-menu:not(.collapsed) path,
.g-fill-main--opened-menu:not(.collapsed) polygon {
  fill: #26304d !important;
}

/* line 24820, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:not(.collapsed) > .g-fill-main--parent-opened-menu path,
*:not(.collapsed) > .g-fill-main--parent-opened-menu polygon {
  fill: #26304d !important;
}

/* line 24824, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-fill-main--hover:hover path,
.g-fill-main--hover:hover polygon {
  fill: #26304d !important;
}

/* line 24828, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > * > .g-fill-main--hover-parent svg path,
*:hover > * > .g-fill-main--hover-parent svg polygon {
  fill: #fff !important;
}

/* line 24832, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-fill-gray-light-v4 path,
.g-fill-gray-light-v4 polygon {
  fill: #eee !important;
}

/* line 24836, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-fill-gray-light-v4--hover:hover path,
.g-fill-gray-light-v4--hover:hover polygon {
  fill: #eee !important;
}

/* line 24840, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > * > .g-fill-gray-light-v4--hover-parent svg path,
*:hover > * > .g-fill-gray-light-v4--hover-parent svg polygon {
  fill: #eee !important;
}

/* line 24844, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-fill-red path,
.g-fill-red polygon {
  fill: #f00 !important;
}

/* line 24848, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-fill-red--hover:hover path,
.g-fill-red--hover:hover polygon {
  fill: #f00 !important;
}

/* line 24852, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > * > .g-fill-red--hover-parent path,
*:hover > * > .g-fill-red--hover-parent polygon {
  fill: #f00 !important;
}

/* line 24856, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-fill-red--parent-hover path,
*:hover > .g-fill-red--parent-hover polygon {
  fill: #f00 !important;
}

/* line 24860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > * > * > .g-fill-red--parent-parent-parent-hover path,
*:hover > * > * > .g-fill-red--parent-parent-parent-hover polygon {
  fill: #f00 !important;
}

/*------------------------------------
  Borders Default (solid)
------------------------------------*/
/* line 24867, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-none {
  /* P */
  border: none !important;
}

/* line 24871, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-x {
  border-left: solid 1px transparent !important;
  border-right: solid 1px transparent !important;
}

/* line 24875, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-y {
  border-top: solid 1px transparent !important;
  border-bottom: solid 1px transparent !important;
}

/* line 24879, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-around {
  border: solid 1px transparent !important;
}

/* line 24882, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-top {
  border-top: solid 1px transparent !important;
}

/* line 24885, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-right {
  border-right: solid 1px transparent !important;
}

/* line 24888, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-bottom {
  border-bottom: solid 1px transparent !important;
}

/* line 24891, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-left {
  border-left: solid 1px transparent !important;
}

/* line 24894, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-left-none {
  border-left: none !important;
}

@media (min-width: 576px) {
  /* line 24898, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-around--sm {
    border: solid 1px transparent !important;
  }

  /* line 24900, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top--sm {
    border-top: solid 1px transparent !important;
  }

  /* line 24902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-right--sm {
    border-right: solid 1px transparent !important;
  }

  /* line 24904, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-bottom--sm {
    border-bottom: solid 1px transparent !important;
  }

  /* line 24906, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left--sm {
    border-left: solid 1px transparent !important;
  }
}
@media (min-width: 768px) {
  /* line 24910, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-x--md {
    border-left: solid 1px transparent !important;
    border-right: solid 1px transparent !important;
  }

  /* line 24913, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-around--md {
    border: solid 1px transparent !important;
  }

  /* line 24915, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top--md {
    border-top: solid 1px transparent !important;
  }

  /* line 24917, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-right--md {
    border-right: solid 1px transparent !important;
  }

  /* line 24919, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-bottom--md {
    border-bottom: solid 1px transparent !important;
  }

  /* line 24921, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left--md {
    border-left: solid 1px transparent !important;
  }
}
@media (min-width: 992px) {
  /* P */
  /* line 24926, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-around--lg {
    border: solid 1px transparent !important;
  }

  /* line 24928, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top--lg {
    border-top: solid 1px transparent !important;
  }

  /* line 24930, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-right--lg {
    border-right: solid 1px transparent !important;
  }

  /* line 24932, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-bottom--lg {
    border-bottom: solid 1px transparent !important;
  }

  /* line 24934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left--lg {
    border-left: solid 1px transparent !important;
  }

  /* line 24936, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left-none--lg {
    border-left: none !important;
  }

  /* line 24938, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-x--lg {
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
  }

  /* line 24941, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-none--lg {
    border: none !important;
  }
}
/*------------------------------------
  Borders None
------------------------------------*/
/* line 24947, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-around-none {
  border-width: 0 !important;
}

/* line 24950, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-top-none {
  border-top: none !important;
}

/* line 24953, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-right-none {
  border-right: none !important;
}

/* line 24956, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-bottom-none {
  border-bottom: none !important;
}

/* line 24959, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-left-none {
  border-left: none !important;
}

@media (min-width: 576px) {
  /* line 24963, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-around-none--sm {
    border: none !important;
  }

  /* line 24965, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top-none--sm {
    border-top: none !important;
  }

  /* line 24967, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-right-none--sm {
    border-right: none !important;
  }

  /* line 24969, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-bottom-none--sm {
    border-bottom: none !important;
  }

  /* line 24971, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left-none--sm {
    border-left: none !important;
  }
}
@media (min-width: 768px) {
  /* line 24975, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-around-none--md {
    border: none !important;
  }

  /* line 24977, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top-none--md {
    border-top: none !important;
  }

  /* line 24979, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-right-none--md {
    border-right: none !important;
  }

  /* line 24981, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-bottom-none--md {
    border-bottom: none !important;
  }

  /* line 24983, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left-none--md {
    border-left: none !important;
  }
}
@media (min-width: 992px) {
  /* line 24987, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-around-none--lg {
    border: none !important;
  }

  /* line 24989, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top-none--lg {
    border-top: none !important;
  }

  /* line 24991, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-right-none--lg {
    border-right: none !important;
  }

  /* line 24993, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-bottom-none--lg {
    border-bottom: none !important;
  }

  /* line 24995, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left-none--lg {
    border-left: none !important;
  }
}
/*------------------------------------
  Border Style
------------------------------------*/
/* line 25001, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-style-solid {
  border-style: solid !important;
}

/* line 25004, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-style-dashed {
  border-style: dashed !important;
}

/* line 25007, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-style-dotted {
  border-style: dotted !important;
}

/*------------------------------------
  Border Radius (Rounded Styles)
------------------------------------*/
/* Rounded Around */
/* line 25014, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 25017, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-50x {
  border-radius: 50%;
}

/* line 25020, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-1 {
  border-radius: 1px !important;
}

/* line 25023, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-2 {
  border-radius: 2px !important;
}

/* line 25026, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-3 {
  border-radius: 3px !important;
}

/* line 25029, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-4 {
  border-radius: 4px !important;
}

/* line 25032, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-5 {
  border-radius: 5px !important;
}

/* line 25035, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-6 {
  border-radius: 6px !important;
}

/* line 25038, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-7 {
  border-radius: 7px !important;
}

/* line 25041, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-10 {
  border-radius: 10px !important;
}

/* line 25044, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-15 {
  border-radius: 15px !important;
}

/* line 25047, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-20 {
  border-radius: 20px !important;
}

/* line 25050, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-25 {
  border-radius: 25px !important;
}

/* line 25053, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-30 {
  border-radius: 30px !important;
}

/* line 25056, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-50 {
  border-radius: 50px !important;
}

/* line 25059, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-100 {
  border-radius: 100px !important;
}

/* line 25062, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-100--after::after {
  border-radius: 100px !important;
}

/* Rounded Top */
/* line 25066, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-top-5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

/* Rounded Right */
/* line 25071, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 25075, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-right-3 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

/* line 25079, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-right-5 {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* line 25083, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-right-10 {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

/* line 25087, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-right-20 {
  border-bottom-right-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

/* line 25091, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-right-30 {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

/* line 25095, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-right-50 {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

/* Rounded Bottom */
/* line 25100, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 25104, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-bottom-3 {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

/* line 25108, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-bottom-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* line 25112, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-bottom-5 {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* Rounded Left */
/* line 25117, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 25121, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-left-3 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

/* line 25125, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-left-5 {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 25129, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-left-10 {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

/* line 25133, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-left-20 {
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
}

/* line 25137, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-left-30 {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

/* line 25141, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-left-50 {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

/* line 25145, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-circle--before::before {
  border-radius: 50% !important;
}

/* line 25148, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-rounded-circle--after::after {
  border-radius: 50% !important;
}

@media (min-width: 768px) {
  /* line 25152, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-rounded-0--md {
    border-radius: 0 !important;
  }

  /* line 25154, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-rounded-left-0--md {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  /* line 25157, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-rounded-right-0--md {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  /* line 25162, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-rounded-left-5--lg-up {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  /* line 25165, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-rounded-right-5--lg-up {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}
/*------------------------------------
  Borders Default (dashed)
------------------------------------*/
/* line 25172, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-around--dashed {
  border: dashed 1px transparent;
}

/* line 25175, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-top--dashed {
  border-top: dashed 1px transparent;
}

/* line 25178, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-bottom--dashed {
  border-bottom: dashed 1px transparent;
}

/* line 25181, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-right--dashed {
  border-right: dashed 1px transparent;
}

/* line 25184, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-left--dashed {
  border-left: dashed 1px transparent;
}

@media (min-width: 576px) {
  /* line 25188, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-around--dashed--sm {
    border: dashed 1px transparent;
  }

  /* line 25190, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top--dashed--sm {
    border-top: dashed 1px transparent;
  }

  /* line 25192, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-bottom--dashed--sm {
    border-bottom: dashed 1px transparent;
  }

  /* line 25194, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-right--dashed--sm {
    border-right: dashed 1px transparent;
  }

  /* line 25196, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left--dashed--sm {
    border-left: dashed 1px transparent;
  }
}
@media (min-width: 768px) {
  /* line 25200, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-around--dashed--md {
    border: dashed 1px transparent;
  }

  /* line 25202, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top--dashed--md {
    border-top: dashed 1px transparent;
  }

  /* line 25204, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-bottom--dashed--md {
    border-bottom: dashed 1px transparent;
  }

  /* line 25206, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-right--dashed--md {
    border-right: dashed 1px transparent;
  }

  /* line 25208, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left--dashed--md {
    border-left: dashed 1px transparent;
  }
}
/*------------------------------------
  Borders Default (dotted)
------------------------------------*/
/* line 25214, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-around--dotted {
  border: dotted 1px transparent;
}

/* line 25217, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-top--dotted {
  border-top: dotted 1px transparent;
}

/* line 25220, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-bottom--dotted {
  border-bottom: dotted 1px transparent;
}

/* line 25223, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-right--dotted {
  border-right: dotted 1px transparent;
}

/* line 25226, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-left--dotted {
  border-left: dotted 1px transparent;
}

@media (min-width: 576px) {
  /* line 25230, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-around--dotted--sm {
    border: dotted 1px transparent;
  }

  /* line 25232, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top--dotted--sm {
    border-top: dotted 1px transparent;
  }

  /* line 25234, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-bottom--dotted--sm {
    border-bottom: dotted 1px transparent;
  }

  /* line 25236, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-right--dotted--sm {
    border-right: dotted 1px transparent;
  }

  /* line 25238, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left--dotted--sm {
    border-left: dotted 1px transparent;
  }
}
@media (min-width: 768px) {
  /* line 25242, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-around--dotted--md {
    border: dotted 1px transparent;
  }

  /* line 25244, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top--dotted--md {
    border-top: dotted 1px transparent;
  }

  /* line 25246, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-bottom--dotted--md {
    border-bottom: dotted 1px transparent;
  }

  /* line 25248, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-right--dotted--md {
    border-right: dotted 1px transparent;
  }

  /* line 25250, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left--dotted--md {
    border-left: dotted 1px transparent;
  }
}
/*------------------------------------
  Border Width
------------------------------------*/
/* line 25256, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-0 {
  border-width: 0 !important;
}

/* line 25259, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-1 {
  border-width: 1px !important;
}

/* line 25262, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-2 {
  border-width: 2px !important;
}

/* line 25265, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-3 {
  border-width: 3px !important;
}

/* line 25268, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-3--before::before {
  border-width: 3px !important;
}

/* line 25271, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-3--before--active.active::before {
  border-width: 3px !important;
}

/* line 25274, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-4 {
  border-width: 4px !important;
}

/* line 25277, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-5 {
  border-width: 5px !important;
}

/* line 25280, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-6 {
  border-width: 6px !important;
}

/* line 25283, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-7 {
  border-width: 7px !important;
}

/* line 25286, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-10 {
  border-width: 10px !important;
}

/* line 25289, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-12 {
  border-width: 12px !important;
}

/* line 25292, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-top-0 {
  border-top-width: 0 !important;
}

/* line 25295, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-top-2 {
  border-top-width: 2px !important;
}

/* line 25298, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-top-3 {
  border-top-width: 3px !important;
}

/* line 25301, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-top-5 {
  border-top-width: 5px !important;
}

/* line 25304, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-bottom-0 {
  border-bottom-width: 0 !important;
}

/* line 25307, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 25310, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-bottom-2--hover:hover {
  border-bottom-width: 2px !important;
}

/* line 25313, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-brd-bottom-2--parent-hover {
  border-bottom-width: 2px !important;
}

/* line 25316, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 25319, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-left-0 {
  border-left-width: 0 !important;
}

/* line 25322, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-left-1 {
  border-left-width: 1px !important;
}

/* line 25325, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-left-2 {
  border-left-width: 2px !important;
}

/* line 25328, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-left-3 {
  border-left-width: 3px !important;
}

/* line 25331, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-left-4 {
  border-left-width: 4px !important;
}

@media (min-width: 768px) {
  /* line 25335, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-0--md {
    border-width: 0 !important;
  }

  /* line 25337, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-1--md {
    border-width: 1px !important;
  }

  /* line 25339, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-2--md {
    border-width: 2px !important;
  }

  /* line 25341, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-3--md {
    border-width: 3px !important;
  }

  /* line 25343, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-4--md {
    border-width: 4px !important;
  }

  /* line 25345, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-5--md {
    border-width: 5px !important;
  }

  /* line 25347, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-6--md {
    border-width: 6px !important;
  }

  /* line 25349, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-10--md {
    border-width: 10px !important;
  }

  /* line 25351, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top-0--md {
    border-top-width: 0 !important;
  }

  /* line 25353, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top-2--md {
    border-top-width: 2px !important;
  }

  /* line 25355, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top-3--md {
    border-top-width: 3px !important;
  }

  /* line 25357, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top-5--md {
    border-top-width: 5px !important;
  }

  /* line 25359, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-bottom-0--md {
    border-bottom-width: 0 !important;
  }

  /* line 25361, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-bottom-2--md {
    border-bottom-width: 2px !important;
  }

  /* line 25363, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-bottom-5--md {
    border-bottom-width: 5px !important;
  }

  /* line 25365, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left-0--md {
    border-left-width: 0 !important;
  }

  /* line 25367, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left-1--md {
    border-left-width: 1px !important;
  }

  /* line 25369, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left-2--md {
    border-left-width: 2px !important;
  }

  /* line 25371, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left-3--md {
    border-left-width: 3px !important;
  }

  /* line 25373, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left-4--md {
    border-left-width: 4px !important;
  }

  /* line 25375, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-right-0--md {
    border-right-width: 0 !important;
  }

  /* line 25377, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-right-1--md {
    border-right-width: 1px !important;
  }
}
@media (min-width: 992px) {
  /* line 25381, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-0--lg {
    border-width: 0 !important;
  }

  /* line 25383, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-1--lg {
    border-width: 1px !important;
  }

  /* line 25385, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top-0--lg {
    border-top-width: 0 !important;
  }

  /* line 25387, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-top-1--lg {
    border-top-width: 1px !important;
  }

  /* line 25389, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-bottom-0--lg {
    border-bottom-width: 0 !important;
  }

  /* line 25391, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-bottom-1--lg {
    border-bottom-width: 1px !important;
  }

  /* line 25393, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left-0--lg {
    border-left-width: 0 !important;
  }

  /* line 25395, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-left-1--lg {
    border-left-width: 1px !important;
  }

  /* line 25397, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-right-0--lg {
    border-right-width: 0 !important;
  }

  /* line 25399, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-brd-right-1--lg {
    border-right-width: 1px !important;
  }
}
/*------------------------------------
  Border Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Primary Colors */
/* line 25408, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary {
  border-color: #72c02c !important;
}

/* line 25411, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary--before::before {
  border-color: #72c02c !important;
}

/* line 25414, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary--before--active.active::before {
  border-color: #72c02c !important;
}

/* line 25417, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary--hover:hover, .g-brd-primary--active.active {
  border-color: #72c02c !important;
}

/* line 25420, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary--active.active,
.active .g-brd-primary--active {
  border-color: #72c02c !important;
}

/* line 25424, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-primary--hover-parent {
  border-color: #72c02c !important;
}

/* line 25427, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-opacity-0_3 {
  border-color: rgba(166, 29, 55, 0.3) !important;
}

/* line 25430, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-opacity-0_3--hover:hover, .g-brd-primary-opacity-0_3--active.active {
  border-color: rgba(166, 29, 55, 0.3) !important;
}

/* line 25433, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-primary-opacity-0_3--hover-parent {
  border-color: rgba(166, 29, 55, 0.3) !important;
}

/* line 25436, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v1 {
  border-color: #26304d !important;
}

/* line 25439, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v1--hover:hover, .g-brd-primary-dark-dark-v1--active.active {
  border-color: #26304d !important;
}

/* line 25442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-primary-dark-dark-v1--hover-parent {
  border-color: #26304d !important;
}

/* line 25445, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v2 {
  border-color: #901930 !important;
}

/* line 25448, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v2--hover:hover, .g-brd-primary-dark-dark-v2--active.active {
  border-color: #901930 !important;
}

/* line 25451, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-primary-dark-dark-v2--hover-parent {
  border-color: #901930 !important;
}

/* line 25454, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v3 {
  border-color: #7b1529 !important;
}

/* line 25457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v3--hover:hover, .g-brd-primary-dark-dark-v3--active.active {
  border-color: #7b1529 !important;
}

/* line 25460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-primary-dark-dark-v3--hover-parent {
  border-color: #7b1529 !important;
}

/* line 25463, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-bottom-primary--hover:hover {
  border-bottom-color: #72c02c !important;
}

/* Main Colors */
/* line 25467, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-main {
  border-color: #26304d !important;
}

/* line 25470, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-main--hover:hover {
  border-color: #26304d !important;
}

/* Black Colors */
/* line 25474, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-black {
  border-color: #000 !important;
}

/* line 25477, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-black--hover:hover, .g-brd-black--active.active {
  border-color: #000 !important;
}

/* line 25480, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-black--hover-parent {
  border-color: #000 !important;
}

/* line 25483, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-black-opacity-0_4 {
  border-color: rgba(0, 0, 0, 0.4) !important;
}

/* White Colors */
/* line 25487, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white {
  border-color: #fff !important;
}

/* line 25490, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white--hover:hover, .g-brd-white--active.active {
  border-color: #fff !important;
}

/* line 25493, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-white--hover-parent {
  border-color: #fff !important;
}

/* line 25496, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_1 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 25499, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_1--hover:hover, .g-brd-white-opacity-0_1--active.active {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 25502, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-white-opacity-0_1--hover-parent {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 25505, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_2 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 25508, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_2--hover:hover, .g-brd-white-opacity-0_2--active.active {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 25511, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-white-opacity-0_2--hover-parent {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 25514, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_3 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 25517, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_3--hover:hover, .g-brd-white-opacity-0_3--active.active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 25520, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-white-opacity-0_3--hover-parent {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 25523, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_4 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 25526, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_4--hover:hover, .g-brd-white-opacity-0_4--active.active {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 25529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-white-opacity-0_4--hover-parent {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 25532, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_5 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 25535, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_5--hover:hover, .g-brd-white-opacity-0_5--active.active {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 25538, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-white-opacity-0_5--hover-parent {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 25541, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_6 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 25544, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_6--hover:hover, .g-brd-white-opacity-0_6--active.active {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 25547, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-white-opacity-0_6--hover-parent {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 25550, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_8 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 25553, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_8--hover:hover, .g-brd-white-opacity-0_8--active.active {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 25556, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-white-opacity-0_8--hover-parent {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* Gray Colors */
/* line 25560, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v1 {
  border-color: #111 !important;
}

/* line 25563, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v1--hover:hover, .g-brd-gray-dark-v1--active.active {
  border-color: #111 !important;
}

/* line 25566, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-gray-dark-v1--hover-parent {
  border-color: #111 !important;
}

/* line 25569, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v2 {
  border-color: #333 !important;
}

/* line 25572, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v2--hover:hover, .g-brd-gray-dark-v2--active.active {
  border-color: #333 !important;
}

/* line 25575, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-gray-dark-v2--hover-parent {
  border-color: #333 !important;
}

/* line 25578, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v3 {
  border-color: #555 !important;
}

/* line 25581, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v3--hover:hover, .g-brd-gray-dark-v3--active.active {
  border-color: #555 !important;
}

/* line 25584, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-gray-dark-v3--hover-parent {
  border-color: #555 !important;
}

/* line 25587, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v4 {
  border-color: #777 !important;
}

/* line 25590, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v4--hover:hover, .g-brd-gray-dark-v4--active.active {
  border-color: #777 !important;
}

/* line 25593, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-gray-dark-v4--hover-parent {
  border-color: #777 !important;
}

/* line 25596, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v5 {
  border-color: #999 !important;
}

/* line 25599, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v5--hover:hover, .g-brd-gray-dark-v5--active.active {
  border-color: #999 !important;
}

/* line 25602, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-gray-dark-v5--hover-parent {
  border-color: #999 !important;
}

/* line 25605, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v1 {
  border-color: #bbb !important;
}

/* line 25608, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v1--hover:hover, .g-brd-gray-light-v1--focus:focus, .g-brd-gray-light-v1--active.active {
  border-color: #bbb !important;
}

/* line 25611, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-gray-light-v1--hover-parent {
  border-color: #bbb !important;
}

/* line 25614, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v2 {
  border-color: #ccc !important;
}

/* line 25617, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v2--before::before {
  border-color: #ccc !important;
}

/* line 25620, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v2--after::after {
  border-color: #ccc !important;
}

/* line 25623, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v2--hover:hover, .g-brd-gray-light-v2--active.active {
  border-color: #ccc !important;
}

/* line 25626, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-gray-light-v2--hover-parent {
  border-color: #ccc !important;
}

/* line 25629, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v3 {
  border-color: #ddd !important;
}

/* line 25632, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v3--hover:hover, .g-brd-gray-light-v3--active.active, .g-brd-gray-light-v3--focus:focus {
  border-color: #ddd !important;
}

/* line 25635, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-gray-light-v3--hover-parent {
  border-color: #ddd !important;
}

/* line 25638, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v4 {
  border-color: #eee !important;
}

/* line 25641, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v4--hover:hover, .g-brd-gray-light-v4--active.active {
  border-color: #eee !important;
}

/* line 25644, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-gray-light-v4--hover-parent {
  border-color: #eee !important;
}

/* line 25647, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v5 {
  border-color: #f7f7f7 !important;
}

/* line 25650, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v5--hover:hover, .g-brd-gray-light-v5--active.active {
  border-color: #f7f7f7 !important;
}

/* line 25653, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-gray-light-v5--hover-parent {
  border-color: #f7f7f7 !important;
}

/* Transparent */
/* line 25657, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-transparent {
  border-color: transparent !important;
}

/* line 25660, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-transparent--before::before {
  border-color: transparent !important;
}

/* line 25663, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-transparent--after::after {
  border-color: transparent !important;
}

/* line 25666, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-transparent--hover:hover, .g-brd-transparent--active.active {
  border-color: transparent !important;
}

/* line 25669, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-transparent--hover-parent {
  border-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
/* line 25675, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-green {
  border-color: #72c02c !important;
}

/* line 25678, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-green--hover:hover, .g-brd-green--active.active {
  border-color: #72c02c !important;
}

/* line 25681, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-green--hover-parent {
  border-color: #72c02c !important;
}

/* Color Blue */
/* line 25685, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-blue {
  border-color: #3398dc !important;
}

/* line 25688, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-blue--hover:hover, .g-brd-blue--active.active {
  border-color: #3398dc !important;
}

/* line 25691, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-blue--hover-parent {
  border-color: #3398dc !important;
}

/* line 25694, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-blue-opacity-0_1 {
  border-color: rgba(51, 152, 220, 0.1) !important;
}

/* Color Light Blue */
/* line 25698, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightblue {
  border-color: #edf2f8 !important;
}

/* line 25701, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightblue--hover:hover, .g-brd-lightblue--active.active {
  border-color: #edf2f8 !important;
}

/* line 25704, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-lightblue--hover-parent {
  border-color: #edf2f8 !important;
}

/* line 25707, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightblue-v1 {
  border-color: #d6e2ee !important;
}

/* line 25710, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightblue-v1--hover:hover, .g-brd-lightblue-v1--active.active {
  border-color: #d6e2ee !important;
}

/* line 25713, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-lightblue-v1--hover-parent {
  border-color: #d6e2ee !important;
}

/* Color Dark Blue */
/* line 25717, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkblue {
  border-color: #009 !important;
}

/* line 25720, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkblue--hover:hover, .g-brd-darkblue--active.active {
  border-color: #009 !important;
}

/* line 25723, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-darkblue--hover-parent {
  border-color: #009 !important;
}

/* Color Indigo */
/* line 25727, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-indigo {
  border-color: #4263a3 !important;
}

/* line 25730, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-indigo--hover:hover, .g-brd-indigo--active.active {
  border-color: #4263a3 !important;
}

/* line 25733, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-indigo--hover-parent {
  border-color: #4263a3 !important;
}

/* Color Red */
/* line 25737, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-red {
  border-color: #f00 !important;
}

/* line 25740, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-red--hover:hover, .g-brd-red--active.active {
  border-color: #f00 !important;
}

/* line 25743, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-red--hover-parent {
  border-color: #f00 !important;
}

/* Color Light Red */
/* line 25747, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightred {
  border-color: #e64b3b !important;
}

/* line 25750, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightred--hover:hover, .g-brd-lightred--active.active {
  border-color: #e64b3b !important;
}

/* line 25753, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-lightred--hover-parent {
  border-color: #e64b3b !important;
}

/* Color Dark Red */
/* line 25757, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkred {
  border-color: #a10f2b !important;
}

/* line 25760, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkred--hover:hover, .g-brd-darkred--active.active {
  border-color: #a10f2b !important;
}

/* line 25763, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-darkred--hover-parent {
  border-color: #a10f2b !important;
}

/* Color Purple */
/* line 25767, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-purple {
  border-color: #9a69cb !important;
}

/* line 25770, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-purple--hover:hover, .g-brd-purple--active.active {
  border-color: #9a69cb !important;
}

/* line 25773, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-purple--hover-parent {
  border-color: #9a69cb !important;
}

/* line 25776, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-purple-opacity-0_1 {
  border-color: rgba(154, 105, 203, 0.1) !important;
}

/* Color Dark Purple */
/* line 25780, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkpurple {
  border-color: #6639b6 !important;
}

/* line 25783, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkpurple--hover:hover, .g-brd-darkpurple--active.active {
  border-color: #6639b6 !important;
}

/* line 25786, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-darkpurple--hover-parent {
  border-color: #6639b6 !important;
}

/* Color Pink */
/* line 25790, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pink {
  border-color: #e81c62 !important;
}

/* line 25793, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pink--hover:hover, .g-brd-pink--active.active {
  border-color: #e81c62 !important;
}

/* line 25796, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-pink--hover-parent {
  border-color: #e81c62 !important;
}

/* Color Orange */
/* line 25800, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-orange {
  border-color: #e57d20 !important;
}

/* line 25803, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-orange--hover:hover, .g-brd-orange--active.active {
  border-color: #e57d20 !important;
}

/* line 25806, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-orange--hover-parent {
  border-color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 25810, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-deeporange {
  border-color: #fe541e !important;
}

/* line 25813, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-deeporange--hover:hover, .g-brd-deeporange--active.active {
  border-color: #fe541e !important;
}

/* line 25816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-deeporange--hover-parent {
  border-color: #fe541e !important;
}

/* Color Yellow */
/* line 25820, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-yellow {
  border-color: #ebc71d !important;
}

/* line 25823, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-yellow--hover:hover, .g-brd-yellow--active.active {
  border-color: #ebc71d !important;
}

/* line 25826, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-yellow--hover-parent {
  border-color: #ebc71d !important;
}

/* Color Aqua */
/* line 25830, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-aqua {
  border-color: #29d6e6 !important;
}

/* line 25833, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-aqua--hover:hover, .g-brd-aqua--active.active {
  border-color: #29d6e6 !important;
}

/* line 25836, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-aqua--hover-parent {
  border-color: #29d6e6 !important;
}

/* Color Cyan */
/* line 25840, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-cyan {
  border-color: #00bed6 !important;
}

/* line 25843, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-cyan--hover:hover, .g-brd-cyan--active.active {
  border-color: #00bed6 !important;
}

/* line 25846, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-cyan--hover-parent {
  border-color: #00bed6 !important;
}

/* Color Teal */
/* line 25850, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-teal {
  border-color: #18ba9b !important;
}

/* line 25853, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-teal--hover:hover, .g-brd-teal--active.active {
  border-color: #18ba9b !important;
}

/* line 25856, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-teal--hover-parent {
  border-color: #18ba9b !important;
}

/* Color Brown */
/* line 25860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-brown {
  border-color: #9c8061 !important;
}

/* line 25863, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-brown--hover:hover, .g-brd-brown--active.active {
  border-color: #9c8061 !important;
}

/* line 25866, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-brown--hover-parent {
  border-color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 25870, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-bluegray {
  border-color: #585f69 !important;
}

/* line 25873, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-bluegray--hover:hover, .g-brd-bluegray--active.active {
  border-color: #585f69 !important;
}

/* line 25876, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-brd-bluegray--hover-parent {
  border-color: #585f69 !important;
}

/* Primary Colors */
/* line 25880, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-top {
  border-top-color: #72c02c !important;
}

/* line 25883, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-top--before::before {
  border-top-color: #72c02c !important;
}

/* line 25886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-bottom {
  border-bottom-color: #72c02c !important;
}

/* line 25889, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-bottom--before:before {
  border-bottom-color: #72c02c !important;
}

/* line 25892, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-left {
  border-left-color: #72c02c !important;
}

/* line 25895, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-left--before:before {
  border-left-color: #72c02c !important;
}

/* line 25898, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-right {
  border-right-color: #72c02c !important;
}

/* line 25901, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-right--before:before {
  border-right-color: #72c02c !important;
}

/* line 25904, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-opacity-0_3-top {
  border-top-color: rgba(166, 29, 55, 0.3) !important;
}

/* line 25907, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-opacity-0_3-bottom {
  border-bottom-color: rgba(166, 29, 55, 0.3) !important;
}

/* line 25910, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-opacity-0_3-left {
  border-left-color: rgba(166, 29, 55, 0.3) !important;
}

/* line 25913, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-opacity-0_3-right {
  border-right-color: rgba(166, 29, 55, 0.3) !important;
}

/* line 25916, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v1-top {
  border-top-color: #26304d !important;
}

/* line 25919, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v1-bottom {
  border-bottom-color: #26304d !important;
}

/* line 25922, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v1-left {
  border-left-color: #26304d !important;
}

/* line 25925, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v1-right {
  border-right-color: #26304d !important;
}

/* line 25928, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v2-top {
  border-top-color: #901930 !important;
}

/* line 25931, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v2-bottom {
  border-bottom-color: #901930 !important;
}

/* line 25934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v2-left {
  border-left-color: #901930 !important;
}

/* line 25937, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v2-right {
  border-right-color: #901930 !important;
}

/* line 25940, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v3-top {
  border-top-color: #7b1529 !important;
}

/* line 25943, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v3-bottom {
  border-bottom-color: #7b1529 !important;
}

/* line 25946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v3-left {
  border-left-color: #7b1529 !important;
}

/* line 25949, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-dark-dark-v3-right {
  border-right-color: #7b1529 !important;
}

/* Black Colors */
/* line 25953, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-black-top {
  border-top-color: #000 !important;
}

/* line 25956, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-black-bottom {
  border-bottom-color: #000 !important;
}

/* line 25959, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-black-left {
  border-left-color: #000 !important;
}

/* line 25962, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-black-right {
  border-right-color: #000 !important;
}

/* White */
/* line 25966, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-top {
  border-top-color: #fff !important;
}

/* line 25969, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-bottom {
  border-bottom-color: #fff !important;
}

/* line 25972, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-left {
  border-left-color: #fff !important;
}

/* line 25975, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-right {
  border-right-color: #fff !important;
}

/* line 25978, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_1-top {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 25981, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_1-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 25984, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_1-left {
  border-left-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 25987, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_1-right {
  border-right-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 25990, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_2-top {
  border-top-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 25993, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_2-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 25996, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_2-left {
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 25999, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_2-right {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 26002, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_3-top {
  border-top-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 26005, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_3-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 26008, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_3-left {
  border-left-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 26011, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_3-right {
  border-right-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 26014, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_4-top {
  border-top-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 26017, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_4-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 26020, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_4-left {
  border-left-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 26023, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_4-right {
  border-right-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 26026, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_5-top {
  border-top-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 26029, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_5-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 26032, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_5-left {
  border-left-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 26035, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_5-right {
  border-right-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 26038, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_6-top {
  border-top-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 26041, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_6-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 26044, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_6-left {
  border-left-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 26047, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-white-opacity-0_6-right {
  border-right-color: rgba(255, 255, 255, 0.6) !important;
}

/* Gray Colors */
/* line 26051, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v1-top {
  border-top-color: #111 !important;
}

/* line 26054, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v1-bottom {
  border-bottom-color: #111 !important;
}

/* line 26057, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v1-left {
  border-left-color: #111 !important;
}

/* line 26060, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v1-right {
  border-right-color: #111 !important;
}

/* line 26063, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v2-top {
  border-top-color: #333 !important;
}

/* line 26066, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v2-bottom {
  border-bottom-color: #333 !important;
}

/* line 26069, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v2-left {
  border-left-color: #333 !important;
}

/* line 26072, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v2-right {
  border-right-color: #333 !important;
}

/* line 26075, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v3-top {
  border-top-color: #555 !important;
}

/* line 26078, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v3-bottom {
  border-bottom-color: #555 !important;
}

/* line 26081, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v3-left {
  border-left-color: #555 !important;
}

/* line 26084, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v3-right {
  border-right-color: #555 !important;
}

/* line 26087, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v4-top {
  border-top-color: #777 !important;
}

/* line 26090, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v4-bottom {
  border-bottom-color: #777 !important;
}

/* line 26093, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v4-left {
  border-left-color: #777 !important;
}

/* line 26096, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v4-right {
  border-right-color: #777 !important;
}

/* line 26099, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v5-top {
  border-top-color: #999 !important;
}

/* line 26102, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v5-bottom {
  border-bottom-color: #999 !important;
}

/* line 26105, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v5-left {
  border-left-color: #999 !important;
}

/* line 26108, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-dark-v5-right {
  border-right-color: #999 !important;
}

/* line 26111, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v1-top {
  border-top-color: #bbb !important;
}

/* line 26114, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v1-bottom {
  border-bottom-color: #bbb !important;
}

/* line 26117, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v1-left {
  border-left-color: #bbb !important;
}

/* line 26120, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v1-right {
  border-right-color: #bbb !important;
}

/* line 26123, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v2-top {
  border-top-color: #ccc !important;
}

/* line 26126, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v2-bottom {
  border-bottom-color: #ccc !important;
}

/* line 26129, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v2-left {
  border-left-color: #ccc !important;
}

/* line 26132, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v2-right {
  border-right-color: #ccc !important;
}

/* line 26135, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v3-top {
  border-top-color: #ddd !important;
}

/* line 26138, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v3-bottom {
  border-bottom-color: #ddd !important;
}

/* line 26141, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v3-left {
  border-left-color: #ddd !important;
}

/* line 26144, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v3-right {
  border-right-color: #ddd !important;
}

/* line 26147, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v4-top {
  border-top-color: #eee !important;
}

/* line 26150, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v4-bottom {
  border-bottom-color: #eee !important;
}

/* line 26153, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v4-left {
  border-left-color: #eee !important;
}

/* line 26156, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v4-right {
  border-right-color: #eee !important;
}

/* line 26159, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v5-top {
  border-top-color: #f7f7f7 !important;
}

/* line 26162, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v5-bottom {
  border-bottom-color: #f7f7f7 !important;
}

/* line 26165, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v5-left {
  border-left-color: #f7f7f7 !important;
}

/* line 26168, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-gray-light-v5-right {
  border-right-color: #f7f7f7 !important;
}

/* Transparent */
/* line 26172, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-transparent-top {
  border-top-color: transparent !important;
}

/* line 26175, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-transparent-bottom {
  border-bottom-color: transparent !important;
}

/* line 26178, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-transparent-left {
  border-left-color: transparent !important;
}

/* line 26181, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-transparent-right {
  border-right-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
/* line 26187, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-green-top {
  border-top-color: #72c02c !important;
}

/* line 26190, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-green-bottom {
  border-bottom-color: #72c02c !important;
}

/* line 26193, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-green-left {
  border-left-color: #72c02c !important;
}

/* line 26196, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-green-right {
  border-right-color: #72c02c !important;
}

/* Color Blue */
/* line 26200, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-blue-top {
  border-top-color: #3398dc !important;
}

/* line 26203, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-blue-bottom {
  border-bottom-color: #3398dc !important;
}

/* line 26206, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-blue-left {
  border-left-color: #3398dc !important;
}

/* line 26209, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-blue-right {
  border-right-color: #3398dc !important;
}

/* Color Light Blue */
/* line 26213, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightblue-top {
  border-top-color: #edf2f8 !important;
}

/* line 26216, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightblue-bottom {
  border-bottom-color: #edf2f8 !important;
}

/* line 26219, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightblue-left {
  border-left-color: #edf2f8 !important;
}

/* line 26222, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightblue-right {
  border-right-color: #edf2f8 !important;
}

/* line 26225, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightblue-v1-top {
  border-top-color: #d6e2ee !important;
}

/* line 26228, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightblue-v1-bottom {
  border-bottom-color: #d6e2ee !important;
}

/* line 26231, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightblue-v1-left {
  border-left-color: #d6e2ee !important;
}

/* line 26234, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightblue-v1-right {
  border-right-color: #d6e2ee !important;
}

/* Color Dark Blue */
/* line 26238, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkblue-top {
  border-top-color: #009 !important;
}

/* line 26241, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkblue-bottom {
  border-bottom-color: #009 !important;
}

/* line 26244, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkblue-left {
  border-left-color: #009 !important;
}

/* line 26247, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkblue-right {
  border-right-color: #009 !important;
}

/* Color Indigo */
/* line 26251, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-indigo-top {
  border-top-color: #4263a3 !important;
}

/* line 26254, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-indigo-bottom {
  border-bottom-color: #4263a3 !important;
}

/* line 26257, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-indigo-left {
  border-left-color: #4263a3 !important;
}

/* line 26260, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-indigo-right {
  border-right-color: #4263a3 !important;
}

/* Color Red */
/* line 26264, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-red-top {
  border-top-color: #f00 !important;
}

/* line 26267, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-red-bottom {
  border-bottom-color: #f00 !important;
}

/* line 26270, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-red-left {
  border-left-color: #f00 !important;
}

/* line 26273, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-red-right {
  border-right-color: #f00 !important;
}

/* Color Light Red */
/* line 26277, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightred-top {
  border-top-color: #e64b3b !important;
}

/* line 26280, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightred-bottom {
  border-bottom-color: #e64b3b !important;
}

/* line 26283, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightred-left {
  border-left-color: #e64b3b !important;
}

/* line 26286, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-lightred-right {
  border-right-color: #e64b3b !important;
}

/* Color Dark Red */
/* line 26290, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkred-top {
  border-top-color: #a10f2b !important;
}

/* line 26293, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkred-bottom {
  border-bottom-color: #a10f2b !important;
}

/* line 26296, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkred-left {
  border-left-color: #a10f2b !important;
}

/* line 26299, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkred-right {
  border-right-color: #a10f2b !important;
}

/* Color Purple */
/* line 26303, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-purple-top {
  border-top-color: #9a69cb !important;
}

/* line 26306, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-purple-bottom {
  border-bottom-color: #9a69cb !important;
}

/* line 26309, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-purple-left {
  border-left-color: #9a69cb !important;
}

/* line 26312, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-purple-right {
  border-right-color: #9a69cb !important;
}

/* Color Dark Purple */
/* line 26316, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkpurple-top {
  border-top-color: #6639b6 !important;
}

/* line 26319, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkpurple-bottom {
  border-bottom-color: #6639b6 !important;
}

/* line 26322, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkpurple-left {
  border-left-color: #6639b6 !important;
}

/* line 26325, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-darkpurple-right {
  border-right-color: #6639b6 !important;
}

/* Color Pink */
/* line 26329, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pink-top {
  border-top-color: #e81c62 !important;
}

/* line 26332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pink-bottom {
  border-bottom-color: #e81c62 !important;
}

/* line 26335, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pink-left {
  border-left-color: #e81c62 !important;
}

/* line 26338, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pink-right {
  border-right-color: #e81c62 !important;
}

/* Color Orange */
/* line 26342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-orange-top {
  border-top-color: #e57d20 !important;
}

/* line 26345, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-orange-bottom {
  border-bottom-color: #e57d20 !important;
}

/* line 26348, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-orange-left {
  border-left-color: #e57d20 !important;
}

/* line 26351, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-orange-right {
  border-right-color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 26355, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-deeporange-top {
  border-top-color: #fe541e !important;
}

/* line 26358, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-deeporange-bottom {
  border-bottom-color: #fe541e !important;
}

/* line 26361, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-deeporange-left {
  border-left-color: #fe541e !important;
}

/* line 26364, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-deeporange-right {
  border-right-color: #fe541e !important;
}

/* Color Yellow */
/* line 26368, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-yellow-top {
  border-top-color: #ebc71d !important;
}

/* line 26371, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-yellow-bottom {
  border-bottom-color: #ebc71d !important;
}

/* line 26374, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-yellow-left {
  border-left-color: #ebc71d !important;
}

/* line 26377, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-yellow-right {
  border-right-color: #ebc71d !important;
}

/* Color Aqua */
/* line 26381, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-aqua-top {
  border-top-color: #29d6e6 !important;
}

/* line 26384, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-aqua-bottom {
  border-bottom-color: #29d6e6 !important;
}

/* line 26387, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-aqua-left {
  border-left-color: #29d6e6 !important;
}

/* line 26390, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-aqua-right {
  border-right-color: #29d6e6 !important;
}

/* Color Cyan */
/* line 26394, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-cyan-top {
  border-top-color: #00bed6 !important;
}

/* line 26397, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-cyan-bottom {
  border-bottom-color: #00bed6 !important;
}

/* line 26400, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-cyan-left {
  border-left-color: #00bed6 !important;
}

/* line 26403, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-cyan-right {
  border-right-color: #00bed6 !important;
}

/* Color Teal */
/* line 26407, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-teal-top {
  border-top-color: #18ba9b !important;
}

/* line 26410, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-teal-bottom {
  border-bottom-color: #18ba9b !important;
}

/* line 26413, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-teal-left {
  border-left-color: #18ba9b !important;
}

/* line 26416, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-teal-right {
  border-right-color: #18ba9b !important;
}

/* Color Brown */
/* line 26420, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-brown-top {
  border-top-color: #9c8061 !important;
}

/* line 26423, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-brown-bottom {
  border-bottom-color: #9c8061 !important;
}

/* line 26426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-brown-left {
  border-left-color: #9c8061 !important;
}

/* line 26429, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-brown-right {
  border-right-color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 26433, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-bluegray-top {
  border-top-color: #585f69 !important;
}

/* line 26436, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-bluegray-bottom {
  border-bottom-color: #585f69 !important;
}

/* line 26439, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-bluegray-left {
  border-left-color: #585f69 !important;
}

/* line 26442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-bluegray-right {
  border-right-color: #585f69 !important;
}

/* O */
/* line 26446, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-top--hover:hover {
  border-top-color: #72c02c !important;
}

/* line 26449, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-top--hover:hover::after {
  border-top-color: #72c02c;
}

/* line 26452, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-top--active.active {
  border-top-color: #72c02c !important;
}

/* line 26455, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-top--active.active::after {
  border-top-color: #72c02c;
}

/* line 26458, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-bottom--hover:hover {
  border-bottom-color: #72c02c !important;
}

/* line 26461, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-bottom--hover:hover::after {
  border-bottom-color: #72c02c;
}

/* line 26464, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-bottom--active.active {
  border-bottom-color: #72c02c !important;
}

/* line 26467, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-primary-bottom--active.active::after {
  border-bottom-color: #72c02c;
}

/* line 26470, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pinterest {
  border-color: #c8232c !important;
}

/* line 26473, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pinterest::after {
  border-color: #c8232c !important;
}

/* line 26476, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pinterest-top--hover:hover {
  border-top-color: #c8232c !important;
}

/* line 26479, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pinterest-top--hover:hover::after {
  border-top-color: #c8232c;
}

/* line 26482, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pinterest-top--active.active {
  border-top-color: #c8232c !important;
}

/* line 26485, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pinterest-top--active.active::after {
  border-top-color: #c8232c;
}

/* line 26488, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pinterest-bottom--hover:hover {
  border-bottom-color: #c8232c !important;
}

/* line 26491, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pinterest-bottom--hover:hover::after {
  border-bottom-color: #c8232c;
}

/* line 26494, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pinterest-bottom--active.active {
  border-bottom-color: #c8232c !important;
}

/* line 26497, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pinterest-bottom--active.active::after {
  border-bottom-color: #c8232c;
}

/*------------------------------------
  Social Border Colors
------------------------------------*/
/* Facebook */
/* line 26504, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-facebook {
  border-color: #3b5998;
}

/* line 26507, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-facebook--hover:hover {
  border-color: #3b5998 !important;
}

/* Twitter */
/* line 26511, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-twitter {
  border-color: #00acee;
}

/* line 26514, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-twitter--hover:hover {
  border-color: #00acee !important;
}

/* Skype */
/* line 26518, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-skype {
  border-color: #00aff0;
}

/* line 26521, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-skype--hover:hover {
  border-color: #00aff0 !important;
}

/* Pinterest */
/* line 26525, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pinterest {
  border-color: #c8232c;
}

/* line 26528, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-pinterest--hover:hover {
  border-color: #c8232c !important;
}

/* Vine */
/* line 26532, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-vine {
  border-color: #00bf8f;
}

/* line 26535, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-vine--hover:hover {
  border-color: #00bf8f !important;
}

/* Youtube */
/* line 26539, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-youtube {
  border-color: #c4302b;
}

/* line 26542, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-youtube--hover:hover {
  border-color: #c4302b !important;
}

/* Google plus */
/* line 26546, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-google-plus {
  border-color: #dd4b39;
}

/* line 26549, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-google-plus--hover:hover {
  border-color: #dd4b39 !important;
}

/* Dribbble */
/* line 26553, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-dribbble {
  border-color: #ea4c89;
}

/* line 26556, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-dribbble--hover:hover {
  border-color: #ea4c89 !important;
}

/* VK */
/* line 26560, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-vk {
  border-color: #2b587a;
}

/* line 26563, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-vk--hover:hover {
  border-color: #2b587a !important;
}

/* Linkedin */
/* line 26567, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-linkedin {
  border-color: #0e76a8;
}

/* line 26570, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-linkedin--hover:hover {
  border-color: #0e76a8 !important;
}

/* Instagram */
/* line 26574, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-instagram {
  border-color: #3f729b;
}

/* line 26577, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-instagram--hover:hover {
  border-color: #3f729b !important;
}

/*------------------------------------
  Border Gradient Colors
------------------------------------*/
/* Cyan Gradient */
/* line 26584, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-cyan-gradient-opacity-v1 {
  -o-border-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55) 0%, rgba(0, 190, 214, 0.6) 100%);
     border-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55) 0%, rgba(0, 190, 214, 0.6) 100%);
  border-image-slice: 1;
}

/*------------------------------------
  Typography Font Family
------------------------------------*/
/* line 26592, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-secondary {
  font-family: "Alegreya", serif;
}

/* line 26595, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-code {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 26598, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-niconne {
  font-family: "Niconne", cursive;
}

/*------------------------------------
  Typography Font Size
------------------------------------*/
/* line 26604, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-default {
  font-size: 1rem !important;
}

/* line 26607, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-70x {
  font-size: 70% !important;
}

/* line 26610, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-75x {
  font-size: 75% !important;
}

/* line 26613, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-80x {
  font-size: 80% !important;
}

/* line 26616, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-85x {
  font-size: 85% !important;
}

/* line 26619, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-90x {
  font-size: 90% !important;
}

/* line 26622, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-95x {
  font-size: 95% !important;
}

/* line 26625, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-0 {
  font-size: 0;
}

/* line 26628, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-5 {
  font-size: 0.35714rem !important;
}

/* line 26631, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-8 {
  font-size: 0.57143rem !important;
}

/* line 26634, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-9 {
  font-size: 0.64286rem !important;
}

/* line 26637, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-10 {
  font-size: 0.71429rem !important;
}

/* line 26640, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-11 {
  font-size: 0.78571rem !important;
}

/* line 26643, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-12 {
  font-size: 0.85714rem !important;
}

/* line 26646, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-13 {
  font-size: 0.92857rem !important;
}

/* line 26649, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-14 {
  font-size: 1rem !important;
}

/* line 26652, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-15 {
  font-size: 1.07143rem !important;
}

/* line 26655, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-16 {
  font-size: 1.14286rem !important;
}

/* line 26658, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-17 {
  font-size: 1.21429rem !important;
}

/* line 26661, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-18 {
  font-size: 1.28571rem !important;
}

/* line 26664, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-20 {
  font-size: 1.42857rem !important;
}

/* line 26667, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-22 {
  font-size: 1.57143rem !important;
}

/* line 26670, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-23 {
  font-size: 1.64286rem !important;
}

/* line 26673, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-24 {
  font-size: 1.71429rem !important;
}

/* line 26676, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-25 {
  font-size: 1.78571rem !important;
}

/* line 26679, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-26 {
  font-size: 1.85714rem !important;
}

/* line 26682, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-27 {
  font-size: 1.92857rem !important;
}

/* line 26685, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-28 {
  font-size: 2rem !important;
}

/* line 26688, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-30 {
  font-size: 2.14286rem !important;
}

/* line 26691, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-32 {
  font-size: 2.28571rem !important;
}

/* line 26694, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-33 {
  font-size: 2.35714rem !important;
}

/* line 26697, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-35 {
  font-size: 2.5rem !important;
}

/* line 26700, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-36 {
  font-size: 2.57143rem !important;
}

/* line 26703, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-38 {
  font-size: 2.71429rem !important;
}

/* line 26706, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-40 {
  font-size: 2.85714rem !important;
}

/* line 26709, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-42 {
  font-size: 3rem !important;
}

/* line 26712, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-45 {
  font-size: 3.21429rem !important;
}

/* line 26715, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-46 {
  font-size: 3.28571rem !important;
}

/* line 26718, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-48 {
  font-size: 3.42857rem !important;
}

/* line 26721, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-50 {
  font-size: 3.57143rem !important;
}

/* line 26724, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-55 {
  font-size: 3.92857rem !important;
}

/* line 26727, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-56 {
  font-size: 4rem !important;
}

/* line 26730, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-60 {
  font-size: 4.28571rem !important;
}

/* line 26733, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-65 {
  font-size: 4.64286rem !important;
}

/* line 26736, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-70 {
  line-height: 70px;
  font-size: 5rem !important;
}

/* line 26740, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-75 {
  font-size: 5.35714rem !important;
}

/* line 26743, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-76 {
  font-size: 5.42857rem !important;
}

/* line 26746, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-80 {
  font-size: 5.71429rem !important;
}

/* line 26749, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-86 {
  font-size: 6.14286rem !important;
}

/* line 26752, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-90 {
  font-size: 6.42857rem !important;
}

/* line 26755, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-120 {
  font-size: 8.57143rem !important;
}

/* line 26758, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-200 {
  line-height: 210px;
  font-size: 14.28571rem !important;
}

/* line 26762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-size-180 {
  font-size: 12.85714rem !important;
}

@media (min-width: 576px) {
  /* line 26766, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-20--sm {
    font-size: 1.42857rem !important;
  }

  /* line 26768, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-25--sm {
    font-size: 1.78571rem !important;
  }

  /* line 26770, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-40--sm {
    font-size: 2.85714rem !important;
  }

  /* line 26772, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-50--sm {
    font-size: 3.57143rem !important;
  }

  /* line 26774, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-240--sm {
    font-size: 17.14286rem !important;
  }
}
@media (min-width: 768px) {
  /* line 26778, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-default--md {
    font-size: 1rem !important;
  }

  /* line 26780, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-12--md {
    font-size: 0.85714rem !important;
  }

  /* line 26782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-16--md {
    font-size: 1.14286rem !important;
  }

  /* line 26784, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-18--md {
    font-size: 1.28571rem !important;
  }

  /* line 26786, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-20--md {
    font-size: 1.42857rem !important;
  }

  /* line 26788, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-24--md {
    font-size: 1.71429rem !important;
  }

  /* line 26790, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-25--md {
    font-size: 1.78571rem !important;
  }

  /* line 26792, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-26--md {
    font-size: 1.85714rem !important;
  }

  /* line 26794, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-27--md {
    font-size: 1.92857rem !important;
  }

  /* line 26796, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-28--md {
    font-size: 2rem !important;
  }

  /* line 26798, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-30--md {
    font-size: 2.14286rem !important;
  }

  /* line 26800, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-32--md {
    font-size: 2.28571rem !important;
  }

  /* line 26802, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-35--md {
    font-size: 2.5rem !important;
  }

  /* line 26804, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-36--md {
    font-size: 2.57143rem !important;
  }

  /* line 26806, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-40--md {
    font-size: 2.85714rem !important;
  }

  /* line 26808, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-45--md {
    font-size: 3.21429rem !important;
  }

  /* line 26810, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-46--md {
    font-size: 3.28571rem !important;
  }

  /* line 26812, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-48--md {
    font-size: 3.42857rem !important;
  }

  /* line 26814, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-50--md {
    font-size: 3.57143rem !important;
  }

  /* line 26816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-55--md {
    font-size: 3.92857rem !important;
  }

  /* line 26818, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-56--md {
    font-size: 4rem !important;
  }

  /* line 26820, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-60--md {
    font-size: 4.28571rem !important;
  }

  /* line 26822, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-65--md {
    font-size: 4.64286rem !important;
  }

  /* line 26824, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-70--md {
    font-size: 5rem !important;
  }

  /* line 26826, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-75--md {
    font-size: 5.35714rem !important;
  }

  /* line 26828, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-76--md {
    font-size: 5.42857rem !important;
  }

  /* line 26830, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-90--md {
    font-size: 6.42857rem !important;
  }

  /* line 26832, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-130--md {
    font-size: 9.28571rem !important;
  }
}
@media (min-width: 992px) {
  /* line 26836, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-default--lg {
    font-size: 1rem !important;
  }

  /* line 26838, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-16--lg {
    font-size: 1.14286rem !important;
  }

  /* line 26840, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-18--lg {
    font-size: 1.28571rem !important;
  }

  /* line 26842, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-26--lg {
    font-size: 1.85714rem !important;
  }

  /* line 26844, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-32--lg {
    font-size: 2.28571rem !important;
  }

  /* line 26846, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-35--lg {
    font-size: 2.5rem !important;
  }

  /* line 26848, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-36--lg {
    font-size: 2.57143rem !important;
  }

  /* line 26850, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-42--lg {
    font-size: 3rem !important;
  }

  /* line 26852, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-60--lg {
    font-size: 4.28571rem !important;
  }

  /* line 26854, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-75--lg {
    font-size: 5.35714rem !important;
  }

  /* line 26856, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-76--lg {
    font-size: 5.42857rem !important;
  }

  /* line 26858, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-420--lg {
    font-size: 30rem !important;
  }
}
@media (min-width: 1200px) {
  /* line 26862, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-17--xl {
    font-size: 1.21429rem !important;
  }
}
@media (max-width: 575px) {
  /* line 26866, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-size-25 {
    font-size: 1.78571rem !important;
  }
}
/*------------------------------------
  Typography Font Weight
------------------------------------*/
/* line 26872, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-weight-100 {
  font-weight: 100 !important;
}

/* line 26875, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-weight-200 {
  font-weight: 200 !important;
}

/* line 26878, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-weight-300 {
  font-weight: 300 !important;
}

/* line 26881, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-weight-400 {
  font-weight: 400 !important;
}

/* line 26884, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-weight-500 {
  font-weight: 500 !important;
}

/* line 26887, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-weight-600 {
  font-weight: 600 !important;
}

/* line 26890, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-weight-700 {
  font-weight: 700 !important;
}

/* line 26893, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-weight-800 {
  font-weight: 800 !important;
}

/* line 26896, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-weight-900 {
  font-weight: 900 !important;
}

@media (min-width: 768px) {
  /* line 26900, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-weight-100--md {
    font-weight: 100 !important;
  }

  /* line 26902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-weight-200--md {
    font-weight: 200 !important;
  }

  /* line 26904, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-weight-300--md {
    font-weight: 300 !important;
  }

  /* line 26906, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-weight-400--md {
    font-weight: 400 !important;
  }

  /* line 26908, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-weight-500--md {
    font-weight: 500 !important;
  }

  /* line 26910, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-weight-600--md {
    font-weight: 600 !important;
  }

  /* line 26912, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-weight-700--md {
    font-weight: 700 !important;
  }

  /* line 26914, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-weight-800--md {
    font-weight: 800 !important;
  }

  /* line 26916, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-font-weight-900--md {
    font-weight: 900 !important;
  }
}
/*------------------------------------
  Typography Text Transform
------------------------------------*/
/* line 26922, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-text-transform-none {
  text-transform: none !important;
}

/*------------------------------------
  Typography Text Decoration
------------------------------------*/
/* line 26928, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-text-underline {
  text-decoration: underline;
}

/* line 26931, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-text-underline--none--hover:focus, .g-text-underline--none--hover:hover {
  text-decoration: none;
}

/* line 26934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-text-strike {
  text-decoration: line-through;
}

/*------------------------------------
  Typography Letter Spacing
------------------------------------*/
/* line 26940, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-minus-2 {
  letter-spacing: -0.14286rem;
}

/* line 26943, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-0_5 {
  letter-spacing: 0.03571rem;
}

/* line 26946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-1_5 {
  letter-spacing: 0.10714rem;
}

/* line 26949, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-0 {
  letter-spacing: 0px;
}

/* line 26952, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-1 {
  letter-spacing: 0.07143rem;
}

/* line 26955, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-2 {
  letter-spacing: 0.14286rem;
}

/* line 26958, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-3 {
  letter-spacing: 0.21429rem;
}

/* line 26961, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-4 {
  letter-spacing: 0.28571rem;
}

/* line 26964, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-5 {
  letter-spacing: 0.35714rem;
}

/* line 26967, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-6 {
  letter-spacing: 0.42857rem;
}

/* line 26970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-7 {
  letter-spacing: 0.5rem;
}

/* line 26973, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-8 {
  letter-spacing: 0.57143rem;
}

/* line 26976, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-9 {
  letter-spacing: 0.64286rem;
}

/* line 26979, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-10 {
  letter-spacing: 0.71429rem;
}

/* line 26982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-11 {
  letter-spacing: 0.78571rem;
}

/* line 26985, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-letter-spacing-12 {
  letter-spacing: 0.85714rem;
}

/*------------------------------------
  Typography Line Height
------------------------------------*/
/* line 26991, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-line-height-0 {
  line-height: 0 !important;
}

/* line 26994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-line-height-0_7 {
  line-height: .7 !important;
}

/* line 26997, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-line-height-0_8 {
  line-height: .8 !important;
}

/* line 27000, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-line-height-0_9 {
  line-height: .9 !important;
}

/* line 27003, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-line-height-1 {
  line-height: 1 !important;
}

/* line 27006, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-line-height-1_1 {
  line-height: 1.1 !important;
}

/* line 27009, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-line-height-1_2 {
  line-height: 1.2 !important;
}

/* line 27012, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-line-height-1_3 {
  line-height: 1.3 !important;
}

/* line 27015, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-line-height-1_4 {
  line-height: 1.4 !important;
}

/* line 27018, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-line-height-1_5 {
  line-height: 1.5 !important;
}

/* line 27021, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-line-height-1_6 {
  line-height: 1.6 !important;
}

/* line 27024, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-line-height-1_8 {
  line-height: 1.8 !important;
}

/* line 27027, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-line-height-2 {
  line-height: 2 !important;
}

/*------------------------------------
  Typography Font Style
------------------------------------*/
/* line 27033, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-style-normal {
  font-style: normal;
}

/* line 27036, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-style-italic {
  font-style: italic;
}

/*------------------------------------
  List Style Types
------------------------------------*/
/* line 27042, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-list-style-circle {
  list-style-type: circle;
}

/* line 27045, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-list-style-disc {
  list-style-type: disc;
}

/* line 27048, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-list-style-square {
  list-style-type: square;
}

/* line 27051, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-list-style-lower-roman {
  list-style-type: lower-roman;
}

/* line 27054, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-list-style-upper-roman {
  list-style-type: upper-roman;
}

/* line 27057, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-list-style-lower-latin {
  list-style-type: lower-latin;
}

/* line 27060, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-list-style-upper-latin {
  list-style-type: upper-latin;
}

/*------------------------------------
  Text Types
------------------------------------*/
/* line 27066, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-text-break-word {
  word-wrap: break-word;
}

/*------------------------------------
  Quotes
------------------------------------*/
/* Quote v1 */
/* line 27073, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-quote-v1::before {
  content: "\“";
  font-size: 36px;
  line-height: 0.75em;
  text-align: center;
  font-weight: 600;
  display: block;
}

/* line 27081, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-quote-v1::after {
  display: none;
}

/*------------------------------------
  Positions
------------------------------------*/
/* line 27087, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pos-rel {
  position: relative !important;
}

/* line 27090, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pos-abs {
  position: absolute !important;
}

/* line 27093, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pos-stc {
  position: static !important;
}

/* line 27096, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pos-fix {
  position: fixed !important;
}

@media (min-width: 576px) {
  /* line 27100, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pos-rel--sm {
    position: relative !important;
  }

  /* line 27102, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pos-fix--sm {
    position: fixed !important;
  }

  /* line 27104, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pos-abs--sm {
    position: absolute !important;
  }

  /* line 27106, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pos-stc--sm {
    position: static !important;
  }
}
@media (min-width: 768px) {
  /* line 27110, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pos-rel--md {
    position: relative !important;
  }

  /* line 27112, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pos-fix--md {
    position: fixed !important;
  }

  /* line 27114, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pos-abs--md {
    position: absolute !important;
  }

  /* line 27116, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pos-stc--sm {
    position: static !important;
  }
}
@media (min-width: 992px) {
  /* line 27120, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pos-rel--lg {
    position: relative !important;
  }

  /* line 27122, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pos-fix--lg {
    position: fixed !important;
  }

  /* line 27124, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pos-abs--lg {
    position: absolute !important;
  }

  /* line 27126, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pos-stc--lg {
    position: static !important;
  }
}
/*------------------------------------
  Position Spaces
------------------------------------*/
/* Top */
/* line 27133, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-auto {
  /* P */
  top: auto;
}

/* line 27137, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-top-auto--parent-hover {
  top: auto;
}

/* line 27140, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-0 {
  top: 0;
}

/* line 27143, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-0--hover:hover {
  top: 0;
}

/* line 27146, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-top-0--parent-hover {
  top: 0;
}

/* line 27149, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-1 {
  top: 0.07143rem;
}

/* line 27152, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-2 {
  top: 0.14286rem;
}

/* line 27155, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-3 {
  top: 0.21429rem;
}

/* line 27158, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-5 {
  top: 0.35714rem !important;
}

/* line 27161, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-7 {
  top: 0.5rem !important;
}

/* line 27164, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-10 {
  top: 0.71429rem !important;
}

/* line 27167, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-15 {
  top: 1.07143rem;
}

/* line 27170, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-20 {
  top: 1.42857rem;
}

/* line 27173, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-25 {
  top: 1.78571rem;
}

/* line 27176, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-30 {
  top: 2.14286rem;
}

/* line 27179, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-35 {
  top: 2.5rem;
}

/* line 27182, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-55 {
  top: 3.92857rem;
}

/* line 27185, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-65 {
  top: 4.64286rem;
}

/* line 27188, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-100 {
  top: 7.14286rem;
}

/* line 27191, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-15x {
  top: 15%;
}

/* line 27194, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-20x {
  top: 20%;
}

/* line 27197, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-25x {
  top: 25%;
}

/* line 27200, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-30x {
  top: 30%;
}

/* line 27203, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-35x {
  top: 35%;
}

/* line 27206, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-50x {
  top: 50%;
}

/* line 27209, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-100x {
  top: 100%;
}

/* Top Minis */
/* line 27213, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-1 {
  top: -0.07143rem;
}

/* line 27216, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-2 {
  top: -0.14286rem;
}

/* line 27219, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-3 {
  top: -0.21429rem !important;
}

/* line 27222, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-4 {
  top: -0.28571rem;
}

/* line 27225, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-5 {
  top: -0.35714rem;
}

/* line 27228, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-6 {
  top: -0.42857rem;
}

/* line 27231, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-8 {
  top: -0.57143rem;
}

/* line 27234, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-10 {
  top: -0.71429rem;
}

/* line 27237, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-15 {
  top: -1.07143rem;
}

/* line 27240, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-20 {
  top: -1.42857rem;
}

/* line 27243, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-30 {
  top: -2.14286rem;
}

/* line 27246, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-35 {
  top: -2.5rem;
}

/* line 27249, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-40 {
  top: -2.85714rem;
}

/* line 27252, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-70 {
  top: -5rem;
}

/* line 27255, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-120 {
  top: -8.57143rem;
}

/* line 27258, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-25x {
  top: -25%;
}

/* line 27261, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-top-minus-80x {
  top: -80%;
}

/* Left */
/* line 27265, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-auto {
  /* P */
  left: auto;
}

/* line 27269, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-0 {
  left: 0;
}

/* line 27272, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-0--hover:hover {
  left: 0;
}

/* line 27275, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-left-0--parent-hover {
  left: 0;
}

/* line 27278, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-2 {
  left: 0.14286rem;
}

/* line 27281, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-5 {
  left: 0.35714rem;
}

/* line 27284, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-10 {
  left: 0.71429rem;
}

/* line 27287, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-15 {
  left: 1.07143rem !important;
}

/* line 27290, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-20 {
  left: 1.42857rem;
}

/* line 27293, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-30 {
  left: 2.14286rem;
}

/* line 27296, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-40 {
  left: 2.85714rem;
  /* O */
}

/* line 27300, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-45 {
  left: 3.21429rem;
  /* P */
}

/* line 27304, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-75 {
  left: 5.35714rem;
}

/* line 27307, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-110 {
  left: 7.85714rem;
}

/* line 27310, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-130 {
  left: 9.28571rem;
}

/* line 27313, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-200 {
  left: 14.28571rem;
}

/* line 27316, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-15x {
  left: 15%;
}

/* line 27319, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-35x {
  left: 35%;
}

/* line 27322, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-50x {
  left: 50%;
}

/* line 27325, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-100x {
  left: 100%;
}

/* Left Minus */
/* line 27329, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-minus-3 {
  left: -0.21429rem;
}

/* line 27332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-minus-6 {
  left: -0.42857rem;
}

/* line 27335, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-minus-7 {
  left: -0.5rem;
}

/* line 27338, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-minus-10 {
  left: -0.71429rem;
}

/* line 27341, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-minus-15 {
  left: -1.07143rem;
}

/* line 27344, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-minus-20 {
  left: -1.42857rem;
}

/* line 27347, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-minus-25 {
  left: -1.78571rem;
}

/* line 27350, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-minus-30 {
  left: -2.14286rem;
}

/* line 27353, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-minus-40 {
  left: -2.85714rem;
}

/* line 27356, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-left-minus-50 {
  left: -3.57143rem;
}

/* line 27359, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-left-minus-50--parent-hover {
  left: -3.57143rem;
}

/* Right */
/* line 27363, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-auto {
  /* P */
  right: auto;
}

/* line 27367, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-0 {
  right: 0;
}

/* line 27370, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-0--hover:hover {
  right: 0;
}

/* line 27373, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-right-0--parent-hover {
  right: 0;
}

/* line 27376, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-5 {
  right: 0.35714rem !important;
}

/* line 27379, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-7 {
  right: 0.5rem !important;
}

/* line 27382, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-10 {
  right: 0.71429rem !important;
}

/* line 27385, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-15 {
  right: 1.07143rem !important;
}

/* line 27388, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-20 {
  right: 1.42857rem;
}

/* line 27391, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-30 {
  right: 2.14286rem;
}

/* line 27394, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-40 {
  right: 2.85714rem;
}

/* line 27397, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-45 {
  right: 3.21429rem;
  /* P */
}

/* line 27401, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-55 {
  right: 3.92857rem;
  /* O */
}

/* line 27405, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-65 {
  right: 4.64286rem;
}

/* line 27408, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-100 {
  right: 7.14286rem;
}

/* line 27411, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-110 {
  right: 7.85714rem;
}

/* line 27414, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-130 {
  right: 9.28571rem;
}

/* line 27417, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-15x {
  right: 15%;
}

/* line 27420, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-35x {
  right: 35%;
}

/* line 27423, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-50x {
  right: 50%;
}

/* line 27426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-100x {
  right: 100%;
}

/* Right Minus */
/* line 27430, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-minus-3 {
  right: -0.21429rem !important;
}

/* line 27433, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-minus-6 {
  right: -0.42857rem;
}

/* line 27436, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-minus-5 {
  right: -0.35714rem;
}

/* line 27439, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-minus-10 {
  right: -0.71429rem;
}

/* line 27442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-minus-13 {
  right: -0.92857rem;
}

/* line 27445, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-minus-15 {
  right: -1.07143rem;
}

/* line 27448, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-minus-20 {
  right: -1.42857rem;
}

/* line 27451, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-minus-25 {
  right: -1.78571rem;
}

/* line 27454, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-minus-40 {
  right: -2.85714rem;
}

/* line 27457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-right-minus-50 {
  right: -3.57143rem;
}

/* Bottom */
/* line 27461, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-auto {
  /* P */
  bottom: auto;
}

/* line 27465, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-0 {
  bottom: 0;
}

/* line 27468, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-0--hover:hover {
  bottom: 0;
}

/* line 27471, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-bottom-0--parent-hover {
  bottom: 0;
}

/* line 27474, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-6 {
  bottom: 0.42857rem;
}

/* line 27477, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-10 {
  bottom: 0.71429rem;
}

/* line 27480, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-20 {
  bottom: 1.42857rem;
}

/* line 27483, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-30 {
  bottom: 2.14286rem;
}

/* line 27486, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-40 {
  bottom: 2.85714rem;
}

/* line 27489, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-50 {
  bottom: 3.57143rem;
}

/* line 27492, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-bottom-50--parent-hover {
  bottom: 3.57143rem;
}

/* line 27495, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-60 {
  bottom: 4.28571rem;
}

/* line 27498, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-80 {
  bottom: 5.71429rem;
}

/* line 27501, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-minus-20 {
  bottom: -1.42857rem;
}

/* line 27504, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-minus-30 {
  bottom: -2.14286rem;
}

/* line 27507, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-minus-40 {
  bottom: -2.85714rem;
}

/* line 27510, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-minus-70 {
  bottom: -5rem;
}

/* line 27513, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-minus-35x {
  bottom: -35%;
}

/* line 27516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-15x {
  bottom: 15%;
}

/* line 27519, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-minus-25x {
  bottom: -25%;
}

/* line 27522, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bottom-100x {
  bottom: 100%;
}

/* Z */
@media (min-width: 576px) {
  /* line 27527, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-top-auto--sm {
    top: auto;
  }

  /* line 27529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-left-auto--sm {
    left: auto;
  }

  /* line 27531, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-left-minus-20--sm {
    left: -20px;
  }

  /* line 27533, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-right-minus-20--sm {
    right: -20px;
  }
}
/* O */
@media (min-width: 768px) {
  /* line 27538, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-right-0--md {
    right: 0;
  }

  /* line 27540, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-right-minus-15--md {
    right: -1.07143rem;
  }

  /* line 27542, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-left-minus-15--md {
    left: -1.07143rem;
  }

  /* line 27544, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-top-minus-20--md {
    top: -1.42857rem;
  }

  /* line 27546, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-right-minus-25--md {
    right: -1.78571rem;
  }

  /* line 27548, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-right-100--md {
    right: 7.14286rem;
  }

  /* line 27550, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-bottom-minus-50--md {
    bottom: -3.57143rem;
  }

  /* line 27552, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-left-auto--md {
    left: auto;
  }

  /* line 27554, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-left-minus-25--md {
    left: -1.78571rem;
  }

  /* line 27556, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-left-130--md {
    left: 9.28571rem;
  }

  /* line 27558, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-left-35x--md {
    left: 35%;
  }

  /* line 27560, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-left-50x--md {
    left: 50%;
  }

  /* line 27562, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-right-130--md {
    right: 9.28571rem;
  }

  /* line 27564, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-right-35x--md {
    right: 35%;
  }

  /* line 27566, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-right-50x--md {
    right: 50%;
  }
}
@media (min-width: 992px) {
  /* line 27570, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-top-0--lg {
    top: 0;
  }

  /* line 27572, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-right-0--lg {
    right: 0;
  }

  /* line 27574, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-left-minus-35--lg {
    left: -2.5rem;
  }

  /* line 27576, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-left-40--lg {
    left: 2.85714rem;
  }

  /* line 27578, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-right-minus-35--lg {
    right: -2.5rem;
  }

  /* line 27580, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-right-40--lg {
    right: 2.85714rem;
  }
}
/*------------------------------------
  Block Alignments
------------------------------------*/
/* Absolute (Position, X, Y) */
/* line 27587, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-absolute-centered {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}

/* line 27596, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-absolute-centered--x {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 576px) {
  /* line 27605, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-absolute-centered--x--sm {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
  }
}
@media (min-width: 768px) {
  /* line 27614, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-absolute-centered--x--md {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
  }
}
/* line 27622, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-absolute-centered--y {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
  /* line 27631, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-absolute-centered--y--md {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
  }
}
@media (min-width: 992px) {
  /* line 27640, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-absolute-centered--y--lg {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
  }
}
/* O */
/* line 27649, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-origin--top-left {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

/* line 27654, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-origin--top-right {
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

/* line 27659, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-absolute-centered--y--scl-0_6 {
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0.6) translateY(-50%);
  transform: scale(0.6) translateY(-50%);
}

/* Relative (Position, X, Y) */
/* line 27667, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-relative-centered {
  position: relative;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}

/* line 27676, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-relative-centered--x {
  position: relative;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}

/* line 27684, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-relative-centered--y {
  position: relative;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}

/* Flex centered */
/* line 27693, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-flex-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 27704, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-flex-centered-item {
  flex: 1;
}

/* line 27709, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-flex-centered-item--top {
  align-self: flex-start;
}

/* line 27713, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-flex-centered-item--bottom {
  align-self: flex-end;
}

/* Flex right */
/* line 27718, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-flex-right--xs {
  justify-content: flex-end;
}

/* Flex middle */
/* line 27724, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-flex-middle {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

/* line 27736, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-flex-middle-item {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 27740, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-flex-middle-item--top {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 27744, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-flex-middle-item--bottom {
  margin-top: auto;
  margin-bottom: 0;
}

/* line 27748, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-flex-middle-item--fixed {
  flex: none;
  max-width: 50%;
}

@media (min-width: 768px) {
  /* Flex right */
  /* line 27756, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-flex-right--md {
    justify-content: flex-end;
  }

  /* line 27760, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-flex-centered--md {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* O */
  /* line 27771, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-absolute-centered--y--scl-1--md {
    position: absolute;
    top: 50%;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }
}
/* Z */
@media (min-width: 576px) {
  /* line 27780, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-absolute-centered--sm {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
  }
}
/* O */
@media (min-width: 576px) {
  /* line 27791, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-absolute-centered--x-sm--reset {
    position: static !important;
    left: auto !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
}
@media (min-width: 992px) {
  /* line 27799, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-absolute-centered--x--lg {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
  }

  /* line 27806, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-flex-centered--lg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*------------------------------------
  Alignments
------------------------------------*/
/* line 27820, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-valign-super {
  vertical-align: super !important;
}

/* line 27823, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-valign-sub {
  vertical-align: sub !important;
}

/* line 27826, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-valign-top {
  vertical-align: top !important;
}

/* line 27829, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-valign-middle {
  vertical-align: middle !important;
}

/* line 27832, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-valign-bottom {
  vertical-align: bottom !important;
}

/*------------------------------------
  Blur
------------------------------------*/
/* line 27838, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-blur-30 {
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

/* line 27842, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-blur-30--hover:hover {
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

/* line 27846, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-blur-30--parent-hover {
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

/*------------------------------------
  Box-shadows
------------------------------------*/
/* line 27853, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-box-shadow-none {
  box-shadow: none !important;
}

/*------------------------------------
  Clear
------------------------------------*/
/* line 27860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-clear {
  clear: both;
}

/* line 27863, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-clear--left {
  clear: left;
}

/* line 27866, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-clear--right {
  clear: right;
}

/*------------------------------------
  Cursors
------------------------------------*/
/* line 27872, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-cursor-pointer {
  cursor: pointer;
}

/*------------------------------------
  Overflows
------------------------------------*/
/* line 27878, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-overflow-hidden {
  overflow: hidden;
}

/* line 27881, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-overflow-visible {
  overflow: visible;
}

/* line 27884, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-overflow-x-hidden {
  overflow-x: hidden;
}

/* line 27887, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-overflow-x-auto {
  overflow-x: auto !important;
}

/* line 27890, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-overflow-x-scroll {
  overflow-x: scroll;
}

/* line 27893, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-overflow-y-auto {
  overflow-y: auto;
}

/* line 27896, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-overflow-y-hidden {
  overflow-y: hidden;
}

@media (min-width: 768px) {
  /* line 27900, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-overflow-x-visible--md {
    overflow-x: visible;
  }
}
@media (min-width: 992px) {
  /* line 27904, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-overflow-x-visible--lg {
    overflow-x: visible;
  }
}
/*------------------------------------
  Transitions
------------------------------------*/
/*.g-transition {
  &-0_2 {
    transition: .2s ease-out;
  }
  &-0_3 {
    transition: .3s ease-out;
  }
  &-0_6 {
    transition: .6s ease-out;
    &-ease {
      transition: .6s ease;
    }
  }
}

[class*="g-color-"][class*="--hover"] {
  transition: color .2s ease-out;
}
[class*="g-bg-"][class*="--hover"] {
  transition: background-color .3s ease-out;
}
[class*="g-color-"][class*="--hover"][class*="g-bg-"][class*="--hover"] {
  transition: .3s ease-out;
}*/
/* line 27934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="g-transition"] {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/* line 27945, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
[class*="g-transition"]::before, [class*="g-transition"]::after,
[class*="g-transition"] path,
[class*="g-transition"] polygon {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/* line 27958, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-0 {
  transition-duration: 0s;
}

/* line 27963, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-0::before, .g-transition-0::after,
.g-transition-0 path,
.g-transition-0 polygon {
  transition-duration: 0s;
}

/* line 27970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-0_2 {
  transition-duration: .2s;
}

/* line 27975, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-0_2::before, .g-transition-0_2::after,
.g-transition-0_2 path,
.g-transition-0_2 polygon {
  transition-duration: .2s;
}

/* line 27982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-0_3 {
  transition-duration: .3s;
}

/* line 27987, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-0_3::before, .g-transition-0_3::after,
.g-transition-0_3 path,
.g-transition-0_3 polygon {
  transition-duration: .3s;
}

/* line 27994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-0_5 {
  transition-duration: .5s;
}

/* line 27999, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-0_5::before, .g-transition-0_5::after,
.g-transition-0_5 path,
.g-transition-0_5 polygon {
  transition-duration: .5s;
}

/* line 28006, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-0_6 {
  transition-duration: .6s;
}

/* line 28011, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-0_6::before, .g-transition-0_6::after,
.g-transition-0_6 path,
.g-transition-0_6 polygon {
  transition-duration: .6s;
}

/* line 28018, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-delay-0_11 {
  transition-delay: .11s;
}

/* line 28023, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-delay-0_11::before, .g-transition-delay-0_11::after,
.g-transition-delay-0_11 path,
.g-transition-delay-0_11 polygon {
  transition-delay: .11s;
}

/* line 28030, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-delay-0_2 {
  transition-delay: .2s;
}

/* line 28035, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-delay-0_2::before, .g-transition-delay-0_2::after,
.g-transition-delay-0_2 path,
.g-transition-delay-0_2 polygon {
  transition-delay: .2s;
}

/* line 28042, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-delay-0_45 {
  transition-delay: .45s;
}

/* line 28047, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition-delay-0_45::before, .g-transition-delay-0_45::after,
.g-transition-delay-0_45 path,
.g-transition-delay-0_45 polygon {
  transition-delay: .45s;
}

/* line 28054, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition--ease-out {
  transition-timing-function: ease-out;
}

/* line 28059, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition--ease-out::before, .g-transition--ease-out::after,
.g-transition--ease-out path,
.g-transition--ease-out polygon {
  transition-timing-function: ease-out;
}

/* line 28066, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition--ease-in {
  transition-timing-function: ease-in;
}

/* line 28071, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition--ease-in::before, .g-transition--ease-in::after,
.g-transition--ease-in path,
.g-transition--ease-in polygon {
  transition-timing-function: ease-in;
}

/* line 28078, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition--ease-in-out {
  transition-timing-function: ease-in-out;
}

/* line 28083, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition--ease-in-out::before, .g-transition--ease-in-out::after,
.g-transition--ease-in-out path,
.g-transition--ease-in-out polygon {
  transition-timing-function: ease-in-out;
}

/* line 28090, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition--linear {
  transition-timing-function: linear;
}

/* line 28095, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transition--linear::before, .g-transition--linear::after,
.g-transition--linear path,
.g-transition--linear polygon {
  transition-timing-function: linear;
}

/*------------------------------------
  Transforms
------------------------------------*/
/* line 28105, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-0_5 {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

/* line 28110, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-0_5--hover:hover {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

/* line 28115, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-transform-scale-0_5--parent-hover {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

/* line 28120, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-0_8 {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 28125, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-0_8--hover:hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 28130, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-transform-scale-0_8--parent-hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 28135, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-0_85 {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

/* line 28140, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-0_85--hover:hover {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

/* line 28145, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-transform-scale-0_85--parent-hover {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

/* line 28150, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-0_9 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* line 28155, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-0_9--hover:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* line 28160, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-transform-scale-0_9--parent-hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* line 28165, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-1 {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 28170, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-1--hover:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 28175, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-transform-scale-1--parent-hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 28180, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-1_05 {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

/* line 28184, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-1_05--hover:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  z-index: 2;
}

/* line 28189, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-transform-scale-1_05--parent-hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 28193, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-1_1 {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 28197, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-1_1--hover:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  z-index: 2;
}

/* line 28202, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-transform-scale-1_1--parent-hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 28206, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-1_2 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 28211, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-scale-1_2--hover:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 28216, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-transform-scale-1_2--parent-hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 28221, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-translate-x-100x {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 28226, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-translate-x-100x--hover:hover {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 28231, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-transform-translate-x-100x--parent-hover {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 28236, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-translate-x-minus-100x {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 28241, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-translate-x-minus-100x--hover:hover {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 28246, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-transform-translate-x-minus-100x--parent-hover {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 28251, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-translate-y-5 {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* line 28256, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-translate-y-5--hover:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* line 28261, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-transform-translate-y-5--parent-hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* line 28266, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-translate-y-100x {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 28271, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-translate-y-100x--hover:hover {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 28276, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-transform-translate-y-100x--parent-hover {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 28281, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-translate-y-minus-5 {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* line 28286, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-translate-y-minus-5--hover:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* line 28291, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-transform-translate-y-minus-5--parent-hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* line 28296, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-translate-y-minus-70 {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

/* line 28301, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-translate-y-minus-70--hover:hover {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

/* line 28306, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-transform-translate-y-minus-70--parent-hover {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

/* line 28311, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-translate-y-minus-100x {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 28316, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-transform-translate-y-minus-100x--hover:hover {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 28321, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-transform-translate-y-minus-100x--parent-hover {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*------------------------------------
  Opacity
------------------------------------*/
/* line 28329, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.opacity-0 {
  opacity: 0 !important;
}

/* line 28332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-opacity-0_3 {
  opacity: .3 !important;
}

/* line 28335, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-opacity-0_4 {
  opacity: .4 !important;
}

/* line 28338, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-opacity-0_5 {
  opacity: .5 !important;
}

/* line 28341, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-opacity-0_6 {
  opacity: .6 !important;
}

/* line 28344, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-opacity-0_7 {
  opacity: .7 !important;
}

/* line 28347, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-opacity-0_8 {
  opacity: .8 !important;
}

/* line 28350, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-opacity-1 {
  opacity: 1 !important;
}

/* line 28353, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.opacity-0--hover:hover {
  opacity: 0 !important;
}

/* line 28356, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .opacity-0--parent-hover {
  opacity: 0 !important;
}

/* line 28359, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-opacity-0_3--hover:hover {
  opacity: .3 !important;
}

/* line 28362, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-opacity-0_3--parent-hover {
  opacity: .3 !important;
}

/* line 28365, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-opacity-0_5--hover:hover {
  opacity: .5 !important;
}

/* line 28368, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-opacity-0_5--parent-hover {
  opacity: .5 !important;
}

/* line 28371, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-opacity-0_6--hover:hover {
  opacity: .6 !important;
}

/* line 28374, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-opacity-0_6--parent-hover {
  opacity: .6 !important;
}

/* line 28377, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-opacity-0_7--hover:hover {
  opacity: .7 !important;
}

/* line 28380, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-opacity-0_7--parent-hover {
  opacity: .7 !important;
}

/* line 28383, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-opacity-0_8--hover:hover {
  opacity: .8 !important;
}

/* line 28386, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-opacity-0_8--parent-hover {
  opacity: .8 !important;
}

/* line 28389, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-opacity-1--hover, .g-opacity-1--hover:hover {
  opacity: 1 !important;
}

/* line 28392, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-opacity-1--parent-hover {
  opacity: 1 !important;
}

/*------------------------------------
  Z-Index
------------------------------------*/
/* line 28398, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-z-index-auto {
  z-index: auto;
}

/* line 28401, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-z-index-1 {
  z-index: 1;
}

/* line 28404, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-z-index-2 {
  z-index: 2;
}

/* line 28407, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-z-index-3 {
  z-index: 3;
}

/* line 28410, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-z-index-3--hover:hover {
  z-index: 3;
}

/* line 28413, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-z-index-4 {
  z-index: 4;
}

/* line 28416, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-z-index-4--hover:hover {
  z-index: 4;
}

/* line 28419, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-z-index-99 {
  z-index: 99;
}

/* line 28422, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-z-index-9999 {
  z-index: 9999;
}

/* line 28425, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-z-index-minus-1 {
  z-index: -1;
}

/*------------------------------------
  Resize
------------------------------------*/
/* line 28431, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-resize-none {
  resize: none;
}

/*------------------------------------
  Placeholder
------------------------------------*/
/* line 28437, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 28440, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-placeholder-white:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 28443, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-placeholder-white::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 28446, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.g-placeholder-white:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.g-placeholder-white::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.g-placeholder-white::placeholder {
  opacity: 1;
  color: #fff;
}

/* line 28450, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 28454, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-placeholder-primary::-webkit-input-placeholder {
  color: #fff;
}

/* line 28457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-placeholder-primary:-ms-input-placeholder {
  color: #fff;
}

/* line 28460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-placeholder-primary::-ms-input-placeholder {
  color: #fff;
}

/* line 28463, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-placeholder-primary::-webkit-input-placeholder {
  color: #fff;
}
.g-placeholder-primary:-ms-input-placeholder {
  color: #fff;
}
.g-placeholder-primary::-ms-input-placeholder {
  color: #fff;
}
.g-placeholder-primary::placeholder {
  color: #fff;
}

/* line 28466, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 28470, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-placeholder-inherit:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 28474, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-placeholder-inherit::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 28478, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.g-placeholder-inherit:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.g-placeholder-inherit::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.g-placeholder-inherit::placeholder {
  color: inherit;
  opacity: 1;
}

/* line 28482, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-placeholder-inherit::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 28486, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/*------------------------------------
  Offsets
------------------------------------*/
@media (min-width: 768px) {
  /* line 28494, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-offset-md-1 {
    margin-left: 8.333333%;
  }
}
@media (min-width: 992px) {
  /* line 28498, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-offset-lg-1 {
    margin-left: 8.333333%;
  }

  /* line 28500, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-offset-lg-4 {
    margin-left: 33.333333%;
  }
}
/*------------------------------------
  Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Inherit Colors */
/* line 28509, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-inherit {
  color: inherit !important;
}

/* Main Colors */
/* line 28513, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-main {
  color: #26304d !important;
}

/* line 28516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-main--hover:hover {
  color: #26304d !important;
}

/* Primary Colors */
/* line 28520, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-primary {
  color: #72c02c !important;
}

/* line 28523, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
  color: #72c02c !important;
}

/* line 28526, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-color-primary--parent-hover {
  color: #72c02c !important;
}

/* line 28529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-primary-opacity-0_3 {
  color: rgba(166, 29, 55, 0.3) !important;
}

/* line 28532, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-primary-opacity-0_4 {
  color: rgba(166, 29, 55, 0.4) !important;
}

/* line 28535, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-primary--active.active {
  color: #72c02c !important;
}

/* line 28538, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.active .g-color-primary--parent-active {
  color: #72c02c !important;
}

/* line 28541, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-primary--before::before, .g-color-primary--after::after {
  color: #72c02c;
}

/* Secondary Colors */
/* line 28545, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-secondary {
  color: #f5f6fa !important;
}

/* line 28548, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-color-secondary--hover, .g-color-secondary--hover:hover {
  color: #f5f6fa !important;
}

/* line 28551, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-color-secondary--parent-hover {
  color: #f5f6fa !important;
}

/* Black Colors */
/* line 28555, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-black {
  color: #000 !important;
}

/* line 28558, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-black--hover:hover {
  color: #000 !important;
}

/* line 28561, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-color-black--parent-hover {
  color: #000 !important;
}

/* line 28564, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-black--active.active {
  color: #000 !important;
}

/* line 28567, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-black-opacity-0_1 {
  color: rgba(0, 0, 0, 0.1) !important;
}

/* line 28570, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-black-opacity-0_3 {
  color: rgba(0, 0, 0, 0.3) !important;
}

/* line 28573, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-black-opacity-0_5 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 28576, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-black-opacity-0_6 {
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 28579, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-black-opacity-0_7 {
  color: rgba(0, 0, 0, 0.7) !important;
}

/* line 28582, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-black-opacity-0_8 {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 28585, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-black-opacity-0_8--child * {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 28588, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-black-opacity-0_9 {
  color: rgba(0, 0, 0, 0.9) !important;
}

/* White Colors */
/* line 28592, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white {
  color: #fff !important;
}

/* line 28595, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white--opened-menu:not(.collapsed) {
  color: #fff !important;
}

/* line 28598, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-color-white--hover, .g-color-white--hover:hover {
  color: #fff !important;
}

/* line 28601, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-color-white--parent-hover {
  color: #fff !important;
}

/* line 28604, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white--active.active {
  color: #fff !important;
}

/* line 28607, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.active .g-color-white--parent-active {
  color: #fff !important;
}

/* line 28610, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white--child * {
  color: #fff !important;
}

/* line 28613, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white-opacity-0_1 {
  color: rgba(255, 255, 255, 0.1) !important;
}

/* line 28616, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white-opacity-0_2 {
  color: rgba(255, 255, 255, 0.2) !important;
}

/* line 28619, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white-opacity-0_3 {
  color: rgba(255, 255, 255, 0.3) !important;
}

/* line 28622, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white-opacity-0_5, .g-color-white-opacity-0_5--hover:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 28625, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white-opacity-0_6 {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 28628, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-color-white-opacity-0_6--parent-hover {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 28631, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white-opacity-0_7, .g-color-white-opacity-0_7--hover:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 28634, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white-opacity-0_75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* line 28637, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white-opacity-0_8 {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 28640, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white-opacity-0_8--child * {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 28643, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-white-opacity-0_9, .g-color-white-opacity-0_9--hover:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* line 28646, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-color-white-opacity-0_7--hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* Gray Colors */
/* line 28650, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v1 {
  color: #bbb !important;
}

/* line 28653, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v1--hover:hover {
  color: #bbb !important;
}

/* line 28656, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v2 {
  color: #ccc !important;
}

/* line 28659, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v2--hover:hover {
  color: #ccc !important;
}

/* line 28662, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v3 {
  color: #ddd !important;
}

/* line 28665, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v3--hover:hover {
  color: #ddd !important;
}

/* line 28668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v4 {
  color: #eee !important;
}

/* line 28671, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v4--hover:hover {
  color: #eee !important;
}

/* line 28674, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v4-opacity-0_6 {
  color: rgba(238, 238, 238, 0.6) !important;
}

/* line 28677, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v5 {
  color: #f7f7f7 !important;
}

/* line 28680, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-light-v5--hover:hover {
  color: #f7f7f7 !important;
}

/* line 28683, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v1 {
  color: #111 !important;
}

/* line 28686, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v1--hover:hover {
  color: #111 !important;
}

/* line 28689, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v2 {
  color: #333 !important;
}

/* line 28692, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v2--hover:hover {
  color: #333 !important;
}

/* line 28695, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v2-opacity-0_75 {
  color: rgba(51, 51, 51, 0.75) !important;
}

/* line 28698, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v3 {
  color: #555 !important;
}

/* line 28701, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v3--hover:hover {
  color: #555 !important;
}

/* line 28704, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v4 {
  color: #777 !important;
}

/* line 28707, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v4--hover:hover {
  color: #777 !important;
}

/* line 28710, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v5 {
  color: #999 !important;
}

/* line 28713, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-gray-dark-v5--hover:hover {
  color: #999 !important;
}

/* line 28716, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-color-gray-dark-v5--parent-hover {
  color: #999 !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
/* line 28722, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-green {
  color: #72c02c !important;
}

/* Color Blue */
/* line 28726, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-blue {
  color: #3398dc !important;
}

/* line 28729, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-blue--hover:hover {
  color: #3398dc !important;
}

/* line 28732, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-blue-dark-v1 {
  color: #175a88 !important;
}

/* Color Light Blue */
/* line 28736, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-lightblue {
  color: #edf2f8 !important;
}

/* line 28739, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-lightblue--hover:hover {
  color: #edf2f8 !important;
}

/* line 28742, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-lightblue-v1 {
  color: #d6e2ee !important;
}

/* line 28745, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-lightblue-v1--hover:hover {
  color: #d6e2ee !important;
}

/* Color Dark Blue */
/* line 28749, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-darkblue {
  color: #009 !important;
}

/* line 28752, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-darkblue--hover:hover {
  color: #009 !important;
}

/* Color Indigo */
/* line 28756, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-indigo {
  color: #4263a3 !important;
}

/* line 28759, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-indigo--hover:hover {
  color: #4263a3 !important;
}

/* Color Red */
/* line 28763, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-red {
  color: #f00 !important;
}

/* line 28766, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-red--hover:hover {
  color: #f00 !important;
}

/* line 28769, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-color-red--parent-hover {
  color: #f00 !important;
}

/* Color Light Red */
/* line 28773, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-lightred {
  color: #e64b3b !important;
}

/* line 28776, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-lightred--hover:hover {
  color: #e64b3b !important;
}

/* Color Dark Red */
/* line 28780, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-darkred {
  color: #a10f2b !important;
}

/* line 28783, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-darkred--hover:hover {
  color: #a10f2b !important;
}

/* Color Purple */
/* line 28787, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-purple {
  color: #9a69cb;
}

/* line 28790, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-purple--hover:hover {
  color: #9a69cb !important;
}

/* line 28793, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-purple-dark-v1 {
  color: #552c7e !important;
}

/* Color Dark Purple */
/* line 28797, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-darkpurple {
  color: #6639b6 !important;
}

/* line 28800, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-darkpurple--hover:hover {
  color: #6639b6 !important;
}

/* Color Pink */
/* line 28804, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-pink {
  color: #e81c62;
}

/* line 28807, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-pink--hover:hover {
  color: #e81c62 !important;
}

/* line 28810, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-pink-dark-v1 {
  color: #6f0b2d !important;
}

/* Color Orange */
/* line 28814, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-orange {
  color: #e57d20 !important;
}

/* line 28817, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-orange--hover:hover {
  color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 28821, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-deeporange {
  color: #fe541e !important;
}

/* line 28824, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-deeporange--hover:hover {
  color: #fe541e !important;
}

/* Color Yellow */
/* line 28828, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-yellow {
  color: #ebc71d !important;
}

/* line 28831, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-yellow--hover:hover {
  color: #ebc71d !important;
}

/* Color Aqua */
/* line 28835, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-aqua {
  color: #29d6e6;
}

/* line 28838, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-aqua--hover:hover {
  color: #29d6e6 !important;
}

/* line 28841, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-aqua-dark-v1 {
  color: #11848e !important;
}

/* Color Cyan */
/* line 28845, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-cyan {
  color: #00bed6 !important;
}

/* line 28848, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-cyan--hover:hover {
  color: #00bed6 !important;
}

/* Color Teal */
/* line 28852, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-teal {
  color: #18ba9b !important;
}

/* line 28855, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-teal--hover:hover {
  color: #18ba9b !important;
}

/* Color Brown */
/* line 28859, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-brown {
  color: #9c8061 !important;
}

/* line 28862, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-brown--hover:hover {
  color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 28866, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-bluegray {
  color: #585f69 !important;
}

/* line 28869, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-bluegray--hover:hover {
  color: #585f69 !important;
}

/*------------------------------------
  Social Colors
------------------------------------*/
/* Facebook */
/* line 28876, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-facebook {
  color: #3b5998;
}

/* line 28879, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-facebook:hover {
  color: #344e86;
}

/* line 28882, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-facebook--hover:hover {
  color: #3b5998 !important;
}

/* Twitter */
/* line 28886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-twitter {
  color: #00acee;
}

/* line 28889, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-twitter:hover {
  color: #009ad5;
}

/* line 28892, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-twitter--hover:hover {
  color: #00acee !important;
}

/* Skype */
/* line 28896, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-skype {
  color: #00aff0;
}

/* line 28899, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-skype:hover {
  color: #009cd7;
}

/* line 28902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-skype--hover:hover {
  color: #00aff0 !important;
}

/* Pinterest */
/* line 28906, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-pinterest {
  color: #c8232c;
}

/* line 28909, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-pinterest:hover {
  color: #b21f27;
}

/* line 28912, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-pinterest--hover:hover {
  color: #c8232c !important;
}

/* Vine */
/* line 28916, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-vine {
  color: #00bf8f;
}

/* line 28919, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-vine:hover {
  color: #00a67c;
}

/* line 28922, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-vine--hover:hover {
  color: #00bf8f !important;
}

/* Youtube */
/* line 28926, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-youtube {
  color: #c4302b;
}

/* line 28929, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-youtube:hover {
  color: #af2b26;
}

/* line 28932, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-youtube--hover:hover {
  color: #c4302b !important;
}

/* Google plus */
/* line 28936, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-google-plus {
  color: #dd4b39;
}

/* line 28939, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-google-plus:hover {
  color: #d73925;
}

/* line 28942, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-google-plus--hover:hover {
  color: #dd4b39 !important;
}

/* Dribbble */
/* line 28946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-dribbble {
  color: #ea4c89;
}

/* line 28949, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-dribbble:hover {
  color: #e7357a;
}

/* line 28952, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-dribbble--hover:hover {
  color: #ea4c89 !important;
}

/* VK */
/* line 28956, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-vk {
  color: #2b587a;
}

/* line 28959, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-vk:hover {
  color: #244a67;
}

/* line 28962, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-vk--hover:hover {
  color: #2b587a !important;
}

/* Linkedin */
/* line 28966, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-linkedin {
  color: #0e76a8;
}

/* line 28969, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-linkedin:hover {
  color: #0c6590;
}

/* line 28972, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-linkedin--hover:hover {
  color: #0e76a8 !important;
}

/* Instagram */
/* line 28976, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-instagram {
  color: #3f729b;
}

/* line 28979, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-instagram:hover {
  color: #386589;
}

/* line 28982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-instagram--hover:hover {
  color: #3f729b !important;
}

/*------------------------------------
  Gradient Colors
------------------------------------*/
/* Cyan Gradient */
/* line 28989, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-cyan-gradient-opacity-v1 {
  background-repeat: repeat-x;
  background-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55), rgba(0, 190, 214, 0.6));
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Blue Gradient */
/* line 28999, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-blue-gradient-opacity-v1 {
  background-repeat: repeat-x;
  background-image: linear-gradient(-260deg, #8654da, rgba(66, 229, 248, 0.8));
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

/*------------------------------------
  Widths
------------------------------------*/
/* Width in Percentage (%) */
/* line 29012, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-30x {
  width: 30% !important;
  /* P */
}

/* line 29016, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-40x {
  width: 40% !important;
  /* P */
}

/* line 29020, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-50x {
  width: 50% !important;
  /* P */
}

/* line 29024, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-60x {
  width: 60% !important;
  /* P */
}

/* line 29028, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-70x {
  width: 70% !important;
  /* P */
}

/* line 29032, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-80x {
  width: 80% !important;
  /* P */
}

/* line 29036, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-90x {
  width: 90% !important;
  /* P */
}

@media (max-width: 445px) {
  /* line 29041, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .w-100--2xs {
    width: 100% !important;
  }
}
@media (min-width: 576px) {
  /* line 29045, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-20x--sm {
    width: 20% !important;
  }

  /* line 29047, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-25x--sm {
    width: 25% !important;
  }

  /* line 29049, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-33_3x--sm {
    width: 33.333333% !important;
  }

  /* line 29051, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-40x--sm {
    width: 40% !important;
  }

  /* line 29053, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-60x--sm {
    width: 60% !important;
  }

  /* line 29055, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-16_6x--sm {
    width: 16.666666% !important;
  }

  /* line 29057, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-66_6x--sm {
    width: 66.666666% !important;
  }
}
@media (min-width: 768px) {
  /* P */
  /* line 29062, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-20x--md {
    width: 20% !important;
    /* P */
  }

  /* line 29065, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-25x--md {
    width: 25% !important;
    /* P */
  }

  /* line 29068, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-30x--md {
    width: 30% !important;
    /* P */
  }

  /* line 29071, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-35x--md {
    width: 35% !important;
    /* P */
  }

  /* line 29074, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-40x--md {
    width: 40% !important;
    /* P */
  }

  /* line 29077, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-45x--md {
    width: 45% !important;
    /* P */
  }

  /* line 29080, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-50x--md {
    width: 50% !important;
    /* P */
  }

  /* line 29083, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-55x--md {
    width: 55% !important;
    /* P */
  }

  /* line 29086, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-60x--md {
    width: 60% !important;
    /* P */
  }

  /* line 29089, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-65x--md {
    width: 65% !important;
    /* P */
  }

  /* line 29092, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-70x--md {
    width: 70% !important;
    /* P */
  }

  /* line 29095, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-75x--md {
    width: 75% !important;
    /* P */
  }

  /* line 29098, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-80x--md {
    width: 80% !important;
    /* P */
  }

  /* line 29101, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-85x--md {
    width: 85% !important;
    /* P */
  }

  /* line 29104, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-90x--md {
    width: 90% !important;
    /* P */
  }

  /* line 29107, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-33_3x--md {
    /* P */
    width: 33.333333% !important;
  }

  /* line 29110, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-16_6x--md {
    /* P */
    width: 16.666666% !important;
  }

  /* line 29113, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-66_6x--md {
    /* P */
    width: 66.666666% !important;
  }
}
/* line 29117, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-auto {
  width: auto !important;
  /* P */
}

/* Max Width in Percentage (%) */
/* line 29122, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-1x {
  max-width: 1%;
}

/* line 29125, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-80x {
  max-width: 80%;
}

/* line 29128, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-90x {
  max-width: 90%;
}

/* line 29131, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-95x {
  width: 95%;
}

/* line 29134, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-60x {
  max-width: 60%;
}

/* line 29137, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-100x {
  max-width: 100%;
}

/* Min Width in Percentage (%) */
/* line 29141, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-width-100x {
  min-width: 100%;
}

/* Width Viewport Width (vw) */
/* line 29145, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-50vw {
  width: 50vw !important;
  /* P */
}

/* line 29149, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-100vw {
  width: 100vw !important;
  /* P */
}

/* Width in Pixels (px) */
/* line 29154, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-3 {
  width: 3px !important;
  /* O */
}

/* line 29158, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-10 {
  width: 10px !important;
  /* O */
}

/* line 29162, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-12 {
  width: 12px !important;
  /* Z */
}

/* line 29166, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-16 {
  width: 16px !important;
  /* O */
}

/* line 29170, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-18 {
  width: 18px !important;
  /* O */
}

/* line 29174, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-20 {
  width: 20px !important;
  /* O */
}

/* line 29178, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-24 {
  width: 24px !important;
  /* O */
}

/* line 29182, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-25 {
  width: 25px !important;
}

/* line 29185, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-26 {
  width: 26px !important;
  /* P */
}

/* line 29189, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-28 {
  width: 28px !important;
  /* O */
}

/* line 29193, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-30 {
  width: 30px !important;
  /* P */
}

/* line 29197, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-32 {
  width: 32px !important;
  /* O */
}

/* line 29201, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-35 {
  width: 35px !important;
  /* P */
}

/* line 29205, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-36 {
  width: 36px !important;
  /* O */
}

/* line 29209, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-40 {
  width: 40px !important;
  /* P */
}

/* line 29213, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-45 {
  width: 45px !important;
  /* P */
}

/* line 29217, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-48 {
  width: 48px !important;
  /* P */
}

/* line 29221, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-50 {
  width: 50px !important;
  /* P */
}

/* line 29225, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-54 {
  width: 54px !important;
  /* P */
}

/* line 29229, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-55 {
  width: 55px !important;
  /* P */
}

/* line 29233, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-60 {
  width: 60px !important;
  /* P */
}

/* line 29237, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-64 {
  width: 64px !important;
  /* P */
}

/* line 29241, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-70 {
  width: 70px !important;
  /* P */
}

/* line 29245, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-75 {
  width: 75px !important;
  /* O */
}

/* line 29249, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-80 {
  width: 80px !important;
  /* P */
}

/* line 29253, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-85 {
  width: 85px !important;
  /* P */
}

/* line 29257, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-95 {
  width: 95px !important;
  /* P */
}

/* line 29261, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-100 {
  width: 100px !important;
  /* P */
}

/* line 29265, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-105 {
  width: 105px;
}

/* line 29268, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-110 {
  width: 110px !important;
  /* O */
}

/* line 29272, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-115 {
  width: 115px !important;
  /* O */
}

/* line 29276, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-120 {
  width: 120px !important;
  /* P */
}

/* line 29280, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-125 {
  width: 125px !important;
  /* P */
}

/* line 29284, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-130 {
  width: 130px !important;
  /* P */
}

/* line 29288, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-135 {
  width: 135px !important;
  /* O */
}

/* line 29292, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-140 {
  width: 140px !important;
  /* P */
}

/* line 29296, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-150 {
  width: 150px !important;
}

/* line 29299, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-160 {
  width: 160px !important;
  /* P */
}

/* line 29303, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-170 {
  width: 170px !important;
  /* P */
}

/* line 29307, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-180 {
  width: 180px !important;
  /* O */
}

/* line 29311, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-200 {
  width: 200px !important;
  /* P */
}

/* line 29315, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-220 {
  width: 220px !important;
}

/* line 29318, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-215 {
  width: 215px !important;
}

/* line 29321, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-235 {
  width: 235px !important;
}

/* line 29324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-250 {
  /* RG-Q */
  width: 250px !important;
  /* P */
  max-width: 100%;
}

/* line 29330, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-270 {
  width: 270px !important;
  /* O */
  max-width: 100%;
}

/* line 29335, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-300 {
  width: 300px !important;
  /* P */
  max-width: 100%;
}

/* line 29340, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-400 {
  width: 400px !important;
  /* O */
  max-width: 100%;
}

/* line 29345, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-340 {
  width: 340px !important;
  /* O */
  max-width: 100%;
}

/* line 29350, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-360 {
  width: 360px !important;
  /* O */
  max-width: 100%;
}

/* line 29355, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-370 {
  width: 370px !important;
  /* P */
  max-width: 100%;
}

/* line 29360, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-380 {
  width: 380px !important;
  /* O */
  max-width: 100%;
}

/* line 29365, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-410 {
  width: 410px !important;
  /* O */
}

/* line 29369, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-460 {
  width: 460px !important;
  /* O */
  max-width: 100%;
}

/* line 29374, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-465 {
  width: 465px !important;
  /* O */
  max-width: 100%;
}

/* line 29379, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-485 {
  width: 485px !important;
  /* O */
  max-width: 100%;
}

/* line 29384, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-560 {
  width: 560px !important;
  /* O */
  max-width: 100%;
}

/* line 29389, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-590 {
  width: 590px !important;
  max-width: 100%;
}

/* line 29393, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-600 {
  width: 600px !important;
  /* O */
  max-width: 100%;
}

/* line 29398, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-630 {
  width: 630px !important;
  /* O */
  max-width: 100%;
}

/* line 29403, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-680 {
  width: 680px !important;
  /* O */
  max-width: 100%;
}

/* line 29408, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-720 {
  width: 720px !important;
  /* O */
  max-width: 100%;
}

/* line 29413, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-760 {
  width: 760px !important;
  max-width: 100%;
}

/* line 29417, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-770 {
  width: 770px !important;
  max-width: 100%;
}

/* line 29421, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-780 {
  /* RG-Q */
  width: 780px !important;
  /* P */
  max-width: 100%;
}

/* line 29427, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-900 {
  width: 900px !important;
  /* P */
  max-width: 100%;
}

/* line 29432, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-945 {
  width: 945px !important;
  max-width: 100%;
}

/* line 29436, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-width-1025 {
  width: 1025px !important;
  max-width: 100%;
}

/* Max Width in Pixels (px) */
/* line 29441, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-100 {
  max-width: 100px;
}

/* line 29444, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-120 {
  max-width: 120px;
}

/* line 29447, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-170 {
  max-width: 170px;
  /* O */
}

/* line 29451, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-190 {
  max-width: 190px;
}

/* line 29454, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-200 {
  max-width: 200px;
}

/* line 29457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-250 {
  max-width: 250px;
}

/* line 29460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-300 {
  max-width: 300px;
}

/* line 29463, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-400 {
  max-width: 400px;
}

/* line 29466, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-500 {
  max-width: 500px;
}

/* line 29469, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-540 {
  max-width: 540px;
}

/* line 29472, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-550 {
  max-width: 550px;
}

/* line 29475, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-570 {
  max-width: 570px;
}

/* line 29478, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-600 {
  max-width: 600px;
}

/* line 29481, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-645 {
  max-width: 645px;
}

/* line 29484, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-670 {
  max-width: 670px;
}

/* line 29487, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-700 {
  max-width: 700px;
}

/* line 29490, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-750 {
  max-width: 750px;
}

/* line 29493, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-770 {
  max-width: 770px;
}

/* line 29496, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-780 {
  max-width: 780px;
}

/* line 29499, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-800 {
  max-width: 800px;
}

/* line 29502, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-840 {
  max-width: 840px;
}

/* line 29505, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-870 {
  max-width: 870px;
}

/* line 29508, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-width-960 {
  max-width: 960px;
}

/* Min Width in Pixels (px) */
/* line 29512, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-width-35 {
  min-width: 35px;
}

/* line 29515, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-width-40 {
  min-width: 40px;
}

/* line 29518, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-width-65 {
  min-width: 65px;
}

/* line 29521, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-width-110 {
  min-width: 110px;
}

/* line 29524, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-width-130 {
  min-width: 130px;
}

/* line 29527, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-width-150 {
  min-width: 150px;
}

/* line 29530, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-width-170 {
  min-width: 170px;
}

/* line 29533, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-width-200 {
  min-width: 200px;
}

/* line 29536, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-width-220 {
  min-width: 220px;
}

/* line 29539, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-width-300 {
  min-width: 300px;
}

/* line 29542, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-width-400 {
  min-width: 400px;
}

@media (min-width: 576px) {
  /* line 29546, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-50x--sm {
    width: 50% !important;
    /* P */
  }

  /* line 29549, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-80x--sm {
    width: 80% !important;
    /* R */
  }

  /* line 29552, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-100--sm {
    width: 100px !important;
    /* P */
  }

  /* line 29555, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-150--sm {
    width: 150px !important;
    /* O */
  }

  /* line 29558, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-170--sm {
    width: 170px !important;
    /* O */
  }

  /* line 29561, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-180--sm {
    width: 180px !important;
  }

  /* line 29563, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-min-width-180--sm {
    min-width: 180px;
  }

  /* line 29565, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-485--sm {
    width: 485px !important;
    /* O */
    max-width: 100%;
  }

  /* line 29569, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-auto--sm {
    width: auto !important;
  }

  /* line 29571, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-max-width-300--sm {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  /* line 29575, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-40--md {
    width: 40px !important;
    /* O */
  }

  /* line 29578, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-45--md {
    width: 45px !important;
    /* O */
  }

  /* line 29581, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-60--md {
    width: 60px !important;
    /* O */
  }

  /* line 29584, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-80--md {
    width: 80px !important;
    /* O */
  }

  /* line 29587, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-50x--md {
    width: 50% !important;
    /* P */
  }

  /* line 29590, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-60x--md {
    width: 60% !important;
    /* P */
  }

  /* line 29593, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-80x--md {
    width: 80% !important;
    /* R */
  }

  /* line 29596, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-45--md {
    width: 45px !important;
  }

  /* line 29598, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-100--md {
    width: 100px !important;
    /* O */
  }

  /* line 29601, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-125--md {
    width: 125px !important;
    /* P */
  }

  /* line 29604, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-135--md {
    width: 135px !important;
  }

  /* line 29606, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-140--md {
    width: 140px !important;
    /* R */
  }

  /* line 29609, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-155--md {
    width: 155px !important;
    /* R */
  }

  /* line 29612, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-180--md {
    width: 180px !important;
  }

  /* line 29614, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-225--md {
    width: 225px !important;
  }

  /* line 29616, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-160--md {
    width: 160px !important;
  }

  /* line 29618, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-165--md {
    width: 165px !important;
  }

  /* line 29620, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-170--md {
    width: 170px !important;
    /* P */
  }

  /* line 29623, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-185--md {
    width: 185px !important;
    /* O */
  }

  /* line 29626, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-280--md {
    width: 280px !important;
    /* O */
  }

  /* line 29629, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-780--md {
    width: 780px !important;
    /* O */
    max-width: 100%;
  }

  /* line 29633, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-max-width-200--md {
    max-width: 200px;
  }

  /* line 29635, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-max-width-400--md {
    max-width: 400px;
  }

  /* line 29637, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-min-width-110--md {
    min-width: 110px;
  }

  /* line 29639, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-auto--md {
    width: auto !important;
    /* P */
  }
}
@media (min-width: 992px) {
  /* line 29644, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-100x--lg {
    width: 100% !important;
    /* P */
  }

  /* line 29647, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-155--lg {
    width: 155px !important;
    /* O */
  }

  /* line 29650, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-165--lg {
    width: 165px !important;
  }

  /* line 29652, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-200--lg {
    width: 200px !important;
    /* O */
    max-width: 100%;
  }

  /* line 29656, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-250--lg {
    /* RG-Q */
    width: 250px !important;
    /* P */
    max-width: 100%;
  }

  /* line 29661, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-485--lg {
    width: 485px !important;
    /* O */
    max-width: 100%;
  }

  /* line 29665, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-width-auto--lg {
    width: auto !important;
    /* P */
  }

  /* line 29668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-max-width-200--lg {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  /* line 29672, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-min-width-315--xl {
    min-width: 315px;
  }
}
/* line 29675, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
* > .g-width-70--hover {
  transition-property: width;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 29686, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
*:hover > .g-width-70--hover {
  width: 70px;
}

/*------------------------------------
  Heights
------------------------------------*/
/* Height in Percentage (%) */
/* line 29693, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-50x {
  height: 50%;
}

/* line 29696, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-80x {
  height: 80%;
}

/* line 29699, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-90x {
  height: 90%;
}

/* line 29702, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-95x {
  height: 95%;
}

/* line 29705, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-100x {
  height: 100%;
}

/* Max Height in Percentage (%) */
/* line 29709, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-height-100x {
  max-height: 100%;
}

/* Max Height in Viewport Height (vh) */
/* line 29713, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-height-70vh {
  max-height: 70vh !important;
}

/* line 29716, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-max-height-90vh {
  height: 90vh !important;
}

/* Min Height in Percentage (%) */
/* line 29720, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-100x {
  min-height: 100%;
}

/* Height  in Viewport Height (vh) */
/* line 29724, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-50vh {
  height: 50vh !important;
}

/* line 29727, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-70vh {
  height: 70vh;
}

/* line 29730, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-75vh {
  height: 75vh;
}

/* line 29733, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-100vh {
  height: 100vh !important;
}

/* Min Height in Viewport Height (vh) */
/* line 29737, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-50vh {
  min-height: 50vh;
}

/* line 29740, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-60vh {
  min-height: 60vh;
}

/* line 29743, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-70vh {
  min-height: 70vh;
}

/* line 29746, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-80vh {
  min-height: 80vh;
}

/* line 29749, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-90vh {
  min-height: 90vh;
}

/* line 29752, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-100vh {
  min-height: 100vh;
}

/* Auto Height */
/* line 29756, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-auto {
  height: auto;
}

@media (min-width: 576px) {
  /* line 29760, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-100vh--sm {
    height: 100vh !important;
  }

  /* line 29762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-auto--sm {
    height: auto;
  }

  /* line 29764, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-100x--sm {
    height: 100%;
  }
}
@media (min-width: 768px) {
  /* line 29768, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-auto--md {
    height: auto;
  }

  /* line 29770, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-min-height-100vh--md {
    min-height: 100vh;
  }
}
@media (min-width: 992px) {
  /* line 29774, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-min-height-90vh--lg {
    min-height: 90vh;
  }

  /* line 29776, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-100vh--lg {
    height: 100vh !important;
  }

  /* line 29778, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-auto--lg {
    height: auto;
  }
}
@media (min-width: 1200px) {
  /* line 29782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-auto--xl {
    height: auto;
  }
}
/* Height in Pixels (px) */
/* line 29786, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-1 {
  height: 1px;
}

/* line 29789, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-2 {
  height: 2px;
}

/* line 29792, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-4 {
  height: 4px;
}

/* line 29795, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-5 {
  height: 5px !important;
}

/* line 29798, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-6 {
  height: 6px !important;
}

/* line 29801, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-10 {
  height: 10px !important;
}

/* line 29804, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-12 {
  height: 12px !important;
}

/* line 29807, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-16 {
  height: 16px !important;
}

/* line 29810, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-18 {
  height: 18px;
}

/* line 29813, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-20 {
  height: 20px !important;
}

/* line 29816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-22 {
  height: 22px !important;
}

/* line 29819, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-24 {
  height: 24px;
}

/* line 29822, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-25 {
  height: 25px;
}

/* line 29825, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-26 {
  height: 26px;
}

/* line 29828, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-28 {
  height: 28px !important;
  /* O */
}

/* line 29832, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-30 {
  height: 30px !important;
}

/* line 29835, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-32 {
  height: 32px;
  /* O */
}

/* line 29839, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-35 {
  height: 35px !important;
}

/* line 29842, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-40 {
  height: 40px;
}

/* line 29845, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-45 {
  height: 45px;
}

/* line 29848, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-48 {
  height: 48px;
  /* O */
}

/* line 29852, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-50 {
  height: 50px;
}

/* line 29855, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-55 {
  height: 55px;
}

/* line 29858, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-60 {
  height: 60px;
}

/* line 29861, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-64 {
  height: 64px;
}

/* line 29864, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-70 {
  height: 70px;
}

/* line 29867, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-75 {
  height: 75px;
  /* O */
}

/* line 29871, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-80 {
  height: 80px !important;
}

/* line 29874, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-85 {
  height: 85px;
}

/* line 29877, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-88 {
  height: 88px;
}

/* line 29880, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-90 {
  height: 90px;
}

/* line 29883, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-95 {
  height: 95px !important;
}

/* line 29886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-100 {
  height: 100px !important;
}

/* line 29889, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-105 {
  height: 105px;
}

/* line 29892, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-115 {
  height: 115px !important;
  /* O */
}

/* line 29896, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-120 {
  height: 120px;
}

/* line 29899, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-125 {
  height: 125px;
}

/* line 29902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-130 {
  height: 130px;
}

/* line 29905, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-140 {
  height: 140px;
}

/* line 29908, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-150 {
  height: 150px;
}

/* line 29911, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-160 {
  height: 160px;
}

/* line 29914, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-170 {
  height: 170px;
  /* O */
}

/* line 29918, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-180 {
  height: 180px !important;
  /* O */
}

/* line 29922, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-200 {
  height: 200px;
}

/* line 29925, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-220 {
  height: 220px;
}

/* line 29928, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-250 {
  height: 250px;
}

/* line 29931, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-280 {
  height: 280px;
}

/* line 29934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-300 {
  height: 300px;
}

/* line 29937, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-350 {
  height: 350px;
}

/* line 29940, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-400 {
  height: 400px;
}

/* line 29943, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-450 {
  height: 450px;
}

/* line 29946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-460 {
  height: 460px;
  /* O */
  max-height: 100% !important;
}

/* line 29951, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-500 {
  height: 500px;
}

/* line 29954, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-600 {
  height: 600px;
}

/* line 29957, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-height-680 {
  height: 680px;
}

/* Min Height in Pixels (px) */
/* line 29961, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-4 {
  min-height: 4px;
}

/* line 29964, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-35 {
  min-height: 35px;
}

/* line 29967, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-170 {
  min-height: 170px;
}

/* line 29970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-200 {
  min-height: 200px;
}

/* line 29973, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-250 {
  min-height: 250px;
}

/* line 29976, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-275 {
  min-height: 275px;
}

/* line 29979, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-300 {
  min-height: 300px;
}

/* line 29982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-312 {
  min-height: 312px;
}

/* line 29985, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-360 {
  min-height: 360px;
}

/* line 29988, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-400 {
  min-height: 400px;
}

/* line 29991, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-450 {
  min-height: 450px;
}

/* line 29994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-500 {
  min-height: 500px;
}

/* line 29997, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-min-height-600 {
  min-height: 600px;
}

@media (min-width: 576px) {
  /* line 30001, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-350--sm {
    height: 350px;
  }

  /* line 30003, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-680--sm {
    height: 680px;
  }
}
@media (min-width: 768px) {
  /* line 30007, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-40--md {
    height: 40px !important;
  }

  /* line 30009, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-45--md {
    height: 45px !important;
  }

  /* line 30011, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-60--md {
    height: 60px !important;
  }

  /* line 30013, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-100--md {
    height: 100px !important;
  }

  /* line 30015, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-170--md {
    height: 170px !important;
  }

  /* line 30017, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-350--md {
    height: 350px;
  }

  /* line 30019, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-500--md {
    height: 500px;
  }

  /* line 30021, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-680--md {
    height: 680px;
  }

  /* line 30023, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-100x--md {
    height: 100%;
  }

  /* line 30025, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-100vh--md {
    height: 100vh;
  }

  /* line 30027, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-min-height-230--md {
    min-height: 230px;
  }

  /* line 30029, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-min-height-500--md {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  /* line 30033, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-80--lg {
    height: 80px !important;
  }

  /* line 30035, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-200--lg {
    height: 200px !important;
  }

  /* line 30037, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-230--lg {
    height: 230px;
  }

  /* line 30039, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-350--lg {
    height: 350px;
  }

  /* line 30041, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-680--lg {
    height: 680px;
  }
}
@media (min-width: 1200px) {
  /* line 30045, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-350--xl {
    height: 350px;
  }

  /* line 30047, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-height-680--xl {
    height: 680px;
  }
}
/*------------------------------------
  Margin Spaces
------------------------------------*/
/* Margin Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  /* line 30056, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ma-0 {
    margin: 0 !important;
  }

  /* line 30058, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 30061, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 30064, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-0 {
    margin-left: 0 !important;
  }

  /* line 30066, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-0 {
    margin-right: 0 !important;
  }

  /* line 30068, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-0 {
    margin-top: 0 !important;
  }

  /* line 30070, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-0 {
    margin-bottom: 0 !important;
  }

  /* line 30072, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-1 {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }

  /* line 30075, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-2 {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }

  /* line 30078, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-3 {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }

  /* line 30081, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-4 {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }

  /* line 30084, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-5 {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }

  /* line 30087, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-6 {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }

  /* line 30090, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-7 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  /* line 30093, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-8 {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }

  /* line 30096, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-9 {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }

  /* line 30099, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 30102, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 30105, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-15 {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }

  /* line 30108, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-20 {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }

  /* line 30111, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-25 {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }

  /* line 30114, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-30 {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }

  /* line 30117, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-35 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  /* line 30120, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-40 {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }

  /* line 30123, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-45 {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }

  /* line 30126, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-50 {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }

  /* line 30129, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-55 {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }

  /* line 30132, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-60 {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }

  /* line 30135, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-65 {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }

  /* line 30138, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-70 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  /* line 30141, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-75 {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }

  /* line 30144, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-80 {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }

  /* line 30147, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-85 {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }

  /* line 30150, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-90 {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }

  /* line 30153, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-95 {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }

  /* line 30156, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-100 {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }

  /* line 30159, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-1 {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }

  /* line 30162, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-2 {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }

  /* line 30165, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-3 {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }

  /* line 30168, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-4 {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }

  /* line 30171, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-5 {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 30174, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-6 {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }

  /* line 30177, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-7 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 30180, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-8 {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }

  /* line 30183, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-9 {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }

  /* line 30186, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 30189, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 30192, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-15 {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }

  /* line 30195, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-20 {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }

  /* line 30198, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-25 {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }

  /* line 30201, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-30 {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }

  /* line 30204, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-35 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 30207, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-40 {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }

  /* line 30210, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-45 {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }

  /* line 30213, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-50 {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }

  /* line 30216, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-55 {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }

  /* line 30219, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-60 {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }

  /* line 30222, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-65 {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }

  /* line 30225, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-70 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 30228, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-75 {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }

  /* line 30231, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-80 {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }

  /* line 30234, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-85 {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }

  /* line 30237, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-90 {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }

  /* line 30240, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-95 {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }

  /* line 30243, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-100 {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }

  /* line 30246, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-1 {
    margin-top: 0.07143rem !important;
  }

  /* line 30248, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-1 {
    margin-top: -0.07143rem !important;
  }

  /* line 30250, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-2 {
    margin-top: 0.14286rem !important;
  }

  /* line 30252, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-2 {
    margin-top: -0.14286rem !important;
  }

  /* line 30254, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-3 {
    margin-top: 0.21429rem !important;
  }

  /* line 30256, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-3 {
    margin-top: -0.21429rem !important;
  }

  /* line 30258, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-4 {
    margin-top: 0.28571rem !important;
  }

  /* line 30260, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-4 {
    margin-top: -0.28571rem !important;
  }

  /* line 30262, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-5 {
    margin-top: 0.35714rem !important;
  }

  /* line 30264, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-5 {
    margin-top: -0.35714rem !important;
  }

  /* line 30266, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-6 {
    margin-top: 0.42857rem !important;
  }

  /* line 30268, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-6 {
    margin-top: -0.42857rem !important;
  }

  /* line 30270, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-7 {
    margin-top: 0.5rem !important;
  }

  /* line 30272, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-7 {
    margin-top: -0.5rem !important;
  }

  /* line 30274, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-8 {
    margin-top: 0.57143rem !important;
  }

  /* line 30276, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-8 {
    margin-top: -0.57143rem !important;
  }

  /* line 30278, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-9 {
    margin-top: 0.64286rem !important;
  }

  /* line 30280, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-9 {
    margin-top: -0.64286rem !important;
  }

  /* line 30282, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-10 {
    margin-top: 0.71429rem !important;
  }

  /* line 30284, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important;
  }

  /* line 30286, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-11 {
    margin-top: 0.78571rem !important;
  }

  /* line 30288, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-11 {
    margin-top: -0.78571rem !important;
  }

  /* line 30290, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-12 {
    margin-top: 0.85714rem !important;
  }

  /* line 30292, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-12 {
    margin-top: -0.85714rem !important;
  }

  /* line 30294, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-13 {
    margin-top: 0.92857rem !important;
  }

  /* line 30296, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-13 {
    margin-top: -0.92857rem !important;
  }

  /* line 30298, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-14 {
    margin-top: 1rem !important;
  }

  /* line 30300, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-14 {
    margin-top: -1rem !important;
  }

  /* line 30302, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-15 {
    margin-top: 1.07143rem !important;
  }

  /* line 30304, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important;
  }

  /* line 30306, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-16 {
    margin-top: 1.14286rem !important;
  }

  /* line 30308, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-16 {
    margin-top: -1.14286rem !important;
  }

  /* line 30310, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-17 {
    margin-top: 1.21429rem !important;
  }

  /* line 30312, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-17 {
    margin-top: -1.21429rem !important;
  }

  /* line 30314, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-18 {
    margin-top: 1.28571rem !important;
  }

  /* line 30316, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-18 {
    margin-top: -1.28571rem !important;
  }

  /* line 30318, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-19 {
    margin-top: 1.35714rem !important;
  }

  /* line 30320, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-19 {
    margin-top: -1.35714rem !important;
  }

  /* line 30322, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-20 {
    margin-top: 1.42857rem !important;
  }

  /* line 30324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important;
  }

  /* line 30326, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-10 {
    margin-top: 0.71429rem !important;
  }

  /* line 30328, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important;
  }

  /* line 30330, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-15 {
    margin-top: 1.07143rem !important;
  }

  /* line 30332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important;
  }

  /* line 30334, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-20 {
    margin-top: 1.42857rem !important;
  }

  /* line 30336, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important;
  }

  /* line 30338, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-25 {
    margin-top: 1.78571rem !important;
  }

  /* line 30340, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-25 {
    margin-top: -1.78571rem !important;
  }

  /* line 30342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-30 {
    margin-top: 2.14286rem !important;
  }

  /* line 30344, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-30 {
    margin-top: -2.14286rem !important;
  }

  /* line 30346, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-35 {
    margin-top: 2.5rem !important;
  }

  /* line 30348, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-35 {
    margin-top: -2.5rem !important;
  }

  /* line 30350, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-40 {
    margin-top: 2.85714rem !important;
  }

  /* line 30352, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-40 {
    margin-top: -2.85714rem !important;
  }

  /* line 30354, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-45 {
    margin-top: 3.21429rem !important;
  }

  /* line 30356, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-45 {
    margin-top: -3.21429rem !important;
  }

  /* line 30358, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-50 {
    margin-top: 3.57143rem !important;
  }

  /* line 30360, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-50 {
    margin-top: -3.57143rem !important;
  }

  /* line 30362, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-55 {
    margin-top: 3.92857rem !important;
  }

  /* line 30364, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-55 {
    margin-top: -3.92857rem !important;
  }

  /* line 30366, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-60 {
    margin-top: 4.28571rem !important;
  }

  /* line 30368, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-60 {
    margin-top: -4.28571rem !important;
  }

  /* line 30370, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-65 {
    margin-top: 4.64286rem !important;
  }

  /* line 30372, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-65 {
    margin-top: -4.64286rem !important;
  }

  /* line 30374, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-70 {
    margin-top: 5rem !important;
  }

  /* line 30376, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-70 {
    margin-top: -5rem !important;
  }

  /* line 30378, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-75 {
    margin-top: 5.35714rem !important;
  }

  /* line 30380, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-75 {
    margin-top: -5.35714rem !important;
  }

  /* line 30382, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-80 {
    margin-top: 5.71429rem !important;
  }

  /* line 30384, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-80 {
    margin-top: -5.71429rem !important;
  }

  /* line 30386, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-85 {
    margin-top: 6.07143rem !important;
  }

  /* line 30388, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-85 {
    margin-top: -6.07143rem !important;
  }

  /* line 30390, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-90 {
    margin-top: 6.42857rem !important;
  }

  /* line 30392, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-90 {
    margin-top: -6.42857rem !important;
  }

  /* line 30394, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-95 {
    margin-top: 6.78571rem !important;
  }

  /* line 30396, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-95 {
    margin-top: -6.78571rem !important;
  }

  /* line 30398, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-100 {
    margin-top: 7.14286rem !important;
  }

  /* line 30400, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-100 {
    margin-top: -7.14286rem !important;
  }

  /* line 30402, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-105 {
    margin-top: 7.5rem !important;
  }

  /* line 30404, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-105 {
    margin-top: -7.5rem !important;
  }

  /* line 30406, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-110 {
    margin-top: 7.85714rem !important;
  }

  /* line 30408, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-110 {
    margin-top: -7.85714rem !important;
  }

  /* line 30410, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-115 {
    margin-top: 8.21429rem !important;
  }

  /* line 30412, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-115 {
    margin-top: -8.21429rem !important;
  }

  /* line 30414, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-120 {
    margin-top: 8.57143rem !important;
  }

  /* line 30416, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-120 {
    margin-top: -8.57143rem !important;
  }

  /* line 30418, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-125 {
    margin-top: 8.92857rem !important;
  }

  /* line 30420, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-125 {
    margin-top: -8.92857rem !important;
  }

  /* line 30422, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-130 {
    margin-top: 9.28571rem !important;
  }

  /* line 30424, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-130 {
    margin-top: -9.28571rem !important;
  }

  /* line 30426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-135 {
    margin-top: 9.64286rem !important;
  }

  /* line 30428, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-135 {
    margin-top: -9.64286rem !important;
  }

  /* line 30430, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-140 {
    margin-top: 10rem !important;
  }

  /* line 30432, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-140 {
    margin-top: -10rem !important;
  }

  /* line 30434, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-145 {
    margin-top: 10.35714rem !important;
  }

  /* line 30436, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-145 {
    margin-top: -10.35714rem !important;
  }

  /* line 30438, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-150 {
    margin-top: 10.71429rem !important;
  }

  /* line 30440, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-150 {
    margin-top: -10.71429rem !important;
  }

  /* line 30442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-155 {
    margin-top: 11.07143rem !important;
  }

  /* line 30444, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-155 {
    margin-top: -11.07143rem !important;
  }

  /* line 30446, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-160 {
    margin-top: 11.42857rem !important;
  }

  /* line 30448, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-160 {
    margin-top: -11.42857rem !important;
  }

  /* line 30450, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-165 {
    margin-top: 11.78571rem !important;
  }

  /* line 30452, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-165 {
    margin-top: -11.78571rem !important;
  }

  /* line 30454, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-170 {
    margin-top: 12.14286rem !important;
  }

  /* line 30456, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-170 {
    margin-top: -12.14286rem !important;
  }

  /* line 30458, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-1 {
    margin-bottom: 0.07143rem !important;
  }

  /* line 30460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-1 {
    margin-bottom: -0.07143rem !important;
  }

  /* line 30462, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-2 {
    margin-bottom: 0.14286rem !important;
  }

  /* line 30464, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-2 {
    margin-bottom: -0.14286rem !important;
  }

  /* line 30466, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-3 {
    margin-bottom: 0.21429rem !important;
  }

  /* line 30468, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-3 {
    margin-bottom: -0.21429rem !important;
  }

  /* line 30470, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-4 {
    margin-bottom: 0.28571rem !important;
  }

  /* line 30472, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-4 {
    margin-bottom: -0.28571rem !important;
  }

  /* line 30474, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-5 {
    margin-bottom: 0.35714rem !important;
  }

  /* line 30476, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-5 {
    margin-bottom: -0.35714rem !important;
  }

  /* line 30478, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-6 {
    margin-bottom: 0.42857rem !important;
  }

  /* line 30480, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-6 {
    margin-bottom: -0.42857rem !important;
  }

  /* line 30482, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-7 {
    margin-bottom: 0.5rem !important;
  }

  /* line 30484, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-7 {
    margin-bottom: -0.5rem !important;
  }

  /* line 30486, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-8 {
    margin-bottom: 0.57143rem !important;
  }

  /* line 30488, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-8 {
    margin-bottom: -0.57143rem !important;
  }

  /* line 30490, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-9 {
    margin-bottom: 0.64286rem !important;
  }

  /* line 30492, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-9 {
    margin-bottom: -0.64286rem !important;
  }

  /* line 30494, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }

  /* line 30496, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-10 {
    margin-bottom: -0.71429rem !important;
  }

  /* line 30498, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-11 {
    margin-bottom: 0.78571rem !important;
  }

  /* line 30500, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-11 {
    margin-bottom: -0.78571rem !important;
  }

  /* line 30502, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-12 {
    margin-bottom: 0.85714rem !important;
  }

  /* line 30504, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-12 {
    margin-bottom: -0.85714rem !important;
  }

  /* line 30506, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-13 {
    margin-bottom: 0.92857rem !important;
  }

  /* line 30508, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-13 {
    margin-bottom: -0.92857rem !important;
  }

  /* line 30510, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-14 {
    margin-bottom: 1rem !important;
  }

  /* line 30512, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-14 {
    margin-bottom: -1rem !important;
  }

  /* line 30514, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }

  /* line 30516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-15 {
    margin-bottom: -1.07143rem !important;
  }

  /* line 30518, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-16 {
    margin-bottom: 1.14286rem !important;
  }

  /* line 30520, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-16 {
    margin-bottom: -1.14286rem !important;
  }

  /* line 30522, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-17 {
    margin-bottom: 1.21429rem !important;
  }

  /* line 30524, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-17 {
    margin-bottom: -1.21429rem !important;
  }

  /* line 30526, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-18 {
    margin-bottom: 1.28571rem !important;
  }

  /* line 30528, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-18 {
    margin-bottom: -1.28571rem !important;
  }

  /* line 30530, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-19 {
    margin-bottom: 1.35714rem !important;
  }

  /* line 30532, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-19 {
    margin-bottom: -1.35714rem !important;
  }

  /* line 30534, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }

  /* line 30536, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-20 {
    margin-bottom: -1.42857rem !important;
  }

  /* line 30538, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }

  /* line 30540, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }

  /* line 30542, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }

  /* line 30544, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-25 {
    margin-bottom: 1.78571rem !important;
  }

  /* line 30546, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-30 {
    margin-bottom: 2.14286rem !important;
  }

  /* line 30548, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-35 {
    margin-bottom: 2.5rem !important;
  }

  /* line 30550, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-40 {
    margin-bottom: 2.85714rem !important;
  }

  /* line 30552, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-45 {
    margin-bottom: 3.21429rem !important;
  }

  /* line 30554, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-50 {
    margin-bottom: 3.57143rem !important;
  }

  /* line 30556, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-55 {
    margin-bottom: 3.92857rem !important;
  }

  /* line 30558, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-60 {
    margin-bottom: 4.28571rem !important;
  }

  /* line 30560, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-65 {
    margin-bottom: 4.64286rem !important;
  }

  /* line 30562, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-70 {
    margin-bottom: 5rem !important;
  }

  /* line 30564, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-75 {
    margin-bottom: 5.35714rem !important;
  }

  /* line 30566, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-80 {
    margin-bottom: 5.71429rem !important;
  }

  /* line 30568, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-85 {
    margin-bottom: 6.07143rem !important;
  }

  /* line 30570, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-90 {
    margin-bottom: 6.42857rem !important;
  }

  /* line 30572, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-95 {
    margin-bottom: 6.78571rem !important;
  }

  /* line 30574, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-100 {
    margin-bottom: 7.14286rem !important;
  }

  /* line 30576, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-105 {
    margin-bottom: 7.5rem !important;
  }

  /* line 30578, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-110 {
    margin-bottom: 7.85714rem !important;
  }

  /* line 30580, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-115 {
    margin-bottom: 8.21429rem !important;
  }

  /* line 30582, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-120 {
    margin-bottom: 8.57143rem !important;
  }

  /* line 30584, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-125 {
    margin-bottom: 8.92857rem !important;
  }

  /* line 30586, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-130 {
    margin-bottom: 9.28571rem !important;
  }

  /* line 30588, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-135 {
    margin-bottom: 9.64286rem !important;
  }

  /* line 30590, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-140 {
    margin-bottom: 10rem !important;
  }

  /* line 30592, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-145 {
    margin-bottom: 10.35714rem !important;
  }

  /* line 30594, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-150 {
    margin-bottom: 10.71429rem !important;
  }

  /* line 30596, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-155 {
    margin-bottom: 11.07143rem !important;
  }

  /* line 30598, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-160 {
    margin-bottom: 11.42857rem !important;
  }

  /* line 30600, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-165 {
    margin-bottom: 11.78571rem !important;
  }

  /* line 30602, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-170 {
    margin-bottom: 12.14286rem !important;
  }

  /* line 30604, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-1 {
    margin-left: 0.07143rem !important;
  }

  /* line 30606, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-1 {
    margin-left: -0.07143rem !important;
  }

  /* line 30608, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-2 {
    margin-left: 0.14286rem !important;
  }

  /* line 30610, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-2 {
    margin-left: -0.14286rem !important;
  }

  /* line 30612, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-3 {
    margin-left: 0.21429rem !important;
  }

  /* line 30614, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-3 {
    margin-left: -0.21429rem !important;
  }

  /* line 30616, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-4 {
    margin-left: 0.28571rem !important;
  }

  /* line 30618, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-4 {
    margin-left: -0.28571rem !important;
  }

  /* line 30620, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-5 {
    margin-left: 0.35714rem !important;
  }

  /* line 30622, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important;
  }

  /* line 30624, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-6 {
    margin-left: 0.42857rem !important;
  }

  /* line 30626, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-6 {
    margin-left: -0.42857rem !important;
  }

  /* line 30628, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-7 {
    margin-left: 0.5rem !important;
  }

  /* line 30630, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-7 {
    margin-left: -0.5rem !important;
  }

  /* line 30632, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-8 {
    margin-left: 0.57143rem !important;
  }

  /* line 30634, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-8 {
    margin-left: -0.57143rem !important;
  }

  /* line 30636, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-9 {
    margin-left: 0.64286rem !important;
  }

  /* line 30638, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-9 {
    margin-left: -0.64286rem !important;
  }

  /* line 30640, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }

  /* line 30642, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important;
  }

  /* line 30644, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-5 {
    margin-left: 0.35714rem !important;
  }

  /* line 30646, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important;
  }

  /* line 30648, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }

  /* line 30650, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important;
  }

  /* line 30652, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-15 {
    margin-left: 1.07143rem !important;
  }

  /* line 30654, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-15 {
    margin-left: -1.07143rem !important;
  }

  /* line 30656, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-20 {
    margin-left: 1.42857rem !important;
  }

  /* line 30658, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-20 {
    margin-left: -1.42857rem !important;
  }

  /* line 30660, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-25 {
    margin-left: 1.78571rem !important;
  }

  /* line 30662, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-25 {
    margin-left: -1.78571rem !important;
  }

  /* line 30664, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-30 {
    margin-left: 2.14286rem !important;
  }

  /* line 30666, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-30 {
    margin-left: -2.14286rem !important;
  }

  /* line 30668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-35 {
    margin-left: 2.5rem !important;
  }

  /* line 30670, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-35 {
    margin-left: -2.5rem !important;
  }

  /* line 30672, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-40 {
    margin-left: 2.85714rem !important;
  }

  /* line 30674, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-40 {
    margin-left: -2.85714rem !important;
  }

  /* line 30676, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-45 {
    margin-left: 3.21429rem !important;
  }

  /* line 30678, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-45 {
    margin-left: -3.21429rem !important;
  }

  /* line 30680, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-50 {
    margin-left: 3.57143rem !important;
  }

  /* line 30682, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-50 {
    margin-left: -3.57143rem !important;
  }

  /* line 30684, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-1 {
    margin-right: 0.07143rem !important;
  }

  /* line 30686, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-1 {
    margin-right: -0.07143rem !important;
  }

  /* line 30688, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-2 {
    margin-right: 0.14286rem !important;
  }

  /* line 30690, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-2 {
    margin-right: -0.14286rem !important;
  }

  /* line 30692, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-3 {
    margin-right: 0.21429rem !important;
  }

  /* line 30694, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-3 {
    margin-right: -0.21429rem !important;
  }

  /* line 30696, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-4 {
    margin-right: 0.28571rem !important;
  }

  /* line 30698, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-4 {
    margin-right: -0.28571rem !important;
  }

  /* line 30700, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }

  /* line 30702, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-5 {
    margin-right: -0.35714rem !important;
  }

  /* line 30704, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-6 {
    margin-right: 0.42857rem !important;
  }

  /* line 30706, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-6 {
    margin-right: -0.42857rem !important;
  }

  /* line 30708, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-7 {
    margin-right: 0.5rem !important;
  }

  /* line 30710, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-7 {
    margin-right: -0.5rem !important;
  }

  /* line 30712, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-8 {
    margin-right: 0.57143rem !important;
  }

  /* line 30714, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-8 {
    margin-right: -0.57143rem !important;
  }

  /* line 30716, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-9 {
    margin-right: 0.64286rem !important;
  }

  /* line 30718, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-9 {
    margin-right: -0.64286rem !important;
  }

  /* line 30720, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }

  /* line 30722, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-10 {
    margin-right: -0.71429rem !important;
  }

  /* line 30724, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }

  /* line 30726, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }

  /* line 30728, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-15 {
    margin-right: 1.07143rem !important;
  }

  /* line 30730, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-20 {
    margin-right: 1.42857rem !important;
  }

  /* line 30732, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-25 {
    margin-right: 1.78571rem !important;
  }

  /* line 30734, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-30 {
    margin-right: 2.14286rem !important;
  }

  /* line 30736, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-35 {
    margin-right: 2.5rem !important;
  }

  /* line 30738, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-40 {
    margin-right: 2.85714rem !important;
  }

  /* line 30740, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-45 {
    margin-right: 3.21429rem !important;
  }

  /* line 30742, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-50 {
    margin-right: 3.57143rem !important;
  }
}
/* Margin Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  /* line 30748, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ma-0--sm {
    margin: 0 !important;
  }

  /* line 30750, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-0--sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 30753, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-0--sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 30756, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-0--sm {
    margin-left: 0 !important;
  }

  /* line 30758, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-0--sm {
    margin-right: 0 !important;
  }

  /* line 30760, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-0--sm {
    margin-top: 0 !important;
  }

  /* line 30762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-0--sm {
    margin-bottom: 0 !important;
  }

  /* line 30764, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-1--sm {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }

  /* line 30767, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-2--sm {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }

  /* line 30770, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-3--sm {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }

  /* line 30773, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-4--sm {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }

  /* line 30776, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-5--sm {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }

  /* line 30779, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-6--sm {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }

  /* line 30782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-7--sm {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  /* line 30785, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-8--sm {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }

  /* line 30788, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-9--sm {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }

  /* line 30791, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 30794, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 30797, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-15--sm {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }

  /* line 30800, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-20--sm {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }

  /* line 30803, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-25--sm {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }

  /* line 30806, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-30--sm {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }

  /* line 30809, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-35--sm {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  /* line 30812, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-40--sm {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }

  /* line 30815, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-45--sm {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }

  /* line 30818, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-50--sm {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }

  /* line 30821, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-55--sm {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }

  /* line 30824, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-60--sm {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }

  /* line 30827, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-65--sm {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }

  /* line 30830, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-70--sm {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  /* line 30833, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-75--sm {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }

  /* line 30836, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-80--sm {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }

  /* line 30839, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-85--sm {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }

  /* line 30842, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-90--sm {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }

  /* line 30845, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-95--sm {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }

  /* line 30848, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-100--sm {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }

  /* line 30851, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-1--sm {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }

  /* line 30854, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-2--sm {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }

  /* line 30857, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-3--sm {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }

  /* line 30860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-4--sm {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }

  /* line 30863, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-5--sm {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 30866, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-6--sm {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }

  /* line 30869, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-7--sm {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 30872, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-8--sm {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }

  /* line 30875, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-9--sm {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }

  /* line 30878, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 30881, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 30884, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-15--sm {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }

  /* line 30887, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-20--sm {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }

  /* line 30890, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-25--sm {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }

  /* line 30893, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-30--sm {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }

  /* line 30896, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-35--sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 30899, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-40--sm {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }

  /* line 30902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-45--sm {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }

  /* line 30905, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-50--sm {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }

  /* line 30908, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-55--sm {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }

  /* line 30911, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-60--sm {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }

  /* line 30914, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-65--sm {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }

  /* line 30917, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-70--sm {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 30920, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-75--sm {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }

  /* line 30923, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-80--sm {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }

  /* line 30926, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-85--sm {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }

  /* line 30929, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-90--sm {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }

  /* line 30932, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-95--sm {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }

  /* line 30935, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-100--sm {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }

  /* line 30938, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-1--sm {
    margin-top: 0.07143rem !important;
  }

  /* line 30940, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-1--sm {
    margin-top: -0.07143rem !important;
  }

  /* line 30942, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-2--sm {
    margin-top: 0.14286rem !important;
  }

  /* line 30944, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-2--sm {
    margin-top: -0.14286rem !important;
  }

  /* line 30946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-3--sm {
    margin-top: 0.21429rem !important;
  }

  /* line 30948, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-3--sm {
    margin-top: -0.21429rem !important;
  }

  /* line 30950, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-4--sm {
    margin-top: 0.28571rem !important;
  }

  /* line 30952, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-4--sm {
    margin-top: -0.28571rem !important;
  }

  /* line 30954, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-5--sm {
    margin-top: 0.35714rem !important;
  }

  /* line 30956, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-5--sm {
    margin-top: -0.35714rem !important;
  }

  /* line 30958, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-6--sm {
    margin-top: 0.42857rem !important;
  }

  /* line 30960, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-6--sm {
    margin-top: -0.42857rem !important;
  }

  /* line 30962, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-7--sm {
    margin-top: 0.5rem !important;
  }

  /* line 30964, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-7--sm {
    margin-top: -0.5rem !important;
  }

  /* line 30966, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-8--sm {
    margin-top: 0.57143rem !important;
  }

  /* line 30968, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-8--sm {
    margin-top: -0.57143rem !important;
  }

  /* line 30970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-9--sm {
    margin-top: 0.64286rem !important;
  }

  /* line 30972, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-9--sm {
    margin-top: -0.64286rem !important;
  }

  /* line 30974, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-10--sm {
    margin-top: 0.71429rem !important;
  }

  /* line 30976, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important;
  }

  /* line 30978, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-11--sm {
    margin-top: 0.78571rem !important;
  }

  /* line 30980, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-11--sm {
    margin-top: -0.78571rem !important;
  }

  /* line 30982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-12--sm {
    margin-top: 0.85714rem !important;
  }

  /* line 30984, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-12--sm {
    margin-top: -0.85714rem !important;
  }

  /* line 30986, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-13--sm {
    margin-top: 0.92857rem !important;
  }

  /* line 30988, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-13--sm {
    margin-top: -0.92857rem !important;
  }

  /* line 30990, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-14--sm {
    margin-top: 1rem !important;
  }

  /* line 30992, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-14--sm {
    margin-top: -1rem !important;
  }

  /* line 30994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-15--sm {
    margin-top: 1.07143rem !important;
  }

  /* line 30996, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important;
  }

  /* line 30998, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-16--sm {
    margin-top: 1.14286rem !important;
  }

  /* line 31000, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-16--sm {
    margin-top: -1.14286rem !important;
  }

  /* line 31002, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-17--sm {
    margin-top: 1.21429rem !important;
  }

  /* line 31004, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-17--sm {
    margin-top: -1.21429rem !important;
  }

  /* line 31006, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-18--sm {
    margin-top: 1.28571rem !important;
  }

  /* line 31008, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-18--sm {
    margin-top: -1.28571rem !important;
  }

  /* line 31010, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-19--sm {
    margin-top: 1.35714rem !important;
  }

  /* line 31012, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-19--sm {
    margin-top: -1.35714rem !important;
  }

  /* line 31014, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-20--sm {
    margin-top: 1.42857rem !important;
  }

  /* line 31016, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important;
  }

  /* line 31018, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-10--sm {
    margin-top: 0.71429rem !important;
  }

  /* line 31020, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important;
  }

  /* line 31022, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-15--sm {
    margin-top: 1.07143rem !important;
  }

  /* line 31024, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important;
  }

  /* line 31026, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-20--sm {
    margin-top: 1.42857rem !important;
  }

  /* line 31028, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important;
  }

  /* line 31030, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-25--sm {
    margin-top: 1.78571rem !important;
  }

  /* line 31032, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-25--sm {
    margin-top: -1.78571rem !important;
  }

  /* line 31034, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-30--sm {
    margin-top: 2.14286rem !important;
  }

  /* line 31036, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-30--sm {
    margin-top: -2.14286rem !important;
  }

  /* line 31038, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-35--sm {
    margin-top: 2.5rem !important;
  }

  /* line 31040, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-35--sm {
    margin-top: -2.5rem !important;
  }

  /* line 31042, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-40--sm {
    margin-top: 2.85714rem !important;
  }

  /* line 31044, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-40--sm {
    margin-top: -2.85714rem !important;
  }

  /* line 31046, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-45--sm {
    margin-top: 3.21429rem !important;
  }

  /* line 31048, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-45--sm {
    margin-top: -3.21429rem !important;
  }

  /* line 31050, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-50--sm {
    margin-top: 3.57143rem !important;
  }

  /* line 31052, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-50--sm {
    margin-top: -3.57143rem !important;
  }

  /* line 31054, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-55--sm {
    margin-top: 3.92857rem !important;
  }

  /* line 31056, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-55--sm {
    margin-top: -3.92857rem !important;
  }

  /* line 31058, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-60--sm {
    margin-top: 4.28571rem !important;
  }

  /* line 31060, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-60--sm {
    margin-top: -4.28571rem !important;
  }

  /* line 31062, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-65--sm {
    margin-top: 4.64286rem !important;
  }

  /* line 31064, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-65--sm {
    margin-top: -4.64286rem !important;
  }

  /* line 31066, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-70--sm {
    margin-top: 5rem !important;
  }

  /* line 31068, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-70--sm {
    margin-top: -5rem !important;
  }

  /* line 31070, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-75--sm {
    margin-top: 5.35714rem !important;
  }

  /* line 31072, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-75--sm {
    margin-top: -5.35714rem !important;
  }

  /* line 31074, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-80--sm {
    margin-top: 5.71429rem !important;
  }

  /* line 31076, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-80--sm {
    margin-top: -5.71429rem !important;
  }

  /* line 31078, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-85--sm {
    margin-top: 6.07143rem !important;
  }

  /* line 31080, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-85--sm {
    margin-top: -6.07143rem !important;
  }

  /* line 31082, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-90--sm {
    margin-top: 6.42857rem !important;
  }

  /* line 31084, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-90--sm {
    margin-top: -6.42857rem !important;
  }

  /* line 31086, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-95--sm {
    margin-top: 6.78571rem !important;
  }

  /* line 31088, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-95--sm {
    margin-top: -6.78571rem !important;
  }

  /* line 31090, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-100--sm {
    margin-top: 7.14286rem !important;
  }

  /* line 31092, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-100--sm {
    margin-top: -7.14286rem !important;
  }

  /* line 31094, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-105--sm {
    margin-top: 7.5rem !important;
  }

  /* line 31096, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-105--sm {
    margin-top: -7.5rem !important;
  }

  /* line 31098, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-110--sm {
    margin-top: 7.85714rem !important;
  }

  /* line 31100, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-110--sm {
    margin-top: -7.85714rem !important;
  }

  /* line 31102, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-115--sm {
    margin-top: 8.21429rem !important;
  }

  /* line 31104, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-115--sm {
    margin-top: -8.21429rem !important;
  }

  /* line 31106, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-120--sm {
    margin-top: 8.57143rem !important;
  }

  /* line 31108, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-120--sm {
    margin-top: -8.57143rem !important;
  }

  /* line 31110, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-125--sm {
    margin-top: 8.92857rem !important;
  }

  /* line 31112, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-125--sm {
    margin-top: -8.92857rem !important;
  }

  /* line 31114, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-130--sm {
    margin-top: 9.28571rem !important;
  }

  /* line 31116, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-130--sm {
    margin-top: -9.28571rem !important;
  }

  /* line 31118, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-135--sm {
    margin-top: 9.64286rem !important;
  }

  /* line 31120, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-135--sm {
    margin-top: -9.64286rem !important;
  }

  /* line 31122, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-140--sm {
    margin-top: 10rem !important;
  }

  /* line 31124, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-140--sm {
    margin-top: -10rem !important;
  }

  /* line 31126, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-145--sm {
    margin-top: 10.35714rem !important;
  }

  /* line 31128, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-145--sm {
    margin-top: -10.35714rem !important;
  }

  /* line 31130, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-150--sm {
    margin-top: 10.71429rem !important;
  }

  /* line 31132, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-150--sm {
    margin-top: -10.71429rem !important;
  }

  /* line 31134, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-155--sm {
    margin-top: 11.07143rem !important;
  }

  /* line 31136, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-155--sm {
    margin-top: -11.07143rem !important;
  }

  /* line 31138, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-160--sm {
    margin-top: 11.42857rem !important;
  }

  /* line 31140, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-160--sm {
    margin-top: -11.42857rem !important;
  }

  /* line 31142, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-165--sm {
    margin-top: 11.78571rem !important;
  }

  /* line 31144, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-165--sm {
    margin-top: -11.78571rem !important;
  }

  /* line 31146, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-170--sm {
    margin-top: 12.14286rem !important;
  }

  /* line 31148, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-170--sm {
    margin-top: -12.14286rem !important;
  }

  /* line 31150, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-1--sm {
    margin-bottom: 0.07143rem !important;
  }

  /* line 31152, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-1--sm {
    margin-bottom: -0.07143rem !important;
  }

  /* line 31154, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-2--sm {
    margin-bottom: 0.14286rem !important;
  }

  /* line 31156, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-2--sm {
    margin-bottom: -0.14286rem !important;
  }

  /* line 31158, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-3--sm {
    margin-bottom: 0.21429rem !important;
  }

  /* line 31160, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-3--sm {
    margin-bottom: -0.21429rem !important;
  }

  /* line 31162, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-4--sm {
    margin-bottom: 0.28571rem !important;
  }

  /* line 31164, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-4--sm {
    margin-bottom: -0.28571rem !important;
  }

  /* line 31166, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-5--sm {
    margin-bottom: 0.35714rem !important;
  }

  /* line 31168, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-5--sm {
    margin-bottom: -0.35714rem !important;
  }

  /* line 31170, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-6--sm {
    margin-bottom: 0.42857rem !important;
  }

  /* line 31172, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-6--sm {
    margin-bottom: -0.42857rem !important;
  }

  /* line 31174, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-7--sm {
    margin-bottom: 0.5rem !important;
  }

  /* line 31176, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-7--sm {
    margin-bottom: -0.5rem !important;
  }

  /* line 31178, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-8--sm {
    margin-bottom: 0.57143rem !important;
  }

  /* line 31180, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-8--sm {
    margin-bottom: -0.57143rem !important;
  }

  /* line 31182, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-9--sm {
    margin-bottom: 0.64286rem !important;
  }

  /* line 31184, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-9--sm {
    margin-bottom: -0.64286rem !important;
  }

  /* line 31186, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important;
  }

  /* line 31188, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-10--sm {
    margin-bottom: -0.71429rem !important;
  }

  /* line 31190, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-11--sm {
    margin-bottom: 0.78571rem !important;
  }

  /* line 31192, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-11--sm {
    margin-bottom: -0.78571rem !important;
  }

  /* line 31194, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-12--sm {
    margin-bottom: 0.85714rem !important;
  }

  /* line 31196, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-12--sm {
    margin-bottom: -0.85714rem !important;
  }

  /* line 31198, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-13--sm {
    margin-bottom: 0.92857rem !important;
  }

  /* line 31200, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-13--sm {
    margin-bottom: -0.92857rem !important;
  }

  /* line 31202, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-14--sm {
    margin-bottom: 1rem !important;
  }

  /* line 31204, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-14--sm {
    margin-bottom: -1rem !important;
  }

  /* line 31206, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important;
  }

  /* line 31208, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-15--sm {
    margin-bottom: -1.07143rem !important;
  }

  /* line 31210, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-16--sm {
    margin-bottom: 1.14286rem !important;
  }

  /* line 31212, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-16--sm {
    margin-bottom: -1.14286rem !important;
  }

  /* line 31214, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-17--sm {
    margin-bottom: 1.21429rem !important;
  }

  /* line 31216, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-17--sm {
    margin-bottom: -1.21429rem !important;
  }

  /* line 31218, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-18--sm {
    margin-bottom: 1.28571rem !important;
  }

  /* line 31220, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-18--sm {
    margin-bottom: -1.28571rem !important;
  }

  /* line 31222, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-19--sm {
    margin-bottom: 1.35714rem !important;
  }

  /* line 31224, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-19--sm {
    margin-bottom: -1.35714rem !important;
  }

  /* line 31226, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important;
  }

  /* line 31228, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-20--sm {
    margin-bottom: -1.42857rem !important;
  }

  /* line 31230, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important;
  }

  /* line 31232, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important;
  }

  /* line 31234, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important;
  }

  /* line 31236, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-25--sm {
    margin-bottom: 1.78571rem !important;
  }

  /* line 31238, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-30--sm {
    margin-bottom: 2.14286rem !important;
  }

  /* line 31240, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-35--sm {
    margin-bottom: 2.5rem !important;
  }

  /* line 31242, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-40--sm {
    margin-bottom: 2.85714rem !important;
  }

  /* line 31244, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-45--sm {
    margin-bottom: 3.21429rem !important;
  }

  /* line 31246, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-50--sm {
    margin-bottom: 3.57143rem !important;
  }

  /* line 31248, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-55--sm {
    margin-bottom: 3.92857rem !important;
  }

  /* line 31250, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-60--sm {
    margin-bottom: 4.28571rem !important;
  }

  /* line 31252, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-65--sm {
    margin-bottom: 4.64286rem !important;
  }

  /* line 31254, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-70--sm {
    margin-bottom: 5rem !important;
  }

  /* line 31256, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-75--sm {
    margin-bottom: 5.35714rem !important;
  }

  /* line 31258, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-80--sm {
    margin-bottom: 5.71429rem !important;
  }

  /* line 31260, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-85--sm {
    margin-bottom: 6.07143rem !important;
  }

  /* line 31262, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-90--sm {
    margin-bottom: 6.42857rem !important;
  }

  /* line 31264, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-95--sm {
    margin-bottom: 6.78571rem !important;
  }

  /* line 31266, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-100--sm {
    margin-bottom: 7.14286rem !important;
  }

  /* line 31268, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-105--sm {
    margin-bottom: 7.5rem !important;
  }

  /* line 31270, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-110--sm {
    margin-bottom: 7.85714rem !important;
  }

  /* line 31272, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-115--sm {
    margin-bottom: 8.21429rem !important;
  }

  /* line 31274, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-120--sm {
    margin-bottom: 8.57143rem !important;
  }

  /* line 31276, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-125--sm {
    margin-bottom: 8.92857rem !important;
  }

  /* line 31278, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-130--sm {
    margin-bottom: 9.28571rem !important;
  }

  /* line 31280, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-135--sm {
    margin-bottom: 9.64286rem !important;
  }

  /* line 31282, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-140--sm {
    margin-bottom: 10rem !important;
  }

  /* line 31284, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-145--sm {
    margin-bottom: 10.35714rem !important;
  }

  /* line 31286, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-150--sm {
    margin-bottom: 10.71429rem !important;
  }

  /* line 31288, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-155--sm {
    margin-bottom: 11.07143rem !important;
  }

  /* line 31290, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-160--sm {
    margin-bottom: 11.42857rem !important;
  }

  /* line 31292, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-165--sm {
    margin-bottom: 11.78571rem !important;
  }

  /* line 31294, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-170--sm {
    margin-bottom: 12.14286rem !important;
  }

  /* line 31296, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-1--sm {
    margin-left: 0.07143rem !important;
  }

  /* line 31298, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-1--sm {
    margin-left: -0.07143rem !important;
  }

  /* line 31300, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-2--sm {
    margin-left: 0.14286rem !important;
  }

  /* line 31302, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-2--sm {
    margin-left: -0.14286rem !important;
  }

  /* line 31304, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-3--sm {
    margin-left: 0.21429rem !important;
  }

  /* line 31306, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-3--sm {
    margin-left: -0.21429rem !important;
  }

  /* line 31308, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-4--sm {
    margin-left: 0.28571rem !important;
  }

  /* line 31310, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-4--sm {
    margin-left: -0.28571rem !important;
  }

  /* line 31312, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-5--sm {
    margin-left: 0.35714rem !important;
  }

  /* line 31314, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important;
  }

  /* line 31316, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-6--sm {
    margin-left: 0.42857rem !important;
  }

  /* line 31318, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-6--sm {
    margin-left: -0.42857rem !important;
  }

  /* line 31320, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-7--sm {
    margin-left: 0.5rem !important;
  }

  /* line 31322, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-7--sm {
    margin-left: -0.5rem !important;
  }

  /* line 31324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-8--sm {
    margin-left: 0.57143rem !important;
  }

  /* line 31326, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-8--sm {
    margin-left: -0.57143rem !important;
  }

  /* line 31328, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-9--sm {
    margin-left: 0.64286rem !important;
  }

  /* line 31330, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-9--sm {
    margin-left: -0.64286rem !important;
  }

  /* line 31332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-10--sm {
    margin-left: 0.71429rem !important;
  }

  /* line 31334, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important;
  }

  /* line 31336, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-5--sm {
    margin-left: 0.35714rem !important;
  }

  /* line 31338, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important;
  }

  /* line 31340, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-10--sm {
    margin-left: 0.71429rem !important;
  }

  /* line 31342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important;
  }

  /* line 31344, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-15--sm {
    margin-left: 1.07143rem !important;
  }

  /* line 31346, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-15--sm {
    margin-left: -1.07143rem !important;
  }

  /* line 31348, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-20--sm {
    margin-left: 1.42857rem !important;
  }

  /* line 31350, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-20--sm {
    margin-left: -1.42857rem !important;
  }

  /* line 31352, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-25--sm {
    margin-left: 1.78571rem !important;
  }

  /* line 31354, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-25--sm {
    margin-left: -1.78571rem !important;
  }

  /* line 31356, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-30--sm {
    margin-left: 2.14286rem !important;
  }

  /* line 31358, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-30--sm {
    margin-left: -2.14286rem !important;
  }

  /* line 31360, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-35--sm {
    margin-left: 2.5rem !important;
  }

  /* line 31362, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-35--sm {
    margin-left: -2.5rem !important;
  }

  /* line 31364, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-40--sm {
    margin-left: 2.85714rem !important;
  }

  /* line 31366, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-40--sm {
    margin-left: -2.85714rem !important;
  }

  /* line 31368, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-45--sm {
    margin-left: 3.21429rem !important;
  }

  /* line 31370, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-45--sm {
    margin-left: -3.21429rem !important;
  }

  /* line 31372, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-50--sm {
    margin-left: 3.57143rem !important;
  }

  /* line 31374, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-50--sm {
    margin-left: -3.57143rem !important;
  }

  /* line 31376, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-1--sm {
    margin-right: 0.07143rem !important;
  }

  /* line 31378, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-1--sm {
    margin-right: -0.07143rem !important;
  }

  /* line 31380, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-2--sm {
    margin-right: 0.14286rem !important;
  }

  /* line 31382, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-2--sm {
    margin-right: -0.14286rem !important;
  }

  /* line 31384, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-3--sm {
    margin-right: 0.21429rem !important;
  }

  /* line 31386, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-3--sm {
    margin-right: -0.21429rem !important;
  }

  /* line 31388, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-4--sm {
    margin-right: 0.28571rem !important;
  }

  /* line 31390, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-4--sm {
    margin-right: -0.28571rem !important;
  }

  /* line 31392, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-5--sm {
    margin-right: 0.35714rem !important;
  }

  /* line 31394, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-5--sm {
    margin-right: -0.35714rem !important;
  }

  /* line 31396, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-6--sm {
    margin-right: 0.42857rem !important;
  }

  /* line 31398, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-6--sm {
    margin-right: -0.42857rem !important;
  }

  /* line 31400, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-7--sm {
    margin-right: 0.5rem !important;
  }

  /* line 31402, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-7--sm {
    margin-right: -0.5rem !important;
  }

  /* line 31404, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-8--sm {
    margin-right: 0.57143rem !important;
  }

  /* line 31406, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-8--sm {
    margin-right: -0.57143rem !important;
  }

  /* line 31408, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-9--sm {
    margin-right: 0.64286rem !important;
  }

  /* line 31410, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-9--sm {
    margin-right: -0.64286rem !important;
  }

  /* line 31412, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-10--sm {
    margin-right: 0.71429rem !important;
  }

  /* line 31414, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-10--sm {
    margin-right: -0.71429rem !important;
  }

  /* line 31416, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-5--sm {
    margin-right: 0.35714rem !important;
  }

  /* line 31418, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-10--sm {
    margin-right: 0.71429rem !important;
  }

  /* line 31420, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-15--sm {
    margin-right: 1.07143rem !important;
  }

  /* line 31422, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-20--sm {
    margin-right: 1.42857rem !important;
  }

  /* line 31424, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-25--sm {
    margin-right: 1.78571rem !important;
  }

  /* line 31426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-30--sm {
    margin-right: 2.14286rem !important;
  }

  /* line 31428, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-35--sm {
    margin-right: 2.5rem !important;
  }

  /* line 31430, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-40--sm {
    margin-right: 2.85714rem !important;
  }

  /* line 31432, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-45--sm {
    margin-right: 3.21429rem !important;
  }

  /* line 31434, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-50--sm {
    margin-right: 3.57143rem !important;
  }
}
/* Margin Spaces (md)
------------------------------------*/
@media (min-width: 768px) {
  /* line 31440, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ma-0--md {
    margin: 0 !important;
  }

  /* line 31442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-0--md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 31445, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-0--md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 31448, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-0--md {
    margin-left: 0 !important;
  }

  /* line 31450, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-0--md {
    margin-right: 0 !important;
  }

  /* line 31452, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-0--md {
    margin-top: 0 !important;
  }

  /* line 31454, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }

  /* line 31456, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-1--md {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }

  /* line 31459, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-2--md {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }

  /* line 31462, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-3--md {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }

  /* line 31465, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-4--md {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }

  /* line 31468, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-5--md {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }

  /* line 31471, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-6--md {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }

  /* line 31474, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-7--md {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  /* line 31477, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-8--md {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }

  /* line 31480, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-9--md {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }

  /* line 31483, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 31486, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 31489, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-15--md {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }

  /* line 31492, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-20--md {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }

  /* line 31495, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-25--md {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }

  /* line 31498, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-30--md {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }

  /* line 31501, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-35--md {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  /* line 31504, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-40--md {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }

  /* line 31507, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-45--md {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }

  /* line 31510, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-50--md {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }

  /* line 31513, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-55--md {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }

  /* line 31516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-60--md {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }

  /* line 31519, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-65--md {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }

  /* line 31522, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-70--md {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  /* line 31525, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-75--md {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }

  /* line 31528, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-80--md {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }

  /* line 31531, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-85--md {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }

  /* line 31534, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-90--md {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }

  /* line 31537, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-95--md {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }

  /* line 31540, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-100--md {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }

  /* line 31543, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-1--md {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }

  /* line 31546, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-2--md {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }

  /* line 31549, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-3--md {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }

  /* line 31552, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-4--md {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }

  /* line 31555, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-5--md {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 31558, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-6--md {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }

  /* line 31561, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-7--md {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 31564, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-8--md {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }

  /* line 31567, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-9--md {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }

  /* line 31570, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 31573, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 31576, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-15--md {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }

  /* line 31579, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-20--md {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }

  /* line 31582, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-25--md {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }

  /* line 31585, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-30--md {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }

  /* line 31588, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-35--md {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 31591, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-40--md {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }

  /* line 31594, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-45--md {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }

  /* line 31597, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-50--md {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }

  /* line 31600, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-55--md {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }

  /* line 31603, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-60--md {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }

  /* line 31606, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-65--md {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }

  /* line 31609, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-70--md {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 31612, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-75--md {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }

  /* line 31615, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-80--md {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }

  /* line 31618, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-85--md {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }

  /* line 31621, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-90--md {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }

  /* line 31624, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-95--md {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }

  /* line 31627, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-100--md {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }

  /* line 31630, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-1--md {
    margin-top: 0.07143rem !important;
  }

  /* line 31632, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-1--md {
    margin-top: -0.07143rem !important;
  }

  /* line 31634, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-2--md {
    margin-top: 0.14286rem !important;
  }

  /* line 31636, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-2--md {
    margin-top: -0.14286rem !important;
  }

  /* line 31638, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-3--md {
    margin-top: 0.21429rem !important;
  }

  /* line 31640, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-3--md {
    margin-top: -0.21429rem !important;
  }

  /* line 31642, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-4--md {
    margin-top: 0.28571rem !important;
  }

  /* line 31644, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-4--md {
    margin-top: -0.28571rem !important;
  }

  /* line 31646, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-5--md {
    margin-top: 0.35714rem !important;
  }

  /* line 31648, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-5--md {
    margin-top: -0.35714rem !important;
  }

  /* line 31650, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-6--md {
    margin-top: 0.42857rem !important;
  }

  /* line 31652, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-6--md {
    margin-top: -0.42857rem !important;
  }

  /* line 31654, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-7--md {
    margin-top: 0.5rem !important;
  }

  /* line 31656, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-7--md {
    margin-top: -0.5rem !important;
  }

  /* line 31658, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-8--md {
    margin-top: 0.57143rem !important;
  }

  /* line 31660, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-8--md {
    margin-top: -0.57143rem !important;
  }

  /* line 31662, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-9--md {
    margin-top: 0.64286rem !important;
  }

  /* line 31664, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-9--md {
    margin-top: -0.64286rem !important;
  }

  /* line 31666, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-10--md {
    margin-top: 0.71429rem !important;
  }

  /* line 31668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important;
  }

  /* line 31670, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-11--md {
    margin-top: 0.78571rem !important;
  }

  /* line 31672, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-11--md {
    margin-top: -0.78571rem !important;
  }

  /* line 31674, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-12--md {
    margin-top: 0.85714rem !important;
  }

  /* line 31676, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-12--md {
    margin-top: -0.85714rem !important;
  }

  /* line 31678, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-13--md {
    margin-top: 0.92857rem !important;
  }

  /* line 31680, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-13--md {
    margin-top: -0.92857rem !important;
  }

  /* line 31682, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-14--md {
    margin-top: 1rem !important;
  }

  /* line 31684, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-14--md {
    margin-top: -1rem !important;
  }

  /* line 31686, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-15--md {
    margin-top: 1.07143rem !important;
  }

  /* line 31688, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important;
  }

  /* line 31690, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-16--md {
    margin-top: 1.14286rem !important;
  }

  /* line 31692, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-16--md {
    margin-top: -1.14286rem !important;
  }

  /* line 31694, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-17--md {
    margin-top: 1.21429rem !important;
  }

  /* line 31696, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-17--md {
    margin-top: -1.21429rem !important;
  }

  /* line 31698, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-18--md {
    margin-top: 1.28571rem !important;
  }

  /* line 31700, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-18--md {
    margin-top: -1.28571rem !important;
  }

  /* line 31702, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-19--md {
    margin-top: 1.35714rem !important;
  }

  /* line 31704, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-19--md {
    margin-top: -1.35714rem !important;
  }

  /* line 31706, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-20--md {
    margin-top: 1.42857rem !important;
  }

  /* line 31708, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important;
  }

  /* line 31710, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-10--md {
    margin-top: 0.71429rem !important;
  }

  /* line 31712, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important;
  }

  /* line 31714, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-15--md {
    margin-top: 1.07143rem !important;
  }

  /* line 31716, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important;
  }

  /* line 31718, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-20--md {
    margin-top: 1.42857rem !important;
  }

  /* line 31720, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important;
  }

  /* line 31722, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-25--md {
    margin-top: 1.78571rem !important;
  }

  /* line 31724, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-25--md {
    margin-top: -1.78571rem !important;
  }

  /* line 31726, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-30--md {
    margin-top: 2.14286rem !important;
  }

  /* line 31728, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-30--md {
    margin-top: -2.14286rem !important;
  }

  /* line 31730, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-35--md {
    margin-top: 2.5rem !important;
  }

  /* line 31732, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-35--md {
    margin-top: -2.5rem !important;
  }

  /* line 31734, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-40--md {
    margin-top: 2.85714rem !important;
  }

  /* line 31736, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-40--md {
    margin-top: -2.85714rem !important;
  }

  /* line 31738, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-45--md {
    margin-top: 3.21429rem !important;
  }

  /* line 31740, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-45--md {
    margin-top: -3.21429rem !important;
  }

  /* line 31742, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-50--md {
    margin-top: 3.57143rem !important;
  }

  /* line 31744, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-50--md {
    margin-top: -3.57143rem !important;
  }

  /* line 31746, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-55--md {
    margin-top: 3.92857rem !important;
  }

  /* line 31748, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-55--md {
    margin-top: -3.92857rem !important;
  }

  /* line 31750, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-60--md {
    margin-top: 4.28571rem !important;
  }

  /* line 31752, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-60--md {
    margin-top: -4.28571rem !important;
  }

  /* line 31754, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-65--md {
    margin-top: 4.64286rem !important;
  }

  /* line 31756, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-65--md {
    margin-top: -4.64286rem !important;
  }

  /* line 31758, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-70--md {
    margin-top: 5rem !important;
  }

  /* line 31760, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-70--md {
    margin-top: -5rem !important;
  }

  /* line 31762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-75--md {
    margin-top: 5.35714rem !important;
  }

  /* line 31764, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-75--md {
    margin-top: -5.35714rem !important;
  }

  /* line 31766, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-80--md {
    margin-top: 5.71429rem !important;
  }

  /* line 31768, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-80--md {
    margin-top: -5.71429rem !important;
  }

  /* line 31770, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-85--md {
    margin-top: 6.07143rem !important;
  }

  /* line 31772, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-85--md {
    margin-top: -6.07143rem !important;
  }

  /* line 31774, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-90--md {
    margin-top: 6.42857rem !important;
  }

  /* line 31776, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-90--md {
    margin-top: -6.42857rem !important;
  }

  /* line 31778, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-95--md {
    margin-top: 6.78571rem !important;
  }

  /* line 31780, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-95--md {
    margin-top: -6.78571rem !important;
  }

  /* line 31782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-100--md {
    margin-top: 7.14286rem !important;
  }

  /* line 31784, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-100--md {
    margin-top: -7.14286rem !important;
  }

  /* line 31786, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-105--md {
    margin-top: 7.5rem !important;
  }

  /* line 31788, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-105--md {
    margin-top: -7.5rem !important;
  }

  /* line 31790, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-110--md {
    margin-top: 7.85714rem !important;
  }

  /* line 31792, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-110--md {
    margin-top: -7.85714rem !important;
  }

  /* line 31794, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-115--md {
    margin-top: 8.21429rem !important;
  }

  /* line 31796, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-115--md {
    margin-top: -8.21429rem !important;
  }

  /* line 31798, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-120--md {
    margin-top: 8.57143rem !important;
  }

  /* line 31800, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-120--md {
    margin-top: -8.57143rem !important;
  }

  /* line 31802, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-125--md {
    margin-top: 8.92857rem !important;
  }

  /* line 31804, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-125--md {
    margin-top: -8.92857rem !important;
  }

  /* line 31806, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-130--md {
    margin-top: 9.28571rem !important;
  }

  /* line 31808, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-130--md {
    margin-top: -9.28571rem !important;
  }

  /* line 31810, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-135--md {
    margin-top: 9.64286rem !important;
  }

  /* line 31812, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-135--md {
    margin-top: -9.64286rem !important;
  }

  /* line 31814, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-140--md {
    margin-top: 10rem !important;
  }

  /* line 31816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-140--md {
    margin-top: -10rem !important;
  }

  /* line 31818, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-145--md {
    margin-top: 10.35714rem !important;
  }

  /* line 31820, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-145--md {
    margin-top: -10.35714rem !important;
  }

  /* line 31822, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-150--md {
    margin-top: 10.71429rem !important;
  }

  /* line 31824, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-150--md {
    margin-top: -10.71429rem !important;
  }

  /* line 31826, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-155--md {
    margin-top: 11.07143rem !important;
  }

  /* line 31828, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-155--md {
    margin-top: -11.07143rem !important;
  }

  /* line 31830, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-160--md {
    margin-top: 11.42857rem !important;
  }

  /* line 31832, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-160--md {
    margin-top: -11.42857rem !important;
  }

  /* line 31834, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-165--md {
    margin-top: 11.78571rem !important;
  }

  /* line 31836, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-165--md {
    margin-top: -11.78571rem !important;
  }

  /* line 31838, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-170--md {
    margin-top: 12.14286rem !important;
  }

  /* line 31840, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-170--md {
    margin-top: -12.14286rem !important;
  }

  /* line 31842, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-1--md {
    margin-bottom: 0.07143rem !important;
  }

  /* line 31844, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-1--md {
    margin-bottom: -0.07143rem !important;
  }

  /* line 31846, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-2--md {
    margin-bottom: 0.14286rem !important;
  }

  /* line 31848, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-2--md {
    margin-bottom: -0.14286rem !important;
  }

  /* line 31850, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-3--md {
    margin-bottom: 0.21429rem !important;
  }

  /* line 31852, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-3--md {
    margin-bottom: -0.21429rem !important;
  }

  /* line 31854, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-4--md {
    margin-bottom: 0.28571rem !important;
  }

  /* line 31856, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-4--md {
    margin-bottom: -0.28571rem !important;
  }

  /* line 31858, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-5--md {
    margin-bottom: 0.35714rem !important;
  }

  /* line 31860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-5--md {
    margin-bottom: -0.35714rem !important;
  }

  /* line 31862, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-6--md {
    margin-bottom: 0.42857rem !important;
  }

  /* line 31864, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-6--md {
    margin-bottom: -0.42857rem !important;
  }

  /* line 31866, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-7--md {
    margin-bottom: 0.5rem !important;
  }

  /* line 31868, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-7--md {
    margin-bottom: -0.5rem !important;
  }

  /* line 31870, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-8--md {
    margin-bottom: 0.57143rem !important;
  }

  /* line 31872, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-8--md {
    margin-bottom: -0.57143rem !important;
  }

  /* line 31874, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-9--md {
    margin-bottom: 0.64286rem !important;
  }

  /* line 31876, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-9--md {
    margin-bottom: -0.64286rem !important;
  }

  /* line 31878, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important;
  }

  /* line 31880, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-10--md {
    margin-bottom: -0.71429rem !important;
  }

  /* line 31882, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-11--md {
    margin-bottom: 0.78571rem !important;
  }

  /* line 31884, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-11--md {
    margin-bottom: -0.78571rem !important;
  }

  /* line 31886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-12--md {
    margin-bottom: 0.85714rem !important;
  }

  /* line 31888, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-12--md {
    margin-bottom: -0.85714rem !important;
  }

  /* line 31890, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-13--md {
    margin-bottom: 0.92857rem !important;
  }

  /* line 31892, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-13--md {
    margin-bottom: -0.92857rem !important;
  }

  /* line 31894, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-14--md {
    margin-bottom: 1rem !important;
  }

  /* line 31896, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-14--md {
    margin-bottom: -1rem !important;
  }

  /* line 31898, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important;
  }

  /* line 31900, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-15--md {
    margin-bottom: -1.07143rem !important;
  }

  /* line 31902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-16--md {
    margin-bottom: 1.14286rem !important;
  }

  /* line 31904, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-16--md {
    margin-bottom: -1.14286rem !important;
  }

  /* line 31906, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-17--md {
    margin-bottom: 1.21429rem !important;
  }

  /* line 31908, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-17--md {
    margin-bottom: -1.21429rem !important;
  }

  /* line 31910, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-18--md {
    margin-bottom: 1.28571rem !important;
  }

  /* line 31912, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-18--md {
    margin-bottom: -1.28571rem !important;
  }

  /* line 31914, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-19--md {
    margin-bottom: 1.35714rem !important;
  }

  /* line 31916, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-19--md {
    margin-bottom: -1.35714rem !important;
  }

  /* line 31918, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important;
  }

  /* line 31920, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-20--md {
    margin-bottom: -1.42857rem !important;
  }

  /* line 31922, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important;
  }

  /* line 31924, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important;
  }

  /* line 31926, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important;
  }

  /* line 31928, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-25--md {
    margin-bottom: 1.78571rem !important;
  }

  /* line 31930, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-30--md {
    margin-bottom: 2.14286rem !important;
  }

  /* line 31932, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-35--md {
    margin-bottom: 2.5rem !important;
  }

  /* line 31934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-40--md {
    margin-bottom: 2.85714rem !important;
  }

  /* line 31936, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-45--md {
    margin-bottom: 3.21429rem !important;
  }

  /* line 31938, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-50--md {
    margin-bottom: 3.57143rem !important;
  }

  /* line 31940, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-55--md {
    margin-bottom: 3.92857rem !important;
  }

  /* line 31942, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-60--md {
    margin-bottom: 4.28571rem !important;
  }

  /* line 31944, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-65--md {
    margin-bottom: 4.64286rem !important;
  }

  /* line 31946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-70--md {
    margin-bottom: 5rem !important;
  }

  /* line 31948, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-75--md {
    margin-bottom: 5.35714rem !important;
  }

  /* line 31950, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-80--md {
    margin-bottom: 5.71429rem !important;
  }

  /* line 31952, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-85--md {
    margin-bottom: 6.07143rem !important;
  }

  /* line 31954, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-90--md {
    margin-bottom: 6.42857rem !important;
  }

  /* line 31956, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-95--md {
    margin-bottom: 6.78571rem !important;
  }

  /* line 31958, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-100--md {
    margin-bottom: 7.14286rem !important;
  }

  /* line 31960, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-105--md {
    margin-bottom: 7.5rem !important;
  }

  /* line 31962, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-110--md {
    margin-bottom: 7.85714rem !important;
  }

  /* line 31964, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-115--md {
    margin-bottom: 8.21429rem !important;
  }

  /* line 31966, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-120--md {
    margin-bottom: 8.57143rem !important;
  }

  /* line 31968, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-125--md {
    margin-bottom: 8.92857rem !important;
  }

  /* line 31970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-130--md {
    margin-bottom: 9.28571rem !important;
  }

  /* line 31972, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-135--md {
    margin-bottom: 9.64286rem !important;
  }

  /* line 31974, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-140--md {
    margin-bottom: 10rem !important;
  }

  /* line 31976, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-145--md {
    margin-bottom: 10.35714rem !important;
  }

  /* line 31978, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-150--md {
    margin-bottom: 10.71429rem !important;
  }

  /* line 31980, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-155--md {
    margin-bottom: 11.07143rem !important;
  }

  /* line 31982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-160--md {
    margin-bottom: 11.42857rem !important;
  }

  /* line 31984, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-165--md {
    margin-bottom: 11.78571rem !important;
  }

  /* line 31986, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-170--md {
    margin-bottom: 12.14286rem !important;
  }

  /* line 31988, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-1--md {
    margin-left: 0.07143rem !important;
  }

  /* line 31990, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-1--md {
    margin-left: -0.07143rem !important;
  }

  /* line 31992, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-2--md {
    margin-left: 0.14286rem !important;
  }

  /* line 31994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-2--md {
    margin-left: -0.14286rem !important;
  }

  /* line 31996, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-3--md {
    margin-left: 0.21429rem !important;
  }

  /* line 31998, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-3--md {
    margin-left: -0.21429rem !important;
  }

  /* line 32000, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-4--md {
    margin-left: 0.28571rem !important;
  }

  /* line 32002, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-4--md {
    margin-left: -0.28571rem !important;
  }

  /* line 32004, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-5--md {
    margin-left: 0.35714rem !important;
  }

  /* line 32006, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important;
  }

  /* line 32008, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-6--md {
    margin-left: 0.42857rem !important;
  }

  /* line 32010, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-6--md {
    margin-left: -0.42857rem !important;
  }

  /* line 32012, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-7--md {
    margin-left: 0.5rem !important;
  }

  /* line 32014, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-7--md {
    margin-left: -0.5rem !important;
  }

  /* line 32016, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-8--md {
    margin-left: 0.57143rem !important;
  }

  /* line 32018, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-8--md {
    margin-left: -0.57143rem !important;
  }

  /* line 32020, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-9--md {
    margin-left: 0.64286rem !important;
  }

  /* line 32022, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-9--md {
    margin-left: -0.64286rem !important;
  }

  /* line 32024, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-10--md {
    margin-left: 0.71429rem !important;
  }

  /* line 32026, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important;
  }

  /* line 32028, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-5--md {
    margin-left: 0.35714rem !important;
  }

  /* line 32030, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important;
  }

  /* line 32032, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-10--md {
    margin-left: 0.71429rem !important;
  }

  /* line 32034, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important;
  }

  /* line 32036, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-15--md {
    margin-left: 1.07143rem !important;
  }

  /* line 32038, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-15--md {
    margin-left: -1.07143rem !important;
  }

  /* line 32040, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-20--md {
    margin-left: 1.42857rem !important;
  }

  /* line 32042, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-20--md {
    margin-left: -1.42857rem !important;
  }

  /* line 32044, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-25--md {
    margin-left: 1.78571rem !important;
  }

  /* line 32046, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-25--md {
    margin-left: -1.78571rem !important;
  }

  /* line 32048, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-30--md {
    margin-left: 2.14286rem !important;
  }

  /* line 32050, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-30--md {
    margin-left: -2.14286rem !important;
  }

  /* line 32052, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-35--md {
    margin-left: 2.5rem !important;
  }

  /* line 32054, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-35--md {
    margin-left: -2.5rem !important;
  }

  /* line 32056, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-40--md {
    margin-left: 2.85714rem !important;
  }

  /* line 32058, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-40--md {
    margin-left: -2.85714rem !important;
  }

  /* line 32060, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-45--md {
    margin-left: 3.21429rem !important;
  }

  /* line 32062, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-45--md {
    margin-left: -3.21429rem !important;
  }

  /* line 32064, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-50--md {
    margin-left: 3.57143rem !important;
  }

  /* line 32066, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-50--md {
    margin-left: -3.57143rem !important;
  }

  /* line 32068, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-1--md {
    margin-right: 0.07143rem !important;
  }

  /* line 32070, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-1--md {
    margin-right: -0.07143rem !important;
  }

  /* line 32072, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-2--md {
    margin-right: 0.14286rem !important;
  }

  /* line 32074, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-2--md {
    margin-right: -0.14286rem !important;
  }

  /* line 32076, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-3--md {
    margin-right: 0.21429rem !important;
  }

  /* line 32078, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-3--md {
    margin-right: -0.21429rem !important;
  }

  /* line 32080, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-4--md {
    margin-right: 0.28571rem !important;
  }

  /* line 32082, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-4--md {
    margin-right: -0.28571rem !important;
  }

  /* line 32084, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-5--md {
    margin-right: 0.35714rem !important;
  }

  /* line 32086, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-5--md {
    margin-right: -0.35714rem !important;
  }

  /* line 32088, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-6--md {
    margin-right: 0.42857rem !important;
  }

  /* line 32090, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-6--md {
    margin-right: -0.42857rem !important;
  }

  /* line 32092, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-7--md {
    margin-right: 0.5rem !important;
  }

  /* line 32094, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-7--md {
    margin-right: -0.5rem !important;
  }

  /* line 32096, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-8--md {
    margin-right: 0.57143rem !important;
  }

  /* line 32098, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-8--md {
    margin-right: -0.57143rem !important;
  }

  /* line 32100, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-9--md {
    margin-right: 0.64286rem !important;
  }

  /* line 32102, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-9--md {
    margin-right: -0.64286rem !important;
  }

  /* line 32104, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-10--md {
    margin-right: 0.71429rem !important;
  }

  /* line 32106, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-10--md {
    margin-right: -0.71429rem !important;
  }

  /* line 32108, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-5--md {
    margin-right: 0.35714rem !important;
  }

  /* line 32110, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-10--md {
    margin-right: 0.71429rem !important;
  }

  /* line 32112, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-15--md {
    margin-right: 1.07143rem !important;
  }

  /* line 32114, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-20--md {
    margin-right: 1.42857rem !important;
  }

  /* line 32116, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-25--md {
    margin-right: 1.78571rem !important;
  }

  /* line 32118, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-30--md {
    margin-right: 2.14286rem !important;
  }

  /* line 32120, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-35--md {
    margin-right: 2.5rem !important;
  }

  /* line 32122, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-40--md {
    margin-right: 2.85714rem !important;
  }

  /* line 32124, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-45--md {
    margin-right: 3.21429rem !important;
  }

  /* line 32126, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-50--md {
    margin-right: 3.57143rem !important;
  }
}
/* Margin Spaces (lg)
------------------------------------*/
@media (min-width: 992px) {
  /* line 32132, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ma-0--lg {
    margin: 0 !important;
  }

  /* line 32134, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-0--lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 32137, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-0--lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 32140, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-0--lg {
    margin-left: 0 !important;
  }

  /* line 32142, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-0--lg {
    margin-right: 0 !important;
  }

  /* line 32144, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-0--lg {
    margin-top: 0 !important;
  }

  /* line 32146, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-0--lg {
    margin-bottom: 0 !important;
  }

  /* line 32148, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-1--lg {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }

  /* line 32151, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-2--lg {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }

  /* line 32154, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-3--lg {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }

  /* line 32157, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-4--lg {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }

  /* line 32160, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-5--lg {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }

  /* line 32163, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-6--lg {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }

  /* line 32166, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-7--lg {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  /* line 32169, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-8--lg {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }

  /* line 32172, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-9--lg {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }

  /* line 32175, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 32178, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 32181, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-15--lg {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }

  /* line 32184, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-20--lg {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }

  /* line 32187, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-25--lg {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }

  /* line 32190, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-30--lg {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }

  /* line 32193, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-35--lg {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  /* line 32196, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-40--lg {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }

  /* line 32199, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-45--lg {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }

  /* line 32202, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-50--lg {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }

  /* line 32205, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-55--lg {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }

  /* line 32208, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-60--lg {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }

  /* line 32211, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-65--lg {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }

  /* line 32214, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-70--lg {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  /* line 32217, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-75--lg {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }

  /* line 32220, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-80--lg {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }

  /* line 32223, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-85--lg {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }

  /* line 32226, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-90--lg {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }

  /* line 32229, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-95--lg {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }

  /* line 32232, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-100--lg {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }

  /* line 32235, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-1--lg {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }

  /* line 32238, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-2--lg {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }

  /* line 32241, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-3--lg {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }

  /* line 32244, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-4--lg {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }

  /* line 32247, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-5--lg {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 32250, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-6--lg {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }

  /* line 32253, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-7--lg {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 32256, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-8--lg {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }

  /* line 32259, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-9--lg {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }

  /* line 32262, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 32265, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 32268, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-15--lg {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }

  /* line 32271, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-20--lg {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }

  /* line 32274, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-25--lg {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }

  /* line 32277, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-30--lg {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }

  /* line 32280, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-35--lg {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 32283, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-40--lg {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }

  /* line 32286, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-45--lg {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }

  /* line 32289, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-50--lg {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }

  /* line 32292, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-55--lg {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }

  /* line 32295, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-60--lg {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }

  /* line 32298, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-65--lg {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }

  /* line 32301, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-70--lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 32304, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-75--lg {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }

  /* line 32307, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-80--lg {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }

  /* line 32310, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-85--lg {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }

  /* line 32313, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-90--lg {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }

  /* line 32316, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-95--lg {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }

  /* line 32319, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-100--lg {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }

  /* line 32322, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-1--lg {
    margin-top: 0.07143rem !important;
  }

  /* line 32324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-1--lg {
    margin-top: -0.07143rem !important;
  }

  /* line 32326, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-2--lg {
    margin-top: 0.14286rem !important;
  }

  /* line 32328, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-2--lg {
    margin-top: -0.14286rem !important;
  }

  /* line 32330, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-3--lg {
    margin-top: 0.21429rem !important;
  }

  /* line 32332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-3--lg {
    margin-top: -0.21429rem !important;
  }

  /* line 32334, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-4--lg {
    margin-top: 0.28571rem !important;
  }

  /* line 32336, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-4--lg {
    margin-top: -0.28571rem !important;
  }

  /* line 32338, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-5--lg {
    margin-top: 0.35714rem !important;
  }

  /* line 32340, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-5--lg {
    margin-top: -0.35714rem !important;
  }

  /* line 32342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-6--lg {
    margin-top: 0.42857rem !important;
  }

  /* line 32344, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-6--lg {
    margin-top: -0.42857rem !important;
  }

  /* line 32346, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-7--lg {
    margin-top: 0.5rem !important;
  }

  /* line 32348, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-7--lg {
    margin-top: -0.5rem !important;
  }

  /* line 32350, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-8--lg {
    margin-top: 0.57143rem !important;
  }

  /* line 32352, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-8--lg {
    margin-top: -0.57143rem !important;
  }

  /* line 32354, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-9--lg {
    margin-top: 0.64286rem !important;
  }

  /* line 32356, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-9--lg {
    margin-top: -0.64286rem !important;
  }

  /* line 32358, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-10--lg {
    margin-top: 0.71429rem !important;
  }

  /* line 32360, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important;
  }

  /* line 32362, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-11--lg {
    margin-top: 0.78571rem !important;
  }

  /* line 32364, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-11--lg {
    margin-top: -0.78571rem !important;
  }

  /* line 32366, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-12--lg {
    margin-top: 0.85714rem !important;
  }

  /* line 32368, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-12--lg {
    margin-top: -0.85714rem !important;
  }

  /* line 32370, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-13--lg {
    margin-top: 0.92857rem !important;
  }

  /* line 32372, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-13--lg {
    margin-top: -0.92857rem !important;
  }

  /* line 32374, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-14--lg {
    margin-top: 1rem !important;
  }

  /* line 32376, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-14--lg {
    margin-top: -1rem !important;
  }

  /* line 32378, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-15--lg {
    margin-top: 1.07143rem !important;
  }

  /* line 32380, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important;
  }

  /* line 32382, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-16--lg {
    margin-top: 1.14286rem !important;
  }

  /* line 32384, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-16--lg {
    margin-top: -1.14286rem !important;
  }

  /* line 32386, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-17--lg {
    margin-top: 1.21429rem !important;
  }

  /* line 32388, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-17--lg {
    margin-top: -1.21429rem !important;
  }

  /* line 32390, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-18--lg {
    margin-top: 1.28571rem !important;
  }

  /* line 32392, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-18--lg {
    margin-top: -1.28571rem !important;
  }

  /* line 32394, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-19--lg {
    margin-top: 1.35714rem !important;
  }

  /* line 32396, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-19--lg {
    margin-top: -1.35714rem !important;
  }

  /* line 32398, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-20--lg {
    margin-top: 1.42857rem !important;
  }

  /* line 32400, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important;
  }

  /* line 32402, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-10--lg {
    margin-top: 0.71429rem !important;
  }

  /* line 32404, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important;
  }

  /* line 32406, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-15--lg {
    margin-top: 1.07143rem !important;
  }

  /* line 32408, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important;
  }

  /* line 32410, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-20--lg {
    margin-top: 1.42857rem !important;
  }

  /* line 32412, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important;
  }

  /* line 32414, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-25--lg {
    margin-top: 1.78571rem !important;
  }

  /* line 32416, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-25--lg {
    margin-top: -1.78571rem !important;
  }

  /* line 32418, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-30--lg {
    margin-top: 2.14286rem !important;
  }

  /* line 32420, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-30--lg {
    margin-top: -2.14286rem !important;
  }

  /* line 32422, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-35--lg {
    margin-top: 2.5rem !important;
  }

  /* line 32424, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-35--lg {
    margin-top: -2.5rem !important;
  }

  /* line 32426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-40--lg {
    margin-top: 2.85714rem !important;
  }

  /* line 32428, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-40--lg {
    margin-top: -2.85714rem !important;
  }

  /* line 32430, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-45--lg {
    margin-top: 3.21429rem !important;
  }

  /* line 32432, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-45--lg {
    margin-top: -3.21429rem !important;
  }

  /* line 32434, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-50--lg {
    margin-top: 3.57143rem !important;
  }

  /* line 32436, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-50--lg {
    margin-top: -3.57143rem !important;
  }

  /* line 32438, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-55--lg {
    margin-top: 3.92857rem !important;
  }

  /* line 32440, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-55--lg {
    margin-top: -3.92857rem !important;
  }

  /* line 32442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-60--lg {
    margin-top: 4.28571rem !important;
  }

  /* line 32444, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-60--lg {
    margin-top: -4.28571rem !important;
  }

  /* line 32446, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-65--lg {
    margin-top: 4.64286rem !important;
  }

  /* line 32448, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-65--lg {
    margin-top: -4.64286rem !important;
  }

  /* line 32450, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-70--lg {
    margin-top: 5rem !important;
  }

  /* line 32452, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-70--lg {
    margin-top: -5rem !important;
  }

  /* line 32454, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-75--lg {
    margin-top: 5.35714rem !important;
  }

  /* line 32456, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-75--lg {
    margin-top: -5.35714rem !important;
  }

  /* line 32458, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-80--lg {
    margin-top: 5.71429rem !important;
  }

  /* line 32460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-80--lg {
    margin-top: -5.71429rem !important;
  }

  /* line 32462, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-85--lg {
    margin-top: 6.07143rem !important;
  }

  /* line 32464, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-85--lg {
    margin-top: -6.07143rem !important;
  }

  /* line 32466, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-90--lg {
    margin-top: 6.42857rem !important;
  }

  /* line 32468, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-90--lg {
    margin-top: -6.42857rem !important;
  }

  /* line 32470, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-95--lg {
    margin-top: 6.78571rem !important;
  }

  /* line 32472, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-95--lg {
    margin-top: -6.78571rem !important;
  }

  /* line 32474, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-100--lg {
    margin-top: 7.14286rem !important;
  }

  /* line 32476, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-100--lg {
    margin-top: -7.14286rem !important;
  }

  /* line 32478, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-105--lg {
    margin-top: 7.5rem !important;
  }

  /* line 32480, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-105--lg {
    margin-top: -7.5rem !important;
  }

  /* line 32482, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-110--lg {
    margin-top: 7.85714rem !important;
  }

  /* line 32484, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-110--lg {
    margin-top: -7.85714rem !important;
  }

  /* line 32486, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-115--lg {
    margin-top: 8.21429rem !important;
  }

  /* line 32488, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-115--lg {
    margin-top: -8.21429rem !important;
  }

  /* line 32490, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-120--lg {
    margin-top: 8.57143rem !important;
  }

  /* line 32492, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-120--lg {
    margin-top: -8.57143rem !important;
  }

  /* line 32494, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-125--lg {
    margin-top: 8.92857rem !important;
  }

  /* line 32496, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-125--lg {
    margin-top: -8.92857rem !important;
  }

  /* line 32498, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-130--lg {
    margin-top: 9.28571rem !important;
  }

  /* line 32500, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-130--lg {
    margin-top: -9.28571rem !important;
  }

  /* line 32502, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-135--lg {
    margin-top: 9.64286rem !important;
  }

  /* line 32504, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-135--lg {
    margin-top: -9.64286rem !important;
  }

  /* line 32506, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-140--lg {
    margin-top: 10rem !important;
  }

  /* line 32508, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-140--lg {
    margin-top: -10rem !important;
  }

  /* line 32510, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-145--lg {
    margin-top: 10.35714rem !important;
  }

  /* line 32512, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-145--lg {
    margin-top: -10.35714rem !important;
  }

  /* line 32514, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-150--lg {
    margin-top: 10.71429rem !important;
  }

  /* line 32516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-150--lg {
    margin-top: -10.71429rem !important;
  }

  /* line 32518, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-155--lg {
    margin-top: 11.07143rem !important;
  }

  /* line 32520, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-155--lg {
    margin-top: -11.07143rem !important;
  }

  /* line 32522, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-160--lg {
    margin-top: 11.42857rem !important;
  }

  /* line 32524, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-160--lg {
    margin-top: -11.42857rem !important;
  }

  /* line 32526, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-165--lg {
    margin-top: 11.78571rem !important;
  }

  /* line 32528, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-165--lg {
    margin-top: -11.78571rem !important;
  }

  /* line 32530, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-170--lg {
    margin-top: 12.14286rem !important;
  }

  /* line 32532, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-170--lg {
    margin-top: -12.14286rem !important;
  }

  /* line 32534, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-1--lg {
    margin-bottom: 0.07143rem !important;
  }

  /* line 32536, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-1--lg {
    margin-bottom: -0.07143rem !important;
  }

  /* line 32538, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-2--lg {
    margin-bottom: 0.14286rem !important;
  }

  /* line 32540, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-2--lg {
    margin-bottom: -0.14286rem !important;
  }

  /* line 32542, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-3--lg {
    margin-bottom: 0.21429rem !important;
  }

  /* line 32544, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-3--lg {
    margin-bottom: -0.21429rem !important;
  }

  /* line 32546, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-4--lg {
    margin-bottom: 0.28571rem !important;
  }

  /* line 32548, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-4--lg {
    margin-bottom: -0.28571rem !important;
  }

  /* line 32550, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-5--lg {
    margin-bottom: 0.35714rem !important;
  }

  /* line 32552, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-5--lg {
    margin-bottom: -0.35714rem !important;
  }

  /* line 32554, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-6--lg {
    margin-bottom: 0.42857rem !important;
  }

  /* line 32556, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-6--lg {
    margin-bottom: -0.42857rem !important;
  }

  /* line 32558, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-7--lg {
    margin-bottom: 0.5rem !important;
  }

  /* line 32560, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-7--lg {
    margin-bottom: -0.5rem !important;
  }

  /* line 32562, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-8--lg {
    margin-bottom: 0.57143rem !important;
  }

  /* line 32564, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-8--lg {
    margin-bottom: -0.57143rem !important;
  }

  /* line 32566, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-9--lg {
    margin-bottom: 0.64286rem !important;
  }

  /* line 32568, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-9--lg {
    margin-bottom: -0.64286rem !important;
  }

  /* line 32570, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important;
  }

  /* line 32572, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-10--lg {
    margin-bottom: -0.71429rem !important;
  }

  /* line 32574, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-11--lg {
    margin-bottom: 0.78571rem !important;
  }

  /* line 32576, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-11--lg {
    margin-bottom: -0.78571rem !important;
  }

  /* line 32578, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-12--lg {
    margin-bottom: 0.85714rem !important;
  }

  /* line 32580, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-12--lg {
    margin-bottom: -0.85714rem !important;
  }

  /* line 32582, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-13--lg {
    margin-bottom: 0.92857rem !important;
  }

  /* line 32584, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-13--lg {
    margin-bottom: -0.92857rem !important;
  }

  /* line 32586, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-14--lg {
    margin-bottom: 1rem !important;
  }

  /* line 32588, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-14--lg {
    margin-bottom: -1rem !important;
  }

  /* line 32590, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important;
  }

  /* line 32592, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-15--lg {
    margin-bottom: -1.07143rem !important;
  }

  /* line 32594, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-16--lg {
    margin-bottom: 1.14286rem !important;
  }

  /* line 32596, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-16--lg {
    margin-bottom: -1.14286rem !important;
  }

  /* line 32598, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-17--lg {
    margin-bottom: 1.21429rem !important;
  }

  /* line 32600, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-17--lg {
    margin-bottom: -1.21429rem !important;
  }

  /* line 32602, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-18--lg {
    margin-bottom: 1.28571rem !important;
  }

  /* line 32604, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-18--lg {
    margin-bottom: -1.28571rem !important;
  }

  /* line 32606, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-19--lg {
    margin-bottom: 1.35714rem !important;
  }

  /* line 32608, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-19--lg {
    margin-bottom: -1.35714rem !important;
  }

  /* line 32610, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important;
  }

  /* line 32612, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-20--lg {
    margin-bottom: -1.42857rem !important;
  }

  /* line 32614, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important;
  }

  /* line 32616, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important;
  }

  /* line 32618, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important;
  }

  /* line 32620, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-25--lg {
    margin-bottom: 1.78571rem !important;
  }

  /* line 32622, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-30--lg {
    margin-bottom: 2.14286rem !important;
  }

  /* line 32624, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-35--lg {
    margin-bottom: 2.5rem !important;
  }

  /* line 32626, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-40--lg {
    margin-bottom: 2.85714rem !important;
  }

  /* line 32628, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-45--lg {
    margin-bottom: 3.21429rem !important;
  }

  /* line 32630, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-50--lg {
    margin-bottom: 3.57143rem !important;
  }

  /* line 32632, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-55--lg {
    margin-bottom: 3.92857rem !important;
  }

  /* line 32634, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-60--lg {
    margin-bottom: 4.28571rem !important;
  }

  /* line 32636, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-65--lg {
    margin-bottom: 4.64286rem !important;
  }

  /* line 32638, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-70--lg {
    margin-bottom: 5rem !important;
  }

  /* line 32640, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-75--lg {
    margin-bottom: 5.35714rem !important;
  }

  /* line 32642, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-80--lg {
    margin-bottom: 5.71429rem !important;
  }

  /* line 32644, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-85--lg {
    margin-bottom: 6.07143rem !important;
  }

  /* line 32646, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-90--lg {
    margin-bottom: 6.42857rem !important;
  }

  /* line 32648, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-95--lg {
    margin-bottom: 6.78571rem !important;
  }

  /* line 32650, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-100--lg {
    margin-bottom: 7.14286rem !important;
  }

  /* line 32652, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-105--lg {
    margin-bottom: 7.5rem !important;
  }

  /* line 32654, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-110--lg {
    margin-bottom: 7.85714rem !important;
  }

  /* line 32656, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-115--lg {
    margin-bottom: 8.21429rem !important;
  }

  /* line 32658, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-120--lg {
    margin-bottom: 8.57143rem !important;
  }

  /* line 32660, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-125--lg {
    margin-bottom: 8.92857rem !important;
  }

  /* line 32662, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-130--lg {
    margin-bottom: 9.28571rem !important;
  }

  /* line 32664, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-135--lg {
    margin-bottom: 9.64286rem !important;
  }

  /* line 32666, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-140--lg {
    margin-bottom: 10rem !important;
  }

  /* line 32668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-145--lg {
    margin-bottom: 10.35714rem !important;
  }

  /* line 32670, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-150--lg {
    margin-bottom: 10.71429rem !important;
  }

  /* line 32672, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-155--lg {
    margin-bottom: 11.07143rem !important;
  }

  /* line 32674, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-160--lg {
    margin-bottom: 11.42857rem !important;
  }

  /* line 32676, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-165--lg {
    margin-bottom: 11.78571rem !important;
  }

  /* line 32678, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-170--lg {
    margin-bottom: 12.14286rem !important;
  }

  /* line 32680, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-1--lg {
    margin-left: 0.07143rem !important;
  }

  /* line 32682, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-1--lg {
    margin-left: -0.07143rem !important;
  }

  /* line 32684, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-2--lg {
    margin-left: 0.14286rem !important;
  }

  /* line 32686, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-2--lg {
    margin-left: -0.14286rem !important;
  }

  /* line 32688, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-3--lg {
    margin-left: 0.21429rem !important;
  }

  /* line 32690, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-3--lg {
    margin-left: -0.21429rem !important;
  }

  /* line 32692, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-4--lg {
    margin-left: 0.28571rem !important;
  }

  /* line 32694, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-4--lg {
    margin-left: -0.28571rem !important;
  }

  /* line 32696, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-5--lg {
    margin-left: 0.35714rem !important;
  }

  /* line 32698, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important;
  }

  /* line 32700, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-6--lg {
    margin-left: 0.42857rem !important;
  }

  /* line 32702, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-6--lg {
    margin-left: -0.42857rem !important;
  }

  /* line 32704, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-7--lg {
    margin-left: 0.5rem !important;
  }

  /* line 32706, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-7--lg {
    margin-left: -0.5rem !important;
  }

  /* line 32708, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-8--lg {
    margin-left: 0.57143rem !important;
  }

  /* line 32710, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-8--lg {
    margin-left: -0.57143rem !important;
  }

  /* line 32712, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-9--lg {
    margin-left: 0.64286rem !important;
  }

  /* line 32714, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-9--lg {
    margin-left: -0.64286rem !important;
  }

  /* line 32716, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-10--lg {
    margin-left: 0.71429rem !important;
  }

  /* line 32718, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important;
  }

  /* line 32720, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-5--lg {
    margin-left: 0.35714rem !important;
  }

  /* line 32722, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important;
  }

  /* line 32724, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-10--lg {
    margin-left: 0.71429rem !important;
  }

  /* line 32726, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important;
  }

  /* line 32728, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-15--lg {
    margin-left: 1.07143rem !important;
  }

  /* line 32730, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-15--lg {
    margin-left: -1.07143rem !important;
  }

  /* line 32732, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-20--lg {
    margin-left: 1.42857rem !important;
  }

  /* line 32734, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-20--lg {
    margin-left: -1.42857rem !important;
  }

  /* line 32736, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-25--lg {
    margin-left: 1.78571rem !important;
  }

  /* line 32738, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-25--lg {
    margin-left: -1.78571rem !important;
  }

  /* line 32740, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-30--lg {
    margin-left: 2.14286rem !important;
  }

  /* line 32742, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-30--lg {
    margin-left: -2.14286rem !important;
  }

  /* line 32744, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-35--lg {
    margin-left: 2.5rem !important;
  }

  /* line 32746, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-35--lg {
    margin-left: -2.5rem !important;
  }

  /* line 32748, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-40--lg {
    margin-left: 2.85714rem !important;
  }

  /* line 32750, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-40--lg {
    margin-left: -2.85714rem !important;
  }

  /* line 32752, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-45--lg {
    margin-left: 3.21429rem !important;
  }

  /* line 32754, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-45--lg {
    margin-left: -3.21429rem !important;
  }

  /* line 32756, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-50--lg {
    margin-left: 3.57143rem !important;
  }

  /* line 32758, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-50--lg {
    margin-left: -3.57143rem !important;
  }

  /* line 32760, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-1--lg {
    margin-right: 0.07143rem !important;
  }

  /* line 32762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-1--lg {
    margin-right: -0.07143rem !important;
  }

  /* line 32764, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-2--lg {
    margin-right: 0.14286rem !important;
  }

  /* line 32766, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-2--lg {
    margin-right: -0.14286rem !important;
  }

  /* line 32768, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-3--lg {
    margin-right: 0.21429rem !important;
  }

  /* line 32770, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-3--lg {
    margin-right: -0.21429rem !important;
  }

  /* line 32772, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-4--lg {
    margin-right: 0.28571rem !important;
  }

  /* line 32774, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-4--lg {
    margin-right: -0.28571rem !important;
  }

  /* line 32776, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-5--lg {
    margin-right: 0.35714rem !important;
  }

  /* line 32778, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-5--lg {
    margin-right: -0.35714rem !important;
  }

  /* line 32780, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-6--lg {
    margin-right: 0.42857rem !important;
  }

  /* line 32782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-6--lg {
    margin-right: -0.42857rem !important;
  }

  /* line 32784, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-7--lg {
    margin-right: 0.5rem !important;
  }

  /* line 32786, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-7--lg {
    margin-right: -0.5rem !important;
  }

  /* line 32788, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-8--lg {
    margin-right: 0.57143rem !important;
  }

  /* line 32790, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-8--lg {
    margin-right: -0.57143rem !important;
  }

  /* line 32792, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-9--lg {
    margin-right: 0.64286rem !important;
  }

  /* line 32794, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-9--lg {
    margin-right: -0.64286rem !important;
  }

  /* line 32796, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-10--lg {
    margin-right: 0.71429rem !important;
  }

  /* line 32798, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-10--lg {
    margin-right: -0.71429rem !important;
  }

  /* line 32800, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-5--lg {
    margin-right: 0.35714rem !important;
  }

  /* line 32802, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-10--lg {
    margin-right: 0.71429rem !important;
  }

  /* line 32804, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-15--lg {
    margin-right: 1.07143rem !important;
  }

  /* line 32806, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-20--lg {
    margin-right: 1.42857rem !important;
  }

  /* line 32808, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-25--lg {
    margin-right: 1.78571rem !important;
  }

  /* line 32810, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-30--lg {
    margin-right: 2.14286rem !important;
  }

  /* line 32812, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-35--lg {
    margin-right: 2.5rem !important;
  }

  /* line 32814, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-40--lg {
    margin-right: 2.85714rem !important;
  }

  /* line 32816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-45--lg {
    margin-right: 3.21429rem !important;
  }

  /* line 32818, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-50--lg {
    margin-right: 3.57143rem !important;
  }
}
/* Margin Spaces (xl)
------------------------------------*/
/* P */
@media (min-width: 1200px) {
  /* line 32825, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ma-0--xl {
    margin: 0 !important;
  }

  /* line 32827, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-0--xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 32830, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-0--xl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 32833, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-0--xl {
    margin-left: 0 !important;
  }

  /* line 32835, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-0--xl {
    margin-right: 0 !important;
  }

  /* line 32837, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-0--xl {
    margin-top: 0 !important;
  }

  /* line 32839, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-0--xl {
    margin-bottom: 0 !important;
  }

  /* line 32841, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-1--xl {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }

  /* line 32844, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-2--xl {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }

  /* line 32847, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-3--xl {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }

  /* line 32850, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-4--xl {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }

  /* line 32853, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-5--xl {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }

  /* line 32856, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-6--xl {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }

  /* line 32859, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-7--xl {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  /* line 32862, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-8--xl {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }

  /* line 32865, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-9--xl {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }

  /* line 32868, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 32871, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 32874, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-15--xl {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }

  /* line 32877, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-20--xl {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }

  /* line 32880, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-25--xl {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }

  /* line 32883, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-30--xl {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }

  /* line 32886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-35--xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  /* line 32889, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-40--xl {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }

  /* line 32892, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-45--xl {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }

  /* line 32895, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-50--xl {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }

  /* line 32898, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-55--xl {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }

  /* line 32901, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-60--xl {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }

  /* line 32904, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-65--xl {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }

  /* line 32907, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-70--xl {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  /* line 32910, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-75--xl {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }

  /* line 32913, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-80--xl {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }

  /* line 32916, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-85--xl {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }

  /* line 32919, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-90--xl {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }

  /* line 32922, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-95--xl {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }

  /* line 32925, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-100--xl {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }

  /* line 32928, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-1--xl {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }

  /* line 32931, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-2--xl {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }

  /* line 32934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-3--xl {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }

  /* line 32937, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-4--xl {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }

  /* line 32940, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-5--xl {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 32943, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-6--xl {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }

  /* line 32946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-7--xl {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 32949, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-8--xl {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }

  /* line 32952, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-9--xl {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }

  /* line 32955, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 32958, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 32961, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-15--xl {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }

  /* line 32964, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-20--xl {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }

  /* line 32967, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-25--xl {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }

  /* line 32970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-30--xl {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }

  /* line 32973, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-35--xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 32976, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-40--xl {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }

  /* line 32979, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-45--xl {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }

  /* line 32982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-50--xl {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }

  /* line 32985, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-55--xl {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }

  /* line 32988, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-60--xl {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }

  /* line 32991, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-65--xl {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }

  /* line 32994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-70--xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 32997, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-75--xl {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }

  /* line 33000, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-80--xl {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }

  /* line 33003, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-85--xl {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }

  /* line 33006, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-90--xl {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }

  /* line 33009, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-95--xl {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }

  /* line 33012, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-100--xl {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }

  /* line 33015, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-1--xl {
    margin-top: 0.07143rem !important;
  }

  /* line 33017, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-1--xl {
    margin-top: -0.07143rem !important;
  }

  /* line 33019, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-2--xl {
    margin-top: 0.14286rem !important;
  }

  /* line 33021, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-2--xl {
    margin-top: -0.14286rem !important;
  }

  /* line 33023, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-3--xl {
    margin-top: 0.21429rem !important;
  }

  /* line 33025, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-3--xl {
    margin-top: -0.21429rem !important;
  }

  /* line 33027, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-4--xl {
    margin-top: 0.28571rem !important;
  }

  /* line 33029, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-4--xl {
    margin-top: -0.28571rem !important;
  }

  /* line 33031, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-5--xl {
    margin-top: 0.35714rem !important;
  }

  /* line 33033, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-5--xl {
    margin-top: -0.35714rem !important;
  }

  /* line 33035, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-6--xl {
    margin-top: 0.42857rem !important;
  }

  /* line 33037, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-6--xl {
    margin-top: -0.42857rem !important;
  }

  /* line 33039, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-7--xl {
    margin-top: 0.5rem !important;
  }

  /* line 33041, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-7--xl {
    margin-top: -0.5rem !important;
  }

  /* line 33043, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-8--xl {
    margin-top: 0.57143rem !important;
  }

  /* line 33045, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-8--xl {
    margin-top: -0.57143rem !important;
  }

  /* line 33047, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-9--xl {
    margin-top: 0.64286rem !important;
  }

  /* line 33049, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-9--xl {
    margin-top: -0.64286rem !important;
  }

  /* line 33051, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-10--xl {
    margin-top: 0.71429rem !important;
  }

  /* line 33053, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important;
  }

  /* line 33055, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-11--xl {
    margin-top: 0.78571rem !important;
  }

  /* line 33057, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-11--xl {
    margin-top: -0.78571rem !important;
  }

  /* line 33059, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-12--xl {
    margin-top: 0.85714rem !important;
  }

  /* line 33061, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-12--xl {
    margin-top: -0.85714rem !important;
  }

  /* line 33063, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-13--xl {
    margin-top: 0.92857rem !important;
  }

  /* line 33065, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-13--xl {
    margin-top: -0.92857rem !important;
  }

  /* line 33067, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-14--xl {
    margin-top: 1rem !important;
  }

  /* line 33069, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-14--xl {
    margin-top: -1rem !important;
  }

  /* line 33071, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-15--xl {
    margin-top: 1.07143rem !important;
  }

  /* line 33073, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important;
  }

  /* line 33075, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-16--xl {
    margin-top: 1.14286rem !important;
  }

  /* line 33077, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-16--xl {
    margin-top: -1.14286rem !important;
  }

  /* line 33079, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-17--xl {
    margin-top: 1.21429rem !important;
  }

  /* line 33081, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-17--xl {
    margin-top: -1.21429rem !important;
  }

  /* line 33083, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-18--xl {
    margin-top: 1.28571rem !important;
  }

  /* line 33085, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-18--xl {
    margin-top: -1.28571rem !important;
  }

  /* line 33087, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-19--xl {
    margin-top: 1.35714rem !important;
  }

  /* line 33089, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-19--xl {
    margin-top: -1.35714rem !important;
  }

  /* line 33091, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-20--xl {
    margin-top: 1.42857rem !important;
  }

  /* line 33093, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important;
  }

  /* line 33095, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-10--xl {
    margin-top: 0.71429rem !important;
  }

  /* line 33097, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important;
  }

  /* line 33099, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-15--xl {
    margin-top: 1.07143rem !important;
  }

  /* line 33101, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important;
  }

  /* line 33103, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-20--xl {
    margin-top: 1.42857rem !important;
  }

  /* line 33105, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important;
  }

  /* line 33107, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-25--xl {
    margin-top: 1.78571rem !important;
  }

  /* line 33109, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-25--xl {
    margin-top: -1.78571rem !important;
  }

  /* line 33111, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-30--xl {
    margin-top: 2.14286rem !important;
  }

  /* line 33113, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-30--xl {
    margin-top: -2.14286rem !important;
  }

  /* line 33115, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-35--xl {
    margin-top: 2.5rem !important;
  }

  /* line 33117, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-35--xl {
    margin-top: -2.5rem !important;
  }

  /* line 33119, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-40--xl {
    margin-top: 2.85714rem !important;
  }

  /* line 33121, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-40--xl {
    margin-top: -2.85714rem !important;
  }

  /* line 33123, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-45--xl {
    margin-top: 3.21429rem !important;
  }

  /* line 33125, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-45--xl {
    margin-top: -3.21429rem !important;
  }

  /* line 33127, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-50--xl {
    margin-top: 3.57143rem !important;
  }

  /* line 33129, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-50--xl {
    margin-top: -3.57143rem !important;
  }

  /* line 33131, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-55--xl {
    margin-top: 3.92857rem !important;
  }

  /* line 33133, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-55--xl {
    margin-top: -3.92857rem !important;
  }

  /* line 33135, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-60--xl {
    margin-top: 4.28571rem !important;
  }

  /* line 33137, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-60--xl {
    margin-top: -4.28571rem !important;
  }

  /* line 33139, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-65--xl {
    margin-top: 4.64286rem !important;
  }

  /* line 33141, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-65--xl {
    margin-top: -4.64286rem !important;
  }

  /* line 33143, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-70--xl {
    margin-top: 5rem !important;
  }

  /* line 33145, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-70--xl {
    margin-top: -5rem !important;
  }

  /* line 33147, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-75--xl {
    margin-top: 5.35714rem !important;
  }

  /* line 33149, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-75--xl {
    margin-top: -5.35714rem !important;
  }

  /* line 33151, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-80--xl {
    margin-top: 5.71429rem !important;
  }

  /* line 33153, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-80--xl {
    margin-top: -5.71429rem !important;
  }

  /* line 33155, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-85--xl {
    margin-top: 6.07143rem !important;
  }

  /* line 33157, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-85--xl {
    margin-top: -6.07143rem !important;
  }

  /* line 33159, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-90--xl {
    margin-top: 6.42857rem !important;
  }

  /* line 33161, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-90--xl {
    margin-top: -6.42857rem !important;
  }

  /* line 33163, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-95--xl {
    margin-top: 6.78571rem !important;
  }

  /* line 33165, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-95--xl {
    margin-top: -6.78571rem !important;
  }

  /* line 33167, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-100--xl {
    margin-top: 7.14286rem !important;
  }

  /* line 33169, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-100--xl {
    margin-top: -7.14286rem !important;
  }

  /* line 33171, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-105--xl {
    margin-top: 7.5rem !important;
  }

  /* line 33173, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-105--xl {
    margin-top: -7.5rem !important;
  }

  /* line 33175, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-110--xl {
    margin-top: 7.85714rem !important;
  }

  /* line 33177, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-110--xl {
    margin-top: -7.85714rem !important;
  }

  /* line 33179, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-115--xl {
    margin-top: 8.21429rem !important;
  }

  /* line 33181, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-115--xl {
    margin-top: -8.21429rem !important;
  }

  /* line 33183, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-120--xl {
    margin-top: 8.57143rem !important;
  }

  /* line 33185, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-120--xl {
    margin-top: -8.57143rem !important;
  }

  /* line 33187, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-125--xl {
    margin-top: 8.92857rem !important;
  }

  /* line 33189, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-125--xl {
    margin-top: -8.92857rem !important;
  }

  /* line 33191, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-130--xl {
    margin-top: 9.28571rem !important;
  }

  /* line 33193, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-130--xl {
    margin-top: -9.28571rem !important;
  }

  /* line 33195, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-135--xl {
    margin-top: 9.64286rem !important;
  }

  /* line 33197, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-135--xl {
    margin-top: -9.64286rem !important;
  }

  /* line 33199, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-140--xl {
    margin-top: 10rem !important;
  }

  /* line 33201, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-140--xl {
    margin-top: -10rem !important;
  }

  /* line 33203, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-145--xl {
    margin-top: 10.35714rem !important;
  }

  /* line 33205, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-145--xl {
    margin-top: -10.35714rem !important;
  }

  /* line 33207, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-150--xl {
    margin-top: 10.71429rem !important;
  }

  /* line 33209, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-150--xl {
    margin-top: -10.71429rem !important;
  }

  /* line 33211, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-155--xl {
    margin-top: 11.07143rem !important;
  }

  /* line 33213, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-155--xl {
    margin-top: -11.07143rem !important;
  }

  /* line 33215, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-160--xl {
    margin-top: 11.42857rem !important;
  }

  /* line 33217, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-160--xl {
    margin-top: -11.42857rem !important;
  }

  /* line 33219, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-165--xl {
    margin-top: 11.78571rem !important;
  }

  /* line 33221, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-165--xl {
    margin-top: -11.78571rem !important;
  }

  /* line 33223, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-170--xl {
    margin-top: 12.14286rem !important;
  }

  /* line 33225, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-170--xl {
    margin-top: -12.14286rem !important;
  }

  /* line 33227, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-1--xl {
    margin-bottom: 0.07143rem !important;
  }

  /* line 33229, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-1--xl {
    margin-bottom: -0.07143rem !important;
  }

  /* line 33231, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-2--xl {
    margin-bottom: 0.14286rem !important;
  }

  /* line 33233, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-2--xl {
    margin-bottom: -0.14286rem !important;
  }

  /* line 33235, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-3--xl {
    margin-bottom: 0.21429rem !important;
  }

  /* line 33237, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-3--xl {
    margin-bottom: -0.21429rem !important;
  }

  /* line 33239, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-4--xl {
    margin-bottom: 0.28571rem !important;
  }

  /* line 33241, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-4--xl {
    margin-bottom: -0.28571rem !important;
  }

  /* line 33243, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-5--xl {
    margin-bottom: 0.35714rem !important;
  }

  /* line 33245, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-5--xl {
    margin-bottom: -0.35714rem !important;
  }

  /* line 33247, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-6--xl {
    margin-bottom: 0.42857rem !important;
  }

  /* line 33249, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-6--xl {
    margin-bottom: -0.42857rem !important;
  }

  /* line 33251, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-7--xl {
    margin-bottom: 0.5rem !important;
  }

  /* line 33253, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-7--xl {
    margin-bottom: -0.5rem !important;
  }

  /* line 33255, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-8--xl {
    margin-bottom: 0.57143rem !important;
  }

  /* line 33257, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-8--xl {
    margin-bottom: -0.57143rem !important;
  }

  /* line 33259, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-9--xl {
    margin-bottom: 0.64286rem !important;
  }

  /* line 33261, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-9--xl {
    margin-bottom: -0.64286rem !important;
  }

  /* line 33263, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important;
  }

  /* line 33265, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-10--xl {
    margin-bottom: -0.71429rem !important;
  }

  /* line 33267, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-11--xl {
    margin-bottom: 0.78571rem !important;
  }

  /* line 33269, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-11--xl {
    margin-bottom: -0.78571rem !important;
  }

  /* line 33271, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-12--xl {
    margin-bottom: 0.85714rem !important;
  }

  /* line 33273, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-12--xl {
    margin-bottom: -0.85714rem !important;
  }

  /* line 33275, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-13--xl {
    margin-bottom: 0.92857rem !important;
  }

  /* line 33277, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-13--xl {
    margin-bottom: -0.92857rem !important;
  }

  /* line 33279, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-14--xl {
    margin-bottom: 1rem !important;
  }

  /* line 33281, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-14--xl {
    margin-bottom: -1rem !important;
  }

  /* line 33283, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important;
  }

  /* line 33285, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-15--xl {
    margin-bottom: -1.07143rem !important;
  }

  /* line 33287, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-16--xl {
    margin-bottom: 1.14286rem !important;
  }

  /* line 33289, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-16--xl {
    margin-bottom: -1.14286rem !important;
  }

  /* line 33291, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-17--xl {
    margin-bottom: 1.21429rem !important;
  }

  /* line 33293, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-17--xl {
    margin-bottom: -1.21429rem !important;
  }

  /* line 33295, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-18--xl {
    margin-bottom: 1.28571rem !important;
  }

  /* line 33297, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-18--xl {
    margin-bottom: -1.28571rem !important;
  }

  /* line 33299, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-19--xl {
    margin-bottom: 1.35714rem !important;
  }

  /* line 33301, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-19--xl {
    margin-bottom: -1.35714rem !important;
  }

  /* line 33303, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important;
  }

  /* line 33305, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-minus-20--xl {
    margin-bottom: -1.42857rem !important;
  }

  /* line 33307, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important;
  }

  /* line 33309, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important;
  }

  /* line 33311, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important;
  }

  /* line 33313, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-25--xl {
    margin-bottom: 1.78571rem !important;
  }

  /* line 33315, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-30--xl {
    margin-bottom: 2.14286rem !important;
  }

  /* line 33317, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-35--xl {
    margin-bottom: 2.5rem !important;
  }

  /* line 33319, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-40--xl {
    margin-bottom: 2.85714rem !important;
  }

  /* line 33321, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-45--xl {
    margin-bottom: 3.21429rem !important;
  }

  /* line 33323, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-50--xl {
    margin-bottom: 3.57143rem !important;
  }

  /* line 33325, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-55--xl {
    margin-bottom: 3.92857rem !important;
  }

  /* line 33327, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-60--xl {
    margin-bottom: 4.28571rem !important;
  }

  /* line 33329, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-65--xl {
    margin-bottom: 4.64286rem !important;
  }

  /* line 33331, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-70--xl {
    margin-bottom: 5rem !important;
  }

  /* line 33333, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-75--xl {
    margin-bottom: 5.35714rem !important;
  }

  /* line 33335, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-80--xl {
    margin-bottom: 5.71429rem !important;
  }

  /* line 33337, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-85--xl {
    margin-bottom: 6.07143rem !important;
  }

  /* line 33339, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-90--xl {
    margin-bottom: 6.42857rem !important;
  }

  /* line 33341, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-95--xl {
    margin-bottom: 6.78571rem !important;
  }

  /* line 33343, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-100--xl {
    margin-bottom: 7.14286rem !important;
  }

  /* line 33345, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-105--xl {
    margin-bottom: 7.5rem !important;
  }

  /* line 33347, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-110--xl {
    margin-bottom: 7.85714rem !important;
  }

  /* line 33349, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-115--xl {
    margin-bottom: 8.21429rem !important;
  }

  /* line 33351, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-120--xl {
    margin-bottom: 8.57143rem !important;
  }

  /* line 33353, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-125--xl {
    margin-bottom: 8.92857rem !important;
  }

  /* line 33355, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-130--xl {
    margin-bottom: 9.28571rem !important;
  }

  /* line 33357, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-135--xl {
    margin-bottom: 9.64286rem !important;
  }

  /* line 33359, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-140--xl {
    margin-bottom: 10rem !important;
  }

  /* line 33361, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-145--xl {
    margin-bottom: 10.35714rem !important;
  }

  /* line 33363, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-150--xl {
    margin-bottom: 10.71429rem !important;
  }

  /* line 33365, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-155--xl {
    margin-bottom: 11.07143rem !important;
  }

  /* line 33367, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-160--xl {
    margin-bottom: 11.42857rem !important;
  }

  /* line 33369, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-165--xl {
    margin-bottom: 11.78571rem !important;
  }

  /* line 33371, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-170--xl {
    margin-bottom: 12.14286rem !important;
  }

  /* line 33373, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-1--xl {
    margin-left: 0.07143rem !important;
  }

  /* line 33375, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-1--xl {
    margin-left: -0.07143rem !important;
  }

  /* line 33377, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-2--xl {
    margin-left: 0.14286rem !important;
  }

  /* line 33379, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-2--xl {
    margin-left: -0.14286rem !important;
  }

  /* line 33381, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-3--xl {
    margin-left: 0.21429rem !important;
  }

  /* line 33383, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-3--xl {
    margin-left: -0.21429rem !important;
  }

  /* line 33385, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-4--xl {
    margin-left: 0.28571rem !important;
  }

  /* line 33387, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-4--xl {
    margin-left: -0.28571rem !important;
  }

  /* line 33389, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-5--xl {
    margin-left: 0.35714rem !important;
  }

  /* line 33391, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important;
  }

  /* line 33393, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-6--xl {
    margin-left: 0.42857rem !important;
  }

  /* line 33395, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-6--xl {
    margin-left: -0.42857rem !important;
  }

  /* line 33397, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-7--xl {
    margin-left: 0.5rem !important;
  }

  /* line 33399, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-7--xl {
    margin-left: -0.5rem !important;
  }

  /* line 33401, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-8--xl {
    margin-left: 0.57143rem !important;
  }

  /* line 33403, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-8--xl {
    margin-left: -0.57143rem !important;
  }

  /* line 33405, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-9--xl {
    margin-left: 0.64286rem !important;
  }

  /* line 33407, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-9--xl {
    margin-left: -0.64286rem !important;
  }

  /* line 33409, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-10--xl {
    margin-left: 0.71429rem !important;
  }

  /* line 33411, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important;
  }

  /* line 33413, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-5--xl {
    margin-left: 0.35714rem !important;
  }

  /* line 33415, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important;
  }

  /* line 33417, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-10--xl {
    margin-left: 0.71429rem !important;
  }

  /* line 33419, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important;
  }

  /* line 33421, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-15--xl {
    margin-left: 1.07143rem !important;
  }

  /* line 33423, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-15--xl {
    margin-left: -1.07143rem !important;
  }

  /* line 33425, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-20--xl {
    margin-left: 1.42857rem !important;
  }

  /* line 33427, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-20--xl {
    margin-left: -1.42857rem !important;
  }

  /* line 33429, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-25--xl {
    margin-left: 1.78571rem !important;
  }

  /* line 33431, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-25--xl {
    margin-left: -1.78571rem !important;
  }

  /* line 33433, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-30--xl {
    margin-left: 2.14286rem !important;
  }

  /* line 33435, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-30--xl {
    margin-left: -2.14286rem !important;
  }

  /* line 33437, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-35--xl {
    margin-left: 2.5rem !important;
  }

  /* line 33439, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-35--xl {
    margin-left: -2.5rem !important;
  }

  /* line 33441, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-40--xl {
    margin-left: 2.85714rem !important;
  }

  /* line 33443, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-40--xl {
    margin-left: -2.85714rem !important;
  }

  /* line 33445, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-45--xl {
    margin-left: 3.21429rem !important;
  }

  /* line 33447, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-45--xl {
    margin-left: -3.21429rem !important;
  }

  /* line 33449, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-50--xl {
    margin-left: 3.57143rem !important;
  }

  /* line 33451, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-50--xl {
    margin-left: -3.57143rem !important;
  }

  /* line 33453, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-1--xl {
    margin-right: 0.07143rem !important;
  }

  /* line 33455, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-1--xl {
    margin-right: -0.07143rem !important;
  }

  /* line 33457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-2--xl {
    margin-right: 0.14286rem !important;
  }

  /* line 33459, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-2--xl {
    margin-right: -0.14286rem !important;
  }

  /* line 33461, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-3--xl {
    margin-right: 0.21429rem !important;
  }

  /* line 33463, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-3--xl {
    margin-right: -0.21429rem !important;
  }

  /* line 33465, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-4--xl {
    margin-right: 0.28571rem !important;
  }

  /* line 33467, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-4--xl {
    margin-right: -0.28571rem !important;
  }

  /* line 33469, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-5--xl {
    margin-right: 0.35714rem !important;
  }

  /* line 33471, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-5--xl {
    margin-right: -0.35714rem !important;
  }

  /* line 33473, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-6--xl {
    margin-right: 0.42857rem !important;
  }

  /* line 33475, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-6--xl {
    margin-right: -0.42857rem !important;
  }

  /* line 33477, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-7--xl {
    margin-right: 0.5rem !important;
  }

  /* line 33479, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-7--xl {
    margin-right: -0.5rem !important;
  }

  /* line 33481, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-8--xl {
    margin-right: 0.57143rem !important;
  }

  /* line 33483, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-8--xl {
    margin-right: -0.57143rem !important;
  }

  /* line 33485, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-9--xl {
    margin-right: 0.64286rem !important;
  }

  /* line 33487, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-9--xl {
    margin-right: -0.64286rem !important;
  }

  /* line 33489, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-10--xl {
    margin-right: 0.71429rem !important;
  }

  /* line 33491, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-10--xl {
    margin-right: -0.71429rem !important;
  }

  /* line 33493, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-5--xl {
    margin-right: 0.35714rem !important;
  }

  /* line 33495, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-10--xl {
    margin-right: 0.71429rem !important;
  }

  /* line 33497, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-15--xl {
    margin-right: 1.07143rem !important;
  }

  /* line 33499, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-20--xl {
    margin-right: 1.42857rem !important;
  }

  /* line 33501, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-25--xl {
    margin-right: 1.78571rem !important;
  }

  /* line 33503, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-30--xl {
    margin-right: 2.14286rem !important;
  }

  /* line 33505, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-35--xl {
    margin-right: 2.5rem !important;
  }

  /* line 33507, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-40--xl {
    margin-right: 2.85714rem !important;
  }

  /* line 33509, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-45--xl {
    margin-right: 3.21429rem !important;
  }

  /* line 33511, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-50--xl {
    margin-right: 3.57143rem !important;
  }
}
/* Margins Around
------------------------------------*/
/* line 33516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ma-1 {
  margin: 0.07143rem !important;
}

/* line 33519, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ma-3 {
  margin: 0.21429rem !important;
}

/* line 33522, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ma-5 {
  margin: 0.35714rem !important;
}

/* line 33525, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ma-10 {
  margin: 0.71429rem !important;
}

/* line 33528, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ma-20 {
  margin: 1.42857rem !important;
}

/* line 33531, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ma-minus-1 {
  margin: -0.07143rem !important;
}

/* Minus Margins
------------------------------------*/
/* Minus Margin Top */
/* line 33537, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-minus-1 {
  margin-top: -0.07143rem;
}

/* line 33540, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-minus-20 {
  margin-top: -1.42857rem;
}

/* line 33543, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-minus-25 {
  margin-top: -1.78571rem;
}

/* line 33546, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-minus-30 {
  margin-top: -2.14286rem;
}

/* line 33549, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-minus-40 {
  margin-top: -2.85714rem;
}

/* line 33552, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-minus-70 {
  margin-top: -5rem;
}

/* line 33555, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-minus-73 {
  margin-top: -5.14286rem !important;
}

/* line 33558, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-minus-120 {
  margin-top: -8.57143rem;
}

/* line 33561, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-minus-200 {
  margin-top: -14.28571rem;
}

/* line 33564, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-minus-300 {
  margin-top: -21.42857rem;
}

/* Minus Margin Bottom */
/* line 33568, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mb-minus-70 {
  margin-bottom: -5rem;
}

/* Minus Margin Left */
/* line 33572, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-minus-20 {
  margin-left: -1.42857rem;
}

/* line 33575, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-minus-23 {
  margin-left: -1.64286rem;
}

/* line 33578, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-minus-35 {
  margin-left: -2.5rem;
}

/* line 33581, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-minus-55 {
  margin-left: -3.92857rem;
}

/* line 33584, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-minus-25 {
  margin-left: -1.78571rem;
}

/* line 33587, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-minus-82 {
  margin-left: -5.85714rem;
}

/* line 33590, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-minus-90 {
  margin-left: -6.42857rem;
}

/* line 33593, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-minus-100 {
  margin-left: -7.14286rem;
}

/* line 33596, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-minus-118 {
  margin-left: -8.42857rem;
}

/* line 33599, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-minus-142 {
  margin-left: -10.14286rem;
}

/* Minus Margin Right */
/* line 33603, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mr-minus-50 {
  margin-right: -3.57143rem;
}

/* line 33606, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mr-minus-100 {
  margin-right: -7.14286rem;
}

/* Margin Left and Right */
/* line 33610, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mx-minus-1 {
  margin-left: -0.07143rem;
  margin-right: -0.07143rem;
}

/* line 33614, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mx-minus-2 {
  margin-left: -0.14286rem;
  margin-right: -0.14286rem;
}

/* line 33618, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mx-minus-4 {
  margin-left: -0.28571rem;
  margin-right: -0.28571rem;
}

/* line 33622, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mx-minus-5 {
  margin-left: -0.35714rem;
  margin-right: -0.35714rem;
}

/* line 33626, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem;
}

/* line 33630, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
}

/* line 33634, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem;
}

/* Custon Spaces
------------------------------------*/
/* Margin Top */
/* line 33641, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-10x {
  margin-top: 10%;
  /* O */
}

/* line 33645, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-21 {
  margin-top: 1.5rem;
}

/* line 33648, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-22 {
  margin-top: 1.57143rem;
}

/* line 33651, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-28 {
  margin-top: 2rem !important;
}

/* line 33654, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-32 {
  margin-top: 2.28571rem !important;
}

/* line 33657, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-57 {
  margin-top: 4.07143rem !important;
}

/* line 33660, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mt-500 {
  margin-top: 35.71429rem;
}

/* Margin Bottom */
/* line 33664, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mb-23 {
  margin-bottom: 1.64286rem;
}

/* line 33667, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mb-28 {
  margin-bottom: 2rem;
}

/* line 33670, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mb-500 {
  margin-bottom: 35.71429rem;
}

/* Margin Left */
/* line 33674, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-10x {
  margin-left: 10%;
  /* O */
}

/* line 33678, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-12 {
  margin-left: 0.85714rem;
}

/* line 33681, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-13 {
  margin-left: 0.92857rem;
}

/* line 33684, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-20 {
  margin-left: 1.42857rem;
}

/* line 33687, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-25 {
  margin-left: 1.78571rem;
}

/* line 33690, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-35 {
  margin-left: 2.5rem;
}

/* line 33693, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-43 {
  margin-left: 3.07143rem;
}

/* line 33696, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-50 {
  margin-left: 3.57143rem;
}

/* line 33699, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-60 {
  margin-left: 4.28571rem;
}

/* line 33702, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-75 {
  margin-left: 5.35714rem;
}

/* line 33705, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-82 {
  margin-left: 5.85714rem;
}

/* line 33708, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-85 {
  margin-left: 6.07143rem;
}

/* line 33711, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-105 {
  margin-left: 7.5rem;
}

/* line 33714, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-118 {
  margin-left: 8.42857rem;
}

/* line 33717, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-ml-142 {
  margin-left: 10.14286rem;
}

/* Margin Right */
/* line 33721, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mr-12 {
  margin-right: 0.85714rem;
}

/* line 33724, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mr-60 {
  margin-right: 4.28571rem;
}

/* line 33727, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mr-63 {
  margin-right: 4.5rem;
}

/* line 33730, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mr-75 {
  margin-right: 5.35714rem;
}

/* line 33733, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mr-85 {
  margin-right: 6.07143rem !important;
}

/* line 33736, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mr-minus-10 {
  margin-right: -0.71429rem;
}

/* line 33739, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mr-minus-13 {
  margin-right: -0.92857rem;
}

/* line 33742, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mr-minus-15 {
  margin-right: -1.07143rem;
}

/* line 33745, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mr-minus-23 {
  margin-right: -1.64286rem;
}

/* line 33748, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mr-minus-30 {
  margin-right: -2.14286rem;
}

/* Margin Left and Right */
/* line 33752, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mx-minus-10 {
  margin-left: -0.71429rem;
  margin-right: -0.71429rem;
}

/* line 33756, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem;
}

/* line 33760, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mx-minus-20 {
  margin-left: -1.42857rem;
  margin-right: -1.42857rem;
}

/* line 33764, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
}

/* line 33768, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem;
}

/* Margin Top and Bottom */
/* line 33773, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-my-minus-1 {
  margin-top: -0.07143rem;
  margin-bottom: -0.07143rem;
}

/* line 33777, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-my-minus-2 {
  margin-top: -0.14286rem;
  margin-bottom: -0.14286rem;
}

/* line 33781, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-my-minus-10 {
  margin-top: -0.71429rem;
  margin-bottom: -0.71429rem;
}

/* line 33785, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-m-reset {
  margin: 0 !important;
}

@media (min-width: 576px) {
  /* line 33789, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-0--sm {
    margin-bottom: 0 !important;
  }

  /* line 33791, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-minus-10--sm {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }

  /* line 33794, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-minus-5--sm {
    margin-top: -0.35714rem;
    margin-bottom: -0.35714rem;
  }

  /* line 33797, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-minus-10--sm {
    margin-top: -0.71429rem;
    margin-bottom: -0.71429rem;
  }

  /* line 33800, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-minus-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 33803, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-minus-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 33806, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-12--sm {
    margin-right: 0.85714rem;
  }
}
@media (min-width: 768px) {
  /* line 33810, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-12--md {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
  }

  /* line 33813, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-12--md {
    margin-left: 0.85714rem !important;
  }

  /* line 33815, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-12--md {
    margin-right: 0.85714rem !important;
  }

  /* line 33817, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }

  /* line 33819, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-1--md {
    margin-left: -0.07143rem;
  }

  /* line 33821, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-9--md {
    margin-left: -0.64286rem !important;
  }

  /* line 33823, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-15--md {
    margin-left: -1.07143rem !important;
  }

  /* line 33825, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-23--md {
    margin-left: -1.64286rem !important;
  }

  /* line 33827, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-25--md {
    margin-left: -1.78571rem !important;
  }

  /* line 33829, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-1--md {
    margin-right: -0.07143rem;
  }

  /* line 33831, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-9--md {
    margin-right: -0.64286rem !important;
  }

  /* line 33833, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-13--md {
    margin-right: -0.92857rem;
  }

  /* line 33835, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-23--md {
    margin-right: -1.64286rem;
  }

  /* line 33837, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-82--md {
    margin-left: -5.85714rem !important;
  }

  /* line 33839, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-60--md {
    margin-right: 4.28571rem !important;
  }

  /* line 33841, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-63--md {
    margin-right: 4.5rem !important;
  }

  /* line 33843, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-85--md {
    margin-left: 6.07143rem !important;
  }

  /* line 33845, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-250--md {
    margin-left: 17.85714rem !important;
  }

  /* line 33847, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-90--md {
    margin-left: -6.42857rem !important;
  }

  /* line 33849, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-m-reset--md {
    margin: 0 !important;
  }

  /* line 33851, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-130--md {
    margin-top: 9.28571rem !important;
  }

  /* line 33853, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mt-minus-76--md {
    margin-top: -5.42857rem !important;
  }

  /* line 33855, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-my-30--md {
    margin-top: 2.14286rem !important;
    margin-bpttpm: 2.14286rem !important;
  }
}
@media (min-width: 992px) {
  /* line 33860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-12--lg {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
  }

  /* line 33863, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mb-60--lg {
    margin-bottom: 4.28571rem !important;
  }

  /* line 33865, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-12--lg {
    margin-left: 0.85714rem !important;
  }

  /* line 33867, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-12--lg {
    margin-right: 0.85714rem !important;
  }

  /* line 33869, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-1--lg {
    margin-right: -0.07143rem;
  }

  /* line 33871, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-50--lg {
    margin-right: -3.57143rem;
  }

  /* line 33873, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-minus-100--lg {
    margin-right: -7.14286rem;
  }

  /* line 33875, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-100--lg {
    margin-left: -7.14286rem;
  }

  /* line 33877, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-100 {
    margin-left: -7.14286rem;
  }

  /* line 33879, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-minus-5--lg {
    margin-left: -0.35714rem;
    margin-right: -0.35714rem;
  }

  /* line 33882, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-minus-10--lg {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }

  /* line 33885, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-minus-15--lg {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
  }

  /* line 33888, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-minus-50--lg {
    margin-left: -3.57143rem;
  }

  /* line 33890, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-m-reset--lg {
    margin: 0 !important;
  }

  /* line 33892, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-ml-100--lg {
    margin-left: 7.14286rem;
  }
}
@media (min-width: 1200px) {
  /* line 33896, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-minus-10--xl {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }

  /* line 33899, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mx-minus-15--xl {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
  }

  /* line 33902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-m-reset--xl {
    margin: 0 !important;
  }

  /* line 33904, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-mr-0--xl {
    margin-right: 0px !important;
  }
}
/*------------------------------------
  Margins Extended
------------------------------------*/
@media (min-width: 992px) {
  /* Margin Top */
  /* line 33912, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-1--lg--scrolling {
    margin-top: 0.07143rem !important;
  }

  /* line 33914, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-2--lg--scrolling {
    margin-top: 0.14286rem !important;
  }

  /* line 33916, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-3--lg--scrolling {
    margin-top: 0.21429rem !important;
  }

  /* line 33918, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-4--lg--scrolling {
    margin-top: 0.28571rem !important;
  }

  /* line 33920, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-5--lg--scrolling {
    margin-top: 0.35714rem !important;
  }

  /* line 33922, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-6--lg--scrolling {
    margin-top: 0.42857rem !important;
  }

  /* line 33924, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-7--lg--scrolling {
    margin-top: 0.5rem !important;
  }

  /* line 33926, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-8--lg--scrolling {
    margin-top: 0.57143rem !important;
  }

  /* line 33928, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-9--lg--scrolling {
    margin-top: 0.64286rem !important;
  }

  /* line 33930, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-10--lg--scrolling {
    margin-top: 0.71429rem !important;
  }

  /* line 33932, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-11--lg--scrolling {
    margin-top: 0.78571rem !important;
  }

  /* line 33934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-12--lg--scrolling {
    margin-top: 0.85714rem !important;
  }

  /* line 33936, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-13--lg--scrolling {
    margin-top: 0.92857rem !important;
  }

  /* line 33938, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-14--lg--scrolling {
    margin-top: 1rem !important;
  }

  /* line 33940, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-15--lg--scrolling {
    margin-top: 1.07143rem !important;
  }

  /* line 33942, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-16--lg--scrolling {
    margin-top: 1.14286rem !important;
  }

  /* line 33944, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-17--lg--scrolling {
    margin-top: 1.21429rem !important;
  }

  /* line 33946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-18--lg--scrolling {
    margin-top: 1.28571rem !important;
  }

  /* line 33948, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-19--lg--scrolling {
    margin-top: 1.35714rem !important;
  }

  /* line 33950, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-20--lg--scrolling {
    margin-top: 1.42857rem !important;
  }

  /* line 33952, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-21--lg--scrolling {
    margin-top: 1.5rem !important;
  }

  /* line 33954, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-22--lg--scrolling {
    margin-top: 1.57143rem !important;
  }

  /* line 33956, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-23--lg--scrolling {
    margin-top: 1.64286rem !important;
  }

  /* line 33958, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-24--lg--scrolling {
    margin-top: 1.71429rem !important;
  }

  /* line 33960, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .js-header-change-moment .g-mt-25--lg--scrolling {
    margin-top: 1.78571rem !important;
  }
}
/*------------------------------------
  Padding Spaces
------------------------------------*/
/* Padding Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  /* line 33969, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-0 {
    padding: 0 !important;
  }

  /* line 33971, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 33974, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 33977, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-0 {
    padding-top: 0 !important;
  }

  /* line 33979, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-0 {
    padding-right: 0 !important;
  }

  /* line 33981, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-0 {
    padding-bottom: 0 !important;
  }

  /* line 33983, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-0 {
    padding-left: 0 !important;
  }

  /* Padding Around */
  /* line 33986, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-2 {
    padding: 0.14286rem !important;
  }

  /* line 33988, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-3 {
    padding: 0.21429rem !important;
  }

  /* line 33990, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-5 {
    padding: 0.35714rem !important;
  }

  /* line 33992, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-7 {
    padding: 0.5rem !important;
  }

  /* line 33994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-10 {
    padding: 0.71429rem !important;
  }

  /* line 33996, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-15 {
    padding: 1.07143rem !important;
  }

  /* line 33998, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-20 {
    padding: 1.42857rem !important;
  }

  /* line 34000, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-25 {
    padding: 1.78571rem !important;
  }

  /* line 34002, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-30 {
    padding: 2.14286rem !important;
  }

  /* line 34004, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-35 {
    padding: 2.5rem !important;
  }

  /* line 34006, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-40 {
    padding: 2.85714rem !important;
  }

  /* line 34008, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-45 {
    padding: 3.21429rem !important;
  }

  /* line 34010, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-50 {
    padding: 3.57143rem !important;
  }

  /* line 34012, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-55 {
    padding: 3.92857rem !important;
  }

  /* line 34014, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-60 {
    padding: 4.28571rem !important;
  }

  /* line 34016, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-65 {
    padding: 4.64286rem !important;
  }

  /* line 34018, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-70 {
    padding: 5rem !important;
  }

  /* line 34020, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-75 {
    padding: 5.35714rem !important;
  }

  /* line 34022, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-80 {
    padding: 5.71429rem !important;
  }

  /* line 34024, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-85 {
    padding: 6.07143rem !important;
  }

  /* line 34026, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-90 {
    padding: 6.42857rem !important;
  }

  /* line 34028, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-95 {
    padding: 6.78571rem !important;
  }

  /* line 34030, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-100 {
    padding: 7.14286rem !important;
  }

  /* line 34032, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-105 {
    padding: 7.5rem !important;
  }

  /* line 34034, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-110 {
    padding: 7.85714rem !important;
  }

  /* line 34036, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-115 {
    padding: 8.21429rem !important;
  }

  /* line 34038, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-120 {
    padding: 8.57143rem !important;
  }

  /* line 34040, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-125 {
    padding: 8.92857rem !important;
  }

  /* line 34042, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-130 {
    padding: 9.28571rem !important;
  }

  /* line 34044, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-135 {
    padding: 9.64286rem !important;
  }

  /* line 34046, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-140 {
    padding: 10rem !important;
  }

  /* line 34048, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-145 {
    padding: 10.35714rem !important;
  }

  /* line 34050, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-150 {
    padding: 10.71429rem !important;
  }

  /* Padding X */
  /* line 34053, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-1 {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }

  /* line 34056, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-2 {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }

  /* line 34059, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-3 {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }

  /* line 34062, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-4 {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }

  /* line 34065, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-5 {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }

  /* line 34068, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-6 {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }

  /* line 34071, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-7 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* line 34074, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-8 {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }

  /* line 34077, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-9 {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }

  /* line 34080, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 34083, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-11 {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }

  /* line 34086, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-12 {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }

  /* line 34089, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-13 {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }

  /* line 34092, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-14 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* line 34095, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 34098, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-16 {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }

  /* line 34101, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-17 {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
  }

  /* line 34104, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-18 {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }

  /* line 34107, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-19 {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important;
  }

  /* line 34110, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 34113, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 34116, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-20 {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }

  /* line 34119, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-25 {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }

  /* line 34122, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-30 {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }

  /* line 34125, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-35 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  /* line 34128, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-40 {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }

  /* line 34131, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-45 {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }

  /* line 34134, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-50 {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }

  /* line 34137, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-55 {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }

  /* line 34140, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-60 {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }

  /* line 34143, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-65 {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }

  /* line 34146, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-70 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  /* line 34149, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-75 {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }

  /* line 34152, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-80 {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }

  /* line 34155, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-85 {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }

  /* line 34158, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-90 {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }

  /* line 34161, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-95 {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }

  /* line 34164, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-100 {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }

  /* line 34167, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-105 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  /* line 34170, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-110 {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }

  /* line 34173, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-115 {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }

  /* line 34176, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-120 {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }

  /* line 34179, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-125 {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }

  /* line 34182, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-130 {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }

  /* line 34185, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-135 {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }

  /* line 34188, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-140 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  /* line 34191, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-145 {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }

  /* line 34194, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-150 {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }

  /* Padding Y */
  /* line 34198, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-1 {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }

  /* line 34201, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-2 {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }

  /* line 34204, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-3 {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }

  /* line 34207, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-4 {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }

  /* line 34210, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-5 {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 34213, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-6 {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }

  /* line 34216, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-7 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 34219, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-8 {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }

  /* line 34222, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-9 {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }

  /* line 34225, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* line 34228, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-11 {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }

  /* line 34231, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-12 {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }

  /* line 34234, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-13 {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }

  /* line 34237, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-14 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 34240, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* line 34243, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-16 {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }

  /* line 34246, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-17 {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }

  /* line 34249, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-18 {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }

  /* line 34252, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-19 {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }

  /* P */
  /* line 34256, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* P */
  /* line 34260, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* P */
  /* line 34264, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-20 {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }

  /* P */
  /* line 34268, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-25 {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }

  /* P */
  /* line 34272, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-30 {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }

  /* P */
  /* line 34276, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-35 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* P */
  /* line 34280, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-40 {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }

  /* P */
  /* line 34284, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-45 {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }

  /* P */
  /* line 34288, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-50 {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  /* P */
  /* line 34292, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-55 {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }

  /* P */
  /* line 34296, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-60 {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }

  /* P */
  /* line 34300, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-65 {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }

  /* P */
  /* line 34304, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-70 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* P */
  /* line 34308, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-75 {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }

  /* P */
  /* line 34312, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-80 {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }

  /* P */
  /* line 34316, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-85 {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }

  /* P */
  /* line 34320, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-90 {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }

  /* P */
  /* line 34324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-95 {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }

  /* P */
  /* line 34328, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-100 {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* P */
  /* line 34332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-105 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* P */
  /* line 34336, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-110 {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }

  /* P */
  /* line 34340, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-115 {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }

  /* P */
  /* line 34344, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-120 {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }

  /* P */
  /* line 34348, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-125 {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }

  /* P */
  /* line 34352, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-130 {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }

  /* P */
  /* line 34356, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-135 {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }

  /* P */
  /* line 34360, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-140 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* P */
  /* line 34364, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-145 {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }

  /* P */
  /* line 34368, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-150 {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }

  /* P */
  /* line 34372, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-155 {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }

  /* P */
  /* line 34376, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-160 {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }

  /* P */
  /* line 34380, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-165 {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }

  /* P */
  /* line 34384, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-170 {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }

  /* P */
  /* line 34388, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-175 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* P */
  /* line 34392, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-180 {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }

  /* P */
  /* line 34396, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-185 {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }

  /* P */
  /* line 34400, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-190 {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }

  /* P */
  /* line 34404, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-195 {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }

  /* P */
  /* line 34408, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-200 {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }

  /* P */
  /* line 34412, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-205 {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }

  /* P */
  /* line 34416, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-210 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* Padding Top */
  /* line 34420, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-0 {
    padding-top: 0px !important;
  }

  /* line 34422, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-1 {
    padding-top: 0.07143rem !important;
  }

  /* line 34424, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-2 {
    padding-top: 0.14286rem !important;
  }

  /* line 34426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-3 {
    padding-top: 0.21429rem !important;
  }

  /* line 34428, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-4 {
    padding-top: 0.28571rem !important;
  }

  /* line 34430, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-5 {
    padding-top: 0.35714rem !important;
  }

  /* line 34432, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-6 {
    padding-top: 0.42857rem !important;
  }

  /* line 34434, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-7 {
    padding-top: 0.5rem !important;
  }

  /* line 34436, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-8 {
    padding-top: 0.57143rem !important;
  }

  /* line 34438, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-9 {
    padding-top: 0.64286rem !important;
  }

  /* line 34440, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-10 {
    padding-top: 0.71429rem !important;
  }

  /* line 34442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-11 {
    padding-top: 0.78571rem !important;
  }

  /* line 34444, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-12 {
    padding-top: 0.85714rem !important;
  }

  /* line 34446, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-13 {
    padding-top: 0.92857rem !important;
  }

  /* line 34448, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-14 {
    padding-top: 1rem !important;
  }

  /* line 34450, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-15 {
    padding-top: 1.07143rem !important;
  }

  /* line 34452, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-16 {
    padding-top: 1.14286rem !important;
  }

  /* line 34454, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-17 {
    padding-top: 1.21429rem !important;
  }

  /* line 34456, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-18 {
    padding-top: 1.28571rem !important;
  }

  /* line 34458, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-19 {
    padding-top: 1.35714rem !important;
  }

  /* line 34460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-10 {
    padding-top: 0.71429rem !important;
  }

  /* line 34462, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-15 {
    padding-top: 1.07143rem !important;
  }

  /* line 34464, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-20 {
    padding-top: 1.42857rem !important;
  }

  /* line 34466, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-25 {
    padding-top: 1.78571rem !important;
  }

  /* line 34468, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-30 {
    padding-top: 2.14286rem !important;
  }

  /* line 34470, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-35 {
    padding-top: 2.5rem !important;
  }

  /* line 34472, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-40 {
    padding-top: 2.85714rem !important;
  }

  /* line 34474, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-45 {
    padding-top: 3.21429rem !important;
  }

  /* line 34476, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-50 {
    padding-top: 3.57143rem !important;
  }

  /* line 34478, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-55 {
    padding-top: 3.92857rem !important;
  }

  /* line 34480, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-60 {
    padding-top: 4.28571rem !important;
  }

  /* line 34482, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-65 {
    padding-top: 4.64286rem !important;
  }

  /* line 34484, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-70 {
    padding-top: 5rem !important;
  }

  /* line 34486, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-75 {
    padding-top: 5.35714rem !important;
  }

  /* line 34488, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-80 {
    padding-top: 5.71429rem !important;
  }

  /* line 34490, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-85 {
    padding-top: 6.07143rem !important;
  }

  /* line 34492, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-90 {
    padding-top: 6.42857rem !important;
  }

  /* line 34494, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-95 {
    padding-top: 6.78571rem !important;
  }

  /* line 34496, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-100 {
    padding-top: 7.14286rem !important;
  }

  /* line 34498, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-105 {
    padding-top: 7.5rem !important;
  }

  /* line 34500, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-110 {
    padding-top: 7.85714rem !important;
  }

  /* line 34502, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-115 {
    padding-top: 8.21429rem !important;
  }

  /* line 34504, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-120 {
    padding-top: 8.57143rem !important;
  }

  /* line 34506, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-125 {
    padding-top: 8.92857rem !important;
  }

  /* line 34508, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-130 {
    padding-top: 9.28571rem !important;
  }

  /* line 34510, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-135 {
    padding-top: 9.64286rem !important;
  }

  /* line 34512, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-140 {
    padding-top: 10rem !important;
  }

  /* line 34514, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-145 {
    padding-top: 10.35714rem !important;
  }

  /* line 34516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-150 {
    padding-top: 10.71429rem !important;
  }

  /* Padding Right */
  /* line 34519, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-0 {
    padding-right: 0px !important;
  }

  /* line 34521, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-1 {
    padding-right: 0.07143rem !important;
  }

  /* line 34523, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-2 {
    padding-right: 0.14286rem !important;
  }

  /* line 34525, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-3 {
    padding-right: 0.21429rem !important;
  }

  /* line 34527, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-4 {
    padding-right: 0.28571rem !important;
  }

  /* line 34529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-5 {
    padding-right: 0.35714rem !important;
  }

  /* line 34531, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-6 {
    padding-right: 0.42857rem !important;
  }

  /* line 34533, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-7 {
    padding-right: 0.5rem !important;
  }

  /* line 34535, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-8 {
    padding-right: 0.57143rem !important;
  }

  /* line 34537, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-9 {
    padding-right: 0.64286rem !important;
  }

  /* P */
  /* line 34540, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-10 {
    padding-right: 0.71429rem !important;
  }

  /* P */
  /* line 34543, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-15 {
    padding-right: 1.07143rem !important;
  }

  /* P */
  /* line 34546, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-20 {
    padding-right: 1.42857rem !important;
  }

  /* P */
  /* line 34549, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-25 {
    padding-right: 1.78571rem !important;
  }

  /* P */
  /* line 34552, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-30 {
    padding-right: 2.14286rem !important;
  }

  /* P */
  /* line 34555, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-35 {
    padding-right: 2.5rem !important;
  }

  /* P */
  /* line 34558, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-40 {
    padding-right: 2.85714rem !important;
  }

  /* P */
  /* line 34561, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-45 {
    padding-right: 3.21429rem !important;
  }

  /* P */
  /* line 34564, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-50 {
    padding-right: 3.57143rem !important;
  }

  /* P */
  /* line 34567, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-55 {
    padding-right: 3.92857rem !important;
  }

  /* P */
  /* line 34570, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-60 {
    padding-right: 4.28571rem !important;
  }

  /* P */
  /* line 34573, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-65 {
    padding-right: 4.64286rem !important;
  }

  /* P */
  /* line 34576, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-70 {
    padding-right: 5rem !important;
  }

  /* P */
  /* line 34579, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-75 {
    padding-right: 5.35714rem !important;
  }

  /* P */
  /* line 34582, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-80 {
    padding-right: 5.71429rem !important;
  }

  /* P */
  /* line 34585, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-85 {
    padding-right: 6.07143rem !important;
  }

  /* P */
  /* line 34588, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-90 {
    padding-right: 6.42857rem !important;
  }

  /* P */
  /* line 34591, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-95 {
    padding-right: 6.78571rem !important;
  }

  /* P */
  /* line 34594, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-100 {
    padding-right: 7.14286rem !important;
  }

  /* P */
  /* line 34597, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-105 {
    padding-right: 7.5rem !important;
  }

  /* P */
  /* line 34600, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-110 {
    padding-right: 7.85714rem !important;
  }

  /* P */
  /* line 34603, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-115 {
    padding-right: 8.21429rem !important;
  }

  /* P */
  /* line 34606, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-120 {
    padding-right: 8.57143rem !important;
  }

  /* P */
  /* line 34609, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-125 {
    padding-right: 8.92857rem !important;
  }

  /* P */
  /* line 34612, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-130 {
    padding-right: 9.28571rem !important;
  }

  /* P */
  /* line 34615, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-135 {
    padding-right: 9.64286rem !important;
  }

  /* P */
  /* line 34618, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-140 {
    padding-right: 10rem !important;
  }

  /* P */
  /* line 34621, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-145 {
    padding-right: 10.35714rem !important;
  }

  /* P */
  /* line 34624, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-150 {
    padding-right: 10.71429rem !important;
  }

  /* P */
  /* line 34627, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-155 {
    padding-right: 11.07143rem !important;
  }

  /* P */
  /* line 34630, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-160 {
    padding-right: 11.42857rem !important;
  }

  /* P */
  /* line 34633, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-165 {
    padding-right: 11.78571rem !important;
  }

  /* P */
  /* line 34636, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-170 {
    padding-right: 12.14286rem !important;
  }

  /* Padding Bottom */
  /* line 34639, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-0 {
    padding-bottom: 0px !important;
  }

  /* line 34641, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-1 {
    padding-bottom: 0.07143rem !important;
  }

  /* line 34643, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-2 {
    padding-bottom: 0.14286rem !important;
  }

  /* line 34645, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-3 {
    padding-bottom: 0.21429rem !important;
  }

  /* line 34647, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-4 {
    padding-bottom: 0.28571rem !important;
  }

  /* line 34649, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-5 {
    padding-bottom: 0.35714rem !important;
  }

  /* line 34651, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-6 {
    padding-bottom: 0.42857rem !important;
  }

  /* line 34653, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-7 {
    padding-bottom: 0.5rem !important;
  }

  /* line 34655, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-8 {
    padding-bottom: 0.57143rem !important;
  }

  /* line 34657, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-9 {
    padding-bottom: 0.64286rem !important;
  }

  /* line 34659, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-10 {
    padding-bottom: 0.71429rem !important;
  }

  /* line 34661, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-15 {
    padding-bottom: 1.07143rem !important;
  }

  /* line 34663, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-20 {
    padding-bottom: 1.42857rem !important;
  }

  /* line 34665, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-25 {
    padding-bottom: 1.78571rem !important;
  }

  /* line 34667, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-30 {
    padding-bottom: 2.14286rem !important;
  }

  /* line 34669, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-35 {
    padding-bottom: 2.5rem !important;
  }

  /* line 34671, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-40 {
    padding-bottom: 2.85714rem !important;
  }

  /* line 34673, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-45 {
    padding-bottom: 3.21429rem !important;
  }

  /* line 34675, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-50 {
    padding-bottom: 3.57143rem !important;
  }

  /* line 34677, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-55 {
    padding-bottom: 3.92857rem !important;
  }

  /* line 34679, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-60 {
    padding-bottom: 4.28571rem !important;
  }

  /* line 34681, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-65 {
    padding-bottom: 4.64286rem !important;
  }

  /* line 34683, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-70 {
    padding-bottom: 5rem !important;
  }

  /* line 34685, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-75 {
    padding-bottom: 5.35714rem !important;
  }

  /* line 34687, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-80 {
    padding-bottom: 5.71429rem !important;
  }

  /* line 34689, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-85 {
    padding-bottom: 6.07143rem !important;
  }

  /* line 34691, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-90 {
    padding-bottom: 6.42857rem !important;
  }

  /* line 34693, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-95 {
    padding-bottom: 6.78571rem !important;
  }

  /* line 34695, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-100 {
    padding-bottom: 7.14286rem !important;
  }

  /* line 34697, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-105 {
    padding-bottom: 7.5rem !important;
  }

  /* line 34699, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-110 {
    padding-bottom: 7.85714rem !important;
  }

  /* line 34701, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-115 {
    padding-bottom: 8.21429rem !important;
  }

  /* line 34703, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-120 {
    padding-bottom: 8.57143rem !important;
  }

  /* line 34705, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-125 {
    padding-bottom: 8.92857rem !important;
  }

  /* line 34707, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-130 {
    padding-bottom: 9.28571rem !important;
  }

  /* line 34709, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-135 {
    padding-bottom: 9.64286rem !important;
  }

  /* line 34711, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-140 {
    padding-bottom: 10rem !important;
  }

  /* line 34713, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-145 {
    padding-bottom: 10.35714rem !important;
  }

  /* line 34715, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-150 {
    padding-bottom: 10.71429rem !important;
  }

  /* Padding Left */
  /* line 34718, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-0 {
    padding-left: 0px !important;
  }

  /* line 34720, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-1 {
    padding-left: 0.07143rem !important;
  }

  /* line 34722, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-2 {
    padding-left: 0.14286rem !important;
  }

  /* line 34724, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-3 {
    padding-left: 0.21429rem !important;
  }

  /* line 34726, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-4 {
    padding-left: 0.28571rem !important;
  }

  /* line 34728, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-5 {
    padding-left: 0.35714rem !important;
  }

  /* line 34730, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-6 {
    padding-left: 0.42857rem !important;
  }

  /* line 34732, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-7 {
    padding-left: 0.5rem !important;
  }

  /* line 34734, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-8 {
    padding-left: 0.57143rem !important;
  }

  /* line 34736, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-9 {
    padding-left: 0.64286rem !important;
  }

  /* P */
  /* line 34739, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-10 {
    padding-left: 0.71429rem !important;
  }

  /* P */
  /* line 34742, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-15 {
    padding-left: 1.07143rem !important;
  }

  /* P */
  /* line 34745, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-20 {
    padding-left: 1.42857rem !important;
  }

  /* P */
  /* line 34748, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-25 {
    padding-left: 1.78571rem !important;
  }

  /* P */
  /* line 34751, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-30 {
    padding-left: 2.14286rem !important;
  }

  /* P */
  /* line 34754, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-35 {
    padding-left: 2.5rem !important;
  }

  /* P */
  /* line 34757, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-40 {
    padding-left: 2.85714rem !important;
  }

  /* P */
  /* line 34760, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-45 {
    padding-left: 3.21429rem !important;
  }

  /* P */
  /* line 34763, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-50 {
    padding-left: 3.57143rem !important;
  }

  /* P */
  /* line 34766, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-55 {
    padding-left: 3.92857rem !important;
  }

  /* P */
  /* line 34769, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-60 {
    padding-left: 4.28571rem !important;
  }

  /* P */
  /* line 34772, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-65 {
    padding-left: 4.64286rem !important;
  }

  /* P */
  /* line 34775, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-70 {
    padding-left: 5rem !important;
  }

  /* P */
  /* line 34778, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-75 {
    padding-left: 5.35714rem !important;
  }

  /* P */
  /* line 34781, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-80 {
    padding-left: 5.71429rem !important;
  }

  /* P */
  /* line 34784, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-85 {
    padding-left: 6.07143rem !important;
  }

  /* P */
  /* line 34787, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-90 {
    padding-left: 6.42857rem !important;
  }

  /* P */
  /* line 34790, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-95 {
    padding-left: 6.78571rem !important;
  }

  /* P */
  /* line 34793, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-100 {
    padding-left: 7.14286rem !important;
  }

  /* P */
  /* line 34796, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-105 {
    padding-left: 7.5rem !important;
  }

  /* P */
  /* line 34799, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-110 {
    padding-left: 7.85714rem !important;
  }

  /* P */
  /* line 34802, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-115 {
    padding-left: 8.21429rem !important;
  }

  /* P */
  /* line 34805, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-120 {
    padding-left: 8.57143rem !important;
  }

  /* P */
  /* line 34808, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-125 {
    padding-left: 8.92857rem !important;
  }

  /* P */
  /* line 34811, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-130 {
    padding-left: 9.28571rem !important;
  }

  /* P */
  /* line 34814, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-135 {
    padding-left: 9.64286rem !important;
  }

  /* P */
  /* line 34817, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-140 {
    padding-left: 10rem !important;
  }

  /* P */
  /* line 34820, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-145 {
    padding-left: 10.35714rem !important;
  }

  /* P */
  /* line 34823, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-150 {
    padding-left: 10.71429rem !important;
  }

  /* P */
  /* line 34826, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-155 {
    padding-left: 11.07143rem !important;
  }

  /* P */
  /* line 34829, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-160 {
    padding-left: 11.42857rem !important;
  }

  /* P */
  /* line 34832, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-165 {
    padding-left: 11.78571rem !important;
  }

  /* P */
  /* line 34835, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-170 {
    padding-left: 12.14286rem !important;
  }
}
/* Padding Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  /* line 34841, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-0--sm {
    padding: 0 !important;
  }

  /* line 34843, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 34846, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 34849, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-0--sm {
    padding-top: 0 !important;
  }

  /* line 34851, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-0--sm {
    padding-right: 0 !important;
  }

  /* line 34853, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-0--sm {
    padding-bottom: 0 !important;
  }

  /* line 34855, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-0--sm {
    padding-left: 0 !important;
  }

  /* Padding Around */
  /* line 34858, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-2--sm {
    padding: 0.14286rem !important;
  }

  /* line 34860, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-3--sm {
    padding: 0.21429rem !important;
  }

  /* line 34862, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-5--sm {
    padding: 0.35714rem !important;
  }

  /* line 34864, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-7--sm {
    padding: 0.5rem !important;
  }

  /* line 34866, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-10--sm {
    padding: 0.71429rem !important;
  }

  /* line 34868, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-15--sm {
    padding: 1.07143rem !important;
  }

  /* line 34870, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-20--sm {
    padding: 1.42857rem !important;
  }

  /* line 34872, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-25--sm {
    padding: 1.78571rem !important;
  }

  /* line 34874, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-30--sm {
    padding: 2.14286rem !important;
  }

  /* line 34876, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-35--sm {
    padding: 2.5rem !important;
  }

  /* line 34878, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-40--sm {
    padding: 2.85714rem !important;
  }

  /* line 34880, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-45--sm {
    padding: 3.21429rem !important;
  }

  /* line 34882, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-50--sm {
    padding: 3.57143rem !important;
  }

  /* line 34884, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-55--sm {
    padding: 3.92857rem !important;
  }

  /* line 34886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-60--sm {
    padding: 4.28571rem !important;
  }

  /* line 34888, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-65--sm {
    padding: 4.64286rem !important;
  }

  /* line 34890, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-70--sm {
    padding: 5rem !important;
  }

  /* line 34892, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-75--sm {
    padding: 5.35714rem !important;
  }

  /* line 34894, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-80--sm {
    padding: 5.71429rem !important;
  }

  /* line 34896, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-85--sm {
    padding: 6.07143rem !important;
  }

  /* line 34898, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-90--sm {
    padding: 6.42857rem !important;
  }

  /* line 34900, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-95--sm {
    padding: 6.78571rem !important;
  }

  /* line 34902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-100--sm {
    padding: 7.14286rem !important;
  }

  /* line 34904, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-105--sm {
    padding: 7.5rem !important;
  }

  /* line 34906, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-110--sm {
    padding: 7.85714rem !important;
  }

  /* line 34908, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-115--sm {
    padding: 8.21429rem !important;
  }

  /* line 34910, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-120--sm {
    padding: 8.57143rem !important;
  }

  /* line 34912, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-125--sm {
    padding: 8.92857rem !important;
  }

  /* line 34914, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-130--sm {
    padding: 9.28571rem !important;
  }

  /* line 34916, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-135--sm {
    padding: 9.64286rem !important;
  }

  /* line 34918, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-140--sm {
    padding: 10rem !important;
  }

  /* line 34920, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-145--sm {
    padding: 10.35714rem !important;
  }

  /* line 34922, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-150--sm {
    padding: 10.71429rem !important;
  }

  /* Padding X */
  /* line 34925, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-1--sm {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }

  /* line 34928, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-2--sm {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }

  /* line 34931, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-3--sm {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }

  /* line 34934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-4--sm {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }

  /* line 34937, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-5--sm {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }

  /* line 34940, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-6--sm {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }

  /* line 34943, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-7--sm {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* line 34946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-8--sm {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }

  /* line 34949, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-9--sm {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }

  /* line 34952, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 34955, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-11--sm {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }

  /* line 34958, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-12--sm {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }

  /* line 34961, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-13--sm {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }

  /* line 34964, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-14--sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* line 34967, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 34970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-16--sm {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }

  /* line 34973, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-17--sm {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
  }

  /* line 34976, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-18--sm {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }

  /* line 34979, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-19--sm {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important;
  }

  /* line 34982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 34985, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 34988, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-20--sm {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }

  /* line 34991, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-25--sm {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }

  /* line 34994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-30--sm {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }

  /* line 34997, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-35--sm {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  /* line 35000, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-40--sm {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }

  /* line 35003, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-45--sm {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }

  /* line 35006, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-50--sm {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }

  /* line 35009, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-55--sm {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }

  /* line 35012, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-60--sm {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }

  /* line 35015, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-65--sm {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }

  /* line 35018, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-70--sm {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  /* line 35021, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-75--sm {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }

  /* line 35024, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-80--sm {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }

  /* line 35027, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-85--sm {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }

  /* line 35030, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-90--sm {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }

  /* line 35033, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-95--sm {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }

  /* line 35036, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-100--sm {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }

  /* line 35039, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-105--sm {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  /* line 35042, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-110--sm {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }

  /* line 35045, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-115--sm {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }

  /* line 35048, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-120--sm {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }

  /* line 35051, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-125--sm {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }

  /* line 35054, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-130--sm {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }

  /* line 35057, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-135--sm {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }

  /* line 35060, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-140--sm {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  /* line 35063, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-145--sm {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }

  /* line 35066, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-150--sm {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }

  /* Padding Y */
  /* line 35070, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-1--sm {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }

  /* line 35073, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-2--sm {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }

  /* line 35076, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-3--sm {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }

  /* line 35079, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-4--sm {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }

  /* line 35082, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 35085, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-6--sm {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }

  /* line 35088, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-7--sm {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 35091, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-8--sm {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }

  /* line 35094, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-9--sm {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }

  /* line 35097, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* line 35100, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-11--sm {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }

  /* line 35103, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-12--sm {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }

  /* line 35106, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-13--sm {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }

  /* line 35109, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-14--sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 35112, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* line 35115, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-16--sm {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }

  /* line 35118, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-17--sm {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }

  /* line 35121, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-18--sm {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }

  /* line 35124, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-19--sm {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }

  /* P */
  /* line 35128, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* P */
  /* line 35132, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* P */
  /* line 35136, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-20--sm {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }

  /* P */
  /* line 35140, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-25--sm {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }

  /* P */
  /* line 35144, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-30--sm {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }

  /* P */
  /* line 35148, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-35--sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* P */
  /* line 35152, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-40--sm {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }

  /* P */
  /* line 35156, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-45--sm {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }

  /* P */
  /* line 35160, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-50--sm {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  /* P */
  /* line 35164, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-55--sm {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }

  /* P */
  /* line 35168, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-60--sm {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }

  /* P */
  /* line 35172, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-65--sm {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }

  /* P */
  /* line 35176, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-70--sm {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* P */
  /* line 35180, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-75--sm {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }

  /* P */
  /* line 35184, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-80--sm {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }

  /* P */
  /* line 35188, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-85--sm {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }

  /* P */
  /* line 35192, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-90--sm {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }

  /* P */
  /* line 35196, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-95--sm {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }

  /* P */
  /* line 35200, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-100--sm {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* P */
  /* line 35204, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-105--sm {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* P */
  /* line 35208, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-110--sm {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }

  /* P */
  /* line 35212, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-115--sm {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }

  /* P */
  /* line 35216, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-120--sm {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }

  /* P */
  /* line 35220, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-125--sm {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }

  /* P */
  /* line 35224, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-130--sm {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }

  /* P */
  /* line 35228, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-135--sm {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }

  /* P */
  /* line 35232, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-140--sm {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* P */
  /* line 35236, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-145--sm {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }

  /* P */
  /* line 35240, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-150--sm {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }

  /* P */
  /* line 35244, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-155--sm {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }

  /* P */
  /* line 35248, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-160--sm {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }

  /* P */
  /* line 35252, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-165--sm {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }

  /* P */
  /* line 35256, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-170--sm {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }

  /* P */
  /* line 35260, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-175--sm {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* P */
  /* line 35264, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-180--sm {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }

  /* P */
  /* line 35268, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-185--sm {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }

  /* P */
  /* line 35272, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-190--sm {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }

  /* P */
  /* line 35276, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-195--sm {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }

  /* P */
  /* line 35280, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-200--sm {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }

  /* P */
  /* line 35284, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-205--sm {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }

  /* P */
  /* line 35288, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-210--sm {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* Padding Top */
  /* line 35292, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-0--sm {
    padding-top: 0px !important;
  }

  /* line 35294, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-1--sm {
    padding-top: 0.07143rem !important;
  }

  /* line 35296, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-2--sm {
    padding-top: 0.14286rem !important;
  }

  /* line 35298, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-3--sm {
    padding-top: 0.21429rem !important;
  }

  /* line 35300, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-4--sm {
    padding-top: 0.28571rem !important;
  }

  /* line 35302, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-5--sm {
    padding-top: 0.35714rem !important;
  }

  /* line 35304, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-6--sm {
    padding-top: 0.42857rem !important;
  }

  /* line 35306, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-7--sm {
    padding-top: 0.5rem !important;
  }

  /* line 35308, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-8--sm {
    padding-top: 0.57143rem !important;
  }

  /* line 35310, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-9--sm {
    padding-top: 0.64286rem !important;
  }

  /* line 35312, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-10--sm {
    padding-top: 0.71429rem !important;
  }

  /* line 35314, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-11--sm {
    padding-top: 0.78571rem !important;
  }

  /* line 35316, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-12--sm {
    padding-top: 0.85714rem !important;
  }

  /* line 35318, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-13--sm {
    padding-top: 0.92857rem !important;
  }

  /* line 35320, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-14--sm {
    padding-top: 1rem !important;
  }

  /* line 35322, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-15--sm {
    padding-top: 1.07143rem !important;
  }

  /* line 35324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-16--sm {
    padding-top: 1.14286rem !important;
  }

  /* line 35326, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-17--sm {
    padding-top: 1.21429rem !important;
  }

  /* line 35328, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-18--sm {
    padding-top: 1.28571rem !important;
  }

  /* line 35330, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-19--sm {
    padding-top: 1.35714rem !important;
  }

  /* line 35332, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-10--sm {
    padding-top: 0.71429rem !important;
  }

  /* line 35334, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-15--sm {
    padding-top: 1.07143rem !important;
  }

  /* line 35336, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-20--sm {
    padding-top: 1.42857rem !important;
  }

  /* line 35338, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-25--sm {
    padding-top: 1.78571rem !important;
  }

  /* line 35340, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-30--sm {
    padding-top: 2.14286rem !important;
  }

  /* line 35342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-35--sm {
    padding-top: 2.5rem !important;
  }

  /* line 35344, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-40--sm {
    padding-top: 2.85714rem !important;
  }

  /* line 35346, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-45--sm {
    padding-top: 3.21429rem !important;
  }

  /* line 35348, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-50--sm {
    padding-top: 3.57143rem !important;
  }

  /* line 35350, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-55--sm {
    padding-top: 3.92857rem !important;
  }

  /* line 35352, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-60--sm {
    padding-top: 4.28571rem !important;
  }

  /* line 35354, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-65--sm {
    padding-top: 4.64286rem !important;
  }

  /* line 35356, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-70--sm {
    padding-top: 5rem !important;
  }

  /* line 35358, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-75--sm {
    padding-top: 5.35714rem !important;
  }

  /* line 35360, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-80--sm {
    padding-top: 5.71429rem !important;
  }

  /* line 35362, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-85--sm {
    padding-top: 6.07143rem !important;
  }

  /* line 35364, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-90--sm {
    padding-top: 6.42857rem !important;
  }

  /* line 35366, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-95--sm {
    padding-top: 6.78571rem !important;
  }

  /* line 35368, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-100--sm {
    padding-top: 7.14286rem !important;
  }

  /* line 35370, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-105--sm {
    padding-top: 7.5rem !important;
  }

  /* line 35372, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-110--sm {
    padding-top: 7.85714rem !important;
  }

  /* line 35374, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-115--sm {
    padding-top: 8.21429rem !important;
  }

  /* line 35376, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-120--sm {
    padding-top: 8.57143rem !important;
  }

  /* line 35378, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-125--sm {
    padding-top: 8.92857rem !important;
  }

  /* line 35380, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-130--sm {
    padding-top: 9.28571rem !important;
  }

  /* line 35382, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-135--sm {
    padding-top: 9.64286rem !important;
  }

  /* line 35384, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-140--sm {
    padding-top: 10rem !important;
  }

  /* line 35386, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-145--sm {
    padding-top: 10.35714rem !important;
  }

  /* line 35388, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-150--sm {
    padding-top: 10.71429rem !important;
  }

  /* Padding Right */
  /* line 35391, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-0--sm {
    padding-right: 0px !important;
  }

  /* line 35393, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-1--sm {
    padding-right: 0.07143rem !important;
  }

  /* line 35395, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-2--sm {
    padding-right: 0.14286rem !important;
  }

  /* line 35397, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-3--sm {
    padding-right: 0.21429rem !important;
  }

  /* line 35399, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-4--sm {
    padding-right: 0.28571rem !important;
  }

  /* line 35401, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-5--sm {
    padding-right: 0.35714rem !important;
  }

  /* line 35403, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-6--sm {
    padding-right: 0.42857rem !important;
  }

  /* line 35405, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-7--sm {
    padding-right: 0.5rem !important;
  }

  /* line 35407, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-8--sm {
    padding-right: 0.57143rem !important;
  }

  /* line 35409, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-9--sm {
    padding-right: 0.64286rem !important;
  }

  /* P */
  /* line 35412, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-10--sm {
    padding-right: 0.71429rem !important;
  }

  /* P */
  /* line 35415, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-15--sm {
    padding-right: 1.07143rem !important;
  }

  /* P */
  /* line 35418, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-20--sm {
    padding-right: 1.42857rem !important;
  }

  /* P */
  /* line 35421, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-25--sm {
    padding-right: 1.78571rem !important;
  }

  /* P */
  /* line 35424, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-30--sm {
    padding-right: 2.14286rem !important;
  }

  /* P */
  /* line 35427, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-35--sm {
    padding-right: 2.5rem !important;
  }

  /* P */
  /* line 35430, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-40--sm {
    padding-right: 2.85714rem !important;
  }

  /* P */
  /* line 35433, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-45--sm {
    padding-right: 3.21429rem !important;
  }

  /* P */
  /* line 35436, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-50--sm {
    padding-right: 3.57143rem !important;
  }

  /* P */
  /* line 35439, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-55--sm {
    padding-right: 3.92857rem !important;
  }

  /* P */
  /* line 35442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-60--sm {
    padding-right: 4.28571rem !important;
  }

  /* P */
  /* line 35445, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-65--sm {
    padding-right: 4.64286rem !important;
  }

  /* P */
  /* line 35448, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-70--sm {
    padding-right: 5rem !important;
  }

  /* P */
  /* line 35451, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-75--sm {
    padding-right: 5.35714rem !important;
  }

  /* P */
  /* line 35454, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-80--sm {
    padding-right: 5.71429rem !important;
  }

  /* P */
  /* line 35457, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-85--sm {
    padding-right: 6.07143rem !important;
  }

  /* P */
  /* line 35460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-90--sm {
    padding-right: 6.42857rem !important;
  }

  /* P */
  /* line 35463, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-95--sm {
    padding-right: 6.78571rem !important;
  }

  /* P */
  /* line 35466, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-100--sm {
    padding-right: 7.14286rem !important;
  }

  /* P */
  /* line 35469, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-105--sm {
    padding-right: 7.5rem !important;
  }

  /* P */
  /* line 35472, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-110--sm {
    padding-right: 7.85714rem !important;
  }

  /* P */
  /* line 35475, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-115--sm {
    padding-right: 8.21429rem !important;
  }

  /* P */
  /* line 35478, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-120--sm {
    padding-right: 8.57143rem !important;
  }

  /* P */
  /* line 35481, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-125--sm {
    padding-right: 8.92857rem !important;
  }

  /* P */
  /* line 35484, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-130--sm {
    padding-right: 9.28571rem !important;
  }

  /* P */
  /* line 35487, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-135--sm {
    padding-right: 9.64286rem !important;
  }

  /* P */
  /* line 35490, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-140--sm {
    padding-right: 10rem !important;
  }

  /* P */
  /* line 35493, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-145--sm {
    padding-right: 10.35714rem !important;
  }

  /* P */
  /* line 35496, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-150--sm {
    padding-right: 10.71429rem !important;
  }

  /* P */
  /* line 35499, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-155--sm {
    padding-right: 11.07143rem !important;
  }

  /* P */
  /* line 35502, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-160--sm {
    padding-right: 11.42857rem !important;
  }

  /* P */
  /* line 35505, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-165--sm {
    padding-right: 11.78571rem !important;
  }

  /* P */
  /* line 35508, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-170--sm {
    padding-right: 12.14286rem !important;
  }

  /* Padding Bottom */
  /* line 35511, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-0--sm {
    padding-bottom: 0px !important;
  }

  /* line 35513, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-1--sm {
    padding-bottom: 0.07143rem !important;
  }

  /* line 35515, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-2--sm {
    padding-bottom: 0.14286rem !important;
  }

  /* line 35517, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-3--sm {
    padding-bottom: 0.21429rem !important;
  }

  /* line 35519, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-4--sm {
    padding-bottom: 0.28571rem !important;
  }

  /* line 35521, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-5--sm {
    padding-bottom: 0.35714rem !important;
  }

  /* line 35523, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-6--sm {
    padding-bottom: 0.42857rem !important;
  }

  /* line 35525, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-7--sm {
    padding-bottom: 0.5rem !important;
  }

  /* line 35527, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-8--sm {
    padding-bottom: 0.57143rem !important;
  }

  /* line 35529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-9--sm {
    padding-bottom: 0.64286rem !important;
  }

  /* line 35531, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-10--sm {
    padding-bottom: 0.71429rem !important;
  }

  /* line 35533, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-15--sm {
    padding-bottom: 1.07143rem !important;
  }

  /* line 35535, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-20--sm {
    padding-bottom: 1.42857rem !important;
  }

  /* line 35537, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-25--sm {
    padding-bottom: 1.78571rem !important;
  }

  /* line 35539, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-30--sm {
    padding-bottom: 2.14286rem !important;
  }

  /* line 35541, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-35--sm {
    padding-bottom: 2.5rem !important;
  }

  /* line 35543, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-40--sm {
    padding-bottom: 2.85714rem !important;
  }

  /* line 35545, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-45--sm {
    padding-bottom: 3.21429rem !important;
  }

  /* line 35547, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-50--sm {
    padding-bottom: 3.57143rem !important;
  }

  /* line 35549, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-55--sm {
    padding-bottom: 3.92857rem !important;
  }

  /* line 35551, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-60--sm {
    padding-bottom: 4.28571rem !important;
  }

  /* line 35553, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-65--sm {
    padding-bottom: 4.64286rem !important;
  }

  /* line 35555, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-70--sm {
    padding-bottom: 5rem !important;
  }

  /* line 35557, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-75--sm {
    padding-bottom: 5.35714rem !important;
  }

  /* line 35559, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-80--sm {
    padding-bottom: 5.71429rem !important;
  }

  /* line 35561, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-85--sm {
    padding-bottom: 6.07143rem !important;
  }

  /* line 35563, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-90--sm {
    padding-bottom: 6.42857rem !important;
  }

  /* line 35565, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-95--sm {
    padding-bottom: 6.78571rem !important;
  }

  /* line 35567, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-100--sm {
    padding-bottom: 7.14286rem !important;
  }

  /* line 35569, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-105--sm {
    padding-bottom: 7.5rem !important;
  }

  /* line 35571, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-110--sm {
    padding-bottom: 7.85714rem !important;
  }

  /* line 35573, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-115--sm {
    padding-bottom: 8.21429rem !important;
  }

  /* line 35575, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-120--sm {
    padding-bottom: 8.57143rem !important;
  }

  /* line 35577, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-125--sm {
    padding-bottom: 8.92857rem !important;
  }

  /* line 35579, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-130--sm {
    padding-bottom: 9.28571rem !important;
  }

  /* line 35581, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-135--sm {
    padding-bottom: 9.64286rem !important;
  }

  /* line 35583, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-140--sm {
    padding-bottom: 10rem !important;
  }

  /* line 35585, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-145--sm {
    padding-bottom: 10.35714rem !important;
  }

  /* line 35587, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-150--sm {
    padding-bottom: 10.71429rem !important;
  }

  /* Padding Left */
  /* line 35590, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-0--sm {
    padding-left: 0px !important;
  }

  /* line 35592, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-1--sm {
    padding-left: 0.07143rem !important;
  }

  /* line 35594, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-2--sm {
    padding-left: 0.14286rem !important;
  }

  /* line 35596, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-3--sm {
    padding-left: 0.21429rem !important;
  }

  /* line 35598, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-4--sm {
    padding-left: 0.28571rem !important;
  }

  /* line 35600, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-5--sm {
    padding-left: 0.35714rem !important;
  }

  /* line 35602, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-6--sm {
    padding-left: 0.42857rem !important;
  }

  /* line 35604, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-7--sm {
    padding-left: 0.5rem !important;
  }

  /* line 35606, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-8--sm {
    padding-left: 0.57143rem !important;
  }

  /* line 35608, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-9--sm {
    padding-left: 0.64286rem !important;
  }

  /* P */
  /* line 35611, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-10--sm {
    padding-left: 0.71429rem !important;
  }

  /* P */
  /* line 35614, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-15--sm {
    padding-left: 1.07143rem !important;
  }

  /* P */
  /* line 35617, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-20--sm {
    padding-left: 1.42857rem !important;
  }

  /* P */
  /* line 35620, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-25--sm {
    padding-left: 1.78571rem !important;
  }

  /* P */
  /* line 35623, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-30--sm {
    padding-left: 2.14286rem !important;
  }

  /* P */
  /* line 35626, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-35--sm {
    padding-left: 2.5rem !important;
  }

  /* P */
  /* line 35629, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-40--sm {
    padding-left: 2.85714rem !important;
  }

  /* P */
  /* line 35632, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-45--sm {
    padding-left: 3.21429rem !important;
  }

  /* P */
  /* line 35635, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-50--sm {
    padding-left: 3.57143rem !important;
  }

  /* P */
  /* line 35638, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-55--sm {
    padding-left: 3.92857rem !important;
  }

  /* P */
  /* line 35641, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-60--sm {
    padding-left: 4.28571rem !important;
  }

  /* P */
  /* line 35644, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-65--sm {
    padding-left: 4.64286rem !important;
  }

  /* P */
  /* line 35647, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-70--sm {
    padding-left: 5rem !important;
  }

  /* P */
  /* line 35650, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-75--sm {
    padding-left: 5.35714rem !important;
  }

  /* P */
  /* line 35653, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-80--sm {
    padding-left: 5.71429rem !important;
  }

  /* P */
  /* line 35656, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-85--sm {
    padding-left: 6.07143rem !important;
  }

  /* P */
  /* line 35659, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-90--sm {
    padding-left: 6.42857rem !important;
  }

  /* P */
  /* line 35662, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-95--sm {
    padding-left: 6.78571rem !important;
  }

  /* P */
  /* line 35665, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-100--sm {
    padding-left: 7.14286rem !important;
  }

  /* P */
  /* line 35668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-105--sm {
    padding-left: 7.5rem !important;
  }

  /* P */
  /* line 35671, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-110--sm {
    padding-left: 7.85714rem !important;
  }

  /* P */
  /* line 35674, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-115--sm {
    padding-left: 8.21429rem !important;
  }

  /* P */
  /* line 35677, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-120--sm {
    padding-left: 8.57143rem !important;
  }

  /* P */
  /* line 35680, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-125--sm {
    padding-left: 8.92857rem !important;
  }

  /* P */
  /* line 35683, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-130--sm {
    padding-left: 9.28571rem !important;
  }

  /* P */
  /* line 35686, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-135--sm {
    padding-left: 9.64286rem !important;
  }

  /* P */
  /* line 35689, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-140--sm {
    padding-left: 10rem !important;
  }

  /* P */
  /* line 35692, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-145--sm {
    padding-left: 10.35714rem !important;
  }

  /* P */
  /* line 35695, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-150--sm {
    padding-left: 10.71429rem !important;
  }

  /* P */
  /* line 35698, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-155--sm {
    padding-left: 11.07143rem !important;
  }

  /* P */
  /* line 35701, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-160--sm {
    padding-left: 11.42857rem !important;
  }

  /* P */
  /* line 35704, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-165--sm {
    padding-left: 11.78571rem !important;
  }

  /* P */
  /* line 35707, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-170--sm {
    padding-left: 12.14286rem !important;
  }
}
/* Padding Spaces (md)
------------------------------------*/
/* P */
@media (min-width: 768px) {
  /* line 35714, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-0--md {
    padding: 0 !important;
  }

  /* line 35716, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-0--md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 35719, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 35722, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-0--md {
    padding-top: 0 !important;
  }

  /* line 35724, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-0--md {
    padding-right: 0 !important;
  }

  /* line 35726, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-0--md {
    padding-bottom: 0 !important;
  }

  /* line 35728, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-0--md {
    padding-left: 0 !important;
  }

  /* Padding Around */
  /* line 35731, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-2--md {
    padding: 0.14286rem !important;
  }

  /* line 35733, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-3--md {
    padding: 0.21429rem !important;
  }

  /* line 35735, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-5--md {
    padding: 0.35714rem !important;
  }

  /* line 35737, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-7--md {
    padding: 0.5rem !important;
  }

  /* line 35739, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-10--md {
    padding: 0.71429rem !important;
  }

  /* line 35741, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-15--md {
    padding: 1.07143rem !important;
  }

  /* line 35743, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-20--md {
    padding: 1.42857rem !important;
  }

  /* line 35745, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-25--md {
    padding: 1.78571rem !important;
  }

  /* line 35747, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-30--md {
    padding: 2.14286rem !important;
  }

  /* line 35749, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-35--md {
    padding: 2.5rem !important;
  }

  /* line 35751, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-40--md {
    padding: 2.85714rem !important;
  }

  /* line 35753, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-45--md {
    padding: 3.21429rem !important;
  }

  /* line 35755, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-50--md {
    padding: 3.57143rem !important;
  }

  /* line 35757, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-55--md {
    padding: 3.92857rem !important;
  }

  /* line 35759, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-60--md {
    padding: 4.28571rem !important;
  }

  /* line 35761, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-65--md {
    padding: 4.64286rem !important;
  }

  /* line 35763, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-70--md {
    padding: 5rem !important;
  }

  /* line 35765, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-75--md {
    padding: 5.35714rem !important;
  }

  /* line 35767, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-80--md {
    padding: 5.71429rem !important;
  }

  /* line 35769, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-85--md {
    padding: 6.07143rem !important;
  }

  /* line 35771, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-90--md {
    padding: 6.42857rem !important;
  }

  /* line 35773, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-95--md {
    padding: 6.78571rem !important;
  }

  /* line 35775, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-100--md {
    padding: 7.14286rem !important;
  }

  /* line 35777, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-105--md {
    padding: 7.5rem !important;
  }

  /* line 35779, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-110--md {
    padding: 7.85714rem !important;
  }

  /* line 35781, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-115--md {
    padding: 8.21429rem !important;
  }

  /* line 35783, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-120--md {
    padding: 8.57143rem !important;
  }

  /* line 35785, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-125--md {
    padding: 8.92857rem !important;
  }

  /* line 35787, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-130--md {
    padding: 9.28571rem !important;
  }

  /* line 35789, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-135--md {
    padding: 9.64286rem !important;
  }

  /* line 35791, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-140--md {
    padding: 10rem !important;
  }

  /* line 35793, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-145--md {
    padding: 10.35714rem !important;
  }

  /* line 35795, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-150--md {
    padding: 10.71429rem !important;
  }

  /* Padding X */
  /* line 35798, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-1--md {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }

  /* line 35801, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-2--md {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }

  /* line 35804, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-3--md {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }

  /* line 35807, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-4--md {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }

  /* line 35810, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-5--md {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }

  /* line 35813, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-6--md {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }

  /* line 35816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-7--md {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* line 35819, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-8--md {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }

  /* line 35822, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-9--md {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }

  /* line 35825, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 35828, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-11--md {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }

  /* line 35831, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-12--md {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }

  /* line 35834, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-13--md {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }

  /* line 35837, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-14--md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* line 35840, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 35843, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-16--md {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }

  /* line 35846, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-17--md {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
  }

  /* line 35849, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-18--md {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }

  /* line 35852, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-19--md {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important;
  }

  /* line 35855, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 35858, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 35861, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-20--md {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }

  /* line 35864, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-25--md {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }

  /* line 35867, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-30--md {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }

  /* line 35870, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-35--md {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  /* line 35873, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-40--md {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }

  /* line 35876, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-45--md {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }

  /* line 35879, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-50--md {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }

  /* line 35882, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-55--md {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }

  /* line 35885, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-60--md {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }

  /* line 35888, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-65--md {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }

  /* line 35891, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-70--md {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  /* line 35894, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-75--md {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }

  /* line 35897, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-80--md {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }

  /* line 35900, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-85--md {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }

  /* line 35903, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-90--md {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }

  /* line 35906, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-95--md {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }

  /* line 35909, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-100--md {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }

  /* line 35912, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-105--md {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  /* line 35915, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-110--md {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }

  /* line 35918, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-115--md {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }

  /* line 35921, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-120--md {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }

  /* line 35924, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-125--md {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }

  /* line 35927, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-130--md {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }

  /* line 35930, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-135--md {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }

  /* line 35933, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-140--md {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  /* line 35936, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-145--md {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }

  /* line 35939, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-150--md {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }

  /* Padding Y */
  /* line 35943, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-1--md {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }

  /* line 35946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-2--md {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }

  /* line 35949, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-3--md {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }

  /* line 35952, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-4--md {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }

  /* line 35955, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-5--md {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 35958, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-6--md {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }

  /* line 35961, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-7--md {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 35964, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-8--md {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }

  /* line 35967, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-9--md {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }

  /* line 35970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* line 35973, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-11--md {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }

  /* line 35976, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-12--md {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }

  /* line 35979, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-13--md {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }

  /* line 35982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-14--md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 35985, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* line 35988, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-16--md {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }

  /* line 35991, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-17--md {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }

  /* line 35994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-18--md {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }

  /* line 35997, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-19--md {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }

  /* P */
  /* line 36001, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* P */
  /* line 36005, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* P */
  /* line 36009, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-20--md {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }

  /* P */
  /* line 36013, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-25--md {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }

  /* P */
  /* line 36017, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-30--md {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }

  /* P */
  /* line 36021, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-35--md {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* P */
  /* line 36025, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-40--md {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }

  /* P */
  /* line 36029, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-45--md {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }

  /* P */
  /* line 36033, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-50--md {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  /* P */
  /* line 36037, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-55--md {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }

  /* P */
  /* line 36041, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-60--md {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }

  /* P */
  /* line 36045, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-65--md {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }

  /* P */
  /* line 36049, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-70--md {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* P */
  /* line 36053, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-75--md {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }

  /* P */
  /* line 36057, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-80--md {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }

  /* P */
  /* line 36061, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-85--md {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }

  /* P */
  /* line 36065, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-90--md {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }

  /* P */
  /* line 36069, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-95--md {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }

  /* P */
  /* line 36073, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-100--md {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* P */
  /* line 36077, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-105--md {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* P */
  /* line 36081, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-110--md {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }

  /* P */
  /* line 36085, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-115--md {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }

  /* P */
  /* line 36089, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-120--md {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }

  /* P */
  /* line 36093, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-125--md {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }

  /* P */
  /* line 36097, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-130--md {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }

  /* P */
  /* line 36101, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-135--md {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }

  /* P */
  /* line 36105, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-140--md {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* P */
  /* line 36109, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-145--md {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }

  /* P */
  /* line 36113, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-150--md {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }

  /* P */
  /* line 36117, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-155--md {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }

  /* P */
  /* line 36121, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-160--md {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }

  /* P */
  /* line 36125, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-165--md {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }

  /* P */
  /* line 36129, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-170--md {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }

  /* P */
  /* line 36133, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-175--md {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* P */
  /* line 36137, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-180--md {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }

  /* P */
  /* line 36141, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-185--md {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }

  /* P */
  /* line 36145, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-190--md {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }

  /* P */
  /* line 36149, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-195--md {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }

  /* P */
  /* line 36153, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-200--md {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }

  /* P */
  /* line 36157, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-205--md {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }

  /* P */
  /* line 36161, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-210--md {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* Padding Top */
  /* line 36165, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-0--md {
    padding-top: 0px !important;
  }

  /* line 36167, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-1--md {
    padding-top: 0.07143rem !important;
  }

  /* line 36169, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-2--md {
    padding-top: 0.14286rem !important;
  }

  /* line 36171, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-3--md {
    padding-top: 0.21429rem !important;
  }

  /* line 36173, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-4--md {
    padding-top: 0.28571rem !important;
  }

  /* line 36175, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-5--md {
    padding-top: 0.35714rem !important;
  }

  /* line 36177, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-6--md {
    padding-top: 0.42857rem !important;
  }

  /* line 36179, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-7--md {
    padding-top: 0.5rem !important;
  }

  /* line 36181, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-8--md {
    padding-top: 0.57143rem !important;
  }

  /* line 36183, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-9--md {
    padding-top: 0.64286rem !important;
  }

  /* line 36185, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-10--md {
    padding-top: 0.71429rem !important;
  }

  /* line 36187, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-11--md {
    padding-top: 0.78571rem !important;
  }

  /* line 36189, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-12--md {
    padding-top: 0.85714rem !important;
  }

  /* line 36191, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-13--md {
    padding-top: 0.92857rem !important;
  }

  /* line 36193, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-14--md {
    padding-top: 1rem !important;
  }

  /* line 36195, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-15--md {
    padding-top: 1.07143rem !important;
  }

  /* line 36197, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-16--md {
    padding-top: 1.14286rem !important;
  }

  /* line 36199, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-17--md {
    padding-top: 1.21429rem !important;
  }

  /* line 36201, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-18--md {
    padding-top: 1.28571rem !important;
  }

  /* line 36203, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-19--md {
    padding-top: 1.35714rem !important;
  }

  /* line 36205, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-10--md {
    padding-top: 0.71429rem !important;
  }

  /* line 36207, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-15--md {
    padding-top: 1.07143rem !important;
  }

  /* line 36209, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-20--md {
    padding-top: 1.42857rem !important;
  }

  /* line 36211, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-25--md {
    padding-top: 1.78571rem !important;
  }

  /* line 36213, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-30--md {
    padding-top: 2.14286rem !important;
  }

  /* line 36215, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-35--md {
    padding-top: 2.5rem !important;
  }

  /* line 36217, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-40--md {
    padding-top: 2.85714rem !important;
  }

  /* line 36219, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-45--md {
    padding-top: 3.21429rem !important;
  }

  /* line 36221, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-50--md {
    padding-top: 3.57143rem !important;
  }

  /* line 36223, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-55--md {
    padding-top: 3.92857rem !important;
  }

  /* line 36225, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-60--md {
    padding-top: 4.28571rem !important;
  }

  /* line 36227, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-65--md {
    padding-top: 4.64286rem !important;
  }

  /* line 36229, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-70--md {
    padding-top: 5rem !important;
  }

  /* line 36231, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-75--md {
    padding-top: 5.35714rem !important;
  }

  /* line 36233, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-80--md {
    padding-top: 5.71429rem !important;
  }

  /* line 36235, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-85--md {
    padding-top: 6.07143rem !important;
  }

  /* line 36237, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-90--md {
    padding-top: 6.42857rem !important;
  }

  /* line 36239, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-95--md {
    padding-top: 6.78571rem !important;
  }

  /* line 36241, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-100--md {
    padding-top: 7.14286rem !important;
  }

  /* line 36243, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-105--md {
    padding-top: 7.5rem !important;
  }

  /* line 36245, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-110--md {
    padding-top: 7.85714rem !important;
  }

  /* line 36247, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-115--md {
    padding-top: 8.21429rem !important;
  }

  /* line 36249, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-120--md {
    padding-top: 8.57143rem !important;
  }

  /* line 36251, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-125--md {
    padding-top: 8.92857rem !important;
  }

  /* line 36253, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-130--md {
    padding-top: 9.28571rem !important;
  }

  /* line 36255, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-135--md {
    padding-top: 9.64286rem !important;
  }

  /* line 36257, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-140--md {
    padding-top: 10rem !important;
  }

  /* line 36259, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-145--md {
    padding-top: 10.35714rem !important;
  }

  /* line 36261, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-150--md {
    padding-top: 10.71429rem !important;
  }

  /* Padding Right */
  /* line 36264, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-0--md {
    padding-right: 0px !important;
  }

  /* line 36266, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-1--md {
    padding-right: 0.07143rem !important;
  }

  /* line 36268, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-2--md {
    padding-right: 0.14286rem !important;
  }

  /* line 36270, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-3--md {
    padding-right: 0.21429rem !important;
  }

  /* line 36272, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-4--md {
    padding-right: 0.28571rem !important;
  }

  /* line 36274, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-5--md {
    padding-right: 0.35714rem !important;
  }

  /* line 36276, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-6--md {
    padding-right: 0.42857rem !important;
  }

  /* line 36278, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-7--md {
    padding-right: 0.5rem !important;
  }

  /* line 36280, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-8--md {
    padding-right: 0.57143rem !important;
  }

  /* line 36282, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-9--md {
    padding-right: 0.64286rem !important;
  }

  /* P */
  /* line 36285, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-10--md {
    padding-right: 0.71429rem !important;
  }

  /* P */
  /* line 36288, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-15--md {
    padding-right: 1.07143rem !important;
  }

  /* P */
  /* line 36291, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-20--md {
    padding-right: 1.42857rem !important;
  }

  /* P */
  /* line 36294, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-25--md {
    padding-right: 1.78571rem !important;
  }

  /* P */
  /* line 36297, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-30--md {
    padding-right: 2.14286rem !important;
  }

  /* P */
  /* line 36300, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-35--md {
    padding-right: 2.5rem !important;
  }

  /* P */
  /* line 36303, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-40--md {
    padding-right: 2.85714rem !important;
  }

  /* P */
  /* line 36306, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-45--md {
    padding-right: 3.21429rem !important;
  }

  /* P */
  /* line 36309, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-50--md {
    padding-right: 3.57143rem !important;
  }

  /* P */
  /* line 36312, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-55--md {
    padding-right: 3.92857rem !important;
  }

  /* P */
  /* line 36315, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-60--md {
    padding-right: 4.28571rem !important;
  }

  /* P */
  /* line 36318, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-65--md {
    padding-right: 4.64286rem !important;
  }

  /* P */
  /* line 36321, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-70--md {
    padding-right: 5rem !important;
  }

  /* P */
  /* line 36324, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-75--md {
    padding-right: 5.35714rem !important;
  }

  /* P */
  /* line 36327, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-80--md {
    padding-right: 5.71429rem !important;
  }

  /* P */
  /* line 36330, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-85--md {
    padding-right: 6.07143rem !important;
  }

  /* P */
  /* line 36333, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-90--md {
    padding-right: 6.42857rem !important;
  }

  /* P */
  /* line 36336, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-95--md {
    padding-right: 6.78571rem !important;
  }

  /* P */
  /* line 36339, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-100--md {
    padding-right: 7.14286rem !important;
  }

  /* P */
  /* line 36342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-105--md {
    padding-right: 7.5rem !important;
  }

  /* P */
  /* line 36345, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-110--md {
    padding-right: 7.85714rem !important;
  }

  /* P */
  /* line 36348, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-115--md {
    padding-right: 8.21429rem !important;
  }

  /* P */
  /* line 36351, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-120--md {
    padding-right: 8.57143rem !important;
  }

  /* P */
  /* line 36354, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-125--md {
    padding-right: 8.92857rem !important;
  }

  /* P */
  /* line 36357, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-130--md {
    padding-right: 9.28571rem !important;
  }

  /* P */
  /* line 36360, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-135--md {
    padding-right: 9.64286rem !important;
  }

  /* P */
  /* line 36363, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-140--md {
    padding-right: 10rem !important;
  }

  /* P */
  /* line 36366, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-145--md {
    padding-right: 10.35714rem !important;
  }

  /* P */
  /* line 36369, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-150--md {
    padding-right: 10.71429rem !important;
  }

  /* P */
  /* line 36372, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-155--md {
    padding-right: 11.07143rem !important;
  }

  /* P */
  /* line 36375, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-160--md {
    padding-right: 11.42857rem !important;
  }

  /* P */
  /* line 36378, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-165--md {
    padding-right: 11.78571rem !important;
  }

  /* P */
  /* line 36381, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-170--md {
    padding-right: 12.14286rem !important;
  }

  /* Padding Bottom */
  /* line 36384, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-0--md {
    padding-bottom: 0px !important;
  }

  /* line 36386, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-1--md {
    padding-bottom: 0.07143rem !important;
  }

  /* line 36388, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-2--md {
    padding-bottom: 0.14286rem !important;
  }

  /* line 36390, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-3--md {
    padding-bottom: 0.21429rem !important;
  }

  /* line 36392, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-4--md {
    padding-bottom: 0.28571rem !important;
  }

  /* line 36394, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-5--md {
    padding-bottom: 0.35714rem !important;
  }

  /* line 36396, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-6--md {
    padding-bottom: 0.42857rem !important;
  }

  /* line 36398, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-7--md {
    padding-bottom: 0.5rem !important;
  }

  /* line 36400, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-8--md {
    padding-bottom: 0.57143rem !important;
  }

  /* line 36402, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-9--md {
    padding-bottom: 0.64286rem !important;
  }

  /* line 36404, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-10--md {
    padding-bottom: 0.71429rem !important;
  }

  /* line 36406, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-15--md {
    padding-bottom: 1.07143rem !important;
  }

  /* line 36408, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-20--md {
    padding-bottom: 1.42857rem !important;
  }

  /* line 36410, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-25--md {
    padding-bottom: 1.78571rem !important;
  }

  /* line 36412, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-30--md {
    padding-bottom: 2.14286rem !important;
  }

  /* line 36414, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-35--md {
    padding-bottom: 2.5rem !important;
  }

  /* line 36416, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-40--md {
    padding-bottom: 2.85714rem !important;
  }

  /* line 36418, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-45--md {
    padding-bottom: 3.21429rem !important;
  }

  /* line 36420, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-50--md {
    padding-bottom: 3.57143rem !important;
  }

  /* line 36422, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-55--md {
    padding-bottom: 3.92857rem !important;
  }

  /* line 36424, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-60--md {
    padding-bottom: 4.28571rem !important;
  }

  /* line 36426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-65--md {
    padding-bottom: 4.64286rem !important;
  }

  /* line 36428, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-70--md {
    padding-bottom: 5rem !important;
  }

  /* line 36430, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-75--md {
    padding-bottom: 5.35714rem !important;
  }

  /* line 36432, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-80--md {
    padding-bottom: 5.71429rem !important;
  }

  /* line 36434, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-85--md {
    padding-bottom: 6.07143rem !important;
  }

  /* line 36436, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-90--md {
    padding-bottom: 6.42857rem !important;
  }

  /* line 36438, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-95--md {
    padding-bottom: 6.78571rem !important;
  }

  /* line 36440, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-100--md {
    padding-bottom: 7.14286rem !important;
  }

  /* line 36442, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-105--md {
    padding-bottom: 7.5rem !important;
  }

  /* line 36444, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-110--md {
    padding-bottom: 7.85714rem !important;
  }

  /* line 36446, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-115--md {
    padding-bottom: 8.21429rem !important;
  }

  /* line 36448, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-120--md {
    padding-bottom: 8.57143rem !important;
  }

  /* line 36450, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-125--md {
    padding-bottom: 8.92857rem !important;
  }

  /* line 36452, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-130--md {
    padding-bottom: 9.28571rem !important;
  }

  /* line 36454, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-135--md {
    padding-bottom: 9.64286rem !important;
  }

  /* line 36456, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-140--md {
    padding-bottom: 10rem !important;
  }

  /* line 36458, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-145--md {
    padding-bottom: 10.35714rem !important;
  }

  /* line 36460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-150--md {
    padding-bottom: 10.71429rem !important;
  }

  /* Padding Left */
  /* line 36463, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-0--md {
    padding-left: 0px !important;
  }

  /* line 36465, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-1--md {
    padding-left: 0.07143rem !important;
  }

  /* line 36467, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-2--md {
    padding-left: 0.14286rem !important;
  }

  /* line 36469, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-3--md {
    padding-left: 0.21429rem !important;
  }

  /* line 36471, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-4--md {
    padding-left: 0.28571rem !important;
  }

  /* line 36473, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-5--md {
    padding-left: 0.35714rem !important;
  }

  /* line 36475, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-6--md {
    padding-left: 0.42857rem !important;
  }

  /* line 36477, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-7--md {
    padding-left: 0.5rem !important;
  }

  /* line 36479, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-8--md {
    padding-left: 0.57143rem !important;
  }

  /* line 36481, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-9--md {
    padding-left: 0.64286rem !important;
  }

  /* P */
  /* line 36484, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-10--md {
    padding-left: 0.71429rem !important;
  }

  /* P */
  /* line 36487, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-15--md {
    padding-left: 1.07143rem !important;
  }

  /* P */
  /* line 36490, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-20--md {
    padding-left: 1.42857rem !important;
  }

  /* P */
  /* line 36493, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-25--md {
    padding-left: 1.78571rem !important;
  }

  /* P */
  /* line 36496, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-30--md {
    padding-left: 2.14286rem !important;
  }

  /* P */
  /* line 36499, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-35--md {
    padding-left: 2.5rem !important;
  }

  /* P */
  /* line 36502, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-40--md {
    padding-left: 2.85714rem !important;
  }

  /* P */
  /* line 36505, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-45--md {
    padding-left: 3.21429rem !important;
  }

  /* P */
  /* line 36508, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-50--md {
    padding-left: 3.57143rem !important;
  }

  /* P */
  /* line 36511, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-55--md {
    padding-left: 3.92857rem !important;
  }

  /* P */
  /* line 36514, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-60--md {
    padding-left: 4.28571rem !important;
  }

  /* P */
  /* line 36517, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-65--md {
    padding-left: 4.64286rem !important;
  }

  /* P */
  /* line 36520, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-70--md {
    padding-left: 5rem !important;
  }

  /* P */
  /* line 36523, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-75--md {
    padding-left: 5.35714rem !important;
  }

  /* P */
  /* line 36526, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-80--md {
    padding-left: 5.71429rem !important;
  }

  /* P */
  /* line 36529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-85--md {
    padding-left: 6.07143rem !important;
  }

  /* P */
  /* line 36532, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-90--md {
    padding-left: 6.42857rem !important;
  }

  /* P */
  /* line 36535, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-95--md {
    padding-left: 6.78571rem !important;
  }

  /* P */
  /* line 36538, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-100--md {
    padding-left: 7.14286rem !important;
  }

  /* P */
  /* line 36541, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-105--md {
    padding-left: 7.5rem !important;
  }

  /* P */
  /* line 36544, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-110--md {
    padding-left: 7.85714rem !important;
  }

  /* P */
  /* line 36547, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-115--md {
    padding-left: 8.21429rem !important;
  }

  /* P */
  /* line 36550, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-120--md {
    padding-left: 8.57143rem !important;
  }

  /* P */
  /* line 36553, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-125--md {
    padding-left: 8.92857rem !important;
  }

  /* P */
  /* line 36556, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-130--md {
    padding-left: 9.28571rem !important;
  }

  /* P */
  /* line 36559, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-135--md {
    padding-left: 9.64286rem !important;
  }

  /* P */
  /* line 36562, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-140--md {
    padding-left: 10rem !important;
  }

  /* P */
  /* line 36565, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-145--md {
    padding-left: 10.35714rem !important;
  }

  /* P */
  /* line 36568, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-150--md {
    padding-left: 10.71429rem !important;
  }

  /* P */
  /* line 36571, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-155--md {
    padding-left: 11.07143rem !important;
  }

  /* P */
  /* line 36574, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-160--md {
    padding-left: 11.42857rem !important;
  }

  /* P */
  /* line 36577, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-165--md {
    padding-left: 11.78571rem !important;
  }

  /* P */
  /* line 36580, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-170--md {
    padding-left: 12.14286rem !important;
  }
}
/* Padding Spaces (lg) P
------------------------------------*/
/* P */
@media (min-width: 992px) {
  /* line 36587, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-0--lg {
    padding: 0 !important;
  }

  /* line 36589, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-0--lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 36592, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 36595, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-0--lg {
    padding-top: 0 !important;
  }

  /* line 36597, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-0--lg {
    padding-right: 0 !important;
  }

  /* line 36599, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-0--lg {
    padding-bottom: 0 !important;
  }

  /* line 36601, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-0--lg {
    padding-left: 0 !important;
  }

  /* Padding Around */
  /* line 36604, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-2--lg {
    padding: 0.14286rem !important;
  }

  /* line 36606, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-3--lg {
    padding: 0.21429rem !important;
  }

  /* line 36608, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-5--lg {
    padding: 0.35714rem !important;
  }

  /* line 36610, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-7--lg {
    padding: 0.5rem !important;
  }

  /* line 36612, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-10--lg {
    padding: 0.71429rem !important;
  }

  /* line 36614, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-15--lg {
    padding: 1.07143rem !important;
  }

  /* line 36616, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-20--lg {
    padding: 1.42857rem !important;
  }

  /* line 36618, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-25--lg {
    padding: 1.78571rem !important;
  }

  /* line 36620, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-30--lg {
    padding: 2.14286rem !important;
  }

  /* line 36622, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-35--lg {
    padding: 2.5rem !important;
  }

  /* line 36624, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-40--lg {
    padding: 2.85714rem !important;
  }

  /* line 36626, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-45--lg {
    padding: 3.21429rem !important;
  }

  /* line 36628, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-50--lg {
    padding: 3.57143rem !important;
  }

  /* line 36630, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-55--lg {
    padding: 3.92857rem !important;
  }

  /* line 36632, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-60--lg {
    padding: 4.28571rem !important;
  }

  /* line 36634, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-65--lg {
    padding: 4.64286rem !important;
  }

  /* line 36636, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-70--lg {
    padding: 5rem !important;
  }

  /* line 36638, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-75--lg {
    padding: 5.35714rem !important;
  }

  /* line 36640, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-80--lg {
    padding: 5.71429rem !important;
  }

  /* line 36642, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-85--lg {
    padding: 6.07143rem !important;
  }

  /* line 36644, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-90--lg {
    padding: 6.42857rem !important;
  }

  /* line 36646, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-95--lg {
    padding: 6.78571rem !important;
  }

  /* line 36648, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-100--lg {
    padding: 7.14286rem !important;
  }

  /* line 36650, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-105--lg {
    padding: 7.5rem !important;
  }

  /* line 36652, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-110--lg {
    padding: 7.85714rem !important;
  }

  /* line 36654, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-115--lg {
    padding: 8.21429rem !important;
  }

  /* line 36656, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-120--lg {
    padding: 8.57143rem !important;
  }

  /* line 36658, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-125--lg {
    padding: 8.92857rem !important;
  }

  /* line 36660, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-130--lg {
    padding: 9.28571rem !important;
  }

  /* line 36662, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-135--lg {
    padding: 9.64286rem !important;
  }

  /* line 36664, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-140--lg {
    padding: 10rem !important;
  }

  /* line 36666, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-145--lg {
    padding: 10.35714rem !important;
  }

  /* line 36668, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-150--lg {
    padding: 10.71429rem !important;
  }

  /* Padding X */
  /* line 36671, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-1--lg {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }

  /* line 36674, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-2--lg {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }

  /* line 36677, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-3--lg {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }

  /* line 36680, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-4--lg {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }

  /* line 36683, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-5--lg {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }

  /* line 36686, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-6--lg {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }

  /* line 36689, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-7--lg {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* line 36692, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-8--lg {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }

  /* line 36695, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-9--lg {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }

  /* line 36698, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 36701, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-11--lg {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }

  /* line 36704, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-12--lg {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }

  /* line 36707, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-13--lg {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }

  /* line 36710, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-14--lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* line 36713, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 36716, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-16--lg {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }

  /* line 36719, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-17--lg {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
  }

  /* line 36722, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-18--lg {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }

  /* line 36725, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-19--lg {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important;
  }

  /* line 36728, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 36731, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 36734, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-20--lg {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }

  /* line 36737, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-25--lg {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }

  /* line 36740, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-30--lg {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }

  /* line 36743, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-35--lg {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  /* line 36746, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-40--lg {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }

  /* line 36749, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-45--lg {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }

  /* line 36752, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-50--lg {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }

  /* line 36755, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-55--lg {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }

  /* line 36758, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-60--lg {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }

  /* line 36761, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-65--lg {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }

  /* line 36764, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-70--lg {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  /* line 36767, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-75--lg {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }

  /* line 36770, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-80--lg {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }

  /* line 36773, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-85--lg {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }

  /* line 36776, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-90--lg {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }

  /* line 36779, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-95--lg {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }

  /* line 36782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-100--lg {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }

  /* line 36785, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-105--lg {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  /* line 36788, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-110--lg {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }

  /* line 36791, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-115--lg {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }

  /* line 36794, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-120--lg {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }

  /* line 36797, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-125--lg {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }

  /* line 36800, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-130--lg {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }

  /* line 36803, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-135--lg {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }

  /* line 36806, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-140--lg {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  /* line 36809, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-145--lg {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }

  /* line 36812, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-150--lg {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }

  /* Padding Y */
  /* line 36816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-1--lg {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }

  /* line 36819, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-2--lg {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }

  /* line 36822, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-3--lg {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }

  /* line 36825, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-4--lg {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }

  /* line 36828, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-5--lg {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 36831, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-6--lg {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }

  /* line 36834, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-7--lg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 36837, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-8--lg {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }

  /* line 36840, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-9--lg {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }

  /* line 36843, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* line 36846, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-11--lg {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }

  /* line 36849, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-12--lg {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }

  /* line 36852, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-13--lg {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }

  /* line 36855, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-14--lg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 36858, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* line 36861, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-16--lg {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }

  /* line 36864, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-17--lg {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }

  /* line 36867, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-18--lg {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }

  /* line 36870, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-19--lg {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }

  /* P */
  /* line 36874, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* P */
  /* line 36878, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* P */
  /* line 36882, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-20--lg {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }

  /* P */
  /* line 36886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-25--lg {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }

  /* P */
  /* line 36890, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-30--lg {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }

  /* P */
  /* line 36894, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-35--lg {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* P */
  /* line 36898, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-40--lg {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }

  /* P */
  /* line 36902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-45--lg {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }

  /* P */
  /* line 36906, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-50--lg {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  /* P */
  /* line 36910, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-55--lg {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }

  /* P */
  /* line 36914, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-60--lg {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }

  /* P */
  /* line 36918, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-65--lg {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }

  /* P */
  /* line 36922, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-70--lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* P */
  /* line 36926, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-75--lg {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }

  /* P */
  /* line 36930, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-80--lg {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }

  /* P */
  /* line 36934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-85--lg {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }

  /* P */
  /* line 36938, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-90--lg {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }

  /* P */
  /* line 36942, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-95--lg {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }

  /* P */
  /* line 36946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* P */
  /* line 36950, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-105--lg {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* P */
  /* line 36954, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-110--lg {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }

  /* P */
  /* line 36958, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-115--lg {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }

  /* P */
  /* line 36962, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-120--lg {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }

  /* P */
  /* line 36966, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-125--lg {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }

  /* P */
  /* line 36970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-130--lg {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }

  /* P */
  /* line 36974, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-135--lg {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }

  /* P */
  /* line 36978, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-140--lg {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* P */
  /* line 36982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-145--lg {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }

  /* P */
  /* line 36986, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-150--lg {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }

  /* P */
  /* line 36990, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-155--lg {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }

  /* P */
  /* line 36994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-160--lg {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }

  /* P */
  /* line 36998, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-165--lg {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }

  /* P */
  /* line 37002, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-170--lg {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }

  /* P */
  /* line 37006, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-175--lg {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* P */
  /* line 37010, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-180--lg {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }

  /* P */
  /* line 37014, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-185--lg {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }

  /* P */
  /* line 37018, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-190--lg {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }

  /* P */
  /* line 37022, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-195--lg {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }

  /* P */
  /* line 37026, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-200--lg {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }

  /* P */
  /* line 37030, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-205--lg {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }

  /* P */
  /* line 37034, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-210--lg {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* Padding Top */
  /* line 37038, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-0--lg {
    padding-top: 0px !important;
  }

  /* line 37040, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-1--lg {
    padding-top: 0.07143rem !important;
  }

  /* line 37042, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-2--lg {
    padding-top: 0.14286rem !important;
  }

  /* line 37044, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-3--lg {
    padding-top: 0.21429rem !important;
  }

  /* line 37046, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-4--lg {
    padding-top: 0.28571rem !important;
  }

  /* line 37048, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-5--lg {
    padding-top: 0.35714rem !important;
  }

  /* line 37050, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-6--lg {
    padding-top: 0.42857rem !important;
  }

  /* line 37052, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-7--lg {
    padding-top: 0.5rem !important;
  }

  /* line 37054, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-8--lg {
    padding-top: 0.57143rem !important;
  }

  /* line 37056, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-9--lg {
    padding-top: 0.64286rem !important;
  }

  /* line 37058, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-10--lg {
    padding-top: 0.71429rem !important;
  }

  /* line 37060, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-11--lg {
    padding-top: 0.78571rem !important;
  }

  /* line 37062, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-12--lg {
    padding-top: 0.85714rem !important;
  }

  /* line 37064, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-13--lg {
    padding-top: 0.92857rem !important;
  }

  /* line 37066, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-14--lg {
    padding-top: 1rem !important;
  }

  /* line 37068, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-15--lg {
    padding-top: 1.07143rem !important;
  }

  /* line 37070, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-16--lg {
    padding-top: 1.14286rem !important;
  }

  /* line 37072, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-17--lg {
    padding-top: 1.21429rem !important;
  }

  /* line 37074, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-18--lg {
    padding-top: 1.28571rem !important;
  }

  /* line 37076, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-19--lg {
    padding-top: 1.35714rem !important;
  }

  /* line 37078, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-10--lg {
    padding-top: 0.71429rem !important;
  }

  /* line 37080, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-15--lg {
    padding-top: 1.07143rem !important;
  }

  /* line 37082, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-20--lg {
    padding-top: 1.42857rem !important;
  }

  /* line 37084, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-25--lg {
    padding-top: 1.78571rem !important;
  }

  /* line 37086, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-30--lg {
    padding-top: 2.14286rem !important;
  }

  /* line 37088, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-35--lg {
    padding-top: 2.5rem !important;
  }

  /* line 37090, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-40--lg {
    padding-top: 2.85714rem !important;
  }

  /* line 37092, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-45--lg {
    padding-top: 3.21429rem !important;
  }

  /* line 37094, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-50--lg {
    padding-top: 3.57143rem !important;
  }

  /* line 37096, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-55--lg {
    padding-top: 3.92857rem !important;
  }

  /* line 37098, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-60--lg {
    padding-top: 4.28571rem !important;
  }

  /* line 37100, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-65--lg {
    padding-top: 4.64286rem !important;
  }

  /* line 37102, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-70--lg {
    padding-top: 5rem !important;
  }

  /* line 37104, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-75--lg {
    padding-top: 5.35714rem !important;
  }

  /* line 37106, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-80--lg {
    padding-top: 5.71429rem !important;
  }

  /* line 37108, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-85--lg {
    padding-top: 6.07143rem !important;
  }

  /* line 37110, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-90--lg {
    padding-top: 6.42857rem !important;
  }

  /* line 37112, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-95--lg {
    padding-top: 6.78571rem !important;
  }

  /* line 37114, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-100--lg {
    padding-top: 7.14286rem !important;
  }

  /* line 37116, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-105--lg {
    padding-top: 7.5rem !important;
  }

  /* line 37118, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-110--lg {
    padding-top: 7.85714rem !important;
  }

  /* line 37120, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-115--lg {
    padding-top: 8.21429rem !important;
  }

  /* line 37122, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-120--lg {
    padding-top: 8.57143rem !important;
  }

  /* line 37124, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-125--lg {
    padding-top: 8.92857rem !important;
  }

  /* line 37126, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-130--lg {
    padding-top: 9.28571rem !important;
  }

  /* line 37128, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-135--lg {
    padding-top: 9.64286rem !important;
  }

  /* line 37130, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-140--lg {
    padding-top: 10rem !important;
  }

  /* line 37132, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-145--lg {
    padding-top: 10.35714rem !important;
  }

  /* line 37134, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-150--lg {
    padding-top: 10.71429rem !important;
  }

  /* Padding Right */
  /* line 37137, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-0--lg {
    padding-right: 0px !important;
  }

  /* line 37139, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-1--lg {
    padding-right: 0.07143rem !important;
  }

  /* line 37141, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-2--lg {
    padding-right: 0.14286rem !important;
  }

  /* line 37143, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-3--lg {
    padding-right: 0.21429rem !important;
  }

  /* line 37145, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-4--lg {
    padding-right: 0.28571rem !important;
  }

  /* line 37147, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-5--lg {
    padding-right: 0.35714rem !important;
  }

  /* line 37149, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-6--lg {
    padding-right: 0.42857rem !important;
  }

  /* line 37151, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-7--lg {
    padding-right: 0.5rem !important;
  }

  /* line 37153, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-8--lg {
    padding-right: 0.57143rem !important;
  }

  /* line 37155, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-9--lg {
    padding-right: 0.64286rem !important;
  }

  /* P */
  /* line 37158, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-10--lg {
    padding-right: 0.71429rem !important;
  }

  /* P */
  /* line 37161, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-15--lg {
    padding-right: 1.07143rem !important;
  }

  /* P */
  /* line 37164, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-20--lg {
    padding-right: 1.42857rem !important;
  }

  /* P */
  /* line 37167, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-25--lg {
    padding-right: 1.78571rem !important;
  }

  /* P */
  /* line 37170, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-30--lg {
    padding-right: 2.14286rem !important;
  }

  /* P */
  /* line 37173, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-35--lg {
    padding-right: 2.5rem !important;
  }

  /* P */
  /* line 37176, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-40--lg {
    padding-right: 2.85714rem !important;
  }

  /* P */
  /* line 37179, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-45--lg {
    padding-right: 3.21429rem !important;
  }

  /* P */
  /* line 37182, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-50--lg {
    padding-right: 3.57143rem !important;
  }

  /* P */
  /* line 37185, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-55--lg {
    padding-right: 3.92857rem !important;
  }

  /* P */
  /* line 37188, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-60--lg {
    padding-right: 4.28571rem !important;
  }

  /* P */
  /* line 37191, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-65--lg {
    padding-right: 4.64286rem !important;
  }

  /* P */
  /* line 37194, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-70--lg {
    padding-right: 5rem !important;
  }

  /* P */
  /* line 37197, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-75--lg {
    padding-right: 5.35714rem !important;
  }

  /* P */
  /* line 37200, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-80--lg {
    padding-right: 5.71429rem !important;
  }

  /* P */
  /* line 37203, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-85--lg {
    padding-right: 6.07143rem !important;
  }

  /* P */
  /* line 37206, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-90--lg {
    padding-right: 6.42857rem !important;
  }

  /* P */
  /* line 37209, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-95--lg {
    padding-right: 6.78571rem !important;
  }

  /* P */
  /* line 37212, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-100--lg {
    padding-right: 7.14286rem !important;
  }

  /* P */
  /* line 37215, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-105--lg {
    padding-right: 7.5rem !important;
  }

  /* P */
  /* line 37218, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-110--lg {
    padding-right: 7.85714rem !important;
  }

  /* P */
  /* line 37221, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-115--lg {
    padding-right: 8.21429rem !important;
  }

  /* P */
  /* line 37224, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-120--lg {
    padding-right: 8.57143rem !important;
  }

  /* P */
  /* line 37227, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-125--lg {
    padding-right: 8.92857rem !important;
  }

  /* P */
  /* line 37230, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-130--lg {
    padding-right: 9.28571rem !important;
  }

  /* P */
  /* line 37233, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-135--lg {
    padding-right: 9.64286rem !important;
  }

  /* P */
  /* line 37236, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-140--lg {
    padding-right: 10rem !important;
  }

  /* P */
  /* line 37239, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-145--lg {
    padding-right: 10.35714rem !important;
  }

  /* P */
  /* line 37242, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-150--lg {
    padding-right: 10.71429rem !important;
  }

  /* P */
  /* line 37245, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-155--lg {
    padding-right: 11.07143rem !important;
  }

  /* P */
  /* line 37248, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-160--lg {
    padding-right: 11.42857rem !important;
  }

  /* P */
  /* line 37251, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-165--lg {
    padding-right: 11.78571rem !important;
  }

  /* P */
  /* line 37254, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-170--lg {
    padding-right: 12.14286rem !important;
  }

  /* Padding Bottom */
  /* line 37257, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-0--lg {
    padding-bottom: 0px !important;
  }

  /* line 37259, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-1--lg {
    padding-bottom: 0.07143rem !important;
  }

  /* line 37261, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-2--lg {
    padding-bottom: 0.14286rem !important;
  }

  /* line 37263, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-3--lg {
    padding-bottom: 0.21429rem !important;
  }

  /* line 37265, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-4--lg {
    padding-bottom: 0.28571rem !important;
  }

  /* line 37267, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-5--lg {
    padding-bottom: 0.35714rem !important;
  }

  /* line 37269, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-6--lg {
    padding-bottom: 0.42857rem !important;
  }

  /* line 37271, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-7--lg {
    padding-bottom: 0.5rem !important;
  }

  /* line 37273, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-8--lg {
    padding-bottom: 0.57143rem !important;
  }

  /* line 37275, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-9--lg {
    padding-bottom: 0.64286rem !important;
  }

  /* line 37277, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-10--lg {
    padding-bottom: 0.71429rem !important;
  }

  /* line 37279, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-15--lg {
    padding-bottom: 1.07143rem !important;
  }

  /* line 37281, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-20--lg {
    padding-bottom: 1.42857rem !important;
  }

  /* line 37283, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-25--lg {
    padding-bottom: 1.78571rem !important;
  }

  /* line 37285, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-30--lg {
    padding-bottom: 2.14286rem !important;
  }

  /* line 37287, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-35--lg {
    padding-bottom: 2.5rem !important;
  }

  /* line 37289, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-40--lg {
    padding-bottom: 2.85714rem !important;
  }

  /* line 37291, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-45--lg {
    padding-bottom: 3.21429rem !important;
  }

  /* line 37293, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-50--lg {
    padding-bottom: 3.57143rem !important;
  }

  /* line 37295, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-55--lg {
    padding-bottom: 3.92857rem !important;
  }

  /* line 37297, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-60--lg {
    padding-bottom: 4.28571rem !important;
  }

  /* line 37299, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-65--lg {
    padding-bottom: 4.64286rem !important;
  }

  /* line 37301, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-70--lg {
    padding-bottom: 5rem !important;
  }

  /* line 37303, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-75--lg {
    padding-bottom: 5.35714rem !important;
  }

  /* line 37305, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-80--lg {
    padding-bottom: 5.71429rem !important;
  }

  /* line 37307, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-85--lg {
    padding-bottom: 6.07143rem !important;
  }

  /* line 37309, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-90--lg {
    padding-bottom: 6.42857rem !important;
  }

  /* line 37311, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-95--lg {
    padding-bottom: 6.78571rem !important;
  }

  /* line 37313, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-100--lg {
    padding-bottom: 7.14286rem !important;
  }

  /* line 37315, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-105--lg {
    padding-bottom: 7.5rem !important;
  }

  /* line 37317, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-110--lg {
    padding-bottom: 7.85714rem !important;
  }

  /* line 37319, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-115--lg {
    padding-bottom: 8.21429rem !important;
  }

  /* line 37321, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-120--lg {
    padding-bottom: 8.57143rem !important;
  }

  /* line 37323, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-125--lg {
    padding-bottom: 8.92857rem !important;
  }

  /* line 37325, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-130--lg {
    padding-bottom: 9.28571rem !important;
  }

  /* line 37327, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-135--lg {
    padding-bottom: 9.64286rem !important;
  }

  /* line 37329, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-140--lg {
    padding-bottom: 10rem !important;
  }

  /* line 37331, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-145--lg {
    padding-bottom: 10.35714rem !important;
  }

  /* line 37333, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-150--lg {
    padding-bottom: 10.71429rem !important;
  }

  /* Padding Left */
  /* line 37336, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-0--lg {
    padding-left: 0px !important;
  }

  /* line 37338, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-1--lg {
    padding-left: 0.07143rem !important;
  }

  /* line 37340, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-2--lg {
    padding-left: 0.14286rem !important;
  }

  /* line 37342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-3--lg {
    padding-left: 0.21429rem !important;
  }

  /* line 37344, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-4--lg {
    padding-left: 0.28571rem !important;
  }

  /* line 37346, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-5--lg {
    padding-left: 0.35714rem !important;
  }

  /* line 37348, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-6--lg {
    padding-left: 0.42857rem !important;
  }

  /* line 37350, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-7--lg {
    padding-left: 0.5rem !important;
  }

  /* line 37352, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-8--lg {
    padding-left: 0.57143rem !important;
  }

  /* line 37354, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-9--lg {
    padding-left: 0.64286rem !important;
  }

  /* P */
  /* line 37357, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-10--lg {
    padding-left: 0.71429rem !important;
  }

  /* P */
  /* line 37360, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-15--lg {
    padding-left: 1.07143rem !important;
  }

  /* P */
  /* line 37363, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-20--lg {
    padding-left: 1.42857rem !important;
  }

  /* P */
  /* line 37366, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-25--lg {
    padding-left: 1.78571rem !important;
  }

  /* P */
  /* line 37369, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-30--lg {
    padding-left: 2.14286rem !important;
  }

  /* P */
  /* line 37372, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-35--lg {
    padding-left: 2.5rem !important;
  }

  /* P */
  /* line 37375, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-40--lg {
    padding-left: 2.85714rem !important;
  }

  /* P */
  /* line 37378, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-45--lg {
    padding-left: 3.21429rem !important;
  }

  /* P */
  /* line 37381, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-50--lg {
    padding-left: 3.57143rem !important;
  }

  /* P */
  /* line 37384, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-55--lg {
    padding-left: 3.92857rem !important;
  }

  /* P */
  /* line 37387, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-60--lg {
    padding-left: 4.28571rem !important;
  }

  /* P */
  /* line 37390, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-65--lg {
    padding-left: 4.64286rem !important;
  }

  /* P */
  /* line 37393, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-70--lg {
    padding-left: 5rem !important;
  }

  /* P */
  /* line 37396, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-75--lg {
    padding-left: 5.35714rem !important;
  }

  /* P */
  /* line 37399, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-80--lg {
    padding-left: 5.71429rem !important;
  }

  /* P */
  /* line 37402, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-85--lg {
    padding-left: 6.07143rem !important;
  }

  /* P */
  /* line 37405, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-90--lg {
    padding-left: 6.42857rem !important;
  }

  /* P */
  /* line 37408, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-95--lg {
    padding-left: 6.78571rem !important;
  }

  /* P */
  /* line 37411, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-100--lg {
    padding-left: 7.14286rem !important;
  }

  /* P */
  /* line 37414, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-105--lg {
    padding-left: 7.5rem !important;
  }

  /* P */
  /* line 37417, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-110--lg {
    padding-left: 7.85714rem !important;
  }

  /* P */
  /* line 37420, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-115--lg {
    padding-left: 8.21429rem !important;
  }

  /* P */
  /* line 37423, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-120--lg {
    padding-left: 8.57143rem !important;
  }

  /* P */
  /* line 37426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-125--lg {
    padding-left: 8.92857rem !important;
  }

  /* P */
  /* line 37429, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-130--lg {
    padding-left: 9.28571rem !important;
  }

  /* P */
  /* line 37432, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-135--lg {
    padding-left: 9.64286rem !important;
  }

  /* P */
  /* line 37435, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-140--lg {
    padding-left: 10rem !important;
  }

  /* P */
  /* line 37438, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-145--lg {
    padding-left: 10.35714rem !important;
  }

  /* P */
  /* line 37441, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-150--lg {
    padding-left: 10.71429rem !important;
  }

  /* P */
  /* line 37444, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-155--lg {
    padding-left: 11.07143rem !important;
  }

  /* P */
  /* line 37447, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-160--lg {
    padding-left: 11.42857rem !important;
  }

  /* P */
  /* line 37450, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-165--lg {
    padding-left: 11.78571rem !important;
  }

  /* P */
  /* line 37453, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-170--lg {
    padding-left: 12.14286rem !important;
  }
}
/* Padding Spaces (xl) P
------------------------------------*/
@media (min-width: 1200px) {
  /* line 37459, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-0--xl {
    padding: 0 !important;
  }

  /* line 37461, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-0--xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 37464, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 37467, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-0--xl {
    padding-top: 0 !important;
  }

  /* line 37469, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-0--xl {
    padding-right: 0 !important;
  }

  /* line 37471, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-0--xl {
    padding-bottom: 0 !important;
  }

  /* line 37473, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-0--xl {
    padding-left: 0 !important;
  }

  /* Padding Around */
  /* line 37476, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-2--xl {
    padding: 0.14286rem !important;
  }

  /* line 37478, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-3--xl {
    padding: 0.21429rem !important;
  }

  /* line 37480, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-5--xl {
    padding: 0.35714rem !important;
  }

  /* line 37482, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-7--xl {
    padding: 0.5rem !important;
  }

  /* line 37484, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-10--xl {
    padding: 0.71429rem !important;
  }

  /* line 37486, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-15--xl {
    padding: 1.07143rem !important;
  }

  /* line 37488, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-20--xl {
    padding: 1.42857rem !important;
  }

  /* line 37490, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-25--xl {
    padding: 1.78571rem !important;
  }

  /* line 37492, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-30--xl {
    padding: 2.14286rem !important;
  }

  /* line 37494, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-35--xl {
    padding: 2.5rem !important;
  }

  /* line 37496, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-40--xl {
    padding: 2.85714rem !important;
  }

  /* line 37498, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-45--xl {
    padding: 3.21429rem !important;
  }

  /* line 37500, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-50--xl {
    padding: 3.57143rem !important;
  }

  /* line 37502, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-55--xl {
    padding: 3.92857rem !important;
  }

  /* line 37504, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-60--xl {
    padding: 4.28571rem !important;
  }

  /* line 37506, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-65--xl {
    padding: 4.64286rem !important;
  }

  /* line 37508, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-70--xl {
    padding: 5rem !important;
  }

  /* line 37510, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-75--xl {
    padding: 5.35714rem !important;
  }

  /* line 37512, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-80--xl {
    padding: 5.71429rem !important;
  }

  /* line 37514, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-85--xl {
    padding: 6.07143rem !important;
  }

  /* line 37516, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-90--xl {
    padding: 6.42857rem !important;
  }

  /* line 37518, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-95--xl {
    padding: 6.78571rem !important;
  }

  /* line 37520, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-100--xl {
    padding: 7.14286rem !important;
  }

  /* line 37522, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-105--xl {
    padding: 7.5rem !important;
  }

  /* line 37524, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-110--xl {
    padding: 7.85714rem !important;
  }

  /* line 37526, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-115--xl {
    padding: 8.21429rem !important;
  }

  /* line 37528, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-120--xl {
    padding: 8.57143rem !important;
  }

  /* line 37530, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-125--xl {
    padding: 8.92857rem !important;
  }

  /* line 37532, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-130--xl {
    padding: 9.28571rem !important;
  }

  /* line 37534, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-135--xl {
    padding: 9.64286rem !important;
  }

  /* line 37536, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-140--xl {
    padding: 10rem !important;
  }

  /* line 37538, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-145--xl {
    padding: 10.35714rem !important;
  }

  /* line 37540, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-150--xl {
    padding: 10.71429rem !important;
  }

  /* Padding X */
  /* line 37543, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-1--xl {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }

  /* line 37546, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-2--xl {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }

  /* line 37549, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-3--xl {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }

  /* line 37552, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-4--xl {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }

  /* line 37555, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-5--xl {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }

  /* line 37558, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-6--xl {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }

  /* line 37561, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-7--xl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* line 37564, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-8--xl {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }

  /* line 37567, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-9--xl {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }

  /* line 37570, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 37573, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-11--xl {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }

  /* line 37576, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-12--xl {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }

  /* line 37579, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-13--xl {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }

  /* line 37582, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-14--xl {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* line 37585, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 37588, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-16--xl {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }

  /* line 37591, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-17--xl {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
  }

  /* line 37594, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-18--xl {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }

  /* line 37597, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-19--xl {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important;
  }

  /* line 37600, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 37603, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 37606, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-20--xl {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }

  /* line 37609, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-25--xl {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }

  /* line 37612, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-30--xl {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }

  /* line 37615, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-35--xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  /* line 37618, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-40--xl {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }

  /* line 37621, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-45--xl {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }

  /* line 37624, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-50--xl {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }

  /* line 37627, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-55--xl {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }

  /* line 37630, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-60--xl {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }

  /* line 37633, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-65--xl {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }

  /* line 37636, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-70--xl {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  /* line 37639, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-75--xl {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }

  /* line 37642, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-80--xl {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }

  /* line 37645, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-85--xl {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }

  /* line 37648, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-90--xl {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }

  /* line 37651, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-95--xl {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }

  /* line 37654, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-100--xl {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }

  /* line 37657, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-105--xl {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  /* line 37660, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-110--xl {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }

  /* line 37663, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-115--xl {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }

  /* line 37666, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-120--xl {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }

  /* line 37669, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-125--xl {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }

  /* line 37672, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-130--xl {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }

  /* line 37675, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-135--xl {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }

  /* line 37678, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-140--xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  /* line 37681, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-145--xl {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }

  /* line 37684, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-150--xl {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }

  /* Padding Y */
  /* line 37688, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-1--xl {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }

  /* line 37691, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-2--xl {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }

  /* line 37694, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-3--xl {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }

  /* line 37697, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-4--xl {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }

  /* line 37700, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-5--xl {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 37703, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-6--xl {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }

  /* line 37706, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-7--xl {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 37709, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-8--xl {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }

  /* line 37712, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-9--xl {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }

  /* line 37715, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* line 37718, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-11--xl {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }

  /* line 37721, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-12--xl {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }

  /* line 37724, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-13--xl {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }

  /* line 37727, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-14--xl {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 37730, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* line 37733, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-16--xl {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }

  /* line 37736, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-17--xl {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }

  /* line 37739, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-18--xl {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }

  /* line 37742, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-19--xl {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }

  /* P */
  /* line 37746, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* P */
  /* line 37750, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* P */
  /* line 37754, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-20--xl {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }

  /* P */
  /* line 37758, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-25--xl {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }

  /* P */
  /* line 37762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-30--xl {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }

  /* P */
  /* line 37766, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-35--xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* P */
  /* line 37770, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-40--xl {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }

  /* P */
  /* line 37774, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-45--xl {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }

  /* P */
  /* line 37778, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-50--xl {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  /* P */
  /* line 37782, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-55--xl {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }

  /* P */
  /* line 37786, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-60--xl {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }

  /* P */
  /* line 37790, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-65--xl {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }

  /* P */
  /* line 37794, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-70--xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* P */
  /* line 37798, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-75--xl {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }

  /* P */
  /* line 37802, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-80--xl {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }

  /* P */
  /* line 37806, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-85--xl {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }

  /* P */
  /* line 37810, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-90--xl {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }

  /* P */
  /* line 37814, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-95--xl {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }

  /* P */
  /* line 37818, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-100--xl {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* P */
  /* line 37822, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-105--xl {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* P */
  /* line 37826, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-110--xl {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }

  /* P */
  /* line 37830, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-115--xl {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }

  /* P */
  /* line 37834, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-120--xl {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }

  /* P */
  /* line 37838, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-125--xl {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }

  /* P */
  /* line 37842, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-130--xl {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }

  /* P */
  /* line 37846, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-135--xl {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }

  /* P */
  /* line 37850, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-140--xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* P */
  /* line 37854, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-145--xl {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }

  /* P */
  /* line 37858, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-150--xl {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }

  /* P */
  /* line 37862, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-155--xl {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }

  /* P */
  /* line 37866, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-160--xl {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }

  /* P */
  /* line 37870, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-165--xl {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }

  /* P */
  /* line 37874, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-170--xl {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }

  /* P */
  /* line 37878, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-175--xl {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* P */
  /* line 37882, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-180--xl {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }

  /* P */
  /* line 37886, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-185--xl {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }

  /* P */
  /* line 37890, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-190--xl {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }

  /* P */
  /* line 37894, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-195--xl {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }

  /* P */
  /* line 37898, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-200--xl {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }

  /* P */
  /* line 37902, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-205--xl {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }

  /* P */
  /* line 37906, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-210--xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* Padding Top */
  /* line 37910, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-0--xl {
    padding-top: 0px !important;
  }

  /* line 37912, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-1--xl {
    padding-top: 0.07143rem !important;
  }

  /* line 37914, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-2--xl {
    padding-top: 0.14286rem !important;
  }

  /* line 37916, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-3--xl {
    padding-top: 0.21429rem !important;
  }

  /* line 37918, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-4--xl {
    padding-top: 0.28571rem !important;
  }

  /* line 37920, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-5--xl {
    padding-top: 0.35714rem !important;
  }

  /* line 37922, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-6--xl {
    padding-top: 0.42857rem !important;
  }

  /* line 37924, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-7--xl {
    padding-top: 0.5rem !important;
  }

  /* line 37926, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-8--xl {
    padding-top: 0.57143rem !important;
  }

  /* line 37928, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-9--xl {
    padding-top: 0.64286rem !important;
  }

  /* line 37930, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-10--xl {
    padding-top: 0.71429rem !important;
  }

  /* line 37932, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-11--xl {
    padding-top: 0.78571rem !important;
  }

  /* line 37934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-12--xl {
    padding-top: 0.85714rem !important;
  }

  /* line 37936, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-13--xl {
    padding-top: 0.92857rem !important;
  }

  /* line 37938, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-14--xl {
    padding-top: 1rem !important;
  }

  /* line 37940, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-15--xl {
    padding-top: 1.07143rem !important;
  }

  /* line 37942, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-16--xl {
    padding-top: 1.14286rem !important;
  }

  /* line 37944, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-17--xl {
    padding-top: 1.21429rem !important;
  }

  /* line 37946, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-18--xl {
    padding-top: 1.28571rem !important;
  }

  /* line 37948, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-19--xl {
    padding-top: 1.35714rem !important;
  }

  /* line 37950, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-10--xl {
    padding-top: 0.71429rem !important;
  }

  /* line 37952, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-15--xl {
    padding-top: 1.07143rem !important;
  }

  /* line 37954, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-20--xl {
    padding-top: 1.42857rem !important;
  }

  /* line 37956, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-25--xl {
    padding-top: 1.78571rem !important;
  }

  /* line 37958, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-30--xl {
    padding-top: 2.14286rem !important;
  }

  /* line 37960, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-35--xl {
    padding-top: 2.5rem !important;
  }

  /* line 37962, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-40--xl {
    padding-top: 2.85714rem !important;
  }

  /* line 37964, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-45--xl {
    padding-top: 3.21429rem !important;
  }

  /* line 37966, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-50--xl {
    padding-top: 3.57143rem !important;
  }

  /* line 37968, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-55--xl {
    padding-top: 3.92857rem !important;
  }

  /* line 37970, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-60--xl {
    padding-top: 4.28571rem !important;
  }

  /* line 37972, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-65--xl {
    padding-top: 4.64286rem !important;
  }

  /* line 37974, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-70--xl {
    padding-top: 5rem !important;
  }

  /* line 37976, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-75--xl {
    padding-top: 5.35714rem !important;
  }

  /* line 37978, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-80--xl {
    padding-top: 5.71429rem !important;
  }

  /* line 37980, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-85--xl {
    padding-top: 6.07143rem !important;
  }

  /* line 37982, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-90--xl {
    padding-top: 6.42857rem !important;
  }

  /* line 37984, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-95--xl {
    padding-top: 6.78571rem !important;
  }

  /* line 37986, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-100--xl {
    padding-top: 7.14286rem !important;
  }

  /* line 37988, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-105--xl {
    padding-top: 7.5rem !important;
  }

  /* line 37990, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-110--xl {
    padding-top: 7.85714rem !important;
  }

  /* line 37992, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-115--xl {
    padding-top: 8.21429rem !important;
  }

  /* line 37994, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-120--xl {
    padding-top: 8.57143rem !important;
  }

  /* line 37996, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-125--xl {
    padding-top: 8.92857rem !important;
  }

  /* line 37998, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-130--xl {
    padding-top: 9.28571rem !important;
  }

  /* line 38000, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-135--xl {
    padding-top: 9.64286rem !important;
  }

  /* line 38002, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-140--xl {
    padding-top: 10rem !important;
  }

  /* line 38004, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-145--xl {
    padding-top: 10.35714rem !important;
  }

  /* line 38006, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-150--xl {
    padding-top: 10.71429rem !important;
  }

  /* Padding Right */
  /* line 38009, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-0--xl {
    padding-right: 0px !important;
  }

  /* line 38011, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-1--xl {
    padding-right: 0.07143rem !important;
  }

  /* line 38013, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-2--xl {
    padding-right: 0.14286rem !important;
  }

  /* line 38015, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-3--xl {
    padding-right: 0.21429rem !important;
  }

  /* line 38017, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-4--xl {
    padding-right: 0.28571rem !important;
  }

  /* line 38019, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-5--xl {
    padding-right: 0.35714rem !important;
  }

  /* line 38021, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-6--xl {
    padding-right: 0.42857rem !important;
  }

  /* line 38023, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-7--xl {
    padding-right: 0.5rem !important;
  }

  /* line 38025, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-8--xl {
    padding-right: 0.57143rem !important;
  }

  /* line 38027, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-9--xl {
    padding-right: 0.64286rem !important;
  }

  /* P */
  /* line 38030, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-10--xl {
    padding-right: 0.71429rem !important;
  }

  /* P */
  /* line 38033, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-15--xl {
    padding-right: 1.07143rem !important;
  }

  /* P */
  /* line 38036, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-20--xl {
    padding-right: 1.42857rem !important;
  }

  /* P */
  /* line 38039, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-25--xl {
    padding-right: 1.78571rem !important;
  }

  /* P */
  /* line 38042, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-30--xl {
    padding-right: 2.14286rem !important;
  }

  /* P */
  /* line 38045, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-35--xl {
    padding-right: 2.5rem !important;
  }

  /* P */
  /* line 38048, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-40--xl {
    padding-right: 2.85714rem !important;
  }

  /* P */
  /* line 38051, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-45--xl {
    padding-right: 3.21429rem !important;
  }

  /* P */
  /* line 38054, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-50--xl {
    padding-right: 3.57143rem !important;
  }

  /* P */
  /* line 38057, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-55--xl {
    padding-right: 3.92857rem !important;
  }

  /* P */
  /* line 38060, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-60--xl {
    padding-right: 4.28571rem !important;
  }

  /* P */
  /* line 38063, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-65--xl {
    padding-right: 4.64286rem !important;
  }

  /* P */
  /* line 38066, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-70--xl {
    padding-right: 5rem !important;
  }

  /* P */
  /* line 38069, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-75--xl {
    padding-right: 5.35714rem !important;
  }

  /* P */
  /* line 38072, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-80--xl {
    padding-right: 5.71429rem !important;
  }

  /* P */
  /* line 38075, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-85--xl {
    padding-right: 6.07143rem !important;
  }

  /* P */
  /* line 38078, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-90--xl {
    padding-right: 6.42857rem !important;
  }

  /* P */
  /* line 38081, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-95--xl {
    padding-right: 6.78571rem !important;
  }

  /* P */
  /* line 38084, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-100--xl {
    padding-right: 7.14286rem !important;
  }

  /* P */
  /* line 38087, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-105--xl {
    padding-right: 7.5rem !important;
  }

  /* P */
  /* line 38090, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-110--xl {
    padding-right: 7.85714rem !important;
  }

  /* P */
  /* line 38093, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-115--xl {
    padding-right: 8.21429rem !important;
  }

  /* P */
  /* line 38096, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-120--xl {
    padding-right: 8.57143rem !important;
  }

  /* P */
  /* line 38099, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-125--xl {
    padding-right: 8.92857rem !important;
  }

  /* P */
  /* line 38102, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-130--xl {
    padding-right: 9.28571rem !important;
  }

  /* P */
  /* line 38105, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-135--xl {
    padding-right: 9.64286rem !important;
  }

  /* P */
  /* line 38108, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-140--xl {
    padding-right: 10rem !important;
  }

  /* P */
  /* line 38111, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-145--xl {
    padding-right: 10.35714rem !important;
  }

  /* P */
  /* line 38114, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-150--xl {
    padding-right: 10.71429rem !important;
  }

  /* P */
  /* line 38117, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-155--xl {
    padding-right: 11.07143rem !important;
  }

  /* P */
  /* line 38120, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-160--xl {
    padding-right: 11.42857rem !important;
  }

  /* P */
  /* line 38123, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-165--xl {
    padding-right: 11.78571rem !important;
  }

  /* P */
  /* line 38126, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pr-170--xl {
    padding-right: 12.14286rem !important;
  }

  /* Padding Bottom */
  /* line 38129, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-0--xl {
    padding-bottom: 0px !important;
  }

  /* line 38131, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-1--xl {
    padding-bottom: 0.07143rem !important;
  }

  /* line 38133, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-2--xl {
    padding-bottom: 0.14286rem !important;
  }

  /* line 38135, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-3--xl {
    padding-bottom: 0.21429rem !important;
  }

  /* line 38137, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-4--xl {
    padding-bottom: 0.28571rem !important;
  }

  /* line 38139, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-5--xl {
    padding-bottom: 0.35714rem !important;
  }

  /* line 38141, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-6--xl {
    padding-bottom: 0.42857rem !important;
  }

  /* line 38143, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-7--xl {
    padding-bottom: 0.5rem !important;
  }

  /* line 38145, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-8--xl {
    padding-bottom: 0.57143rem !important;
  }

  /* line 38147, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-9--xl {
    padding-bottom: 0.64286rem !important;
  }

  /* line 38149, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-10--xl {
    padding-bottom: 0.71429rem !important;
  }

  /* line 38151, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-15--xl {
    padding-bottom: 1.07143rem !important;
  }

  /* line 38153, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-20--xl {
    padding-bottom: 1.42857rem !important;
  }

  /* line 38155, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-25--xl {
    padding-bottom: 1.78571rem !important;
  }

  /* line 38157, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-30--xl {
    padding-bottom: 2.14286rem !important;
  }

  /* line 38159, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-35--xl {
    padding-bottom: 2.5rem !important;
  }

  /* line 38161, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-40--xl {
    padding-bottom: 2.85714rem !important;
  }

  /* line 38163, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-45--xl {
    padding-bottom: 3.21429rem !important;
  }

  /* line 38165, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-50--xl {
    padding-bottom: 3.57143rem !important;
  }

  /* line 38167, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-55--xl {
    padding-bottom: 3.92857rem !important;
  }

  /* line 38169, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-60--xl {
    padding-bottom: 4.28571rem !important;
  }

  /* line 38171, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-65--xl {
    padding-bottom: 4.64286rem !important;
  }

  /* line 38173, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-70--xl {
    padding-bottom: 5rem !important;
  }

  /* line 38175, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-75--xl {
    padding-bottom: 5.35714rem !important;
  }

  /* line 38177, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-80--xl {
    padding-bottom: 5.71429rem !important;
  }

  /* line 38179, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-85--xl {
    padding-bottom: 6.07143rem !important;
  }

  /* line 38181, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-90--xl {
    padding-bottom: 6.42857rem !important;
  }

  /* line 38183, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-95--xl {
    padding-bottom: 6.78571rem !important;
  }

  /* line 38185, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-100--xl {
    padding-bottom: 7.14286rem !important;
  }

  /* line 38187, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-105--xl {
    padding-bottom: 7.5rem !important;
  }

  /* line 38189, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-110--xl {
    padding-bottom: 7.85714rem !important;
  }

  /* line 38191, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-115--xl {
    padding-bottom: 8.21429rem !important;
  }

  /* line 38193, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-120--xl {
    padding-bottom: 8.57143rem !important;
  }

  /* line 38195, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-125--xl {
    padding-bottom: 8.92857rem !important;
  }

  /* line 38197, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-130--xl {
    padding-bottom: 9.28571rem !important;
  }

  /* line 38199, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-135--xl {
    padding-bottom: 9.64286rem !important;
  }

  /* line 38201, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-140--xl {
    padding-bottom: 10rem !important;
  }

  /* line 38203, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-145--xl {
    padding-bottom: 10.35714rem !important;
  }

  /* line 38205, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-150--xl {
    padding-bottom: 10.71429rem !important;
  }

  /* Padding Left */
  /* line 38208, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-0--xl {
    padding-left: 0px !important;
  }

  /* line 38210, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-1--xl {
    padding-left: 0.07143rem !important;
  }

  /* line 38212, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-2--xl {
    padding-left: 0.14286rem !important;
  }

  /* line 38214, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-3--xl {
    padding-left: 0.21429rem !important;
  }

  /* line 38216, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-4--xl {
    padding-left: 0.28571rem !important;
  }

  /* line 38218, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-5--xl {
    padding-left: 0.35714rem !important;
  }

  /* line 38220, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-6--xl {
    padding-left: 0.42857rem !important;
  }

  /* line 38222, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-7--xl {
    padding-left: 0.5rem !important;
  }

  /* line 38224, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-8--xl {
    padding-left: 0.57143rem !important;
  }

  /* line 38226, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-9--xl {
    padding-left: 0.64286rem !important;
  }

  /* P */
  /* line 38229, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-10--xl {
    padding-left: 0.71429rem !important;
  }

  /* P */
  /* line 38232, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-15--xl {
    padding-left: 1.07143rem !important;
  }

  /* P */
  /* line 38235, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-20--xl {
    padding-left: 1.42857rem !important;
  }

  /* P */
  /* line 38238, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-25--xl {
    padding-left: 1.78571rem !important;
  }

  /* P */
  /* line 38241, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-30--xl {
    padding-left: 2.14286rem !important;
  }

  /* P */
  /* line 38244, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-35--xl {
    padding-left: 2.5rem !important;
  }

  /* P */
  /* line 38247, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-40--xl {
    padding-left: 2.85714rem !important;
  }

  /* P */
  /* line 38250, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-45--xl {
    padding-left: 3.21429rem !important;
  }

  /* P */
  /* line 38253, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-50--xl {
    padding-left: 3.57143rem !important;
  }

  /* P */
  /* line 38256, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-55--xl {
    padding-left: 3.92857rem !important;
  }

  /* P */
  /* line 38259, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-60--xl {
    padding-left: 4.28571rem !important;
  }

  /* P */
  /* line 38262, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-65--xl {
    padding-left: 4.64286rem !important;
  }

  /* P */
  /* line 38265, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-70--xl {
    padding-left: 5rem !important;
  }

  /* P */
  /* line 38268, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-75--xl {
    padding-left: 5.35714rem !important;
  }

  /* P */
  /* line 38271, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-80--xl {
    padding-left: 5.71429rem !important;
  }

  /* P */
  /* line 38274, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-85--xl {
    padding-left: 6.07143rem !important;
  }

  /* P */
  /* line 38277, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-90--xl {
    padding-left: 6.42857rem !important;
  }

  /* P */
  /* line 38280, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-95--xl {
    padding-left: 6.78571rem !important;
  }

  /* P */
  /* line 38283, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-100--xl {
    padding-left: 7.14286rem !important;
  }

  /* P */
  /* line 38286, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-105--xl {
    padding-left: 7.5rem !important;
  }

  /* P */
  /* line 38289, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-110--xl {
    padding-left: 7.85714rem !important;
  }

  /* P */
  /* line 38292, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-115--xl {
    padding-left: 8.21429rem !important;
  }

  /* P */
  /* line 38295, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-120--xl {
    padding-left: 8.57143rem !important;
  }

  /* P */
  /* line 38298, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-125--xl {
    padding-left: 8.92857rem !important;
  }

  /* P */
  /* line 38301, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-130--xl {
    padding-left: 9.28571rem !important;
  }

  /* P */
  /* line 38304, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-135--xl {
    padding-left: 9.64286rem !important;
  }

  /* P */
  /* line 38307, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-140--xl {
    padding-left: 10rem !important;
  }

  /* P */
  /* line 38310, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-145--xl {
    padding-left: 10.35714rem !important;
  }

  /* P */
  /* line 38313, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-150--xl {
    padding-left: 10.71429rem !important;
  }

  /* P */
  /* line 38316, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-155--xl {
    padding-left: 11.07143rem !important;
  }

  /* P */
  /* line 38319, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-160--xl {
    padding-left: 11.42857rem !important;
  }

  /* P */
  /* line 38322, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-165--xl {
    padding-left: 11.78571rem !important;
  }

  /* P */
  /* line 38325, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-170--xl {
    padding-left: 12.14286rem !important;
  }
}
/* Custom Paddings (xs)
------------------------------------*/
/* line 38330, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-0-20-20 {
  padding: 0 1.42857rem 1.42857rem !important;
}

/* line 38333, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-4-11 {
  padding: 0.28571rem 0.78571rem !important;
}

/* line 38336, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-4-13 {
  padding: 0.28571rem 0.92857rem !important;
}

/* line 38339, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-5-10 {
  padding: 0.35714rem 0.71429rem !important;
}

/* line 38342, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-5-15 {
  padding: 0.35714rem 1.07143rem !important;
}

/* line 38345, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-6-8 {
  padding: 0.42857rem 0.57143rem !important;
}

/* line 38348, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-7-14 {
  padding: 0.5rem 1rem !important;
}

/* line 38351, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-7-16 {
  padding: 0.5rem 1.14286rem !important;
}

/* line 38354, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-10-5-5 {
  padding: 0.71429rem 0.35714rem 0.35714rem !important;
}

/* line 38357, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-10-15 {
  padding: 0.71429rem 1.07143rem !important;
}

/* line 38360, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-10-16 {
  padding: 0.71429rem 1.14286rem !important;
}

/* line 38363, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-10-20 {
  padding: 0.71429rem 1.42857rem !important;
}

/* line 38366, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-10-30 {
  padding: 0.71429rem 2.14286rem !important;
}

/* line 38369, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-12 {
  padding: 0.85714rem !important;
}

/* line 38372, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-12-19 {
  padding: 0.85714rem 1.35714rem !important;
}

/* line 38375, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-12-21 {
  padding: 0.85714rem 1.5rem !important;
}

/* line 38378, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-12-5-7 {
  padding: 0.85714rem 0.35714rem 0.5rem !important;
}

/* line 38381, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-14-18 {
  padding: 1rem 1.28571rem !important;
}

/* line 38384, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-15-0 {
  padding: 1.07143rem 0 !important;
}

/* line 38387, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-15-5 {
  padding: 1.07143rem 0.35714rem !important;
}

/* line 38390, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-15-20-10 {
  padding: 1.07143rem 1.42857rem 0.71429rem !important;
}

/* line 38393, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-15-20 {
  padding: 1.07143rem 1.42857rem !important;
}

/* line 38396, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-15-30 {
  padding: 1.07143rem 2.14286rem !important;
}

/* line 38399, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-17-23 {
  padding: 1.21429rem 1.64286rem !important;
}

/* line 38402, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-20-10 {
  padding: 1.42857rem 0.71429rem !important;
}

/* line 38405, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-20-20-15 {
  padding: 1.42857rem 1.42857rem 1.07143rem !important;
}

/* line 38408, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-20-20-20-55 {
  padding: 1.42857rem 1.42857rem 1.42857rem 3.92857rem !important;
}

/* line 38411, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-20-30-0 {
  padding: 1.42857rem 2.14286rem 0 !important;
}

/* line 38414, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-20-40-25 {
  padding: 1.42857rem 2.85714rem 1.78571rem !important;
}

/* line 38417, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-24 {
  padding: 1.71429rem !important;
}

/* line 38420, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-25-20-30 {
  padding: 1.78571rem 1.42857rem 2.14286rem !important;
}

/* line 38423, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-25-30-20 {
  padding: 1.78571rem 2.14286rem 1.42857rem !important;
}

/* line 38426, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-25-30 {
  padding: 1.78571rem 2.14286rem !important;
}

/* line 38429, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-30-10 {
  padding: 2.14286rem 0.71429rem !important;
}

/* line 38432, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-30-15 {
  padding: 2.14286rem 1.07143rem !important;
}

/* line 38435, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-30-20 {
  padding: 2.14286rem 1.42857rem !important;
}

/* line 38438, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-30-30-20 {
  padding: 2.14286rem 2.14286rem 1.42857rem !important;
}

/* line 38441, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-40 {
  padding: 2.85714rem !important;
}

/* line 38444, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-40-20 {
  padding: 2.85714rem 1.42857rem !important;
}

/* line 38447, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-40-30-30 {
  padding: 2.85714rem 2.14286rem 2.14286rem !important;
}

/* line 38450, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-50-15-0 {
  padding: 3.57143rem 1.07143rem 0 !important;
}

/* line 38453, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-15x {
  padding: 15% !important;
}

/* line 38456, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-px-17 {
  padding-left: 1.21429rem !important;
  padding-right: 1.21429rem !important;
}

/* line 38460, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-px-18 {
  padding-left: 1.28571rem !important;
  /* O */
  padding-right: 1.28571rem !important;
}

/* line 38465, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-py-23 {
  padding-top: 1.64286rem !important;
  /* O */
  padding-bottom: 1.64286rem !important;
}

/* line 38470, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-py-235 {
  padding-top: 16.78571rem !important;
  /* O */
  padding-bottom: 16.78571rem !important;
}

/* line 38475, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pl-12 {
  padding-left: 0.85714rem !important;
}

/* line 38478, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pl-17 {
  padding-left: 1.21429rem !important;
}

/* line 38481, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pl-7--hover:hover {
  padding-left: 0.5rem !important;
}

/* line 38484, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pl-25--hover:hover {
  padding-left: 1.78571rem !important;
}

/* line 38487, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.active.g-pl-25--active {
  padding-left: 1.78571rem !important;
}

/* line 38490, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pl-60--xs {
  padding-left: 4.28571rem !important;
}

/* line 38493, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.pt-0 {
  padding-top: 0 !important;
}

/* line 38496, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pt-11 {
  padding-top: 0.78571rem !important;
}

/* line 38499, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pt-12 {
  padding-top: 0.85714rem !important;
}

/* line 38502, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-parent:hover .g-pt-25--parent-hover {
  padding-top: 1.78571rem !important;
}

/* line 38505, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pt-130 {
  padding-top: 9.28571rem !important;
}

/* line 38508, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pt-150 {
  padding-top: 10.71429rem !important;
}

/* line 38511, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pt-170 {
  padding-top: 12.14286rem !important;
}

/* line 38514, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pt-195 {
  padding-top: 13.92857rem !important;
}

/* line 38517, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 38520, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pb-170 {
  padding-bottom: 12.14286rem !important;
}

/* line 38523, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pb-180 {
  padding-bottom: 12.85714rem !important;
}

/* line 38526, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pb-200 {
  padding-bottom: 14.28571rem !important;
}

/* line 38529, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pb-250 {
  padding-bottom: 17.85714rem !important;
}

/* line 38532, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pb-13 {
  padding-bottom: 0.92857rem !important;
}

/* line 38535, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pb-16 {
  padding-bottom: 1.14286rem !important;
}

/* line 38538, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-11 {
  padding: 0.78571rem !important;
}

/* line 38541, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pa-12 {
  padding: 0.85714rem !important;
}

/* line 38544, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-pl-30--hover:hover {
  padding-left: 2.14286rem !important;
}

/* Custom Paddings (sm)
------------------------------------*/
@media (min-width: 576px) {
  /* line 38550, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  /* line 38553, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 38556, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 38559, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 38562, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-0-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  /* line 38565, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-0-35-35--sm {
    padding: 0 2.5rem 2.5rem !important;
  }

  /* line 38567, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-5-10--sm {
    padding: 0.35714rem 0.71429rem !important;
  }

  /* line 38569, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-8-16--sm {
    padding: 0.57143rem 1.14286rem !important;
  }

  /* line 38571, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-10-20--sm {
    padding: 0.71429rem 1.42857rem !important;
  }

  /* line 38573, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-15-20-10--sm {
    padding: 1.07143rem 1.42857rem 0.71429rem !important;
  }

  /* line 38575, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-20-20-0--sm {
    padding: 1.42857rem 1.42857rem 0 !important;
  }

  /* line 38577, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-20-20-10--sm {
    padding: 1.42857rem 1.42857rem 0.71429rem !important;
  }

  /* line 38579, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-20-30-0--sm {
    padding: 1.42857rem 2.14286rem 0 !important;
  }

  /* line 38581, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-20-30--sm {
    padding: 1.42857rem 2.14286rem !important;
  }

  /* line 38583, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-30-20--sm {
    padding: 2.14286rem 1.42857rem !important;
  }

  /* line 38585, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-30-25-20--sm {
    padding: 2.14286rem 1.78571rem 1.42857rem !important;
  }

  /* line 38587, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-30-30-20--sm {
    padding: 2.14286rem 2.14286rem 1.42857rem !important;
  }

  /* line 38589, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-30-50-40--sm {
    padding: 2.14286rem 3.57143rem 2.85714rem !important;
  }

  /* line 38591, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-30-80--sm {
    padding: 2.14286rem 5.71429rem !important;
  }

  /* line 38593, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-40-30-30--sm {
    padding: 2.85714rem 2.14286rem 2.14286rem !important;
  }

  /* line 38595, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-60-30--sm {
    padding: 4.28571rem 2.14286rem !important;
  }

  /* line 38597, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-70-50-50-30--sm {
    padding: 5rem 3.57143rem 3.57143rem 2.14286rem !important;
  }

  /* line 38599, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-80-40--sm {
    padding: 5.71429rem 2.85714rem !important;
  }

  /* line 38601, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-85-0-40--sm {
    padding: 6.07143rem 0 2.85714rem !important;
  }

  /* line 38603, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-100-30--sm {
    padding: 7.14286rem 2.14286rem !important;
  }

  /* line 38605, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-170-0-150--sm {
    padding: 12.14286rem 0 10.71429rem !important;
  }

  /* line 38607, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-300--sm {
    padding-left: 21.42857rem !important;
  }
}
/* Custom Paddings (md)
------------------------------------*/
@media (min-width: 768px) {
  /* line 38613, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-25-30--md {
    padding: 1.78571rem 2.14286rem !important;
  }

  /* line 38615, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-30-10--md {
    padding: 2.14286rem 0.71429rem !important;
  }

  /* line 38617, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pa-30-35--md {
    padding: 2.14286rem 2.5rem !important;
  }

  /* line 38619, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 38622, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-23--md {
    padding-top: 1.64286rem !important;
    padding-bottom: 1.64286rem !important;
  }

  /* line 38625, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-18--md {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }

  /* line 38628, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-135--md {
    padding-top: 9.64286rem !important;
  }

  /* line 38630, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-145--md {
    padding-top: 10.35714rem !important;
  }

  /* line 38632, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-150--md {
    padding-top: 10.71429rem !important;
  }

  /* line 38634, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-170--md {
    padding-top: 12.14286rem !important;
  }

  /* line 38636, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-175--md {
    padding-top: 12.5rem !important;
  }

  /* line 38638, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-70--md {
    padding-bottom: 5rem !important;
  }

  /* line 38640, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-170--md {
    padding-bottom: 12.14286rem !important;
  }

  /* line 38642, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-250--md {
    padding-bottom: 17.85714rem !important;
  }

  /* line 38644, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pl-300--md {
    padding-left: 21.42857rem !important;
  }
}
/* Custom Paddings (lg)
------------------------------------*/
@media (min-width: 992px) {
  /* line 38650, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 38653, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* line 38656, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-200--lg {
    padding-left: 14.28571rem !important;
    padding-right: 14.28571rem !important;
  }

  /* line 38659, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pt-170--lg {
    padding-top: 12.14286rem !important;
  }

  /* line 38661, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-pb-200--lg {
    padding-bottom: 14.28571rem !important;
  }
}
/* Custom Paddings (xl)
------------------------------------*/
@media (min-width: 1200px) {
  /* line 38667, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 38670, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-px-23--xl {
    padding-left: 1.64286rem !important;
    padding-right: 1.64286rem !important;
  }
}
/*------------------------------------
  Block Hidden
------------------------------------*/
/* line 38677, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  /* line 38681, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  /* line 38685, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 38689, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  /* line 38693, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  /* line 38697, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  /* line 38701, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  /* line 38705, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 38709, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .g-hidden-xl-up {
    display: none !important;
  }
}
/* line 38712, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-hidden-xl-down {
  display: none !important;
}

/* line 38715, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
body {
  background-color: #fff;
}

/*------------------------------------
  Headings
------------------------------------*/
/* line 38721, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  font-family: "Alegreya", serif;
}

/* line 38725, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
p {
  font-size: 16px;
  line-height: 1.6;
  color: #3f4d5d;
}

/* line 38730, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
span {
  font-family: "Barlow", sans-serif;
}

/* line 38733, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
a,
.btn {
  font-size: 16px;
  line-height: 1.6;
}

/*------------------------------------
  Font Family
------------------------------------*/
/* line 38741, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-primary {
  font-family: "Barlow", sans-serif;
}

/* line 38744, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-font-secondary {
  font-family: "Alegreya", serif;
}

/*------------------------------------
  Colors
------------------------------------*/
/* line 38750, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-primary-dark-v1 {
  color: #26304d;
}

/* line 38753, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-text {
  color: #3f4d5d;
}

/* line 38756, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-text-light-v1 {
  color: #6e7887 !important;
}

/* line 38759, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-main {
  color: #26304d;
}

/* line 38762, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-main-dark-v1 {
  color: #212b46 !important;
}

/* line 38765, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-main-dark-v3 {
  color: #060a14 !important;
}

/* line 38768, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-color-main--hover {
  color: #26304d !important;
}

/* line 38771, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-secondary {
  color: #f5f6fa !important;
}

/* line 38774, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-secondary-light-v1 {
  color: #c0c5cc !important;
}

/* line 38777, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-secondary-light-v2 {
  color: #e4e6e9 !important;
}

/* line 38780, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-secondary-dark-v1 {
  color: #f0f2f8 !important;
}

/* line 38783, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-color-footer-links {
  color: #22364c;
}

/*------------------------------------
  Background Colors
------------------------------------*/
/* line 38789, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-primary-light-v1--hover:hover {
  background-color: #9f3347 !important;
}

/* line 38792, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-main {
  background-color: #26304d !important;
}

/* line 38795, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-main--hover:hover {
  background-color: #26304d !important;
}

/* line 38798, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-main-light-v1 {
  background-color: #313c5c;
}

/* line 38801, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-main-light-v2 {
  background-color: #44537e;
}

/* line 38804, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-block-hover:hover .g-bg-main--hover {
  background-color: #26304d !important;
}

/* line 38807, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-secondary {
  background-color: #f5f6fa !important;
}

/* line 38810, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-secondary-dark-v1 {
  background-color: #f0f2f8;
}

/* line 38813, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-secondary-dark-v1--focus:focus {
  background-color: #f0f2f8 !important;
}

/* line 38816, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-secondary-dark-v2 {
  background-color: #eceff6;
}

/* line 38819, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-secondary-dark-v2--hover:hover {
  background-color: #eceff6;
}

/* Secondary Gradient v1 */
/* line 38823, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-secondary-gradient-v1,
.g-bg-secondary-gradient-v1--after::after {
  background-image: linear-gradient(to top, rgba(245, 246, 250, 0) 0%, #f5f6fa 100%);
  background-repeat: repeat-x;
}

/* Secondary Gradient v2 */
/* line 38831, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-bg-secondary-gradient-v2,
.g-bg-secondary-gradient-v2--after::after {
  background-image: linear-gradient(to top, #f5f6fa 0%, rgba(245, 246, 250, 0) 100%);
  background-repeat: repeat-x;
}

/*------------------------------------
  Border Colors
------------------------------------*/
/* line 38841, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-secondary {
  border-color: #f5f6fa !important;
}

/* line 38844, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-secondary-light-v2 {
  border-color: #e4e6e9 !important;
}

/* line 38847, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-main {
  border-color: #26304d !important;
}

/* line 38850, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.g-brd-main-opacity-0_1 {
  border-color: rgba(38, 48, 77, 0.1) !important;
}

/*------------------------------------
  Mega Menu
------------------------------------*/
/* line 38856, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.hs-has-sub-menu > a::after,
.hs-icon-arrow-bottom:before {
  font-size: 9px;
}

/*------------------------------------
  Bootstrap
------------------------------------*/
@media (min-width: 992px) {
  /* line 38864, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
  .navbar-toggler {
    display: none;
  }
}
/*------------------------------------
  Box Shadows
------------------------------------*/
/* line 38870, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v31 {
  box-shadow: 0 5px 5px 0 rgba(38, 48, 77, 0.075);
}

/* line 38874, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v34 {
  box-shadow: 0 3px 30px 0 rgba(38, 48, 77, 0.1);
}

/* line 38878, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v35 {
  box-shadow: 0 4px 7px 0 rgba(38, 48, 77, 0.045);
}

/* line 38882, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v35--active.active {
  box-shadow: 0 4px 7px 0 rgba(38, 48, 77, 0.045);
  transition-duration: .2s;
}

/* line 38889, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v36 {
  box-shadow: 0 10px 15px 0 rgba(38, 48, 77, 0.14);
}

/* line 38893, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v39 {
  box-shadow: 0 8px 20px 0 rgba(38, 48, 77, 0.1);
}

/* line 38897, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-shadow-v40 {
  box-shadow: -9px -9px 20px -9px rgba(38, 48, 77, 0.1);
}

/*------------------------------------
  Carousel indicators v35
------------------------------------*/
/* line 38904, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v35--main li span {
  background-color: #26304d;
}

/* line 38907, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-carousel-indicators-v35--main li.slick-active span {
  border-color: #26304d;
}

/*------------------------------------
  Info v11-1
------------------------------------*/
/* line 38913, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-info-v11-1-img {
  border: 0 solid #f0f2f8;
}

/*------------------------------------
  Datepicker v1
------------------------------------*/
/* line 38919, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-header {
  border-color: #e4e6e9;
}

/* line 38922, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-prev {
  border-top-left-radius: 3px;
}

/* line 38925, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-next {
  border-top-right-radius: 3px;
}

/* line 38928, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-prev,
.u-datepicker-v1 .ui-datepicker-prev:hover,
.u-datepicker-v1 .ui-datepicker-next,
.u-datepicker-v1 .ui-datepicker-next:hover {
  border-color: #e4e6e9;
}

/* line 38934, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-prev:hover,
.u-datepicker-v1 .ui-datepicker-next:hover {
  background-color: #72c02c;
}

/* line 38938, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-prev:hover > span,
.u-datepicker-v1 .ui-datepicker-next:hover > span {
  color: #fff;
}

/* line 38942, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-datepicker-v1 .ui-datepicker-calendar th span,
.u-datepicker-v1 .ui-datepicker-calendar th a {
  color: #c0c5cc;
}

/*------------------------------------
  Select v2
------------------------------------*/
/* line 38949, /Users/ms/apps/truckforce/app/assets/stylesheets/styles.multipage-education.css */
.u-select-v2 .chosen-results > li.result-selected {
  color: #fff !important;
}

@font-face {
  font-family: 'hs-icons';
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/hs-icons.ttf?xa77py") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/hs-icons.woff?xa77py") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/hs-icons.svg?xa77py#hs-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 11, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hs-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-arrow-bottom:before {
  content: "\e900";
}

/* line 29, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-arrow-left:before {
  content: "\e901";
}

/* line 32, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-arrow-right:before {
  content: "\e902";
}

/* line 35, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-arrow-top:before {
  content: "\e903";
}

/* line 38, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-close:before {
  content: "\e904";
}

/* line 41, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-hamburger-2:before {
  content: "\e905";
}

/* line 44, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-hamburger:before {
  content: "\e906";
}

/* line 47, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-lula-kebab-h:before {
  content: "\e907";
}

/* line 50, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-lula-kebab-v:before {
  content: "\e908";
}

/* line 53, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-magnifier:before {
  content: "\e909";
}

/* line 56, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-music:before {
  content: "\e90a";
}

/* line 59, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-photo:before {
  content: "\e90b";
}

/* line 62, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-play:before {
  content: "\e90c";
}

/* line 65, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-plus:before {
  content: "\e90d";
}

/* line 68, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-unzoom:before {
  content: "\e90e";
}

/* line 71, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-video:before {
  content: "\e90f";
}

/* line 74, /Users/ms/apps/truckforce/vendor/assets/css/icon-hs/icon-hs-style.css */
.hs-icon-zoom:before {
  content: "\e910";
}

/* Clothes */
@font-face {
  font-family: "clothes";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/clothes.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/clothes.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/clothes.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/clothes.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/clothes.svg#clothes") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 15, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-clothes]:before {
  font-family: "clothes" !important;
  content: attr(data-icon-clothes);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-clothes"]:before,
[class*=" icon-clothes"]:before {
  font-family: "clothes" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 41, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-014:before {
  content: "a";
}

/* line 44, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-027:before {
  content: "b";
}

/* line 47, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-040:before {
  content: "c";
}

/* line 50, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-053:before {
  content: "d";
}

/* line 53, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-066:before {
  content: "e";
}

/* line 56, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-079:before {
  content: "f";
}

/* line 59, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-092:before {
  content: "g";
}

/* line 62, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-093:before {
  content: "h";
}

/* line 65, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-080:before {
  content: "i";
}

/* line 68, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-067:before {
  content: "j";
}

/* line 71, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-054:before {
  content: "k";
}

/* line 74, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-041:before {
  content: "l";
}

/* line 77, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-028:before {
  content: "m";
}

/* line 80, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-015:before {
  content: "n";
}

/* line 83, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-016:before {
  content: "o";
}

/* line 86, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-029:before {
  content: "p";
}

/* line 89, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-042:before {
  content: "q";
}

/* line 92, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-055:before {
  content: "r";
}

/* line 95, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-068:before {
  content: "s";
}

/* line 98, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-081:before {
  content: "t";
}

/* line 101, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-094:before {
  content: "u";
}

/* line 104, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-095:before {
  content: "v";
}

/* line 107, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-082:before {
  content: "w";
}

/* line 110, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-083:before {
  content: "x";
}

/* line 113, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-096:before {
  content: "y";
}

/* line 116, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-097:before {
  content: "z";
}

/* line 119, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-084:before {
  content: "A";
}

/* line 122, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-085:before {
  content: "B";
}

/* line 125, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-098:before {
  content: "C";
}

/* line 128, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-099:before {
  content: "D";
}

/* line 131, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-086:before {
  content: "E";
}

/* line 134, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-087:before {
  content: "F";
}

/* line 137, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-100:before {
  content: "G";
}

/* line 140, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-088:before {
  content: "H";
}

/* line 143, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-089:before {
  content: "I";
}

/* line 146, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-090:before {
  content: "J";
}

/* line 149, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-091:before {
  content: "K";
}

/* line 152, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-078:before {
  content: "L";
}

/* line 155, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-077:before {
  content: "M";
}

/* line 158, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-076:before {
  content: "N";
}

/* line 161, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-075:before {
  content: "O";
}

/* line 164, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-074:before {
  content: "P";
}

/* line 167, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-073:before {
  content: "Q";
}

/* line 170, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-072:before {
  content: "R";
}

/* line 173, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-071:before {
  content: "S";
}

/* line 176, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-070:before {
  content: "T";
}

/* line 179, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-069:before {
  content: "U";
}

/* line 182, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-056:before {
  content: "V";
}

/* line 185, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-043:before {
  content: "W";
}

/* line 188, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-030:before {
  content: "X";
}

/* line 191, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-017:before {
  content: "Y";
}

/* line 194, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-018:before {
  content: "Z";
}

/* line 197, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-031:before {
  content: "0";
}

/* line 200, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-044:before {
  content: "1";
}

/* line 203, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-057:before {
  content: "2";
}

/* line 206, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-058:before {
  content: "3";
}

/* line 209, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-045:before {
  content: "4";
}

/* line 212, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-032:before {
  content: "5";
}

/* line 215, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-019:before {
  content: "6";
}

/* line 218, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-020:before {
  content: "7";
}

/* line 221, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-033:before {
  content: "8";
}

/* line 224, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-046:before {
  content: "9";
}

/* line 227, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-059:before {
  content: "!";
}

/* line 230, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-060:before {
  content: "\"";
}

/* line 233, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-047:before {
  content: "#";
}

/* line 236, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-034:before {
  content: "$";
}

/* line 239, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-021:before {
  content: "%";
}

/* line 242, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-022:before {
  content: "&";
}

/* line 245, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-035:before {
  content: "'";
}

/* line 248, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-048:before {
  content: "(";
}

/* line 251, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-061:before {
  content: ")";
}

/* line 254, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-062:before {
  content: "*";
}

/* line 257, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-049:before {
  content: "+";
}

/* line 260, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-036:before {
  content: ",";
}

/* line 263, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-023:before {
  content: "-";
}

/* line 266, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-024:before {
  content: ".";
}

/* line 269, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-037:before {
  content: "/";
}

/* line 272, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-050:before {
  content: ":";
}

/* line 275, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-063:before {
  content: ";";
}

/* line 278, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-064:before {
  content: "<";
}

/* line 281, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-051:before {
  content: "=";
}

/* line 284, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-038:before {
  content: ">";
}

/* line 287, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-025:before {
  content: "?";
}

/* line 290, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-026:before {
  content: "@";
}

/* line 293, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-039:before {
  content: "[";
}

/* line 296, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-052:before {
  content: "]";
}

/* line 299, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-065:before {
  content: "^";
}

/* line 302, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-001:before {
  content: "_";
}

/* line 305, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-002:before {
  content: "`";
}

/* line 308, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-003:before {
  content: "{";
}

/* line 311, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-004:before {
  content: "|";
}

/* line 314, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-005:before {
  content: "}";
}

/* line 317, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-006:before {
  content: "~";
}

/* line 320, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-007:before {
  content: "\\";
}

/* line 323, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-008:before {
  content: "\e000";
}

/* line 326, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-009:before {
  content: "\e001";
}

/* line 329, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-010:before {
  content: "\e002";
}

/* line 332, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-011:before {
  content: "\e003";
}

/* line 335, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-012:before {
  content: "\e004";
}

/* line 338, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-clothes-013:before {
  content: "\e005";
}

/* Comunnication */
@font-face {
  font-family: "communication-48-x-48";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/communication-48-x-48.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/communication-48-x-48.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/communication-48-x-48.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/communication-48-x-48.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/communication-48-x-48.svg#communication-48-x-48") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 354, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-communication]:before {
  font-family: "communication-48-x-48" !important;
  content: attr(data-icon-communication);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 367, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-communication"]:before,
[class*=" icon-communication"]:before {
  font-family: "communication-48-x-48" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 380, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-001:before {
  content: "a";
}

/* line 383, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-002:before {
  content: "b";
}

/* line 386, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-003:before {
  content: "c";
}

/* line 389, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-004:before {
  content: "d";
}

/* line 392, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-005:before {
  content: "e";
}

/* line 395, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-006:before {
  content: "f";
}

/* line 398, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-008:before {
  content: "g";
}

/* line 401, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-007:before {
  content: "h";
}

/* line 404, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-009:before {
  content: "i";
}

/* line 407, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-010:before {
  content: "j";
}

/* line 410, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-011:before {
  content: "k";
}

/* line 413, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-012:before {
  content: "l";
}

/* line 416, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-013:before {
  content: "m";
}

/* line 419, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-026:before {
  content: "n";
}

/* line 422, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-025:before {
  content: "o";
}

/* line 425, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-024:before {
  content: "p";
}

/* line 428, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-023:before {
  content: "q";
}

/* line 431, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-022:before {
  content: "r";
}

/* line 434, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-020:before {
  content: "s";
}

/* line 437, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-019:before {
  content: "t";
}

/* line 440, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-018:before {
  content: "u";
}

/* line 443, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-016:before {
  content: "v";
}

/* line 446, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-015:before {
  content: "w";
}

/* line 449, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-014:before {
  content: "x";
}

/* line 452, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-021:before {
  content: "y";
}

/* line 455, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-017:before {
  content: "z";
}

/* line 458, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-027:before {
  content: "A";
}

/* line 461, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-040:before {
  content: "B";
}

/* line 464, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-053:before {
  content: "C";
}

/* line 467, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-054:before {
  content: "D";
}

/* line 470, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-041:before {
  content: "E";
}

/* line 473, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-028:before {
  content: "F";
}

/* line 476, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-029:before {
  content: "G";
}

/* line 479, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-042:before {
  content: "H";
}

/* line 482, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-055:before {
  content: "I";
}

/* line 485, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-056:before {
  content: "J";
}

/* line 488, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-043:before {
  content: "K";
}

/* line 491, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-030:before {
  content: "L";
}

/* line 494, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-031:before {
  content: "M";
}

/* line 497, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-044:before {
  content: "N";
}

/* line 500, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-057:before {
  content: "O";
}

/* line 503, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-058:before {
  content: "P";
}

/* line 506, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-045:before {
  content: "Q";
}

/* line 509, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-032:before {
  content: "R";
}

/* line 512, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-033:before {
  content: "S";
}

/* line 515, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-046:before {
  content: "T";
}

/* line 518, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-059:before {
  content: "U";
}

/* line 521, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-060:before {
  content: "V";
}

/* line 524, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-047:before {
  content: "W";
}

/* line 527, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-034:before {
  content: "X";
}

/* line 530, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-035:before {
  content: "Y";
}

/* line 533, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-048:before {
  content: "Z";
}

/* line 536, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-061:before {
  content: "0";
}

/* line 539, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-062:before {
  content: "1";
}

/* line 542, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-049:before {
  content: "2";
}

/* line 545, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-036:before {
  content: "3";
}

/* line 548, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-037:before {
  content: "4";
}

/* line 551, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-050:before {
  content: "5";
}

/* line 554, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-063:before {
  content: "6";
}

/* line 557, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-064:before {
  content: "7";
}

/* line 560, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-051:before {
  content: "8";
}

/* line 563, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-038:before {
  content: "9";
}

/* line 566, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-039:before {
  content: "!";
}

/* line 569, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-052:before {
  content: "\"";
}

/* line 572, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-065:before {
  content: "#";
}

/* line 575, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-066:before {
  content: "$";
}

/* line 578, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-079:before {
  content: "%";
}

/* line 581, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-092:before {
  content: "&";
}

/* line 584, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-105:before {
  content: "'";
}

/* line 587, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-106:before {
  content: "(";
}

/* line 590, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-093:before {
  content: ")";
}

/* line 593, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-080:before {
  content: "*";
}

/* line 596, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-067:before {
  content: "+";
}

/* line 599, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-068:before {
  content: ",";
}

/* line 602, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-081:before {
  content: "-";
}

/* line 605, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-082:before {
  content: ".";
}

/* line 608, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-069:before {
  content: "/";
}

/* line 611, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-070:before {
  content: ":";
}

/* line 614, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-083:before {
  content: ";";
}

/* line 617, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-084:before {
  content: "<";
}

/* line 620, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-071:before {
  content: "=";
}

/* line 623, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-072:before {
  content: ">";
}

/* line 626, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-085:before {
  content: "?";
}

/* line 629, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-086:before {
  content: "@";
}

/* line 632, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-073:before {
  content: "[";
}

/* line 635, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-074:before {
  content: "]";
}

/* line 638, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-087:before {
  content: "^";
}

/* line 641, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-088:before {
  content: "_";
}

/* line 644, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-075:before {
  content: "`";
}

/* line 647, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-076:before {
  content: "{";
}

/* line 650, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-089:before {
  content: "|";
}

/* line 653, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-090:before {
  content: "}";
}

/* line 656, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-077:before {
  content: "~";
}

/* line 659, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-078:before {
  content: "\\";
}

/* line 662, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-091:before {
  content: "\e000";
}

/* line 665, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-104:before {
  content: "\e001";
}

/* line 668, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-117:before {
  content: "\e002";
}

/* line 671, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-116:before {
  content: "\e003";
}

/* line 674, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-103:before {
  content: "\e004";
}

/* line 677, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-102:before {
  content: "\e005";
}

/* line 680, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-115:before {
  content: "\e006";
}

/* line 683, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-114:before {
  content: "\e007";
}

/* line 686, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-101:before {
  content: "\e008";
}

/* line 689, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-100:before {
  content: "\e009";
}

/* line 692, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-113:before {
  content: "\e00a";
}

/* line 695, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-112:before {
  content: "\e00b";
}

/* line 698, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-099:before {
  content: "\e00c";
}

/* line 701, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-098:before {
  content: "\e00d";
}

/* line 704, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-111:before {
  content: "\e00e";
}

/* line 707, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-110:before {
  content: "\e00f";
}

/* line 710, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-097:before {
  content: "\e010";
}

/* line 713, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-096:before {
  content: "\e011";
}

/* line 716, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-109:before {
  content: "\e012";
}

/* line 719, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-108:before {
  content: "\e013";
}

/* line 722, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-095:before {
  content: "\e014";
}

/* line 725, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-094:before {
  content: "\e015";
}

/* line 728, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-107:before {
  content: "\e016";
}

/* line 731, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-118:before {
  content: "\e017";
}

/* line 734, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-131:before {
  content: "\e018";
}

/* line 737, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-144:before {
  content: "\e019";
}

/* line 740, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-157:before {
  content: "\e01a";
}

/* line 743, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-170:before {
  content: "\e01b";
}

/* line 746, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-171:before {
  content: "\e01c";
}

/* line 749, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-158:before {
  content: "\e01d";
}

/* line 752, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-145:before {
  content: "\e01e";
}

/* line 755, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-132:before {
  content: "\e01f";
}

/* line 758, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-119:before {
  content: "\e020";
}

/* line 761, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-120:before {
  content: "\e021";
}

/* line 764, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-133:before {
  content: "\e022";
}

/* line 767, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-146:before {
  content: "\e023";
}

/* line 770, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-159:before {
  content: "\e024";
}

/* line 773, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-172:before {
  content: "\e025";
}

/* line 776, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-173:before {
  content: "\e026";
}

/* line 779, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-160:before {
  content: "\e027";
}

/* line 782, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-147:before {
  content: "\e028";
}

/* line 785, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-134:before {
  content: "\e029";
}

/* line 788, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-121:before {
  content: "\e02a";
}

/* line 791, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-122:before {
  content: "\e02b";
}

/* line 794, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-135:before {
  content: "\e02c";
}

/* line 797, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-148:before {
  content: "\e02d";
}

/* line 800, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-161:before {
  content: "\e02e";
}

/* line 803, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-174:before {
  content: "\e02f";
}

/* line 806, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-175:before {
  content: "\e030";
}

/* line 809, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-162:before {
  content: "\e031";
}

/* line 812, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-149:before {
  content: "\e032";
}

/* line 815, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-136:before {
  content: "\e033";
}

/* line 818, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-123:before {
  content: "\e034";
}

/* line 821, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-124:before {
  content: "\e035";
}

/* line 824, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-137:before {
  content: "\e036";
}

/* line 827, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-150:before {
  content: "\e037";
}

/* line 830, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-163:before {
  content: "\e038";
}

/* line 833, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-176:before {
  content: "\e039";
}

/* line 836, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-177:before {
  content: "\e03a";
}

/* line 839, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-164:before {
  content: "\e03b";
}

/* line 842, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-151:before {
  content: "\e03c";
}

/* line 845, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-138:before {
  content: "\e03d";
}

/* line 848, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-125:before {
  content: "\e03e";
}

/* line 851, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-126:before {
  content: "\e03f";
}

/* line 854, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-139:before {
  content: "\e040";
}

/* line 857, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-152:before {
  content: "\e041";
}

/* line 860, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-165:before {
  content: "\e042";
}

/* line 863, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-178:before {
  content: "\e043";
}

/* line 866, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-179:before {
  content: "\e044";
}

/* line 869, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-166:before {
  content: "\e045";
}

/* line 872, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-153:before {
  content: "\e046";
}

/* line 875, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-140:before {
  content: "\e047";
}

/* line 878, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-127:before {
  content: "\e048";
}

/* line 881, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-128:before {
  content: "\e049";
}

/* line 884, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-141:before {
  content: "\e04a";
}

/* line 887, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-154:before {
  content: "\e04b";
}

/* line 890, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-167:before {
  content: "\e04c";
}

/* line 893, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-180:before {
  content: "\e04d";
}

/* line 896, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-168:before {
  content: "\e04e";
}

/* line 899, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-169:before {
  content: "\e04f";
}

/* line 902, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-156:before {
  content: "\e050";
}

/* line 905, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-155:before {
  content: "\e051";
}

/* line 908, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-142:before {
  content: "\e052";
}

/* line 911, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-143:before {
  content: "\e053";
}

/* line 914, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-130:before {
  content: "\e054";
}

/* line 917, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-communication-129:before {
  content: "\e055";
}

/* Education */
@font-face {
  font-family: "education-48";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/education-48.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/education-48.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/education-48.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/education-48.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/education-48.svg#education-48") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 933, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-education]:before {
  font-family: "education-48" !important;
  content: attr(data-icon-education);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 946, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-education"]:before,
[class*=" icon-education"]:before {
  font-family: "education-48" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 959, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-001:before {
  content: "a";
}

/* line 962, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-014:before {
  content: "b";
}

/* line 965, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-027:before {
  content: "c";
}

/* line 968, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-028:before {
  content: "d";
}

/* line 971, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-015:before {
  content: "e";
}

/* line 974, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-002:before {
  content: "f";
}

/* line 977, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-003:before {
  content: "g";
}

/* line 980, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-016:before {
  content: "h";
}

/* line 983, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-029:before {
  content: "i";
}

/* line 986, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-030:before {
  content: "j";
}

/* line 989, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-017:before {
  content: "k";
}

/* line 992, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-004:before {
  content: "l";
}

/* line 995, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-005:before {
  content: "m";
}

/* line 998, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-018:before {
  content: "n";
}

/* line 1001, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-031:before {
  content: "o";
}

/* line 1004, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-032:before {
  content: "p";
}

/* line 1007, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-019:before {
  content: "q";
}

/* line 1010, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-006:before {
  content: "r";
}

/* line 1013, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-007:before {
  content: "s";
}

/* line 1016, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-020:before {
  content: "t";
}

/* line 1019, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-033:before {
  content: "u";
}

/* line 1022, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-034:before {
  content: "v";
}

/* line 1025, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-021:before {
  content: "w";
}

/* line 1028, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-008:before {
  content: "x";
}

/* line 1031, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-009:before {
  content: "y";
}

/* line 1034, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-022:before {
  content: "z";
}

/* line 1037, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-035:before {
  content: "A";
}

/* line 1040, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-036:before {
  content: "B";
}

/* line 1043, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-023:before {
  content: "C";
}

/* line 1046, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-010:before {
  content: "D";
}

/* line 1049, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-011:before {
  content: "E";
}

/* line 1052, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-024:before {
  content: "F";
}

/* line 1055, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-037:before {
  content: "G";
}

/* line 1058, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-038:before {
  content: "H";
}

/* line 1061, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-025:before {
  content: "I";
}

/* line 1064, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-012:before {
  content: "J";
}

/* line 1067, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-013:before {
  content: "K";
}

/* line 1070, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-026:before {
  content: "L";
}

/* line 1073, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-039:before {
  content: "M";
}

/* line 1076, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-052:before {
  content: "N";
}

/* line 1079, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-065:before {
  content: "O";
}

/* line 1082, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-078:before {
  content: "P";
}

/* line 1085, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-091:before {
  content: "Q";
}

/* line 1088, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-104:before {
  content: "R";
}

/* line 1091, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-117:before {
  content: "S";
}

/* line 1094, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-130:before {
  content: "T";
}

/* line 1097, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-143:before {
  content: "U";
}

/* line 1100, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-142:before {
  content: "V";
}

/* line 1103, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-129:before {
  content: "W";
}

/* line 1106, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-116:before {
  content: "X";
}

/* line 1109, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-103:before {
  content: "Y";
}

/* line 1112, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-090:before {
  content: "Z";
}

/* line 1115, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-077:before {
  content: "0";
}

/* line 1118, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-064:before {
  content: "1";
}

/* line 1121, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-051:before {
  content: "2";
}

/* line 1124, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-050:before {
  content: "3";
}

/* line 1127, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-063:before {
  content: "4";
}

/* line 1130, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-076:before {
  content: "5";
}

/* line 1133, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-089:before {
  content: "6";
}

/* line 1136, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-088:before {
  content: "7";
}

/* line 1139, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-075:before {
  content: "8";
}

/* line 1142, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-062:before {
  content: "9";
}

/* line 1145, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-049:before {
  content: "!";
}

/* line 1148, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-048:before {
  content: "\"";
}

/* line 1151, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-061:before {
  content: "#";
}

/* line 1154, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-074:before {
  content: "$";
}

/* line 1157, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-087:before {
  content: "%";
}

/* line 1160, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-100:before {
  content: "&";
}

/* line 1163, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-101:before {
  content: "'";
}

/* line 1166, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-102:before {
  content: "(";
}

/* line 1169, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-115:before {
  content: ")";
}

/* line 1172, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-114:before {
  content: "*";
}

/* line 1175, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-113:before {
  content: "+";
}

/* line 1178, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-126:before {
  content: ",";
}

/* line 1181, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-127:before {
  content: "-";
}

/* line 1184, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-128:before {
  content: ".";
}

/* line 1187, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-141:before {
  content: "/";
}

/* line 1190, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-140:before {
  content: ":";
}

/* line 1193, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-139:before {
  content: ";";
}

/* line 1196, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-138:before {
  content: "<";
}

/* line 1199, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-125:before {
  content: "=";
}

/* line 1202, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-124:before {
  content: ">";
}

/* line 1205, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-137:before {
  content: "?";
}

/* line 1208, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-136:before {
  content: "@";
}

/* line 1211, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-123:before {
  content: "[";
}

/* line 1214, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-110:before {
  content: "]";
}

/* line 1217, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-111:before {
  content: "^";
}

/* line 1220, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-112:before {
  content: "_";
}

/* line 1223, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-099:before {
  content: "`";
}

/* line 1226, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-098:before {
  content: "{";
}

/* line 1229, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-097:before {
  content: "|";
}

/* line 1232, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-084:before {
  content: "}";
}

/* line 1235, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-085:before {
  content: "~";
}

/* line 1238, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-086:before {
  content: "\\";
}

/* line 1241, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-073:before {
  content: "\e000";
}

/* line 1244, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-072:before {
  content: "\e001";
}

/* line 1247, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-071:before {
  content: "\e002";
}

/* line 1250, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-058:before {
  content: "\e003";
}

/* line 1253, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-059:before {
  content: "\e004";
}

/* line 1256, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-060:before {
  content: "\e005";
}

/* line 1259, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-047:before {
  content: "\e006";
}

/* line 1262, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-046:before {
  content: "\e007";
}

/* line 1265, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-045:before {
  content: "\e008";
}

/* line 1268, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-040:before {
  content: "\e009";
}

/* line 1271, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-041:before {
  content: "\e00a";
}

/* line 1274, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-054:before {
  content: "\e00b";
}

/* line 1277, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-053:before {
  content: "\e00c";
}

/* line 1280, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-066:before {
  content: "\e00d";
}

/* line 1283, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-067:before {
  content: "\e00e";
}

/* line 1286, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-068:before {
  content: "\e00f";
}

/* line 1289, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-055:before {
  content: "\e010";
}

/* line 1292, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-042:before {
  content: "\e011";
}

/* line 1295, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-043:before {
  content: "\e012";
}

/* line 1298, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-056:before {
  content: "\e013";
}

/* line 1301, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-069:before {
  content: "\e014";
}

/* line 1304, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-070:before {
  content: "\e015";
}

/* line 1307, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-057:before {
  content: "\e016";
}

/* line 1310, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-044:before {
  content: "\e017";
}

/* line 1313, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-083:before {
  content: "\e018";
}

/* line 1316, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-082:before {
  content: "\e019";
}

/* line 1319, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-081:before {
  content: "\e01a";
}

/* line 1322, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-080:before {
  content: "\e01b";
}

/* line 1325, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-079:before {
  content: "\e01c";
}

/* line 1328, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-092:before {
  content: "\e01d";
}

/* line 1331, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-105:before {
  content: "\e01e";
}

/* line 1334, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-118:before {
  content: "\e01f";
}

/* line 1337, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-131:before {
  content: "\e020";
}

/* line 1340, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-132:before {
  content: "\e021";
}

/* line 1343, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-119:before {
  content: "\e022";
}

/* line 1346, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-106:before {
  content: "\e023";
}

/* line 1349, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-093:before {
  content: "\e024";
}

/* line 1352, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-094:before {
  content: "\e025";
}

/* line 1355, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-107:before {
  content: "\e026";
}

/* line 1358, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-120:before {
  content: "\e027";
}

/* line 1361, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-133:before {
  content: "\e028";
}

/* line 1364, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-134:before {
  content: "\e029";
}

/* line 1367, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-108:before {
  content: "\e02a";
}

/* line 1370, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-095:before {
  content: "\e02b";
}

/* line 1373, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-096:before {
  content: "\e02c";
}

/* line 1376, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-109:before {
  content: "\e02d";
}

/* line 1379, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-122:before {
  content: "\e02e";
}

/* line 1382, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-121:before {
  content: "\e02f";
}

/* line 1385, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-135:before {
  content: "\e030";
}

/* line 1388, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-144:before {
  content: "\e031";
}

/* line 1391, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-157:before {
  content: "\e032";
}

/* line 1394, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-170:before {
  content: "\e033";
}

/* line 1397, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-183:before {
  content: "\e034";
}

/* line 1400, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-196:before {
  content: "\e035";
}

/* line 1403, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-197:before {
  content: "\e036";
}

/* line 1406, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-184:before {
  content: "\e037";
}

/* line 1409, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-171:before {
  content: "\e038";
}

/* line 1412, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-158:before {
  content: "\e039";
}

/* line 1415, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-145:before {
  content: "\e03a";
}

/* line 1418, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-146:before {
  content: "\e03b";
}

/* line 1421, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-159:before {
  content: "\e03c";
}

/* line 1424, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-172:before {
  content: "\e03d";
}

/* line 1427, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-185:before {
  content: "\e03e";
}

/* line 1430, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-198:before {
  content: "\e03f";
}

/* line 1433, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-199:before {
  content: "\e040";
}

/* line 1436, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-186:before {
  content: "\e041";
}

/* line 1439, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-173:before {
  content: "\e042";
}

/* line 1442, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-160:before {
  content: "\e043";
}

/* line 1445, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-147:before {
  content: "\e044";
}

/* line 1448, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-148:before {
  content: "\e045";
}

/* line 1451, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-161:before {
  content: "\e046";
}

/* line 1454, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-174:before {
  content: "\e047";
}

/* line 1457, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-187:before {
  content: "\e048";
}

/* line 1460, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-200:before {
  content: "\e049";
}

/* line 1463, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-188:before {
  content: "\e04a";
}

/* line 1466, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-175:before {
  content: "\e04b";
}

/* line 1469, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-162:before {
  content: "\e04c";
}

/* line 1472, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-149:before {
  content: "\e04d";
}

/* line 1475, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-150:before {
  content: "\e04e";
}

/* line 1478, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-163:before {
  content: "\e04f";
}

/* line 1481, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-176:before {
  content: "\e050";
}

/* line 1484, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-189:before {
  content: "\e051";
}

/* line 1487, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-190:before {
  content: "\e052";
}

/* line 1490, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-177:before {
  content: "\e053";
}

/* line 1493, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-164:before {
  content: "\e054";
}

/* line 1496, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-151:before {
  content: "\e055";
}

/* line 1499, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-152:before {
  content: "\e056";
}

/* line 1502, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-165:before {
  content: "\e057";
}

/* line 1505, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-178:before {
  content: "\e058";
}

/* line 1508, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-191:before {
  content: "\e059";
}

/* line 1511, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-192:before {
  content: "\e05a";
}

/* line 1514, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-179:before {
  content: "\e05b";
}

/* line 1517, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-166:before {
  content: "\e05c";
}

/* line 1520, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-153:before {
  content: "\e05d";
}

/* line 1523, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-154:before {
  content: "\e05e";
}

/* line 1526, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-167:before {
  content: "\e05f";
}

/* line 1529, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-180:before {
  content: "\e060";
}

/* line 1532, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-193:before {
  content: "\e061";
}

/* line 1535, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-194:before {
  content: "\e062";
}

/* line 1538, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-181:before {
  content: "\e063";
}

/* line 1541, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-168:before {
  content: "\e064";
}

/* line 1544, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-155:before {
  content: "\e065";
}

/* line 1547, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-156:before {
  content: "\e066";
}

/* line 1550, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-169:before {
  content: "\e067";
}

/* line 1553, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-182:before {
  content: "\e068";
}

/* line 1556, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-education-195:before {
  content: "\e069";
}

/* Electronics */
@font-face {
  font-family: "electronics";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/electronics.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/electronics.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/electronics.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/electronics.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/electronics.svg#electronics") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 1572, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-electronics]:before {
  font-family: "electronics" !important;
  content: attr(data-icon-electronics);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1585, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-electronics"]:before,
[class*=" icon-electronics"]:before {
  font-family: "electronics" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1598, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-001:before {
  content: "a";
}

/* line 1601, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-014:before {
  content: "b";
}

/* line 1604, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-027:before {
  content: "c";
}

/* line 1607, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-040:before {
  content: "d";
}

/* line 1610, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-053:before {
  content: "e";
}

/* line 1613, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-066:before {
  content: "f";
}

/* line 1616, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-079:before {
  content: "g";
}

/* line 1619, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-092:before {
  content: "h";
}

/* line 1622, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-093:before {
  content: "i";
}

/* line 1625, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-080:before {
  content: "j";
}

/* line 1628, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-067:before {
  content: "k";
}

/* line 1631, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-054:before {
  content: "l";
}

/* line 1634, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-041:before {
  content: "m";
}

/* line 1637, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-028:before {
  content: "n";
}

/* line 1640, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-015:before {
  content: "o";
}

/* line 1643, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-002:before {
  content: "p";
}

/* line 1646, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-003:before {
  content: "q";
}

/* line 1649, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-016:before {
  content: "r";
}

/* line 1652, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-029:before {
  content: "s";
}

/* line 1655, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-042:before {
  content: "t";
}

/* line 1658, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-055:before {
  content: "u";
}

/* line 1661, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-068:before {
  content: "v";
}

/* line 1664, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-081:before {
  content: "w";
}

/* line 1667, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-094:before {
  content: "x";
}

/* line 1670, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-095:before {
  content: "y";
}

/* line 1673, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-082:before {
  content: "z";
}

/* line 1676, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-069:before {
  content: "A";
}

/* line 1679, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-056:before {
  content: "B";
}

/* line 1682, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-043:before {
  content: "C";
}

/* line 1685, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-030:before {
  content: "D";
}

/* line 1688, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-017:before {
  content: "E";
}

/* line 1691, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-004:before {
  content: "F";
}

/* line 1694, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-005:before {
  content: "G";
}

/* line 1697, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-018:before {
  content: "H";
}

/* line 1700, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-031:before {
  content: "I";
}

/* line 1703, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-044:before {
  content: "J";
}

/* line 1706, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-057:before {
  content: "K";
}

/* line 1709, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-070:before {
  content: "L";
}

/* line 1712, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-083:before {
  content: "M";
}

/* line 1715, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-096:before {
  content: "N";
}

/* line 1718, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-097:before {
  content: "O";
}

/* line 1721, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-084:before {
  content: "P";
}

/* line 1724, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-071:before {
  content: "Q";
}

/* line 1727, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-058:before {
  content: "R";
}

/* line 1730, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-045:before {
  content: "S";
}

/* line 1733, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-032:before {
  content: "T";
}

/* line 1736, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-019:before {
  content: "U";
}

/* line 1739, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-006:before {
  content: "V";
}

/* line 1742, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-007:before {
  content: "W";
}

/* line 1745, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-020:before {
  content: "X";
}

/* line 1748, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-033:before {
  content: "Y";
}

/* line 1751, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-046:before {
  content: "Z";
}

/* line 1754, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-059:before {
  content: "0";
}

/* line 1757, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-072:before {
  content: "1";
}

/* line 1760, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-085:before {
  content: "2";
}

/* line 1763, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-098:before {
  content: "3";
}

/* line 1766, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-099:before {
  content: "4";
}

/* line 1769, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-086:before {
  content: "5";
}

/* line 1772, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-073:before {
  content: "6";
}

/* line 1775, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-060:before {
  content: "7";
}

/* line 1778, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-047:before {
  content: "8";
}

/* line 1781, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-034:before {
  content: "9";
}

/* line 1784, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-021:before {
  content: "!";
}

/* line 1787, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-008:before {
  content: "\"";
}

/* line 1790, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-009:before {
  content: "#";
}

/* line 1793, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-022:before {
  content: "$";
}

/* line 1796, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-035:before {
  content: "%";
}

/* line 1799, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-048:before {
  content: "&";
}

/* line 1802, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-049:before {
  content: "'";
}

/* line 1805, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-036:before {
  content: "(";
}

/* line 1808, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-023:before {
  content: ")";
}

/* line 1811, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-010:before {
  content: "*";
}

/* line 1814, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-011:before {
  content: "+";
}

/* line 1817, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-024:before {
  content: ",";
}

/* line 1820, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-025:before {
  content: "-";
}

/* line 1823, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-012:before {
  content: ".";
}

/* line 1826, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-013:before {
  content: "/";
}

/* line 1829, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-026:before {
  content: ":";
}

/* line 1832, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-039:before {
  content: ";";
}

/* line 1835, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-052:before {
  content: "<";
}

/* line 1838, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-065:before {
  content: "=";
}

/* line 1841, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-078:before {
  content: ">";
}

/* line 1844, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-091:before {
  content: "?";
}

/* line 1847, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-104:before {
  content: "@";
}

/* line 1850, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-103:before {
  content: "[";
}

/* line 1853, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-090:before {
  content: "]";
}

/* line 1856, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-064:before {
  content: "^";
}

/* line 1859, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-051:before {
  content: "_";
}

/* line 1862, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-038:before {
  content: "`";
}

/* line 1865, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-037:before {
  content: "{";
}

/* line 1868, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-050:before {
  content: "|";
}

/* line 1871, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-063:before {
  content: "}";
}

/* line 1874, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-076:before {
  content: "~";
}

/* line 1877, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-077:before {
  content: "\\";
}

/* line 1880, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-062:before {
  content: "\e000";
}

/* line 1883, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-061:before {
  content: "\e001";
}

/* line 1886, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-074:before {
  content: "\e002";
}

/* line 1889, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-075:before {
  content: "\e003";
}

/* line 1892, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-088:before {
  content: "\e004";
}

/* line 1895, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-087:before {
  content: "\e005";
}

/* line 1898, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-089:before {
  content: "\e006";
}

/* line 1901, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-102:before {
  content: "\e007";
}

/* line 1904, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-101:before {
  content: "\e008";
}

/* line 1907, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-100:before {
  content: "\e009";
}

/* line 1910, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-105:before {
  content: "\e00a";
}

/* line 1913, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-118:before {
  content: "\e00b";
}

/* line 1916, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-131:before {
  content: "\e00c";
}

/* line 1919, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-144:before {
  content: "\e00d";
}

/* line 1922, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-157:before {
  content: "\e00e";
}

/* line 1925, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-158:before {
  content: "\e00f";
}

/* line 1928, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-145:before {
  content: "\e010";
}

/* line 1931, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-132:before {
  content: "\e011";
}

/* line 1934, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-119:before {
  content: "\e012";
}

/* line 1937, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-106:before {
  content: "\e013";
}

/* line 1940, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-107:before {
  content: "\e014";
}

/* line 1943, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-120:before {
  content: "\e015";
}

/* line 1946, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-133:before {
  content: "\e016";
}

/* line 1949, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-146:before {
  content: "\e017";
}

/* line 1952, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-159:before {
  content: "\e018";
}

/* line 1955, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-160:before {
  content: "\e019";
}

/* line 1958, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-147:before {
  content: "\e01a";
}

/* line 1961, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-134:before {
  content: "\e01b";
}

/* line 1964, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-121:before {
  content: "\e01c";
}

/* line 1967, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-108:before {
  content: "\e01d";
}

/* line 1970, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-109:before {
  content: "\e01e";
}

/* line 1973, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-122:before {
  content: "\e01f";
}

/* line 1976, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-135:before {
  content: "\e020";
}

/* line 1979, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-148:before {
  content: "\e021";
}

/* line 1982, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-149:before {
  content: "\e022";
}

/* line 1985, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-136:before {
  content: "\e023";
}

/* line 1988, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-123:before {
  content: "\e024";
}

/* line 1991, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-110:before {
  content: "\e025";
}

/* line 1994, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-111:before {
  content: "\e026";
}

/* line 1997, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-124:before {
  content: "\e027";
}

/* line 2000, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-137:before {
  content: "\e028";
}

/* line 2003, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-150:before {
  content: "\e029";
}

/* line 2006, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-151:before {
  content: "\e02a";
}

/* line 2009, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-138:before {
  content: "\e02b";
}

/* line 2012, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-125:before {
  content: "\e02c";
}

/* line 2015, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-112:before {
  content: "\e02d";
}

/* line 2018, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-113:before {
  content: "\e02e";
}

/* line 2021, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-126:before {
  content: "\e02f";
}

/* line 2024, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-139:before {
  content: "\e030";
}

/* line 2027, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-152:before {
  content: "\e031";
}

/* line 2030, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-153:before {
  content: "\e032";
}

/* line 2033, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-140:before {
  content: "\e033";
}

/* line 2036, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-127:before {
  content: "\e034";
}

/* line 2039, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-114:before {
  content: "\e035";
}

/* line 2042, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-115:before {
  content: "\e036";
}

/* line 2045, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-128:before {
  content: "\e037";
}

/* line 2048, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-141:before {
  content: "\e038";
}

/* line 2051, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-154:before {
  content: "\e039";
}

/* line 2054, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-155:before {
  content: "\e03a";
}

/* line 2057, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-142:before {
  content: "\e03b";
}

/* line 2060, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-129:before {
  content: "\e03c";
}

/* line 2063, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-116:before {
  content: "\e03d";
}

/* line 2066, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-117:before {
  content: "\e03e";
}

/* line 2069, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-130:before {
  content: "\e03f";
}

/* line 2072, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-143:before {
  content: "\e040";
}

/* line 2075, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-electronics-156:before {
  content: "\e041";
}

/* Finance */
@font-face {
  font-family: "finance";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/finance.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/finance.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/finance.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/finance.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/finance.svg#finance") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 2092, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-finance]:before {
  font-family: "finance" !important;
  content: attr(data-icon-finance);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2105, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-finance"]:before,
[class*=" icon-finance"]:before {
  font-family: "finance" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2118, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-260:before {
  content: "a";
}

/* line 2121, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-259:before {
  content: "b";
}

/* line 2124, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-246:before {
  content: "c";
}

/* line 2127, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-247:before {
  content: "d";
}

/* line 2130, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-234:before {
  content: "e";
}

/* line 2133, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-233:before {
  content: "f";
}

/* line 2136, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-232:before {
  content: "g";
}

/* line 2139, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-245:before {
  content: "h";
}

/* line 2142, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-258:before {
  content: "i";
}

/* line 2145, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-257:before {
  content: "j";
}

/* line 2148, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-256:before {
  content: "k";
}

/* line 2151, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-243:before {
  content: "l";
}

/* line 2154, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-244:before {
  content: "m";
}

/* line 2157, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-231:before {
  content: "n";
}

/* line 2160, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-230:before {
  content: "o";
}

/* line 2163, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-229:before {
  content: "p";
}

/* line 2166, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-242:before {
  content: "q";
}

/* line 2169, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-255:before {
  content: "r";
}

/* line 2172, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-254:before {
  content: "s";
}

/* line 2175, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-241:before {
  content: "t";
}

/* line 2178, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-228:before {
  content: "u";
}

/* line 2181, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-227:before {
  content: "v";
}

/* line 2184, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-240:before {
  content: "w";
}

/* line 2187, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-253:before {
  content: "x";
}

/* line 2190, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-252:before {
  content: "y";
}

/* line 2193, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-239:before {
  content: "z";
}

/* line 2196, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-226:before {
  content: "A";
}

/* line 2199, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-225:before {
  content: "B";
}

/* line 2202, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-238:before {
  content: "C";
}

/* line 2205, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-251:before {
  content: "D";
}

/* line 2208, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-250:before {
  content: "E";
}

/* line 2211, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-237:before {
  content: "F";
}

/* line 2214, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-224:before {
  content: "G";
}

/* line 2217, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-223:before {
  content: "H";
}

/* line 2220, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-236:before {
  content: "I";
}

/* line 2223, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-249:before {
  content: "J";
}

/* line 2226, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-235:before {
  content: "K";
}

/* line 2229, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-222:before {
  content: "L";
}

/* line 2232, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-248:before {
  content: "M";
}

/* line 2235, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-209:before {
  content: "N";
}

/* line 2238, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-196:before {
  content: "O";
}

/* line 2241, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-183:before {
  content: "P";
}

/* line 2244, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-184:before {
  content: "Q";
}

/* line 2247, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-197:before {
  content: "R";
}

/* line 2250, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-210:before {
  content: "S";
}

/* line 2253, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-211:before {
  content: "T";
}

/* line 2256, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-198:before {
  content: "U";
}

/* line 2259, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-185:before {
  content: "V";
}

/* line 2262, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-186:before {
  content: "W";
}

/* line 2265, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-199:before {
  content: "X";
}

/* line 2268, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-212:before {
  content: "Y";
}

/* line 2271, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-213:before {
  content: "Z";
}

/* line 2274, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-200:before {
  content: "0";
}

/* line 2277, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-187:before {
  content: "1";
}

/* line 2280, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-188:before {
  content: "2";
}

/* line 2283, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-189:before {
  content: "3";
}

/* line 2286, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-201:before {
  content: "4";
}

/* line 2289, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-214:before {
  content: "5";
}

/* line 2292, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-215:before {
  content: "6";
}

/* line 2295, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-202:before {
  content: "7";
}

/* line 2298, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-216:before {
  content: "8";
}

/* line 2301, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-203:before {
  content: "9";
}

/* line 2304, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-204:before {
  content: "!";
}

/* line 2307, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-217:before {
  content: "\"";
}

/* line 2310, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-191:before {
  content: "#";
}

/* line 2313, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-190:before {
  content: "$";
}

/* line 2316, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-192:before {
  content: "%";
}

/* line 2319, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-205:before {
  content: "&";
}

/* line 2322, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-218:before {
  content: "'";
}

/* line 2325, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-219:before {
  content: "(";
}

/* line 2328, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-206:before {
  content: ")";
}

/* line 2331, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-193:before {
  content: "*";
}

/* line 2334, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-194:before {
  content: "+";
}

/* line 2337, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-207:before {
  content: ",";
}

/* line 2340, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-220:before {
  content: "-";
}

/* line 2343, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-221:before {
  content: ".";
}

/* line 2346, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-208:before {
  content: "/";
}

/* line 2349, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-195:before {
  content: ":";
}

/* line 2352, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-182:before {
  content: ";";
}

/* line 2355, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-181:before {
  content: "<";
}

/* line 2358, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-180:before {
  content: "=";
}

/* line 2361, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-167:before {
  content: ">";
}

/* line 2364, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-168:before {
  content: "?";
}

/* line 2367, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-169:before {
  content: "@";
}

/* line 2370, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-156:before {
  content: "[";
}

/* line 2373, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-155:before {
  content: "]";
}

/* line 2376, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-154:before {
  content: "^";
}

/* line 2379, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-141:before {
  content: "_";
}

/* line 2382, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-142:before {
  content: "`";
}

/* line 2385, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-143:before {
  content: "{";
}

/* line 2388, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-130:before {
  content: "|";
}

/* line 2391, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-129:before {
  content: "}";
}

/* line 2394, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-128:before {
  content: "~";
}

/* line 2397, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-127:before {
  content: "\\";
}

/* line 2400, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-140:before {
  content: "\e000";
}

/* line 2403, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-139:before {
  content: "\e001";
}

/* line 2406, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-126:before {
  content: "\e002";
}

/* line 2409, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-125:before {
  content: "\e003";
}

/* line 2412, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-138:before {
  content: "\e004";
}

/* line 2415, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-151:before {
  content: "\e005";
}

/* line 2418, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-152:before {
  content: "\e006";
}

/* line 2421, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-153:before {
  content: "\e007";
}

/* line 2424, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-166:before {
  content: "\e008";
}

/* line 2427, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-179:before {
  content: "\e009";
}

/* line 2430, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-178:before {
  content: "\e00a";
}

/* line 2433, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-165:before {
  content: "\e00b";
}

/* line 2436, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-164:before {
  content: "\e00c";
}

/* line 2439, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-177:before {
  content: "\e00d";
}

/* line 2442, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-176:before {
  content: "\e00e";
}

/* line 2445, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-163:before {
  content: "\e00f";
}

/* line 2448, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-150:before {
  content: "\e010";
}

/* line 2451, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-137:before {
  content: "\e011";
}

/* line 2454, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-124:before {
  content: "\e012";
}

/* line 2457, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-123:before {
  content: "\e013";
}

/* line 2460, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-136:before {
  content: "\e014";
}

/* line 2463, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-149:before {
  content: "\e015";
}

/* line 2466, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-162:before {
  content: "\e016";
}

/* line 2469, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-175:before {
  content: "\e017";
}

/* line 2472, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-174:before {
  content: "\e018";
}

/* line 2475, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-161:before {
  content: "\e019";
}

/* line 2478, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-148:before {
  content: "\e01a";
}

/* line 2481, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-135:before {
  content: "\e01b";
}

/* line 2484, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-122:before {
  content: "\e01c";
}

/* line 2487, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-121:before {
  content: "\e01d";
}

/* line 2490, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-134:before {
  content: "\e01e";
}

/* line 2493, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-147:before {
  content: "\e01f";
}

/* line 2496, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-160:before {
  content: "\e020";
}

/* line 2499, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-173:before {
  content: "\e021";
}

/* line 2502, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-172:before {
  content: "\e022";
}

/* line 2505, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-146:before {
  content: "\e023";
}

/* line 2508, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-133:before {
  content: "\e024";
}

/* line 2511, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-120:before {
  content: "\e025";
}

/* line 2514, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-159:before {
  content: "\e026";
}

/* line 2517, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-158:before {
  content: "\e027";
}

/* line 2520, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-171:before {
  content: "\e028";
}

/* line 2523, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-170:before {
  content: "\e029";
}

/* line 2526, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-157:before {
  content: "\e02a";
}

/* line 2529, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-144:before {
  content: "\e02b";
}

/* line 2532, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-145:before {
  content: "\e02c";
}

/* line 2535, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-132:before {
  content: "\e02d";
}

/* line 2538, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-131:before {
  content: "\e02e";
}

/* line 2541, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-118:before {
  content: "\e02f";
}

/* line 2544, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-119:before {
  content: "\e030";
}

/* line 2547, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-106:before {
  content: "\e031";
}

/* line 2550, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-105:before {
  content: "\e032";
}

/* line 2553, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-092:before {
  content: "\e033";
}

/* line 2556, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-093:before {
  content: "\e034";
}

/* line 2559, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-107:before {
  content: "\e035";
}

/* line 2562, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-094:before {
  content: "\e036";
}

/* line 2565, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-095:before {
  content: "\e037";
}

/* line 2568, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-108:before {
  content: "\e038";
}

/* line 2571, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-109:before {
  content: "\e039";
}

/* line 2574, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-096:before {
  content: "\e03a";
}

/* line 2577, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-097:before {
  content: "\e03b";
}

/* line 2580, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-110:before {
  content: "\e03c";
}

/* line 2583, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-111:before {
  content: "\e03d";
}

/* line 2586, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-098:before {
  content: "\e03e";
}

/* line 2589, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-099:before {
  content: "\e03f";
}

/* line 2592, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-112:before {
  content: "\e040";
}

/* line 2595, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-113:before {
  content: "\e041";
}

/* line 2598, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-100:before {
  content: "\e042";
}

/* line 2601, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-101:before {
  content: "\e043";
}

/* line 2604, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-114:before {
  content: "\e044";
}

/* line 2607, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-115:before {
  content: "\e045";
}

/* line 2610, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-102:before {
  content: "\e046";
}

/* line 2613, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-116:before {
  content: "\e048";
}

/* line 2616, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-117:before {
  content: "\e049";
}

/* line 2619, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-104:before {
  content: "\e047";
}

/* line 2622, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-103:before {
  content: "\e04a";
}

/* line 2625, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-014:before {
  content: "\e04b";
}

/* line 2628, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-027:before {
  content: "\e04c";
}

/* line 2631, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-040:before {
  content: "\e04d";
}

/* line 2634, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-053:before {
  content: "\e04e";
}

/* line 2637, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-066:before {
  content: "\e04f";
}

/* line 2640, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-079:before {
  content: "\e050";
}

/* line 2643, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-080:before {
  content: "\e051";
}

/* line 2646, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-067:before {
  content: "\e052";
}

/* line 2649, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-068:before {
  content: "\e053";
}

/* line 2652, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-081:before {
  content: "\e054";
}

/* line 2655, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-070:before {
  content: "\e055";
}

/* line 2658, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-083:before {
  content: "\e056";
}

/* line 2661, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-082:before {
  content: "\e057";
}

/* line 2664, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-069:before {
  content: "\e058";
}

/* line 2667, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-071:before {
  content: "\e059";
}

/* line 2670, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-084:before {
  content: "\e05a";
}

/* line 2673, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-085:before {
  content: "\e05b";
}

/* line 2676, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-072:before {
  content: "\e05c";
}

/* line 2679, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-073:before {
  content: "\e05d";
}

/* line 2682, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-086:before {
  content: "\e05e";
}

/* line 2685, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-087:before {
  content: "\e05f";
}

/* line 2688, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-074:before {
  content: "\e060";
}

/* line 2691, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-075:before {
  content: "\e061";
}

/* line 2694, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-088:before {
  content: "\e062";
}

/* line 2697, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-089:before {
  content: "\e063";
}

/* line 2700, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-076:before {
  content: "\e064";
}

/* line 2703, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-077:before {
  content: "\e065";
}

/* line 2706, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-090:before {
  content: "\e066";
}

/* line 2709, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-091:before {
  content: "\e067";
}

/* line 2712, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-078:before {
  content: "\e068";
}

/* line 2715, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-065:before {
  content: "\e069";
}

/* line 2718, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-052:before {
  content: "\e06a";
}

/* line 2721, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-039:before {
  content: "\e06b";
}

/* line 2724, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-026:before {
  content: "\e06c";
}

/* line 2727, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-025:before {
  content: "\e06d";
}

/* line 2730, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-038:before {
  content: "\e06e";
}

/* line 2733, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-051:before {
  content: "\e06f";
}

/* line 2736, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-064:before {
  content: "\e070";
}

/* line 2739, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-063:before {
  content: "\e071";
}

/* line 2742, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-050:before {
  content: "\e072";
}

/* line 2745, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-037:before {
  content: "\e073";
}

/* line 2748, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-024:before {
  content: "\e074";
}

/* line 2751, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-023:before {
  content: "\e075";
}

/* line 2754, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-036:before {
  content: "\e076";
}

/* line 2757, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-049:before {
  content: "\e077";
}

/* line 2760, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-062:before {
  content: "\e078";
}

/* line 2763, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-061:before {
  content: "\e079";
}

/* line 2766, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-048:before {
  content: "\e07a";
}

/* line 2769, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-035:before {
  content: "\e07b";
}

/* line 2772, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-022:before {
  content: "\e07c";
}

/* line 2775, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-021:before {
  content: "\e07d";
}

/* line 2778, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-034:before {
  content: "\e07e";
}

/* line 2781, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-047:before {
  content: "\e07f";
}

/* line 2784, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-060:before {
  content: "\e080";
}

/* line 2787, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-059:before {
  content: "\e081";
}

/* line 2790, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-046:before {
  content: "\e082";
}

/* line 2793, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-033:before {
  content: "\e083";
}

/* line 2796, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-020:before {
  content: "\e084";
}

/* line 2799, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-019:before {
  content: "\e085";
}

/* line 2802, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-032:before {
  content: "\e086";
}

/* line 2805, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-045:before {
  content: "\e087";
}

/* line 2808, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-058:before {
  content: "\e088";
}

/* line 2811, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-057:before {
  content: "\e089";
}

/* line 2814, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-044:before {
  content: "\e08a";
}

/* line 2817, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-031:before {
  content: "\e08b";
}

/* line 2820, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-018:before {
  content: "\e08c";
}

/* line 2823, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-017:before {
  content: "\e08d";
}

/* line 2826, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-030:before {
  content: "\e08e";
}

/* line 2829, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-043:before {
  content: "\e08f";
}

/* line 2832, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-056:before {
  content: "\e090";
}

/* line 2835, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-055:before {
  content: "\e091";
}

/* line 2838, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-042:before {
  content: "\e092";
}

/* line 2841, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-029:before {
  content: "\e093";
}

/* line 2844, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-016:before {
  content: "\e094";
}

/* line 2847, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-015:before {
  content: "\e095";
}

/* line 2850, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-028:before {
  content: "\e096";
}

/* line 2853, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-041:before {
  content: "\e097";
}

/* line 2856, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-054:before {
  content: "\e098";
}

/* line 2859, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-001:before {
  content: "\e099";
}

/* line 2862, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-002:before {
  content: "\e09a";
}

/* line 2865, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-003:before {
  content: "\e09b";
}

/* line 2868, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-004:before {
  content: "\e09c";
}

/* line 2871, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-005:before {
  content: "\e09d";
}

/* line 2874, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-006:before {
  content: "\e09e";
}

/* line 2877, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-007:before {
  content: "\e09f";
}

/* line 2880, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-008:before {
  content: "\e0a0";
}

/* line 2883, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-009:before {
  content: "\e0a1";
}

/* line 2886, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-010:before {
  content: "\e0a2";
}

/* line 2889, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-011:before {
  content: "\e0a3";
}

/* line 2892, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-012:before {
  content: "\e0a4";
}

/* line 2895, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-finance-013:before {
  content: "\e0a5";
}

/* Food */
@font-face {
  font-family: "food-48";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/food-48.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/food-48.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/food-48.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/food-48.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/food-48.svg#food-48") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 2911, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-food]:before {
  font-family: "food-48" !important;
  content: attr(data-icon-food);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2924, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-food"]:before,
[class*=" icon-food"]:before {
  font-family: "food-48" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2937, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-001:before {
  content: "a";
}

/* line 2940, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-014:before {
  content: "b";
}

/* line 2943, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-027:before {
  content: "c";
}

/* line 2946, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-040:before {
  content: "d";
}

/* line 2949, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-041:before {
  content: "e";
}

/* line 2952, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-028:before {
  content: "f";
}

/* line 2955, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-015:before {
  content: "g";
}

/* line 2958, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-002:before {
  content: "h";
}

/* line 2961, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-003:before {
  content: "i";
}

/* line 2964, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-016:before {
  content: "j";
}

/* line 2967, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-029:before {
  content: "k";
}

/* line 2970, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-042:before {
  content: "l";
}

/* line 2973, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-043:before {
  content: "m";
}

/* line 2976, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-030:before {
  content: "n";
}

/* line 2979, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-017:before {
  content: "o";
}

/* line 2982, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-004:before {
  content: "p";
}

/* line 2985, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-005:before {
  content: "q";
}

/* line 2988, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-018:before {
  content: "r";
}

/* line 2991, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-031:before {
  content: "s";
}

/* line 2994, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-044:before {
  content: "t";
}

/* line 2997, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-045:before {
  content: "u";
}

/* line 3000, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-032:before {
  content: "v";
}

/* line 3003, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-019:before {
  content: "w";
}

/* line 3006, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-006:before {
  content: "x";
}

/* line 3009, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-007:before {
  content: "y";
}

/* line 3012, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-020:before {
  content: "z";
}

/* line 3015, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-033:before {
  content: "A";
}

/* line 3018, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-046:before {
  content: "B";
}

/* line 3021, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-047:before {
  content: "C";
}

/* line 3024, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-034:before {
  content: "D";
}

/* line 3027, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-021:before {
  content: "E";
}

/* line 3030, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-008:before {
  content: "F";
}

/* line 3033, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-009:before {
  content: "G";
}

/* line 3036, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-022:before {
  content: "H";
}

/* line 3039, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-035:before {
  content: "I";
}

/* line 3042, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-048:before {
  content: "J";
}

/* line 3045, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-049:before {
  content: "K";
}

/* line 3048, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-036:before {
  content: "L";
}

/* line 3051, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-023:before {
  content: "M";
}

/* line 3054, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-010:before {
  content: "N";
}

/* line 3057, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-011:before {
  content: "O";
}

/* line 3060, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-024:before {
  content: "P";
}

/* line 3063, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-037:before {
  content: "Q";
}

/* line 3066, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-050:before {
  content: "R";
}

/* line 3069, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-051:before {
  content: "S";
}

/* line 3072, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-038:before {
  content: "T";
}

/* line 3075, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-025:before {
  content: "U";
}

/* line 3078, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-012:before {
  content: "V";
}

/* line 3081, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-013:before {
  content: "W";
}

/* line 3084, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-026:before {
  content: "X";
}

/* line 3087, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-039:before {
  content: "Y";
}

/* line 3090, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-052:before {
  content: "Z";
}

/* line 3093, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-065:before {
  content: "0";
}

/* line 3096, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-078:before {
  content: "1";
}

/* line 3099, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-091:before {
  content: "2";
}

/* line 3102, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-104:before {
  content: "3";
}

/* line 3105, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-103:before {
  content: "4";
}

/* line 3108, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-090:before {
  content: "5";
}

/* line 3111, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-077:before {
  content: "6";
}

/* line 3114, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-064:before {
  content: "7";
}

/* line 3117, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-063:before {
  content: "8";
}

/* line 3120, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-076:before {
  content: "9";
}

/* line 3123, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-089:before {
  content: "!";
}

/* line 3126, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-102:before {
  content: "\"";
}

/* line 3129, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-101:before {
  content: "#";
}

/* line 3132, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-088:before {
  content: "$";
}

/* line 3135, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-075:before {
  content: "%";
}

/* line 3138, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-062:before {
  content: "&";
}

/* line 3141, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-061:before {
  content: "'";
}

/* line 3144, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-074:before {
  content: "(";
}

/* line 3147, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-087:before {
  content: ")";
}

/* line 3150, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-100:before {
  content: "*";
}

/* line 3153, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-099:before {
  content: "+";
}

/* line 3156, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-086:before {
  content: ",";
}

/* line 3159, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-073:before {
  content: "-";
}

/* line 3162, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-060:before {
  content: ".";
}

/* line 3165, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-059:before {
  content: "/";
}

/* line 3168, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-072:before {
  content: ":";
}

/* line 3171, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-085:before {
  content: ";";
}

/* line 3174, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-098:before {
  content: "<";
}

/* line 3177, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-097:before {
  content: "=";
}

/* line 3180, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-084:before {
  content: ">";
}

/* line 3183, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-071:before {
  content: "?";
}

/* line 3186, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-058:before {
  content: "@";
}

/* line 3189, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-057:before {
  content: "[";
}

/* line 3192, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-070:before {
  content: "]";
}

/* line 3195, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-083:before {
  content: "^";
}

/* line 3198, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-096:before {
  content: "_";
}

/* line 3201, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-095:before {
  content: "`";
}

/* line 3204, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-082:before {
  content: "{";
}

/* line 3207, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-069:before {
  content: "|";
}

/* line 3210, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-056:before {
  content: "}";
}

/* line 3213, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-055:before {
  content: "~";
}

/* line 3216, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-068:before {
  content: "\\";
}

/* line 3219, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-081:before {
  content: "\e000";
}

/* line 3222, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-094:before {
  content: "\e001";
}

/* line 3225, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-093:before {
  content: "\e002";
}

/* line 3228, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-080:before {
  content: "\e003";
}

/* line 3231, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-067:before {
  content: "\e004";
}

/* line 3234, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-054:before {
  content: "\e005";
}

/* line 3237, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-053:before {
  content: "\e006";
}

/* line 3240, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-066:before {
  content: "\e007";
}

/* line 3243, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-079:before {
  content: "\e008";
}

/* line 3246, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-092:before {
  content: "\e009";
}

/* line 3249, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-105:before {
  content: "\e00a";
}

/* line 3252, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-118:before {
  content: "\e00b";
}

/* line 3255, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-131:before {
  content: "\e00c";
}

/* line 3258, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-144:before {
  content: "\e00d";
}

/* line 3261, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-157:before {
  content: "\e00e";
}

/* line 3264, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-170:before {
  content: "\e00f";
}

/* line 3267, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-171:before {
  content: "\e010";
}

/* line 3270, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-158:before {
  content: "\e011";
}

/* line 3273, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-145:before {
  content: "\e012";
}

/* line 3276, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-132:before {
  content: "\e013";
}

/* line 3279, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-119:before {
  content: "\e014";
}

/* line 3282, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-106:before {
  content: "\e015";
}

/* line 3285, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-107:before {
  content: "\e016";
}

/* line 3288, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-120:before {
  content: "\e017";
}

/* line 3291, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-133:before {
  content: "\e018";
}

/* line 3294, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-146:before {
  content: "\e019";
}

/* line 3297, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-159:before {
  content: "\e01a";
}

/* line 3300, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-172:before {
  content: "\e01b";
}

/* line 3303, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-173:before {
  content: "\e01c";
}

/* line 3306, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-160:before {
  content: "\e01d";
}

/* line 3309, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-147:before {
  content: "\e01e";
}

/* line 3312, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-134:before {
  content: "\e01f";
}

/* line 3315, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-121:before {
  content: "\e020";
}

/* line 3318, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-108:before {
  content: "\e021";
}

/* line 3321, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-109:before {
  content: "\e022";
}

/* line 3324, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-122:before {
  content: "\e023";
}

/* line 3327, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-135:before {
  content: "\e024";
}

/* line 3330, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-148:before {
  content: "\e025";
}

/* line 3333, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-161:before {
  content: "\e026";
}

/* line 3336, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-174:before {
  content: "\e027";
}

/* line 3339, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-175:before {
  content: "\e028";
}

/* line 3342, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-162:before {
  content: "\e029";
}

/* line 3345, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-149:before {
  content: "\e02a";
}

/* line 3348, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-136:before {
  content: "\e02b";
}

/* line 3351, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-123:before {
  content: "\e02c";
}

/* line 3354, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-110:before {
  content: "\e02d";
}

/* line 3357, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-111:before {
  content: "\e02e";
}

/* line 3360, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-124:before {
  content: "\e02f";
}

/* line 3363, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-137:before {
  content: "\e030";
}

/* line 3366, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-150:before {
  content: "\e031";
}

/* line 3369, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-163:before {
  content: "\e032";
}

/* line 3372, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-176:before {
  content: "\e033";
}

/* line 3375, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-177:before {
  content: "\e034";
}

/* line 3378, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-164:before {
  content: "\e035";
}

/* line 3381, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-151:before {
  content: "\e036";
}

/* line 3384, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-138:before {
  content: "\e037";
}

/* line 3387, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-125:before {
  content: "\e038";
}

/* line 3390, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-112:before {
  content: "\e039";
}

/* line 3393, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-113:before {
  content: "\e03a";
}

/* line 3396, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-126:before {
  content: "\e03b";
}

/* line 3399, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-139:before {
  content: "\e03c";
}

/* line 3402, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-152:before {
  content: "\e03d";
}

/* line 3405, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-165:before {
  content: "\e03e";
}

/* line 3408, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-178:before {
  content: "\e03f";
}

/* line 3411, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-191:before {
  content: "\e040";
}

/* line 3414, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-192:before {
  content: "\e041";
}

/* line 3417, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-166:before {
  content: "\e042";
}

/* line 3420, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-153:before {
  content: "\e043";
}

/* line 3423, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-140:before {
  content: "\e044";
}

/* line 3426, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-127:before {
  content: "\e045";
}

/* line 3429, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-114:before {
  content: "\e046";
}

/* line 3432, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-115:before {
  content: "\e047";
}

/* line 3435, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-128:before {
  content: "\e048";
}

/* line 3438, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-129:before {
  content: "\e049";
}

/* line 3441, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-116:before {
  content: "\e04a";
}

/* line 3444, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-117:before {
  content: "\e04b";
}

/* line 3447, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-130:before {
  content: "\e04c";
}

/* line 3450, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-143:before {
  content: "\e04d";
}

/* line 3453, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-142:before {
  content: "\e04e";
}

/* line 3456, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-141:before {
  content: "\e04f";
}

/* line 3459, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-154:before {
  content: "\e050";
}

/* line 3462, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-155:before {
  content: "\e051";
}

/* line 3465, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-156:before {
  content: "\e052";
}

/* line 3468, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-169:before {
  content: "\e053";
}

/* line 3471, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-168:before {
  content: "\e054";
}

/* line 3474, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-167:before {
  content: "\e055";
}

/* line 3477, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-179:before {
  content: "\e056";
}

/* line 3480, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-180:before {
  content: "\e057";
}

/* line 3483, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-181:before {
  content: "\e058";
}

/* line 3486, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-182:before {
  content: "\e059";
}

/* line 3489, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-195:before {
  content: "\e05a";
}

/* line 3492, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-194:before {
  content: "\e05b";
}

/* line 3495, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-193:before {
  content: "\e05c";
}

/* line 3498, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-190:before {
  content: "\e05d";
}

/* line 3501, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-189:before {
  content: "\e05e";
}

/* line 3504, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-188:before {
  content: "\e05f";
}

/* line 3507, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-187:before {
  content: "\e060";
}

/* line 3510, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-185:before {
  content: "\e061";
}

/* line 3513, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-184:before {
  content: "\e062";
}

/* line 3516, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-183:before {
  content: "\e063";
}

/* line 3519, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-186:before {
  content: "\e064";
}

/* line 3522, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-208:before {
  content: "\e065";
}

/* line 3525, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-221:before {
  content: "\e066";
}

/* line 3528, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-220:before {
  content: "\e067";
}

/* line 3531, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-207:before {
  content: "\e068";
}

/* line 3534, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-206:before {
  content: "\e069";
}

/* line 3537, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-219:before {
  content: "\e06a";
}

/* line 3540, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-205:before {
  content: "\e06b";
}

/* line 3543, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-204:before {
  content: "\e06c";
}

/* line 3546, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-217:before {
  content: "\e06d";
}

/* line 3549, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-216:before {
  content: "\e06e";
}

/* line 3552, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-203:before {
  content: "\e06f";
}

/* line 3555, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-202:before {
  content: "\e070";
}

/* line 3558, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-215:before {
  content: "\e071";
}

/* line 3561, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-214:before {
  content: "\e072";
}

/* line 3564, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-201:before {
  content: "\e073";
}

/* line 3567, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-200:before {
  content: "\e074";
}

/* line 3570, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-213:before {
  content: "\e075";
}

/* line 3573, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-212:before {
  content: "\e076";
}

/* line 3576, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-199:before {
  content: "\e077";
}

/* line 3579, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-198:before {
  content: "\e078";
}

/* line 3582, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-211:before {
  content: "\e079";
}

/* line 3585, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-210:before {
  content: "\e07a";
}

/* line 3588, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-197:before {
  content: "\e07b";
}

/* line 3591, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-196:before {
  content: "\e07c";
}

/* line 3594, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-209:before {
  content: "\e07d";
}

/* line 3597, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-222:before {
  content: "\e07e";
}

/* line 3600, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-235:before {
  content: "\e07f";
}

/* line 3603, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-248:before {
  content: "\e080";
}

/* line 3606, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-249:before {
  content: "\e081";
}

/* line 3609, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-236:before {
  content: "\e082";
}

/* line 3612, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-223:before {
  content: "\e083";
}

/* line 3615, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-224:before {
  content: "\e084";
}

/* line 3618, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-237:before {
  content: "\e085";
}

/* line 3621, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-250:before {
  content: "\e086";
}

/* line 3624, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-251:before {
  content: "\e087";
}

/* line 3627, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-238:before {
  content: "\e088";
}

/* line 3630, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-225:before {
  content: "\e089";
}

/* line 3633, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-226:before {
  content: "\e08a";
}

/* line 3636, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-239:before {
  content: "\e08b";
}

/* line 3639, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-252:before {
  content: "\e08c";
}

/* line 3642, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-253:before {
  content: "\e08d";
}

/* line 3645, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-240:before {
  content: "\e08e";
}

/* line 3648, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-227:before {
  content: "\e08f";
}

/* line 3651, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-228:before {
  content: "\e090";
}

/* line 3654, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-241:before {
  content: "\e091";
}

/* line 3657, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-254:before {
  content: "\e092";
}

/* line 3660, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-255:before {
  content: "\e093";
}

/* line 3663, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-242:before {
  content: "\e094";
}

/* line 3666, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-229:before {
  content: "\e095";
}

/* line 3669, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-230:before {
  content: "\e096";
}

/* line 3672, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-243:before {
  content: "\e097";
}

/* line 3675, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-256:before {
  content: "\e098";
}

/* line 3678, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-257:before {
  content: "\e099";
}

/* line 3681, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-244:before {
  content: "\e09a";
}

/* line 3684, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-231:before {
  content: "\e09b";
}

/* line 3687, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-232:before {
  content: "\e09c";
}

/* line 3690, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-245:before {
  content: "\e09d";
}

/* line 3693, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-258:before {
  content: "\e09e";
}

/* line 3696, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-218:before {
  content: "\e09f";
}

/* line 3699, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-233:before {
  content: "\e0a0";
}

/* line 3702, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-246:before {
  content: "\e0a1";
}

/* line 3705, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-259:before {
  content: "\e0a2";
}

/* line 3708, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-260:before {
  content: "\e0a3";
}

/* line 3711, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-247:before {
  content: "\e0a4";
}

/* line 3714, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-234:before {
  content: "\e0a5";
}

/* line 3717, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-273:before {
  content: "\e0a6";
}

/* line 3720, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-286:before {
  content: "\e0a7";
}

/* line 3723, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-299:before {
  content: "\e0a8";
}

/* line 3726, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-298:before {
  content: "\e0a9";
}

/* line 3729, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-285:before {
  content: "\e0aa";
}

/* line 3732, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-272:before {
  content: "\e0ab";
}

/* line 3735, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-271:before {
  content: "\e0ac";
}

/* line 3738, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-284:before {
  content: "\e0ad";
}

/* line 3741, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-297:before {
  content: "\e0ae";
}

/* line 3744, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-296:before {
  content: "\e0af";
}

/* line 3747, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-283:before {
  content: "\e0b0";
}

/* line 3750, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-270:before {
  content: "\e0b1";
}

/* line 3753, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-269:before {
  content: "\e0b2";
}

/* line 3756, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-282:before {
  content: "\e0b3";
}

/* line 3759, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-295:before {
  content: "\e0b4";
}

/* line 3762, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-294:before {
  content: "\e0b5";
}

/* line 3765, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-281:before {
  content: "\e0b6";
}

/* line 3768, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-268:before {
  content: "\e0b7";
}

/* line 3771, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-267:before {
  content: "\e0b8";
}

/* line 3774, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-280:before {
  content: "\e0b9";
}

/* line 3777, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-293:before {
  content: "\e0ba";
}

/* line 3780, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-292:before {
  content: "\e0bb";
}

/* line 3783, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-279:before {
  content: "\e0bc";
}

/* line 3786, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-266:before {
  content: "\e0bd";
}

/* line 3789, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-265:before {
  content: "\e0be";
}

/* line 3792, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-278:before {
  content: "\e0bf";
}

/* line 3795, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-291:before {
  content: "\e0c0";
}

/* line 3798, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-290:before {
  content: "\e0c1";
}

/* line 3801, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-277:before {
  content: "\e0c2";
}

/* line 3804, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-264:before {
  content: "\e0c3";
}

/* line 3807, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-263:before {
  content: "\e0c4";
}

/* line 3810, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-276:before {
  content: "\e0c5";
}

/* line 3813, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-289:before {
  content: "\e0c6";
}

/* line 3816, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-288:before {
  content: "\e0c7";
}

/* line 3819, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-275:before {
  content: "\e0c8";
}

/* line 3822, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-262:before {
  content: "\e0c9";
}

/* line 3825, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-261:before {
  content: "\e0ca";
}

/* line 3828, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-274:before {
  content: "\e0cb";
}

/* line 3831, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-287:before {
  content: "\e0cc";
}

/* line 3834, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-food-300:before {
  content: "\e0cd";
}

/* Furniture */
@font-face {
  font-family: "furniture";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/furniture.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/furniture.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/furniture.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/furniture.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/furniture.svg#furniture") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 3850, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-furniture]:before {
  font-family: "furniture" !important;
  content: attr(data-icon-furniture);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 3863, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-furniture"]:before,
[class*=" icon-furniture"]:before {
  font-family: "furniture" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 3876, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-001:before {
  content: "a";
}

/* line 3879, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-014:before {
  content: "b";
}

/* line 3882, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-027:before {
  content: "c";
}

/* line 3885, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-040:before {
  content: "d";
}

/* line 3888, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-041:before {
  content: "e";
}

/* line 3891, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-028:before {
  content: "f";
}

/* line 3894, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-015:before {
  content: "g";
}

/* line 3897, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-002:before {
  content: "h";
}

/* line 3900, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-003:before {
  content: "i";
}

/* line 3903, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-016:before {
  content: "j";
}

/* line 3906, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-029:before {
  content: "k";
}

/* line 3909, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-042:before {
  content: "l";
}

/* line 3912, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-043:before {
  content: "m";
}

/* line 3915, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-030:before {
  content: "n";
}

/* line 3918, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-017:before {
  content: "o";
}

/* line 3921, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-004:before {
  content: "p";
}

/* line 3924, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-005:before {
  content: "q";
}

/* line 3927, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-018:before {
  content: "r";
}

/* line 3930, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-031:before {
  content: "s";
}

/* line 3933, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-044:before {
  content: "t";
}

/* line 3936, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-045:before {
  content: "u";
}

/* line 3939, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-032:before {
  content: "v";
}

/* line 3942, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-019:before {
  content: "w";
}

/* line 3945, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-006:before {
  content: "x";
}

/* line 3948, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-007:before {
  content: "y";
}

/* line 3951, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-020:before {
  content: "z";
}

/* line 3954, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-033:before {
  content: "A";
}

/* line 3957, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-046:before {
  content: "B";
}

/* line 3960, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-047:before {
  content: "C";
}

/* line 3963, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-034:before {
  content: "D";
}

/* line 3966, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-021:before {
  content: "E";
}

/* line 3969, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-008:before {
  content: "F";
}

/* line 3972, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-009:before {
  content: "G";
}

/* line 3975, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-022:before {
  content: "H";
}

/* line 3978, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-035:before {
  content: "I";
}

/* line 3981, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-048:before {
  content: "J";
}

/* line 3984, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-049:before {
  content: "K";
}

/* line 3987, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-036:before {
  content: "L";
}

/* line 3990, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-023:before {
  content: "M";
}

/* line 3993, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-010:before {
  content: "N";
}

/* line 3996, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-011:before {
  content: "O";
}

/* line 3999, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-024:before {
  content: "P";
}

/* line 4002, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-037:before {
  content: "Q";
}

/* line 4005, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-050:before {
  content: "R";
}

/* line 4008, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-051:before {
  content: "S";
}

/* line 4011, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-038:before {
  content: "T";
}

/* line 4014, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-025:before {
  content: "U";
}

/* line 4017, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-012:before {
  content: "V";
}

/* line 4020, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-013:before {
  content: "W";
}

/* line 4023, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-026:before {
  content: "X";
}

/* line 4026, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-039:before {
  content: "Y";
}

/* line 4029, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-052:before {
  content: "Z";
}

/* line 4032, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-065:before {
  content: "0";
}

/* line 4035, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-064:before {
  content: "1";
}

/* line 4038, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-063:before {
  content: "2";
}

/* line 4041, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-062:before {
  content: "3";
}

/* line 4044, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-061:before {
  content: "4";
}

/* line 4047, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-060:before {
  content: "5";
}

/* line 4050, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-059:before {
  content: "6";
}

/* line 4053, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-058:before {
  content: "7";
}

/* line 4056, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-057:before {
  content: "8";
}

/* line 4059, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-056:before {
  content: "9";
}

/* line 4062, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-055:before {
  content: "!";
}

/* line 4065, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-054:before {
  content: "\"";
}

/* line 4068, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-053:before {
  content: "#";
}

/* line 4071, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-066:before {
  content: "$";
}

/* line 4074, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-079:before {
  content: "%";
}

/* line 4077, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-092:before {
  content: "&";
}

/* line 4080, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-093:before {
  content: "'";
}

/* line 4083, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-080:before {
  content: "(";
}

/* line 4086, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-067:before {
  content: ")";
}

/* line 4089, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-068:before {
  content: "*";
}

/* line 4092, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-081:before {
  content: "+";
}

/* line 4095, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-094:before {
  content: ",";
}

/* line 4098, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-095:before {
  content: "-";
}

/* line 4101, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-082:before {
  content: ".";
}

/* line 4104, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-069:before {
  content: "/";
}

/* line 4107, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-070:before {
  content: ":";
}

/* line 4110, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-083:before {
  content: ";";
}

/* line 4113, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-096:before {
  content: "<";
}

/* line 4116, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-097:before {
  content: "=";
}

/* line 4119, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-084:before {
  content: ">";
}

/* line 4122, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-071:before {
  content: "?";
}

/* line 4125, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-073:before {
  content: "@";
}

/* line 4128, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-072:before {
  content: "[";
}

/* line 4131, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-085:before {
  content: "]";
}

/* line 4134, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-098:before {
  content: "^";
}

/* line 4137, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-099:before {
  content: "_";
}

/* line 4140, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-086:before {
  content: "`";
}

/* line 4143, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-087:before {
  content: "{";
}

/* line 4146, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-100:before {
  content: "|";
}

/* line 4149, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-075:before {
  content: "}";
}

/* line 4152, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-074:before {
  content: "~";
}

/* line 4155, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-076:before {
  content: "\\";
}

/* line 4158, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-089:before {
  content: "\e000";
}

/* line 4161, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-088:before {
  content: "\e001";
}

/* line 4164, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-090:before {
  content: "\e002";
}

/* line 4167, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-077:before {
  content: "\e003";
}

/* line 4170, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-078:before {
  content: "\e004";
}

/* line 4173, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-furniture-091:before {
  content: "\e005";
}

@font-face {
  font-family: "hotel-restaurant";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/hotel-restaurant.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/hotel-restaurant.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/hotel-restaurant.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/hotel-restaurant.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/hotel-restaurant.svg#hotel-restaurant") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4191, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-hotel-restaurant]:before {
  font-family: "hotel-restaurant" !important;
  content: attr(data-icon-hotel-restaurant);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 4204, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-hotel-restaurant"]:before,
[class*=" icon-hotel-restaurant"]:before {
  font-family: "hotel-restaurant" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 4217, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-001:before {
  content: "a";
}

/* line 4220, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-002:before {
  content: "b";
}

/* line 4223, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-003:before {
  content: "c";
}

/* line 4226, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-004:before {
  content: "d";
}

/* line 4229, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-005:before {
  content: "e";
}

/* line 4232, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-006:before {
  content: "f";
}

/* line 4235, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-007:before {
  content: "g";
}

/* line 4238, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-008:before {
  content: "h";
}

/* line 4241, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-009:before {
  content: "i";
}

/* line 4244, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-010:before {
  content: "j";
}

/* line 4247, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-011:before {
  content: "k";
}

/* line 4250, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-065:before {
  content: "l";
}

/* line 4253, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-012:before {
  content: "m";
}

/* line 4256, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-013:before {
  content: "n";
}

/* line 4259, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-026:before {
  content: "o";
}

/* line 4262, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-025:before {
  content: "p";
}

/* line 4265, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-024:before {
  content: "q";
}

/* line 4268, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-023:before {
  content: "r";
}

/* line 4271, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-022:before {
  content: "s";
}

/* line 4274, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-021:before {
  content: "t";
}

/* line 4277, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-020:before {
  content: "u";
}

/* line 4280, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-019:before {
  content: "v";
}

/* line 4283, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-018:before {
  content: "w";
}

/* line 4286, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-017:before {
  content: "x";
}

/* line 4289, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-016:before {
  content: "y";
}

/* line 4292, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-015:before {
  content: "z";
}

/* line 4295, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-014:before {
  content: "A";
}

/* line 4298, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-027:before {
  content: "B";
}

/* line 4301, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-028:before {
  content: "C";
}

/* line 4304, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-029:before {
  content: "D";
}

/* line 4307, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-030:before {
  content: "E";
}

/* line 4310, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-031:before {
  content: "F";
}

/* line 4313, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-032:before {
  content: "G";
}

/* line 4316, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-033:before {
  content: "H";
}

/* line 4319, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-034:before {
  content: "I";
}

/* line 4322, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-035:before {
  content: "J";
}

/* line 4325, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-036:before {
  content: "K";
}

/* line 4328, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-038:before {
  content: "L";
}

/* line 4331, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-039:before {
  content: "M";
}

/* line 4334, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-037:before {
  content: "N";
}

/* line 4337, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-052:before {
  content: "O";
}

/* line 4340, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-051:before {
  content: "P";
}

/* line 4343, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-050:before {
  content: "Q";
}

/* line 4346, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-049:before {
  content: "R";
}

/* line 4349, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-048:before {
  content: "S";
}

/* line 4352, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-047:before {
  content: "T";
}

/* line 4355, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-046:before {
  content: "U";
}

/* line 4358, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-045:before {
  content: "V";
}

/* line 4361, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-044:before {
  content: "W";
}

/* line 4364, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-042:before {
  content: "X";
}

/* line 4367, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-041:before {
  content: "Y";
}

/* line 4370, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-040:before {
  content: "Z";
}

/* line 4373, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-043:before {
  content: "0";
}

/* line 4376, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-053:before {
  content: "1";
}

/* line 4379, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-054:before {
  content: "2";
}

/* line 4382, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-055:before {
  content: "3";
}

/* line 4385, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-056:before {
  content: "4";
}

/* line 4388, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-057:before {
  content: "5";
}

/* line 4391, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-058:before {
  content: "6";
}

/* line 4394, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-059:before {
  content: "7";
}

/* line 4397, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-060:before {
  content: "8";
}

/* line 4400, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-061:before {
  content: "9";
}

/* line 4403, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-062:before {
  content: "!";
}

/* line 4406, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-063:before {
  content: "\"";
}

/* line 4409, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-064:before {
  content: "#";
}

/* line 4412, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-066:before {
  content: "$";
}

/* line 4415, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-079:before {
  content: "%";
}

/* line 4418, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-092:before {
  content: "&";
}

/* line 4421, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-105:before {
  content: "'";
}

/* line 4424, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-118:before {
  content: "(";
}

/* line 4427, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-131:before {
  content: ")";
}

/* line 4430, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-144:before {
  content: "*";
}

/* line 4433, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-157:before {
  content: "+";
}

/* line 4436, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-067:before {
  content: ",";
}

/* line 4439, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-080:before {
  content: "-";
}

/* line 4442, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-068:before {
  content: ".";
}

/* line 4445, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-081:before {
  content: "/";
}

/* line 4448, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-093:before {
  content: ":";
}

/* line 4451, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-094:before {
  content: ";";
}

/* line 4454, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-095:before {
  content: "<";
}

/* line 4457, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-096:before {
  content: "=";
}

/* line 4460, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-097:before {
  content: ">";
}

/* line 4463, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-098:before {
  content: "?";
}

/* line 4466, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-099:before {
  content: "@";
}

/* line 4469, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-100:before {
  content: "[";
}

/* line 4472, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-101:before {
  content: "]";
}

/* line 4475, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-102:before {
  content: "^";
}

/* line 4478, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-103:before {
  content: "_";
}

/* line 4481, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-104:before {
  content: "`";
}

/* line 4484, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-091:before {
  content: "{";
}

/* line 4487, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-090:before {
  content: "|";
}

/* line 4490, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-089:before {
  content: "}";
}

/* line 4493, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-088:before {
  content: "~";
}

/* line 4496, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-087:before {
  content: "\\";
}

/* line 4499, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-086:before {
  content: "\e000";
}

/* line 4502, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-085:before {
  content: "\e001";
}

/* line 4505, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-084:before {
  content: "\e002";
}

/* line 4508, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-083:before {
  content: "\e003";
}

/* line 4511, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-082:before {
  content: "\e004";
}

/* line 4514, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-069:before {
  content: "\e005";
}

/* line 4517, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-070:before {
  content: "\e006";
}

/* line 4520, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-071:before {
  content: "\e007";
}

/* line 4523, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-072:before {
  content: "\e008";
}

/* line 4526, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-073:before {
  content: "\e009";
}

/* line 4529, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-074:before {
  content: "\e00a";
}

/* line 4532, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-075:before {
  content: "\e00b";
}

/* line 4535, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-076:before {
  content: "\e00c";
}

/* line 4538, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-077:before {
  content: "\e00d";
}

/* line 4541, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-078:before {
  content: "\e00e";
}

/* line 4544, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-117:before {
  content: "\e00f";
}

/* line 4547, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-116:before {
  content: "\e010";
}

/* line 4550, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-115:before {
  content: "\e011";
}

/* line 4553, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-114:before {
  content: "\e012";
}

/* line 4556, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-113:before {
  content: "\e013";
}

/* line 4559, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-112:before {
  content: "\e014";
}

/* line 4562, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-111:before {
  content: "\e015";
}

/* line 4565, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-110:before {
  content: "\e016";
}

/* line 4568, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-109:before {
  content: "\e017";
}

/* line 4571, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-108:before {
  content: "\e018";
}

/* line 4574, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-107:before {
  content: "\e019";
}

/* line 4577, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-106:before {
  content: "\e01a";
}

/* line 4580, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-119:before {
  content: "\e01b";
}

/* line 4583, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-120:before {
  content: "\e01c";
}

/* line 4586, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-121:before {
  content: "\e01d";
}

/* line 4589, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-122:before {
  content: "\e01e";
}

/* line 4592, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-123:before {
  content: "\e01f";
}

/* line 4595, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-124:before {
  content: "\e020";
}

/* line 4598, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-125:before {
  content: "\e021";
}

/* line 4601, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-126:before {
  content: "\e022";
}

/* line 4604, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-127:before {
  content: "\e023";
}

/* line 4607, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-128:before {
  content: "\e024";
}

/* line 4610, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-129:before {
  content: "\e025";
}

/* line 4613, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-130:before {
  content: "\e026";
}

/* line 4616, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-143:before {
  content: "\e027";
}

/* line 4619, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-142:before {
  content: "\e028";
}

/* line 4622, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-141:before {
  content: "\e029";
}

/* line 4625, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-140:before {
  content: "\e02a";
}

/* line 4628, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-139:before {
  content: "\e02b";
}

/* line 4631, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-138:before {
  content: "\e02c";
}

/* line 4634, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-137:before {
  content: "\e02d";
}

/* line 4637, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-136:before {
  content: "\e02e";
}

/* line 4640, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-135:before {
  content: "\e02f";
}

/* line 4643, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-134:before {
  content: "\e030";
}

/* line 4646, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-133:before {
  content: "\e031";
}

/* line 4649, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-132:before {
  content: "\e032";
}

/* line 4652, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-145:before {
  content: "\e033";
}

/* line 4655, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-146:before {
  content: "\e034";
}

/* line 4658, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-147:before {
  content: "\e035";
}

/* line 4661, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-148:before {
  content: "\e036";
}

/* line 4664, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-149:before {
  content: "\e037";
}

/* line 4667, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-150:before {
  content: "\e038";
}

/* line 4670, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-151:before {
  content: "\e039";
}

/* line 4673, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-152:before {
  content: "\e03a";
}

/* line 4676, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-153:before {
  content: "\e03b";
}

/* line 4679, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-154:before {
  content: "\e03c";
}

/* line 4682, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-155:before {
  content: "\e03d";
}

/* line 4685, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-156:before {
  content: "\e03e";
}

/* line 4688, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-169:before {
  content: "\e03f";
}

/* line 4691, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-168:before {
  content: "\e040";
}

/* line 4694, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-167:before {
  content: "\e041";
}

/* line 4697, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-166:before {
  content: "\e042";
}

/* line 4700, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-165:before {
  content: "\e043";
}

/* line 4703, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-164:before {
  content: "\e044";
}

/* line 4706, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-163:before {
  content: "\e045";
}

/* line 4709, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-162:before {
  content: "\e046";
}

/* line 4712, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-161:before {
  content: "\e047";
}

/* line 4715, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-160:before {
  content: "\e048";
}

/* line 4718, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-159:before {
  content: "\e049";
}

/* line 4721, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-158:before {
  content: "\e04a";
}

/* line 4724, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-170:before {
  content: "\e04b";
}

/* line 4727, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-171:before {
  content: "\e04c";
}

/* line 4730, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-172:before {
  content: "\e04d";
}

/* line 4733, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-173:before {
  content: "\e04e";
}

/* line 4736, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-174:before {
  content: "\e04f";
}

/* line 4739, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-175:before {
  content: "\e050";
}

/* line 4742, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-176:before {
  content: "\e051";
}

/* line 4745, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-177:before {
  content: "\e052";
}

/* line 4748, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-178:before {
  content: "\e053";
}

/* line 4751, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-179:before {
  content: "\e054";
}

/* line 4754, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-180:before {
  content: "\e055";
}

/* line 4757, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-181:before {
  content: "\e056";
}

/* line 4760, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-182:before {
  content: "\e057";
}

/* line 4763, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-195:before {
  content: "\e058";
}

/* line 4766, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-194:before {
  content: "\e059";
}

/* line 4769, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-193:before {
  content: "\e05a";
}

/* line 4772, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-192:before {
  content: "\e05b";
}

/* line 4775, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-191:before {
  content: "\e05c";
}

/* line 4778, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-190:before {
  content: "\e05d";
}

/* line 4781, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-189:before {
  content: "\e05e";
}

/* line 4784, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-188:before {
  content: "\e05f";
}

/* line 4787, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-187:before {
  content: "\e060";
}

/* line 4790, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-186:before {
  content: "\e061";
}

/* line 4793, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-185:before {
  content: "\e062";
}

/* line 4796, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-184:before {
  content: "\e063";
}

/* line 4799, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-183:before {
  content: "\e064";
}

/* line 4802, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-196:before {
  content: "\e065";
}

/* line 4805, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-197:before {
  content: "\e066";
}

/* line 4808, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-198:before {
  content: "\e067";
}

/* line 4811, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-199:before {
  content: "\e068";
}

/* line 4814, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-200:before {
  content: "\e069";
}

/* line 4817, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-201:before {
  content: "\e06a";
}

/* line 4820, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-202:before {
  content: "\e06b";
}

/* line 4823, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-203:before {
  content: "\e06c";
}

/* line 4826, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-204:before {
  content: "\e06d";
}

/* line 4829, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-205:before {
  content: "\e06e";
}

/* line 4832, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-206:before {
  content: "\e06f";
}

/* line 4835, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-207:before {
  content: "\e070";
}

/* line 4838, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-208:before {
  content: "\e071";
}

/* line 4841, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-221:before {
  content: "\e072";
}

/* line 4844, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-220:before {
  content: "\e073";
}

/* line 4847, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-219:before {
  content: "\e074";
}

/* line 4850, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-218:before {
  content: "\e075";
}

/* line 4853, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-217:before {
  content: "\e076";
}

/* line 4856, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-216:before {
  content: "\e077";
}

/* line 4859, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-215:before {
  content: "\e078";
}

/* line 4862, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-214:before {
  content: "\e079";
}

/* line 4865, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-213:before {
  content: "\e07a";
}

/* line 4868, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-212:before {
  content: "\e07b";
}

/* line 4871, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-211:before {
  content: "\e07c";
}

/* line 4874, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-210:before {
  content: "\e07d";
}

/* line 4877, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-209:before {
  content: "\e07e";
}

/* line 4880, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-222:before {
  content: "\e07f";
}

/* line 4883, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-223:before {
  content: "\e080";
}

/* line 4886, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-224:before {
  content: "\e081";
}

/* line 4889, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-225:before {
  content: "\e082";
}

/* line 4892, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-226:before {
  content: "\e083";
}

/* line 4895, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-227:before {
  content: "\e084";
}

/* line 4898, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-228:before {
  content: "\e085";
}

/* line 4901, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-229:before {
  content: "\e086";
}

/* line 4904, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-230:before {
  content: "\e087";
}

/* line 4907, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-231:before {
  content: "\e088";
}

/* line 4910, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-232:before {
  content: "\e089";
}

/* line 4913, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-233:before {
  content: "\e08a";
}

/* line 4916, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-234:before {
  content: "\e08b";
}

/* line 4919, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-247:before {
  content: "\e08c";
}

/* line 4922, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-246:before {
  content: "\e08d";
}

/* line 4925, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-245:before {
  content: "\e08e";
}

/* line 4928, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-244:before {
  content: "\e08f";
}

/* line 4931, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-243:before {
  content: "\e090";
}

/* line 4934, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-242:before {
  content: "\e091";
}

/* line 4937, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-241:before {
  content: "\e092";
}

/* line 4940, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-240:before {
  content: "\e093";
}

/* line 4943, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-239:before {
  content: "\e094";
}

/* line 4946, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-238:before {
  content: "\e095";
}

/* line 4949, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-237:before {
  content: "\e096";
}

/* line 4952, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-236:before {
  content: "\e097";
}

/* line 4955, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-235:before {
  content: "\e098";
}

/* line 4958, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-248:before {
  content: "\e099";
}

/* line 4961, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-249:before {
  content: "\e09a";
}

/* line 4964, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-hotel-restaurant-250:before {
  content: "\e09b";
}

@font-face {
  font-family: "media";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/media.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/media.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/media.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/media.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/media.svg#media") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4981, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-media]:before {
  font-family: "media" !important;
  content: attr(data-icon-media);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 4994, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-media"]:before,
[class*=" icon-media"]:before {
  font-family: "media" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5007, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-001:before {
  content: "a";
}

/* line 5010, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-014:before {
  content: "b";
}

/* line 5013, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-027:before {
  content: "c";
}

/* line 5016, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-040:before {
  content: "d";
}

/* line 5019, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-041:before {
  content: "e";
}

/* line 5022, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-028:before {
  content: "f";
}

/* line 5025, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-015:before {
  content: "g";
}

/* line 5028, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-002:before {
  content: "h";
}

/* line 5031, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-003:before {
  content: "i";
}

/* line 5034, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-016:before {
  content: "j";
}

/* line 5037, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-029:before {
  content: "k";
}

/* line 5040, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-042:before {
  content: "l";
}

/* line 5043, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-043:before {
  content: "m";
}

/* line 5046, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-030:before {
  content: "n";
}

/* line 5049, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-017:before {
  content: "o";
}

/* line 5052, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-004:before {
  content: "p";
}

/* line 5055, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-005:before {
  content: "q";
}

/* line 5058, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-018:before {
  content: "r";
}

/* line 5061, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-031:before {
  content: "s";
}

/* line 5064, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-044:before {
  content: "t";
}

/* line 5067, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-045:before {
  content: "u";
}

/* line 5070, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-032:before {
  content: "v";
}

/* line 5073, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-019:before {
  content: "w";
}

/* line 5076, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-006:before {
  content: "x";
}

/* line 5079, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-007:before {
  content: "y";
}

/* line 5082, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-020:before {
  content: "z";
}

/* line 5085, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-033:before {
  content: "A";
}

/* line 5088, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-046:before {
  content: "B";
}

/* line 5091, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-047:before {
  content: "C";
}

/* line 5094, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-034:before {
  content: "D";
}

/* line 5097, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-021:before {
  content: "E";
}

/* line 5100, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-008:before {
  content: "F";
}

/* line 5103, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-009:before {
  content: "G";
}

/* line 5106, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-022:before {
  content: "H";
}

/* line 5109, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-035:before {
  content: "I";
}

/* line 5112, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-048:before {
  content: "J";
}

/* line 5115, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-049:before {
  content: "K";
}

/* line 5118, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-036:before {
  content: "L";
}

/* line 5121, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-023:before {
  content: "M";
}

/* line 5124, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-010:before {
  content: "N";
}

/* line 5127, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-011:before {
  content: "O";
}

/* line 5130, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-024:before {
  content: "P";
}

/* line 5133, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-037:before {
  content: "Q";
}

/* line 5136, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-050:before {
  content: "R";
}

/* line 5139, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-063:before {
  content: "S";
}

/* line 5142, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-064:before {
  content: "T";
}

/* line 5145, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-051:before {
  content: "U";
}

/* line 5148, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-038:before {
  content: "V";
}

/* line 5151, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-025:before {
  content: "W";
}

/* line 5154, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-012:before {
  content: "X";
}

/* line 5157, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-013:before {
  content: "Y";
}

/* line 5160, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-026:before {
  content: "Z";
}

/* line 5163, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-039:before {
  content: "0";
}

/* line 5166, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-052:before {
  content: "1";
}

/* line 5169, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-065:before {
  content: "2";
}

/* line 5172, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-062:before {
  content: "3";
}

/* line 5175, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-061:before {
  content: "4";
}

/* line 5178, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-060:before {
  content: "5";
}

/* line 5181, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-059:before {
  content: "6";
}

/* line 5184, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-058:before {
  content: "7";
}

/* line 5187, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-057:before {
  content: "8";
}

/* line 5190, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-056:before {
  content: "9";
}

/* line 5193, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-055:before {
  content: "!";
}

/* line 5196, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-054:before {
  content: "\"";
}

/* line 5199, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-053:before {
  content: "#";
}

/* line 5202, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-066:before {
  content: "$";
}

/* line 5205, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-079:before {
  content: "%";
}

/* line 5208, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-092:before {
  content: "&";
}

/* line 5211, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-105:before {
  content: "'";
}

/* line 5214, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-118:before {
  content: "(";
}

/* line 5217, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-119:before {
  content: ")";
}

/* line 5220, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-106:before {
  content: "*";
}

/* line 5223, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-093:before {
  content: "+";
}

/* line 5226, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-080:before {
  content: ",";
}

/* line 5229, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-067:before {
  content: "-";
}

/* line 5232, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-068:before {
  content: ".";
}

/* line 5235, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-081:before {
  content: "/";
}

/* line 5238, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-094:before {
  content: ":";
}

/* line 5241, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-107:before {
  content: ";";
}

/* line 5244, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-120:before {
  content: "<";
}

/* line 5247, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-121:before {
  content: "=";
}

/* line 5250, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-108:before {
  content: ">";
}

/* line 5253, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-095:before {
  content: "?";
}

/* line 5256, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-082:before {
  content: "@";
}

/* line 5259, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-069:before {
  content: "[";
}

/* line 5262, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-070:before {
  content: "]";
}

/* line 5265, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-083:before {
  content: "^";
}

/* line 5268, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-096:before {
  content: "_";
}

/* line 5271, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-109:before {
  content: "`";
}

/* line 5274, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-122:before {
  content: "{";
}

/* line 5277, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-123:before {
  content: "|";
}

/* line 5280, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-110:before {
  content: "}";
}

/* line 5283, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-097:before {
  content: "~";
}

/* line 5286, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-084:before {
  content: "\\";
}

/* line 5289, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-071:before {
  content: "\e000";
}

/* line 5292, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-072:before {
  content: "\e001";
}

/* line 5295, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-085:before {
  content: "\e002";
}

/* line 5298, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-098:before {
  content: "\e003";
}

/* line 5301, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-111:before {
  content: "\e004";
}

/* line 5304, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-124:before {
  content: "\e005";
}

/* line 5307, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-125:before {
  content: "\e006";
}

/* line 5310, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-112:before {
  content: "\e007";
}

/* line 5313, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-099:before {
  content: "\e008";
}

/* line 5316, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-086:before {
  content: "\e009";
}

/* line 5319, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-073:before {
  content: "\e00a";
}

/* line 5322, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-074:before {
  content: "\e00b";
}

/* line 5325, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-087:before {
  content: "\e00c";
}

/* line 5328, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-100:before {
  content: "\e00d";
}

/* line 5331, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-113:before {
  content: "\e00e";
}

/* line 5334, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-126:before {
  content: "\e00f";
}

/* line 5337, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-127:before {
  content: "\e010";
}

/* line 5340, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-114:before {
  content: "\e011";
}

/* line 5343, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-101:before {
  content: "\e012";
}

/* line 5346, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-088:before {
  content: "\e013";
}

/* line 5349, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-075:before {
  content: "\e014";
}

/* line 5352, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-076:before {
  content: "\e015";
}

/* line 5355, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-089:before {
  content: "\e016";
}

/* line 5358, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-090:before {
  content: "\e017";
}

/* line 5361, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-077:before {
  content: "\e018";
}

/* line 5364, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-078:before {
  content: "\e019";
}

/* line 5367, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-091:before {
  content: "\e01a";
}

/* line 5370, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-104:before {
  content: "\e01b";
}

/* line 5373, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-103:before {
  content: "\e01c";
}

/* line 5376, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-102:before {
  content: "\e01d";
}

/* line 5379, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-115:before {
  content: "\e01e";
}

/* line 5382, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-116:before {
  content: "\e01f";
}

/* line 5385, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-117:before {
  content: "\e020";
}

/* line 5388, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-130:before {
  content: "\e021";
}

/* line 5391, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-129:before {
  content: "\e022";
}

/* line 5394, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-media-128:before {
  content: "\e023";
}

/* medical-and-health */
@font-face {
  font-family: "medical-and-health";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/medical-and-health.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/medical-and-health.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/medical-and-health.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/medical-and-health.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/medical-and-health.svg#medical-and-health") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 5410, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-medical]:before {
  font-family: "medical-and-health" !important;
  content: attr(data-icon-medical);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5423, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-medical"]:before,
[class*=" icon-medical"]:before {
  font-family: "medical-and-health" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5436, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-001:before {
  content: "a";
}

/* line 5439, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-002:before {
  content: "b";
}

/* line 5442, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-015:before {
  content: "c";
}

/* line 5445, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-014:before {
  content: "d";
}

/* line 5448, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-027:before {
  content: "e";
}

/* line 5451, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-028:before {
  content: "f";
}

/* line 5454, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-029:before {
  content: "g";
}

/* line 5457, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-016:before {
  content: "h";
}

/* line 5460, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-003:before {
  content: "i";
}

/* line 5463, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-004:before {
  content: "j";
}

/* line 5466, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-017:before {
  content: "k";
}

/* line 5469, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-030:before {
  content: "l";
}

/* line 5472, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-031:before {
  content: "m";
}

/* line 5475, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-018:before {
  content: "n";
}

/* line 5478, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-005:before {
  content: "o";
}

/* line 5481, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-006:before {
  content: "p";
}

/* line 5484, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-019:before {
  content: "q";
}

/* line 5487, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-032:before {
  content: "r";
}

/* line 5490, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-033:before {
  content: "s";
}

/* line 5493, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-020:before {
  content: "t";
}

/* line 5496, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-007:before {
  content: "u";
}

/* line 5499, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-008:before {
  content: "v";
}

/* line 5502, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-021:before {
  content: "w";
}

/* line 5505, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-034:before {
  content: "x";
}

/* line 5508, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-035:before {
  content: "y";
}

/* line 5511, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-022:before {
  content: "z";
}

/* line 5514, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-009:before {
  content: "A";
}

/* line 5517, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-010:before {
  content: "B";
}

/* line 5520, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-023:before {
  content: "C";
}

/* line 5523, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-036:before {
  content: "D";
}

/* line 5526, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-037:before {
  content: "E";
}

/* line 5529, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-024:before {
  content: "F";
}

/* line 5532, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-011:before {
  content: "G";
}

/* line 5535, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-012:before {
  content: "H";
}

/* line 5538, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-025:before {
  content: "I";
}

/* line 5541, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-038:before {
  content: "J";
}

/* line 5544, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-039:before {
  content: "K";
}

/* line 5547, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-026:before {
  content: "L";
}

/* line 5550, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-013:before {
  content: "M";
}

/* line 5553, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-040:before {
  content: "N";
}

/* line 5556, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-053:before {
  content: "O";
}

/* line 5559, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-066:before {
  content: "P";
}

/* line 5562, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-079:before {
  content: "Q";
}

/* line 5565, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-092:before {
  content: "R";
}

/* line 5568, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-093:before {
  content: "S";
}

/* line 5571, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-080:before {
  content: "T";
}

/* line 5574, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-067:before {
  content: "U";
}

/* line 5577, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-054:before {
  content: "V";
}

/* line 5580, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-041:before {
  content: "W";
}

/* line 5583, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-042:before {
  content: "X";
}

/* line 5586, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-055:before {
  content: "Y";
}

/* line 5589, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-068:before {
  content: "Z";
}

/* line 5592, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-081:before {
  content: "0";
}

/* line 5595, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-094:before {
  content: "1";
}

/* line 5598, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-096:before {
  content: "2";
}

/* line 5601, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-082:before {
  content: "3";
}

/* line 5604, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-095:before {
  content: "4";
}

/* line 5607, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-069:before {
  content: "5";
}

/* line 5610, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-056:before {
  content: "6";
}

/* line 5613, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-043:before {
  content: "7";
}

/* line 5616, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-044:before {
  content: "8";
}

/* line 5619, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-057:before {
  content: "9";
}

/* line 5622, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-070:before {
  content: "!";
}

/* line 5625, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-083:before {
  content: "\"";
}

/* line 5628, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-084:before {
  content: "#";
}

/* line 5631, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-071:before {
  content: "$";
}

/* line 5634, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-058:before {
  content: "%";
}

/* line 5637, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-045:before {
  content: "&";
}

/* line 5640, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-046:before {
  content: "'";
}

/* line 5643, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-059:before {
  content: "(";
}

/* line 5646, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-098:before {
  content: ")";
}

/* line 5649, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-097:before {
  content: "*";
}

/* line 5652, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-085:before {
  content: "+";
}

/* line 5655, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-072:before {
  content: ",";
}

/* line 5658, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-073:before {
  content: "-";
}

/* line 5661, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-086:before {
  content: ".";
}

/* line 5664, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-099:before {
  content: "/";
}

/* line 5667, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-100:before {
  content: ":";
}

/* line 5670, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-087:before {
  content: ";";
}

/* line 5673, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-074:before {
  content: "<";
}

/* line 5676, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-060:before {
  content: "=";
}

/* line 5679, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-061:before {
  content: ">";
}

/* line 5682, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-047:before {
  content: "?";
}

/* line 5685, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-048:before {
  content: "@";
}

/* line 5688, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-049:before {
  content: "[";
}

/* line 5691, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-062:before {
  content: "]";
}

/* line 5694, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-075:before {
  content: "^";
}

/* line 5697, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-088:before {
  content: "_";
}

/* line 5700, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-089:before {
  content: "`";
}

/* line 5703, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-076:before {
  content: "{";
}

/* line 5706, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-063:before {
  content: "|";
}

/* line 5709, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-050:before {
  content: "}";
}

/* line 5712, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-051:before {
  content: "~";
}

/* line 5715, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-064:before {
  content: "\\";
}

/* line 5718, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-077:before {
  content: "\e000";
}

/* line 5721, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-090:before {
  content: "\e001";
}

/* line 5724, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-091:before {
  content: "\e002";
}

/* line 5727, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-078:before {
  content: "\e003";
}

/* line 5730, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-065:before {
  content: "\e004";
}

/* line 5733, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-medical-052:before {
  content: "\e005";
}

/* Music */
@font-face {
  font-family: "music";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/music.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/music.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/music.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/music.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/music.svg#music") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 5749, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-music]:before {
  font-family: "music" !important;
  content: attr(data-icon-music);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5762, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-music"]:before,
[class*=" icon-music"]:before {
  font-family: "music" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5775, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-001:before {
  content: "a";
}

/* line 5778, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-014:before {
  content: "b";
}

/* line 5781, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-027:before {
  content: "c";
}

/* line 5784, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-040:before {
  content: "d";
}

/* line 5787, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-053:before {
  content: "e";
}

/* line 5790, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-054:before {
  content: "f";
}

/* line 5793, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-041:before {
  content: "g";
}

/* line 5796, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-028:before {
  content: "h";
}

/* line 5799, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-015:before {
  content: "i";
}

/* line 5802, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-002:before {
  content: "j";
}

/* line 5805, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-003:before {
  content: "k";
}

/* line 5808, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-016:before {
  content: "l";
}

/* line 5811, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-029:before {
  content: "m";
}

/* line 5814, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-042:before {
  content: "n";
}

/* line 5817, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-055:before {
  content: "o";
}

/* line 5820, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-056:before {
  content: "p";
}

/* line 5823, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-043:before {
  content: "q";
}

/* line 5826, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-030:before {
  content: "r";
}

/* line 5829, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-017:before {
  content: "s";
}

/* line 5832, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-004:before {
  content: "t";
}

/* line 5835, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-005:before {
  content: "u";
}

/* line 5838, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-018:before {
  content: "v";
}

/* line 5841, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-031:before {
  content: "w";
}

/* line 5844, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-044:before {
  content: "x";
}

/* line 5847, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-057:before {
  content: "y";
}

/* line 5850, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-058:before {
  content: "z";
}

/* line 5853, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-045:before {
  content: "A";
}

/* line 5856, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-032:before {
  content: "B";
}

/* line 5859, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-019:before {
  content: "C";
}

/* line 5862, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-006:before {
  content: "D";
}

/* line 5865, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-007:before {
  content: "E";
}

/* line 5868, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-020:before {
  content: "F";
}

/* line 5871, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-033:before {
  content: "G";
}

/* line 5874, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-046:before {
  content: "H";
}

/* line 5877, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-059:before {
  content: "I";
}

/* line 5880, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-060:before {
  content: "J";
}

/* line 5883, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-047:before {
  content: "K";
}

/* line 5886, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-034:before {
  content: "L";
}

/* line 5889, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-021:before {
  content: "M";
}

/* line 5892, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-008:before {
  content: "N";
}

/* line 5895, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-009:before {
  content: "O";
}

/* line 5898, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-022:before {
  content: "P";
}

/* line 5901, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-035:before {
  content: "Q";
}

/* line 5904, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-048:before {
  content: "R";
}

/* line 5907, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-061:before {
  content: "S";
}

/* line 5910, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-062:before {
  content: "T";
}

/* line 5913, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-036:before {
  content: "U";
}

/* line 5916, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-023:before {
  content: "V";
}

/* line 5919, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-010:before {
  content: "W";
}

/* line 5922, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-011:before {
  content: "X";
}

/* line 5925, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-024:before {
  content: "Y";
}

/* line 5928, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-037:before {
  content: "Z";
}

/* line 5931, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-049:before {
  content: "0";
}

/* line 5934, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-050:before {
  content: "1";
}

/* line 5937, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-051:before {
  content: "2";
}

/* line 5940, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-038:before {
  content: "3";
}

/* line 5943, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-025:before {
  content: "4";
}

/* line 5946, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-012:before {
  content: "5";
}

/* line 5949, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-013:before {
  content: "6";
}

/* line 5952, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-026:before {
  content: "7";
}

/* line 5955, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-039:before {
  content: "8";
}

/* line 5958, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-052:before {
  content: "9";
}

/* line 5961, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-065:before {
  content: "!";
}

/* line 5964, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-064:before {
  content: "\"";
}

/* line 5967, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-063:before {
  content: "#";
}

/* line 5970, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-078:before {
  content: "$";
}

/* line 5973, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-091:before {
  content: "%";
}

/* line 5976, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-090:before {
  content: "&";
}

/* line 5979, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-077:before {
  content: "'";
}

/* line 5982, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-076:before {
  content: "(";
}

/* line 5985, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-089:before {
  content: ")";
}

/* line 5988, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-088:before {
  content: "*";
}

/* line 5991, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-075:before {
  content: "+";
}

/* line 5994, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-074:before {
  content: ",";
}

/* line 5997, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-087:before {
  content: "-";
}

/* line 6000, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-086:before {
  content: ".";
}

/* line 6003, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-073:before {
  content: "/";
}

/* line 6006, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-072:before {
  content: ":";
}

/* line 6009, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-085:before {
  content: ";";
}

/* line 6012, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-084:before {
  content: "<";
}

/* line 6015, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-071:before {
  content: "=";
}

/* line 6018, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-070:before {
  content: ">";
}

/* line 6021, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-083:before {
  content: "?";
}

/* line 6024, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-082:before {
  content: "@";
}

/* line 6027, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-069:before {
  content: "[";
}

/* line 6030, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-068:before {
  content: "]";
}

/* line 6033, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-081:before {
  content: "^";
}

/* line 6036, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-080:before {
  content: "_";
}

/* line 6039, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-067:before {
  content: "`";
}

/* line 6042, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-066:before {
  content: "{";
}

/* line 6045, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-079:before {
  content: "|";
}

/* line 6048, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-092:before {
  content: "}";
}

/* line 6051, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-093:before {
  content: "~";
}

/* line 6054, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-094:before {
  content: "\\";
}

/* line 6057, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-095:before {
  content: "\e000";
}

/* line 6060, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-096:before {
  content: "\e001";
}

/* line 6063, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-097:before {
  content: "\e002";
}

/* line 6066, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-098:before {
  content: "\e003";
}

/* line 6069, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-099:before {
  content: "\e004";
}

/* line 6072, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-music-100:before {
  content: "\e005";
}

/* Real Estate */
@font-face {
  font-family: "real-estate";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/real-estate.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/real-estate.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/real-estate.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/real-estate.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/real-estate.svg#real-estate") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 6088, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-real-estate]:before {
  font-family: "real-estate" !important;
  content: attr(data-icon-real-estate);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6101, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-real-estate"]:before,
[class*=" icon-real-estate"]:before {
  font-family: "real-estate" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6114, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-001:before {
  content: "a";
}

/* line 6117, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-014:before {
  content: "b";
}

/* line 6120, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-027:before {
  content: "c";
}

/* line 6123, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-040:before {
  content: "d";
}

/* line 6126, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-053:before {
  content: "e";
}

/* line 6129, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-066:before {
  content: "f";
}

/* line 6132, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-079:before {
  content: "g";
}

/* line 6135, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-080:before {
  content: "h";
}

/* line 6138, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-081:before {
  content: "i";
}

/* line 6141, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-082:before {
  content: "j";
}

/* line 6144, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-083:before {
  content: "k";
}

/* line 6147, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-084:before {
  content: "l";
}

/* line 6150, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-085:before {
  content: "m";
}

/* line 6153, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-086:before {
  content: "n";
}

/* line 6156, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-087:before {
  content: "o";
}

/* line 6159, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-088:before {
  content: "p";
}

/* line 6162, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-089:before {
  content: "q";
}

/* line 6165, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-090:before {
  content: "r";
}

/* line 6168, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-077:before {
  content: "s";
}

/* line 6171, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-078:before {
  content: "t";
}

/* line 6174, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-065:before {
  content: "u";
}

/* line 6177, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-064:before {
  content: "v";
}

/* line 6180, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-063:before {
  content: "w";
}

/* line 6183, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-076:before {
  content: "x";
}

/* line 6186, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-075:before {
  content: "y";
}

/* line 6189, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-062:before {
  content: "z";
}

/* line 6192, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-061:before {
  content: "A";
}

/* line 6195, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-074:before {
  content: "B";
}

/* line 6198, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-073:before {
  content: "C";
}

/* line 6201, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-059:before {
  content: "D";
}

/* line 6204, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-072:before {
  content: "E";
}

/* line 6207, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-060:before {
  content: "F";
}

/* line 6210, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-058:before {
  content: "G";
}

/* line 6213, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-071:before {
  content: "H";
}

/* line 6216, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-070:before {
  content: "I";
}

/* line 6219, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-057:before {
  content: "J";
}

/* line 6222, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-056:before {
  content: "K";
}

/* line 6225, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-069:before {
  content: "L";
}

/* line 6228, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-068:before {
  content: "M";
}

/* line 6231, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-055:before {
  content: "N";
}

/* line 6234, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-054:before {
  content: "O";
}

/* line 6237, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-067:before {
  content: "P";
}

/* line 6240, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-041:before {
  content: "Q";
}

/* line 6243, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-028:before {
  content: "R";
}

/* line 6246, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-015:before {
  content: "S";
}

/* line 6249, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-002:before {
  content: "T";
}

/* line 6252, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-003:before {
  content: "U";
}

/* line 6255, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-016:before {
  content: "V";
}

/* line 6258, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-029:before {
  content: "W";
}

/* line 6261, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-042:before {
  content: "X";
}

/* line 6264, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-043:before {
  content: "Y";
}

/* line 6267, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-030:before {
  content: "Z";
}

/* line 6270, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-017:before {
  content: "0";
}

/* line 6273, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-004:before {
  content: "1";
}

/* line 6276, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-005:before {
  content: "2";
}

/* line 6279, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-018:before {
  content: "3";
}

/* line 6282, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-031:before {
  content: "4";
}

/* line 6285, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-044:before {
  content: "5";
}

/* line 6288, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-045:before {
  content: "6";
}

/* line 6291, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-032:before {
  content: "7";
}

/* line 6294, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-019:before {
  content: "8";
}

/* line 6297, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-006:before {
  content: "9";
}

/* line 6300, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-008:before {
  content: "!";
}

/* line 6303, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-020:before {
  content: "\"";
}

/* line 6306, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-007:before {
  content: "#";
}

/* line 6309, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-021:before {
  content: "$";
}

/* line 6312, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-033:before {
  content: "%";
}

/* line 6315, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-034:before {
  content: "&";
}

/* line 6318, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-047:before {
  content: "'";
}

/* line 6321, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-046:before {
  content: "(";
}

/* line 6324, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-048:before {
  content: ")";
}

/* line 6327, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-035:before {
  content: "*";
}

/* line 6330, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-022:before {
  content: "+";
}

/* line 6333, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-009:before {
  content: ",";
}

/* line 6336, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-011:before {
  content: "-";
}

/* line 6339, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-023:before {
  content: ".";
}

/* line 6342, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-010:before {
  content: "/";
}

/* line 6345, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-024:before {
  content: ":";
}

/* line 6348, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-037:before {
  content: ";";
}

/* line 6351, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-036:before {
  content: "<";
}

/* line 6354, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-049:before {
  content: "=";
}

/* line 6357, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-050:before {
  content: ">";
}

/* line 6360, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-051:before {
  content: "?";
}

/* line 6363, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-038:before {
  content: "@";
}

/* line 6366, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-039:before {
  content: "[";
}

/* line 6369, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-052:before {
  content: "]";
}

/* line 6372, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-026:before {
  content: "^";
}

/* line 6375, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-025:before {
  content: "_";
}

/* line 6378, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-012:before {
  content: "`";
}

/* line 6381, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-real-estate-013:before {
  content: "{";
}

/* Science */
@font-face {
  font-family: "science";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/science.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/science.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/science.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/science.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/science.svg#science") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 6397, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-science]:before {
  font-family: "science" !important;
  content: attr(data-icon-science);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6410, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-science"]:before,
[class*=" icon-science"]:before {
  font-family: "science" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6423, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-001:before {
  content: "a";
}

/* line 6426, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-014:before {
  content: "b";
}

/* line 6429, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-002:before {
  content: "c";
}

/* line 6432, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-015:before {
  content: "d";
}

/* line 6435, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-016:before {
  content: "e";
}

/* line 6438, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-003:before {
  content: "f";
}

/* line 6441, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-004:before {
  content: "g";
}

/* line 6444, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-017:before {
  content: "h";
}

/* line 6447, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-019:before {
  content: "i";
}

/* line 6450, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-005:before {
  content: "j";
}

/* line 6453, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-018:before {
  content: "k";
}

/* line 6456, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-006:before {
  content: "l";
}

/* line 6459, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-007:before {
  content: "m";
}

/* line 6462, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-020:before {
  content: "n";
}

/* line 6465, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-021:before {
  content: "o";
}

/* line 6468, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-008:before {
  content: "p";
}

/* line 6471, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-009:before {
  content: "q";
}

/* line 6474, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-022:before {
  content: "r";
}

/* line 6477, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-023:before {
  content: "s";
}

/* line 6480, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-010:before {
  content: "t";
}

/* line 6483, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-011:before {
  content: "u";
}

/* line 6486, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-024:before {
  content: "v";
}

/* line 6489, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-025:before {
  content: "w";
}

/* line 6492, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-012:before {
  content: "x";
}

/* line 6495, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-013:before {
  content: "y";
}

/* line 6498, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-026:before {
  content: "z";
}

/* line 6501, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-039:before {
  content: "A";
}

/* line 6504, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-052:before {
  content: "B";
}

/* line 6507, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-065:before {
  content: "C";
}

/* line 6510, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-078:before {
  content: "D";
}

/* line 6513, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-077:before {
  content: "E";
}

/* line 6516, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-064:before {
  content: "F";
}

/* line 6519, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-051:before {
  content: "G";
}

/* line 6522, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-038:before {
  content: "H";
}

/* line 6525, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-037:before {
  content: "I";
}

/* line 6528, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-050:before {
  content: "J";
}

/* line 6531, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-063:before {
  content: "K";
}

/* line 6534, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-076:before {
  content: "L";
}

/* line 6537, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-075:before {
  content: "M";
}

/* line 6540, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-062:before {
  content: "N";
}

/* line 6543, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-049:before {
  content: "O";
}

/* line 6546, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-036:before {
  content: "P";
}

/* line 6549, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-035:before {
  content: "Q";
}

/* line 6552, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-048:before {
  content: "R";
}

/* line 6555, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-061:before {
  content: "S";
}

/* line 6558, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-074:before {
  content: "T";
}

/* line 6561, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-073:before {
  content: "U";
}

/* line 6564, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-060:before {
  content: "V";
}

/* line 6567, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-047:before {
  content: "W";
}

/* line 6570, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-034:before {
  content: "X";
}

/* line 6573, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-033:before {
  content: "Y";
}

/* line 6576, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-046:before {
  content: "Z";
}

/* line 6579, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-059:before {
  content: "0";
}

/* line 6582, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-072:before {
  content: "1";
}

/* line 6585, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-071:before {
  content: "2";
}

/* line 6588, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-058:before {
  content: "3";
}

/* line 6591, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-045:before {
  content: "4";
}

/* line 6594, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-032:before {
  content: "5";
}

/* line 6597, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-031:before {
  content: "6";
}

/* line 6600, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-044:before {
  content: "7";
}

/* line 6603, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-057:before {
  content: "8";
}

/* line 6606, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-070:before {
  content: "9";
}

/* line 6609, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-069:before {
  content: "!";
}

/* line 6612, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-056:before {
  content: "\"";
}

/* line 6615, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-043:before {
  content: "#";
}

/* line 6618, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-030:before {
  content: "$";
}

/* line 6621, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-029:before {
  content: "%";
}

/* line 6624, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-042:before {
  content: "&";
}

/* line 6627, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-055:before {
  content: "'";
}

/* line 6630, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-068:before {
  content: "(";
}

/* line 6633, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-067:before {
  content: ")";
}

/* line 6636, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-054:before {
  content: "*";
}

/* line 6639, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-041:before {
  content: "+";
}

/* line 6642, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-028:before {
  content: ",";
}

/* line 6645, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-027:before {
  content: "-";
}

/* line 6648, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-040:before {
  content: ".";
}

/* line 6651, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-053:before {
  content: "/";
}

/* line 6654, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-066:before {
  content: ":";
}

/* line 6657, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-079:before {
  content: ";";
}

/* line 6660, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-092:before {
  content: "<";
}

/* line 6663, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-105:before {
  content: "=";
}

/* line 6666, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-118:before {
  content: ">";
}

/* line 6669, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-131:before {
  content: "?";
}

/* line 6672, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-144:before {
  content: "@";
}

/* line 6675, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-145:before {
  content: "[";
}

/* line 6678, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-132:before {
  content: "]";
}

/* line 6681, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-119:before {
  content: "^";
}

/* line 6684, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-106:before {
  content: "_";
}

/* line 6687, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-093:before {
  content: "`";
}

/* line 6690, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-080:before {
  content: "{";
}

/* line 6693, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-081:before {
  content: "|";
}

/* line 6696, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-094:before {
  content: "}";
}

/* line 6699, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-107:before {
  content: "~";
}

/* line 6702, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-120:before {
  content: "\\";
}

/* line 6705, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-133:before {
  content: "\e000";
}

/* line 6708, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-146:before {
  content: "\e001";
}

/* line 6711, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-147:before {
  content: "\e002";
}

/* line 6714, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-134:before {
  content: "\e003";
}

/* line 6717, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-121:before {
  content: "\e004";
}

/* line 6720, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-108:before {
  content: "\e005";
}

/* line 6723, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-095:before {
  content: "\e006";
}

/* line 6726, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-082:before {
  content: "\e007";
}

/* line 6729, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-083:before {
  content: "\e008";
}

/* line 6732, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-096:before {
  content: "\e009";
}

/* line 6735, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-109:before {
  content: "\e00a";
}

/* line 6738, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-122:before {
  content: "\e00b";
}

/* line 6741, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-135:before {
  content: "\e00c";
}

/* line 6744, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-148:before {
  content: "\e00d";
}

/* line 6747, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-149:before {
  content: "\e00e";
}

/* line 6750, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-136:before {
  content: "\e00f";
}

/* line 6753, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-123:before {
  content: "\e010";
}

/* line 6756, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-110:before {
  content: "\e011";
}

/* line 6759, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-097:before {
  content: "\e012";
}

/* line 6762, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-084:before {
  content: "\e013";
}

/* line 6765, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-085:before {
  content: "\e014";
}

/* line 6768, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-098:before {
  content: "\e015";
}

/* line 6771, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-111:before {
  content: "\e016";
}

/* line 6774, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-124:before {
  content: "\e017";
}

/* line 6777, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-137:before {
  content: "\e018";
}

/* line 6780, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-150:before {
  content: "\e019";
}

/* line 6783, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-151:before {
  content: "\e01a";
}

/* line 6786, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-138:before {
  content: "\e01b";
}

/* line 6789, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-125:before {
  content: "\e01c";
}

/* line 6792, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-112:before {
  content: "\e01d";
}

/* line 6795, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-099:before {
  content: "\e01e";
}

/* line 6798, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-086:before {
  content: "\e01f";
}

/* line 6801, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-087:before {
  content: "\e020";
}

/* line 6804, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-100:before {
  content: "\e021";
}

/* line 6807, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-113:before {
  content: "\e022";
}

/* line 6810, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-126:before {
  content: "\e023";
}

/* line 6813, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-139:before {
  content: "\e024";
}

/* line 6816, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-152:before {
  content: "\e025";
}

/* line 6819, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-153:before {
  content: "\e026";
}

/* line 6822, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-140:before {
  content: "\e027";
}

/* line 6825, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-127:before {
  content: "\e028";
}

/* line 6828, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-114:before {
  content: "\e029";
}

/* line 6831, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-101:before {
  content: "\e02a";
}

/* line 6834, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-088:before {
  content: "\e02b";
}

/* line 6837, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-089:before {
  content: "\e02c";
}

/* line 6840, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-102:before {
  content: "\e02d";
}

/* line 6843, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-115:before {
  content: "\e02e";
}

/* line 6846, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-128:before {
  content: "\e02f";
}

/* line 6849, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-141:before {
  content: "\e030";
}

/* line 6852, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-154:before {
  content: "\e031";
}

/* line 6855, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-155:before {
  content: "\e032";
}

/* line 6858, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-142:before {
  content: "\e033";
}

/* line 6861, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-129:before {
  content: "\e034";
}

/* line 6864, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-116:before {
  content: "\e035";
}

/* line 6867, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-103:before {
  content: "\e036";
}

/* line 6870, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-090:before {
  content: "\e037";
}

/* line 6873, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-091:before {
  content: "\e038";
}

/* line 6876, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-104:before {
  content: "\e039";
}

/* line 6879, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-117:before {
  content: "\e03a";
}

/* line 6882, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-130:before {
  content: "\e03b";
}

/* line 6885, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-143:before {
  content: "\e03c";
}

/* line 6888, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-156:before {
  content: "\e03d";
}

/* line 6891, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-157:before {
  content: "\e03e";
}

/* line 6894, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-158:before {
  content: "\e03f";
}

/* line 6897, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-159:before {
  content: "\e040";
}

/* line 6900, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-science-160:before {
  content: "\e041";
}

/* Sport */
@font-face {
  font-family: "sports-48-x-48";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/sports-48-x-48.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/sports-48-x-48.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/sports-48-x-48.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/sports-48-x-48.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/sports-48-x-48.svg#sports-48-x-48") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 6916, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-sport]:before {
  font-family: "sports-48-x-48" !important;
  content: attr(data-icon-sport);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6929, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-sport"]:before,
[class*="icon-sport"]:before {
  font-family: "sports-48-x-48" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6942, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-christmas"]:before,
[class*=" icon-christmas"]:before {
  font-family: "cristmas" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6955, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-001:before {
  content: "a";
}

/* line 6958, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-014:before {
  content: "b";
}

/* line 6961, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-027:before {
  content: "c";
}

/* line 6964, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-028:before {
  content: "d";
}

/* line 6967, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-015:before {
  content: "e";
}

/* line 6970, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-002:before {
  content: "f";
}

/* line 6973, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-003:before {
  content: "g";
}

/* line 6976, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-016:before {
  content: "h";
}

/* line 6979, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-029:before {
  content: "i";
}

/* line 6982, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-030:before {
  content: "j";
}

/* line 6985, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-017:before {
  content: "k";
}

/* line 6988, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-004:before {
  content: "l";
}

/* line 6991, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-005:before {
  content: "m";
}

/* line 6994, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-018:before {
  content: "n";
}

/* line 6997, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-031:before {
  content: "o";
}

/* line 7000, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-032:before {
  content: "p";
}

/* line 7003, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-019:before {
  content: "q";
}

/* line 7006, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-006:before {
  content: "r";
}

/* line 7009, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-007:before {
  content: "s";
}

/* line 7012, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-020:before {
  content: "t";
}

/* line 7015, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-033:before {
  content: "u";
}

/* line 7018, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-034:before {
  content: "v";
}

/* line 7021, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-021:before {
  content: "w";
}

/* line 7024, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-008:before {
  content: "x";
}

/* line 7027, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-009:before {
  content: "y";
}

/* line 7030, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-022:before {
  content: "z";
}

/* line 7033, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-035:before {
  content: "A";
}

/* line 7036, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-036:before {
  content: "B";
}

/* line 7039, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-023:before {
  content: "C";
}

/* line 7042, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-010:before {
  content: "D";
}

/* line 7045, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-011:before {
  content: "E";
}

/* line 7048, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-024:before {
  content: "F";
}

/* line 7051, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-037:before {
  content: "G";
}

/* line 7054, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-038:before {
  content: "H";
}

/* line 7057, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-025:before {
  content: "I";
}

/* line 7060, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-012:before {
  content: "J";
}

/* line 7063, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-013:before {
  content: "K";
}

/* line 7066, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-026:before {
  content: "L";
}

/* line 7069, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-039:before {
  content: "M";
}

/* line 7072, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-040:before {
  content: "N";
}

/* line 7075, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-053:before {
  content: "O";
}

/* line 7078, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-066:before {
  content: "P";
}

/* line 7081, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-079:before {
  content: "Q";
}

/* line 7084, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-080:before {
  content: "R";
}

/* line 7087, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-067:before {
  content: "S";
}

/* line 7090, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-054:before {
  content: "T";
}

/* line 7093, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-041:before {
  content: "U";
}

/* line 7096, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-042:before {
  content: "V";
}

/* line 7099, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-055:before {
  content: "W";
}

/* line 7102, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-068:before {
  content: "X";
}

/* line 7105, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-081:before {
  content: "Y";
}

/* line 7108, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-082:before {
  content: "Z";
}

/* line 7111, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-069:before {
  content: "0";
}

/* line 7114, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-056:before {
  content: "1";
}

/* line 7117, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-043:before {
  content: "2";
}

/* line 7120, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-044:before {
  content: "3";
}

/* line 7123, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-057:before {
  content: "4";
}

/* line 7126, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-070:before {
  content: "5";
}

/* line 7129, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-083:before {
  content: "6";
}

/* line 7132, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-084:before {
  content: "7";
}

/* line 7135, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-071:before {
  content: "8";
}

/* line 7138, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-058:before {
  content: "9";
}

/* line 7141, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-045:before {
  content: "!";
}

/* line 7144, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-046:before {
  content: "\"";
}

/* line 7147, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-059:before {
  content: "#";
}

/* line 7150, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-072:before {
  content: "$";
}

/* line 7153, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-085:before {
  content: "%";
}

/* line 7156, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-086:before {
  content: "&";
}

/* line 7159, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-073:before {
  content: "'";
}

/* line 7162, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-060:before {
  content: "(";
}

/* line 7165, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-047:before {
  content: ")";
}

/* line 7168, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-048:before {
  content: "*";
}

/* line 7171, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-061:before {
  content: "+";
}

/* line 7174, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-074:before {
  content: ",";
}

/* line 7177, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-087:before {
  content: "-";
}

/* line 7180, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-075:before {
  content: ".";
}

/* line 7183, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-062:before {
  content: "/";
}

/* line 7186, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-049:before {
  content: ":";
}

/* line 7189, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-050:before {
  content: ";";
}

/* line 7192, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-063:before {
  content: "<";
}

/* line 7195, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-064:before {
  content: "=";
}

/* line 7198, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-051:before {
  content: ">";
}

/* line 7201, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-052:before {
  content: "?";
}

/* line 7204, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-065:before {
  content: "@";
}

/* line 7207, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-078:before {
  content: "[";
}

/* line 7210, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-091:before {
  content: "]";
}

/* line 7213, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-090:before {
  content: "^";
}

/* line 7216, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-077:before {
  content: "_";
}

/* line 7219, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-076:before {
  content: "`";
}

/* line 7222, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-089:before {
  content: "{";
}

/* line 7225, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-088:before {
  content: "|";
}

/* line 7228, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-092:before {
  content: "}";
}

/* line 7231, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-105:before {
  content: "~";
}

/* line 7234, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-118:before {
  content: "\\";
}

/* line 7237, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-131:before {
  content: "\e000";
}

/* line 7240, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-144:before {
  content: "\e001";
}

/* line 7243, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-145:before {
  content: "\e002";
}

/* line 7246, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-132:before {
  content: "\e003";
}

/* line 7249, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-119:before {
  content: "\e004";
}

/* line 7252, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-106:before {
  content: "\e005";
}

/* line 7255, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-093:before {
  content: "\e006";
}

/* line 7258, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-094:before {
  content: "\e007";
}

/* line 7261, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-107:before {
  content: "\e008";
}

/* line 7264, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-120:before {
  content: "\e009";
}

/* line 7267, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-133:before {
  content: "\e00a";
}

/* line 7270, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-146:before {
  content: "\e00b";
}

/* line 7273, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-147:before {
  content: "\e00c";
}

/* line 7276, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-134:before {
  content: "\e00d";
}

/* line 7279, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-121:before {
  content: "\e00e";
}

/* line 7282, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-108:before {
  content: "\e00f";
}

/* line 7285, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-095:before {
  content: "\e010";
}

/* line 7288, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-096:before {
  content: "\e011";
}

/* line 7291, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-109:before {
  content: "\e012";
}

/* line 7294, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-122:before {
  content: "\e013";
}

/* line 7297, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-135:before {
  content: "\e014";
}

/* line 7300, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-148:before {
  content: "\e015";
}

/* line 7303, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-149:before {
  content: "\e016";
}

/* line 7306, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-136:before {
  content: "\e017";
}

/* line 7309, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-123:before {
  content: "\e018";
}

/* line 7312, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-110:before {
  content: "\e019";
}

/* line 7315, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-097:before {
  content: "\e01a";
}

/* line 7318, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-098:before {
  content: "\e01b";
}

/* line 7321, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-111:before {
  content: "\e01c";
}

/* line 7324, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-124:before {
  content: "\e01d";
}

/* line 7327, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-137:before {
  content: "\e01e";
}

/* line 7330, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-150:before {
  content: "\e01f";
}

/* line 7333, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-151:before {
  content: "\e020";
}

/* line 7336, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-138:before {
  content: "\e021";
}

/* line 7339, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-125:before {
  content: "\e022";
}

/* line 7342, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-112:before {
  content: "\e023";
}

/* line 7345, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-099:before {
  content: "\e024";
}

/* line 7348, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-100:before {
  content: "\e025";
}

/* line 7351, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-113:before {
  content: "\e026";
}

/* line 7354, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-126:before {
  content: "\e027";
}

/* line 7357, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-139:before {
  content: "\e028";
}

/* line 7360, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-152:before {
  content: "\e029";
}

/* line 7363, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-153:before {
  content: "\e02a";
}

/* line 7366, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-140:before {
  content: "\e02b";
}

/* line 7369, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-127:before {
  content: "\e02c";
}

/* line 7372, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-114:before {
  content: "\e02d";
}

/* line 7375, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-101:before {
  content: "\e02e";
}

/* line 7378, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-102:before {
  content: "\e02f";
}

/* line 7381, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-115:before {
  content: "\e030";
}

/* line 7384, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-128:before {
  content: "\e031";
}

/* line 7387, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-141:before {
  content: "\e032";
}

/* line 7390, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-154:before {
  content: "\e033";
}

/* line 7393, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-155:before {
  content: "\e034";
}

/* line 7396, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-142:before {
  content: "\e035";
}

/* line 7399, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-129:before {
  content: "\e036";
}

/* line 7402, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-116:before {
  content: "\e037";
}

/* line 7405, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-103:before {
  content: "\e038";
}

/* line 7408, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-104:before {
  content: "\e039";
}

/* line 7411, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-117:before {
  content: "\e03a";
}

/* line 7414, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-130:before {
  content: "\e03b";
}

/* line 7417, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-143:before {
  content: "\e03c";
}

/* line 7420, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-156:before {
  content: "\e03d";
}

/* line 7423, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-157:before {
  content: "\e03e";
}

/* line 7426, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-170:before {
  content: "\e03f";
}

/* line 7429, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-183:before {
  content: "\e040";
}

/* line 7432, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-196:before {
  content: "\e041";
}

/* line 7435, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-197:before {
  content: "\e042";
}

/* line 7438, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-184:before {
  content: "\e043";
}

/* line 7441, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-171:before {
  content: "\e044";
}

/* line 7444, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-158:before {
  content: "\e045";
}

/* line 7447, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-159:before {
  content: "\e046";
}

/* line 7450, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-172:before {
  content: "\e047";
}

/* line 7453, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-185:before {
  content: "\e048";
}

/* line 7456, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-198:before {
  content: "\e049";
}

/* line 7459, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-199:before {
  content: "\e04a";
}

/* line 7462, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-186:before {
  content: "\e04b";
}

/* line 7465, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-173:before {
  content: "\e04c";
}

/* line 7468, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-160:before {
  content: "\e04d";
}

/* line 7471, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-174:before {
  content: "\e04e";
}

/* line 7474, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-187:before {
  content: "\e04f";
}

/* line 7477, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-200:before {
  content: "\e050";
}

/* line 7480, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-188:before {
  content: "\e051";
}

/* line 7483, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-175:before {
  content: "\e052";
}

/* line 7486, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-162:before {
  content: "\e053";
}

/* line 7489, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-163:before {
  content: "\e054";
}

/* line 7492, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-176:before {
  content: "\e055";
}

/* line 7495, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-189:before {
  content: "\e056";
}

/* line 7498, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-190:before {
  content: "\e057";
}

/* line 7501, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-177:before {
  content: "\e058";
}

/* line 7504, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-164:before {
  content: "\e059";
}

/* line 7507, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-165:before {
  content: "\e05a";
}

/* line 7510, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-178:before {
  content: "\e05b";
}

/* line 7513, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-191:before {
  content: "\e05c";
}

/* line 7516, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-192:before {
  content: "\e05d";
}

/* line 7519, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-179:before {
  content: "\e05e";
}

/* line 7522, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-166:before {
  content: "\e05f";
}

/* line 7525, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-167:before {
  content: "\e060";
}

/* line 7528, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-180:before {
  content: "\e061";
}

/* line 7531, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-193:before {
  content: "\e062";
}

/* line 7534, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-194:before {
  content: "\e063";
}

/* line 7537, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-181:before {
  content: "\e064";
}

/* line 7540, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-168:before {
  content: "\e065";
}

/* line 7543, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-169:before {
  content: "\e066";
}

/* line 7546, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-182:before {
  content: "\e067";
}

/* line 7549, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-195:before {
  content: "\e068";
}

/* line 7552, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-sport-161:before {
  content: "\e069";
}

/* Travel */
@font-face {
  font-family: "travel";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/travel.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/travel.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/travel.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/travel.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/travel.svg#travel") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 7568, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-travel]:before {
  font-family: "travel" !important;
  content: attr(data-icon-travel);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 7581, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-travel"]:before,
[class*=" icon-travel"]:before {
  font-family: "travel" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 7594, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-001:before {
  content: "a";
}

/* line 7597, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-014:before {
  content: "b";
}

/* line 7600, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-015:before {
  content: "c";
}

/* line 7603, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-002:before {
  content: "d";
}

/* line 7606, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-003:before {
  content: "e";
}

/* line 7609, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-016:before {
  content: "f";
}

/* line 7612, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-017:before {
  content: "g";
}

/* line 7615, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-004:before {
  content: "h";
}

/* line 7618, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-005:before {
  content: "i";
}

/* line 7621, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-018:before {
  content: "j";
}

/* line 7624, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-019:before {
  content: "k";
}

/* line 7627, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-006:before {
  content: "l";
}

/* line 7630, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-007:before {
  content: "m";
}

/* line 7633, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-020:before {
  content: "n";
}

/* line 7636, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-021:before {
  content: "o";
}

/* line 7639, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-008:before {
  content: "p";
}

/* line 7642, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-009:before {
  content: "q";
}

/* line 7645, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-022:before {
  content: "r";
}

/* line 7648, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-023:before {
  content: "s";
}

/* line 7651, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-010:before {
  content: "t";
}

/* line 7654, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-011:before {
  content: "u";
}

/* line 7657, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-024:before {
  content: "v";
}

/* line 7660, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-025:before {
  content: "w";
}

/* line 7663, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-012:before {
  content: "x";
}

/* line 7666, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-013:before {
  content: "y";
}

/* line 7669, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-026:before {
  content: "z";
}

/* line 7672, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-039:before {
  content: "A";
}

/* line 7675, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-052:before {
  content: "B";
}

/* line 7678, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-065:before {
  content: "C";
}

/* line 7681, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-064:before {
  content: "D";
}

/* line 7684, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-051:before {
  content: "E";
}

/* line 7687, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-038:before {
  content: "F";
}

/* line 7690, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-037:before {
  content: "G";
}

/* line 7693, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-050:before {
  content: "H";
}

/* line 7696, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-063:before {
  content: "I";
}

/* line 7699, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-062:before {
  content: "J";
}

/* line 7702, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-049:before {
  content: "K";
}

/* line 7705, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-036:before {
  content: "L";
}

/* line 7708, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-035:before {
  content: "M";
}

/* line 7711, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-048:before {
  content: "N";
}

/* line 7714, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-061:before {
  content: "O";
}

/* line 7717, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-060:before {
  content: "P";
}

/* line 7720, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-047:before {
  content: "Q";
}

/* line 7723, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-034:before {
  content: "R";
}

/* line 7726, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-033:before {
  content: "S";
}

/* line 7729, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-046:before {
  content: "T";
}

/* line 7732, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-059:before {
  content: "U";
}

/* line 7735, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-058:before {
  content: "V";
}

/* line 7738, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-045:before {
  content: "W";
}

/* line 7741, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-032:before {
  content: "X";
}

/* line 7744, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-031:before {
  content: "Y";
}

/* line 7747, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-044:before {
  content: "Z";
}

/* line 7750, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-057:before {
  content: "0";
}

/* line 7753, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-056:before {
  content: "1";
}

/* line 7756, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-043:before {
  content: "2";
}

/* line 7759, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-030:before {
  content: "3";
}

/* line 7762, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-029:before {
  content: "4";
}

/* line 7765, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-042:before {
  content: "5";
}

/* line 7768, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-055:before {
  content: "6";
}

/* line 7771, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-054:before {
  content: "7";
}

/* line 7774, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-041:before {
  content: "8";
}

/* line 7777, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-028:before {
  content: "9";
}

/* line 7780, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-027:before {
  content: "!";
}

/* line 7783, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-040:before {
  content: "\"";
}

/* line 7786, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-053:before {
  content: "#";
}

/* line 7789, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-066:before {
  content: "$";
}

/* line 7792, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-079:before {
  content: "%";
}

/* line 7795, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-092:before {
  content: "&";
}

/* line 7798, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-105:before {
  content: "'";
}

/* line 7801, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-106:before {
  content: "(";
}

/* line 7804, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-093:before {
  content: ")";
}

/* line 7807, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-080:before {
  content: "*";
}

/* line 7810, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-067:before {
  content: "+";
}

/* line 7813, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-068:before {
  content: ",";
}

/* line 7816, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-081:before {
  content: "-";
}

/* line 7819, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-094:before {
  content: ".";
}

/* line 7822, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-107:before {
  content: "/";
}

/* line 7825, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-108:before {
  content: ":";
}

/* line 7828, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-095:before {
  content: ";";
}

/* line 7831, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-082:before {
  content: "<";
}

/* line 7834, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-069:before {
  content: "=";
}

/* line 7837, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-070:before {
  content: ">";
}

/* line 7840, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-083:before {
  content: "?";
}

/* line 7843, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-096:before {
  content: "@";
}

/* line 7846, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-109:before {
  content: "[";
}

/* line 7849, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-110:before {
  content: "]";
}

/* line 7852, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-097:before {
  content: "^";
}

/* line 7855, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-084:before {
  content: "_";
}

/* line 7858, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-071:before {
  content: "`";
}

/* line 7861, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-072:before {
  content: "{";
}

/* line 7864, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-085:before {
  content: "|";
}

/* line 7867, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-098:before {
  content: "}";
}

/* line 7870, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-111:before {
  content: "~";
}

/* line 7873, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-112:before {
  content: "\\";
}

/* line 7876, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-099:before {
  content: "\e000";
}

/* line 7879, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-086:before {
  content: "\e001";
}

/* line 7882, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-073:before {
  content: "\e002";
}

/* line 7885, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-074:before {
  content: "\e003";
}

/* line 7888, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-087:before {
  content: "\e004";
}

/* line 7891, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-100:before {
  content: "\e005";
}

/* line 7894, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-113:before {
  content: "\e006";
}

/* line 7897, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-114:before {
  content: "\e007";
}

/* line 7900, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-101:before {
  content: "\e008";
}

/* line 7903, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-088:before {
  content: "\e009";
}

/* line 7906, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-075:before {
  content: "\e00a";
}

/* line 7909, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-076:before {
  content: "\e00b";
}

/* line 7912, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-089:before {
  content: "\e00c";
}

/* line 7915, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-102:before {
  content: "\e00d";
}

/* line 7918, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-115:before {
  content: "\e00e";
}

/* line 7921, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-116:before {
  content: "\e00f";
}

/* line 7924, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-103:before {
  content: "\e010";
}

/* line 7927, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-090:before {
  content: "\e011";
}

/* line 7930, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-077:before {
  content: "\e012";
}

/* line 7933, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-091:before {
  content: "\e013";
}

/* line 7936, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-104:before {
  content: "\e014";
}

/* line 7939, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-117:before {
  content: "\e015";
}

/* line 7942, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-078:before {
  content: "\e016";
}

/* line 7945, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-130:before {
  content: "\e017";
}

/* line 7948, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-143:before {
  content: "\e018";
}

/* line 7951, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-142:before {
  content: "\e019";
}

/* line 7954, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-129:before {
  content: "\e01a";
}

/* line 7957, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-128:before {
  content: "\e01b";
}

/* line 7960, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-141:before {
  content: "\e01c";
}

/* line 7963, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-140:before {
  content: "\e01d";
}

/* line 7966, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-127:before {
  content: "\e01e";
}

/* line 7969, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-126:before {
  content: "\e01f";
}

/* line 7972, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-139:before {
  content: "\e020";
}

/* line 7975, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-138:before {
  content: "\e021";
}

/* line 7978, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-125:before {
  content: "\e022";
}

/* line 7981, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-124:before {
  content: "\e023";
}

/* line 7984, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-137:before {
  content: "\e024";
}

/* line 7987, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-150:before {
  content: "\e025";
}

/* line 7990, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-149:before {
  content: "\e026";
}

/* line 7993, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-136:before {
  content: "\e027";
}

/* line 7996, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-123:before {
  content: "\e028";
}

/* line 7999, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-122:before {
  content: "\e029";
}

/* line 8002, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-135:before {
  content: "\e02a";
}

/* line 8005, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-148:before {
  content: "\e02b";
}

/* line 8008, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-147:before {
  content: "\e02c";
}

/* line 8011, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-134:before {
  content: "\e02d";
}

/* line 8014, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-121:before {
  content: "\e02e";
}

/* line 8017, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-120:before {
  content: "\e02f";
}

/* line 8020, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-133:before {
  content: "\e030";
}

/* line 8023, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-146:before {
  content: "\e031";
}

/* line 8026, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-145:before {
  content: "\e032";
}

/* line 8029, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-132:before {
  content: "\e033";
}

/* line 8032, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-119:before {
  content: "\e034";
}

/* line 8035, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-118:before {
  content: "\e035";
}

/* line 8038, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-131:before {
  content: "\e036";
}

/* line 8041, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-travel-144:before {
  content: "\e037";
}

/* Weather */
@font-face {
  font-family: "weather";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/weather.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/weather.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/weather.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/weather.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/weather.svg#weather") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 8057, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-weather]:before {
  font-family: "weather" !important;
  content: attr(data-icon-weather);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 8070, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-weather"]:before,
[class*=" icon-weather"]:before {
  font-family: "weather" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 8083, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-001:before {
  content: "a";
}

/* line 8086, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-014:before {
  content: "b";
}

/* line 8089, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-027:before {
  content: "c";
}

/* line 8092, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-040:before {
  content: "d";
}

/* line 8095, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-053:before {
  content: "e";
}

/* line 8098, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-054:before {
  content: "f";
}

/* line 8101, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-041:before {
  content: "g";
}

/* line 8104, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-028:before {
  content: "h";
}

/* line 8107, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-015:before {
  content: "i";
}

/* line 8110, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-002:before {
  content: "j";
}

/* line 8113, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-003:before {
  content: "k";
}

/* line 8116, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-016:before {
  content: "l";
}

/* line 8119, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-029:before {
  content: "m";
}

/* line 8122, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-042:before {
  content: "n";
}

/* line 8125, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-055:before {
  content: "o";
}

/* line 8128, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-056:before {
  content: "p";
}

/* line 8131, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-043:before {
  content: "q";
}

/* line 8134, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-030:before {
  content: "r";
}

/* line 8137, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-017:before {
  content: "s";
}

/* line 8140, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-004:before {
  content: "t";
}

/* line 8143, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-005:before {
  content: "u";
}

/* line 8146, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-018:before {
  content: "v";
}

/* line 8149, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-031:before {
  content: "w";
}

/* line 8152, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-044:before {
  content: "x";
}

/* line 8155, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-057:before {
  content: "y";
}

/* line 8158, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-058:before {
  content: "z";
}

/* line 8161, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-045:before {
  content: "A";
}

/* line 8164, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-032:before {
  content: "B";
}

/* line 8167, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-019:before {
  content: "C";
}

/* line 8170, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-006:before {
  content: "D";
}

/* line 8173, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-007:before {
  content: "E";
}

/* line 8176, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-020:before {
  content: "F";
}

/* line 8179, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-033:before {
  content: "G";
}

/* line 8182, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-046:before {
  content: "H";
}

/* line 8185, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-059:before {
  content: "I";
}

/* line 8188, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-060:before {
  content: "J";
}

/* line 8191, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-047:before {
  content: "K";
}

/* line 8194, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-034:before {
  content: "L";
}

/* line 8197, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-021:before {
  content: "M";
}

/* line 8200, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-008:before {
  content: "N";
}

/* line 8203, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-009:before {
  content: "O";
}

/* line 8206, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-022:before {
  content: "P";
}

/* line 8209, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-035:before {
  content: "Q";
}

/* line 8212, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-048:before {
  content: "R";
}

/* line 8215, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-049:before {
  content: "S";
}

/* line 8218, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-036:before {
  content: "T";
}

/* line 8221, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-023:before {
  content: "U";
}

/* line 8224, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-010:before {
  content: "V";
}

/* line 8227, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-011:before {
  content: "W";
}

/* line 8230, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-024:before {
  content: "X";
}

/* line 8233, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-037:before {
  content: "Y";
}

/* line 8236, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-050:before {
  content: "Z";
}

/* line 8239, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-051:before {
  content: "0";
}

/* line 8242, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-038:before {
  content: "1";
}

/* line 8245, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-025:before {
  content: "2";
}

/* line 8248, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-012:before {
  content: "3";
}

/* line 8251, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-013:before {
  content: "4";
}

/* line 8254, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-026:before {
  content: "5";
}

/* line 8257, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-039:before {
  content: "6";
}

/* line 8260, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-weather-052:before {
  content: "7";
}

/* Transport */
@font-face {
  font-family: "transport";
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/transport.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/transport.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/transport.woff") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/transport.ttf") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/line-icons-pro/transport.svg#transport") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 8276, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[data-icon-transport]:before {
  font-family: "transport" !important;
  content: attr(data-icon-transport);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 8289, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
[class^="icon-transport"]:before,
[class*=" icon-transport"]:before {
  font-family: "transport" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 8302, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-001:before {
  content: "a";
}

/* line 8305, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-014:before {
  content: "b";
}

/* line 8308, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-015:before {
  content: "c";
}

/* line 8311, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-002:before {
  content: "d";
}

/* line 8314, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-003:before {
  content: "e";
}

/* line 8317, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-016:before {
  content: "f";
}

/* line 8320, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-017:before {
  content: "g";
}

/* line 8323, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-004:before {
  content: "h";
}

/* line 8326, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-005:before {
  content: "i";
}

/* line 8329, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-018:before {
  content: "j";
}

/* line 8332, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-019:before {
  content: "k";
}

/* line 8335, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-006:before {
  content: "l";
}

/* line 8338, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-007:before {
  content: "m";
}

/* line 8341, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-020:before {
  content: "n";
}

/* line 8344, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-021:before {
  content: "o";
}

/* line 8347, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-008:before {
  content: "p";
}

/* line 8350, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-009:before {
  content: "q";
}

/* line 8353, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-022:before {
  content: "r";
}

/* line 8356, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-023:before {
  content: "s";
}

/* line 8359, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-010:before {
  content: "t";
}

/* line 8362, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-024:before {
  content: "u";
}

/* line 8365, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-025:before {
  content: "v";
}

/* line 8368, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-012:before {
  content: "w";
}

/* line 8371, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-011:before {
  content: "x";
}

/* line 8374, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-013:before {
  content: "y";
}

/* line 8377, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-026:before {
  content: "z";
}

/* line 8380, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-039:before {
  content: "A";
}

/* line 8383, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-052:before {
  content: "B";
}

/* line 8386, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-051:before {
  content: "C";
}

/* line 8389, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-038:before {
  content: "D";
}

/* line 8392, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-037:before {
  content: "E";
}

/* line 8395, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-050:before {
  content: "F";
}

/* line 8398, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-049:before {
  content: "G";
}

/* line 8401, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-036:before {
  content: "H";
}

/* line 8404, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-035:before {
  content: "I";
}

/* line 8407, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-048:before {
  content: "J";
}

/* line 8410, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-047:before {
  content: "K";
}

/* line 8413, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-034:before {
  content: "L";
}

/* line 8416, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-033:before {
  content: "M";
}

/* line 8419, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-046:before {
  content: "N";
}

/* line 8422, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-045:before {
  content: "O";
}

/* line 8425, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-032:before {
  content: "P";
}

/* line 8428, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-031:before {
  content: "Q";
}

/* line 8431, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-044:before {
  content: "R";
}

/* line 8434, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-043:before {
  content: "S";
}

/* line 8437, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-030:before {
  content: "T";
}

/* line 8440, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-029:before {
  content: "U";
}

/* line 8443, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-042:before {
  content: "V";
}

/* line 8446, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-041:before {
  content: "W";
}

/* line 8449, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-028:before {
  content: "X";
}

/* line 8452, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-027:before {
  content: "Y";
}

/* line 8455, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-040:before {
  content: "Z";
}

/* line 8458, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-053:before {
  content: "0";
}

/* line 8461, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-066:before {
  content: "1";
}

/* line 8464, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-079:before {
  content: "2";
}

/* line 8467, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-092:before {
  content: "3";
}

/* line 8470, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-093:before {
  content: "4";
}

/* line 8473, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-080:before {
  content: "5";
}

/* line 8476, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-067:before {
  content: "6";
}

/* line 8479, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-054:before {
  content: "7";
}

/* line 8482, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-055:before {
  content: "8";
}

/* line 8485, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-068:before {
  content: "9";
}

/* line 8488, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-081:before {
  content: "!";
}

/* line 8491, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-094:before {
  content: "\"";
}

/* line 8494, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-095:before {
  content: "#";
}

/* line 8497, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-082:before {
  content: "$";
}

/* line 8500, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-069:before {
  content: "%";
}

/* line 8503, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-056:before {
  content: "&";
}

/* line 8506, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-057:before {
  content: "'";
}

/* line 8509, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-070:before {
  content: "(";
}

/* line 8512, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-083:before {
  content: ")";
}

/* line 8515, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-096:before {
  content: "*";
}

/* line 8518, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-097:before {
  content: "+";
}

/* line 8521, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-084:before {
  content: ",";
}

/* line 8524, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-071:before {
  content: "-";
}

/* line 8527, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-058:before {
  content: ".";
}

/* line 8530, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-059:before {
  content: "/";
}

/* line 8533, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-072:before {
  content: ":";
}

/* line 8536, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-085:before {
  content: ";";
}

/* line 8539, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-098:before {
  content: "<";
}

/* line 8542, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-099:before {
  content: "=";
}

/* line 8545, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-086:before {
  content: ">";
}

/* line 8548, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-073:before {
  content: "?";
}

/* line 8551, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-060:before {
  content: "@";
}

/* line 8554, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-061:before {
  content: "[";
}

/* line 8557, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-074:before {
  content: "]";
}

/* line 8560, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-087:before {
  content: "^";
}

/* line 8563, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-100:before {
  content: "_";
}

/* line 8566, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-088:before {
  content: "`";
}

/* line 8569, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-075:before {
  content: "{";
}

/* line 8572, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-076:before {
  content: "|";
}

/* line 8575, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-089:before {
  content: "}";
}

/* line 8578, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-090:before {
  content: "~";
}

/* line 8581, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-077:before {
  content: "\\";
}

/* line 8584, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-078:before {
  content: "\e000";
}

/* line 8587, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-091:before {
  content: "\e001";
}

/* line 8590, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-065:before {
  content: "\e002";
}

/* line 8593, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-064:before {
  content: "\e003";
}

/* line 8596, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-063:before {
  content: "\e004";
}

/* line 8599, /Users/ms/apps/truckforce/vendor/assets/css/icon-line-pro/icon-line-pro-style.css */
.icon-transport-062:before {
  content: "\e005";
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://s3.eu-central-1.amazonaws.com/assets.truckdev/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://s3.eu-central-1.amazonaws.com/assets.truckdev/MaterialIcons-Regular.woff2) format("woff2"), url(https://s3.eu-central-1.amazonaws.com/assets.truckdev/MaterialIcons-Regular.woff) format("woff"), url(https://s3.eu-central-1.amazonaws.com/assets.truckdev/MaterialIcons-Regular.ttf) format("truetype");
}
/* line 13, /Users/ms/apps/truckforce/vendor/assets/css/material-icons.css */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
/* line 11, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* line 16, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* line 20, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/* line 24, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
/* line 52, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 67, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/* line 87, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/* line 121, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
/* line 139, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* line 169, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 196, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/* line 223, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
/* line 259, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
/* line 297, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/* line 335, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
/* line 367, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
/* line 399, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
/* line 431, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* line 463, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 483, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
/* line 503, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
/* line 519, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
/* line 535, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
/* line 555, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 569, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* line 585, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* line 601, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* line 617, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* line 633, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* line 649, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* line 665, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* line 681, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* line 697, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 711, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
/* line 726, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
/* line 741, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
/* line 756, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
/* line 771, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
/* line 786, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
/* line 801, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
/* line 816, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
/* line 831, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
/* line 862, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
/* line 894, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
/* line 926, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 948, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 970, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
/* line 998, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 1014, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
/* line 1033, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
/* line 1051, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
/* line 1069, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
/* line 1087, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
/* line 1105, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 1122, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 1139, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 1156, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 1173, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 1190, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 1219, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* line 1244, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* line 1262, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 1279, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 1294, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1312, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1330, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1348, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1366, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
/* line 1385, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1404, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
/* line 1421, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
/* line 1438, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1457, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* line 1472, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* line 1487, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* line 1502, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* line 1517, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
/* line 1532, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
/* line 1547, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
/* line 1562, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
/* line 1577, /Users/ms/apps/truckforce/vendor/assets/css/animate.css */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/*
 * HS Mega Menu - jQuery Plugin
 * @version: 1.0.0 (Sun, 26 Feb 2017)
 *
 * @license:
 *
 * Copyright 2017 HtmlStream
 *
 */
/* line 11, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-initialized {
  position: relative;
  z-index: 10;
}

/* line 16, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-initialized .animated {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}

/* line 21, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-overflow-x-locked {
  overflow-x: hidden;
}

/* line 25, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-sub-menu,
.hs-mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  margin-top: 5px;
  visibility: hidden;
  opacity: 0;
  /* width: 100%; */
  background-color: #fff;
  opacity: 1 !important;
}

/* line 39, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu,
.hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu {
  display: block !important;
}

/* line 44, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-sub-menu-opened > .hs-sub-menu,
.hs-mega-menu-opened > .hs-mega-menu {
  visibility: visible;
  opacity: 1;
}

/* line 50, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-sub-menu {
  min-width: 180px;
}

/* line 54, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-has-sub-menu {
  position: relative;
}

/* line 58, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-sub-menu .hs-sub-menu,
.hs-mega-menu .hs-sub-menu,
.hs-sub-menu .hs-mega-menu,
.hs-mega-menu .hs-mega-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}

/* line 67, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-has-sub-menu > a::after {
  content: "\e900";
  font-family: "hs-icons" !important;
  font-size: 10px;
  display: inline;
  margin-left: 7px;
}

/* line 74, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-has-sub-menu .hs-has-sub-menu > a {
  position: relative;
}

/* line 77, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-has-sub-menu .hs-has-sub-menu > a::after {
  content: "\e902";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: inherit;
  background: transparent !important;
}

/*------------------------------------
	Vertical Direction
------------------------------------*/
/* line 93, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-vertical .hs-sub-menu,
.hs-menu-vertical .hs-mega-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}

/* line 100, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-vertical .hs-sub-menu {
  width: auto;
}

/* line 104, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-vertical .hs-mega-menu {
  height: 100%;
}

/*------------------------------------
	Mobile state
------------------------------------*/
/* line 112, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-mobile-state .hs-sub-menu,
.hs-mobile-state .hs-mega-menu {
  position: static;
  visibility: visible;
}

/* line 118, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-mobile-state .hs-has-mega-menu[data-max-width] > .hs-mega-menu,
.hs-mobile-state .hs-has-sub-menu[data-max-width] > .hs-sub-menu {
  max-width: initial !important;
}

/*------------------------------------
	RTL
------------------------------------*/
/* line 127, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-initialized.hs-rtl {
  direction: rtl;
  unicode-bidi: embed;
}

/* line 132, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-initialized.hs-rtl .hs-sub-menu,
.hs-menu-initialized.hs-rtl .hs-mega-menu {
  left: auto;
  right: 0;
}

/* line 138, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-initialized.hs-rtl .hs-sub-menu .hs-sub-menu,
.hs-menu-initialized.hs-rtl .hs-mega-menu .hs-sub-menu,
.hs-menu-initialized.hs-rtl .hs-sub-menu .hs-mega-menu,
.hs-menu-initialized.hs-rtl .hs-mega-menu .hs-mega-menu {
  left: auto;
  right: 100%;
}

/*------------------------------------
	Smart Position
------------------------------------*/
/* line 150, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu.hs-reversed {
  left: auto;
  right: 0;
}

/* line 156, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu .hs-sub-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu .hs-sub-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu .hs-mega-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu .hs-mega-menu.hs-reversed {
  left: auto;
  right: 100%;
}

/* line 164, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu.hs-reversed {
  right: auto;
  left: 0;
}

/* line 170, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu .hs-sub-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu .hs-sub-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu .hs-mega-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu .hs-mega-menu.hs-reversed {
  right: auto;
  left: 100%;
}

/*------------------------------------
	Positions
	(only 'horizontal' direction)
------------------------------------*/
/* line 183, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-left {
  left: 0;
  right: auto;
}

/* line 188, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-right {
  left: auto;
  right: 0;
}

/* line 193, /Users/ms/apps/truckforce/vendor/assets/css/hs.megamenu.css */
.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger:hover {
  opacity: .7;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #000;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger-inner:before {
  top: -10px;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger-inner:after {
  bottom: -10px;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dx .hamburger-inner {
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dx.is-active .hamburger-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: transparent;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dx.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dx.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dx-r .hamburger-inner {
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dx-r.is-active .hamburger-inner {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background-color: transparent;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dx-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dx-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dy .hamburger-inner {
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dy.is-active .hamburger-inner {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  background-color: transparent;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dy-r .hamburger-inner {
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dy-r.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  background-color: transparent;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--3dy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--arrow.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--arrow.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--arrow-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--arrow-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--emphatic {
  overflow: hidden;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--emphatic-r {
  overflow: hidden;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--slider-r.is-active .hamburger-inner:before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--slider-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .13s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--stand .hamburger-inner {
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--stand.is-active .hamburger-inner {
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--stand-r .hamburger-inner {
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--stand-r.is-active .hamburger-inner {
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s,opacity 75ms ease;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex .hamburger-inner:before {
  transition-property: top,opacity;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
  transition-property: bottom,transform,-webkit-transform;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top,opacity;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
  transition-property: bottom,transform,-webkit-transform;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

/* line 7, /Users/ms/apps/truckforce/vendor/assets/css/hamburgers.min.css */
.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* Slider*/
/* line 2, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-list:focus {
  outline: none;
}

/* line 35, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 51, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-track:after {
  clear: both;
}

/* line 72, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-slide img {
  display: block;
}

/* line 93, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, /Users/ms/apps/truckforce/vendor/assets/css/slick.css */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-enabled {
  overflow: hidden;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-toolbar {
  top: 0;
  right: 0;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-slide--image {
  overflow: visible;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-slide--image:before {
  display: none;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-slide--next {
  z-index: 99995;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-spaceball {
  z-index: 1;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: .3;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-arrow--right {
  right: 0;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-show-nav .fancybox-arrow {
  opacity: .6;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-width: 800px) {
  /* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  /* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
  .fancybox-button--left, .fancybox-button--right {
    display: none !important;
  }

  /* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

/* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
.fancybox-button--thumbs, .fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  /* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
  .fancybox-button--thumbs {
    display: inline-block;
  }

  /* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  /* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
  }

  /* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  /* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  /* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  /* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  /* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  /* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  /* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  /* line 1, /Users/ms/apps/truckforce/vendor/assets/css/jquery.fancybox.min.css */
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://s3.eu-central-1.amazonaws.com/assets.truckdev/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 23, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 28, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-2x {
  font-size: 2em;
}

/* line 31, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-3x {
  font-size: 3em;
}

/* line 34, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-4x {
  font-size: 4em;
}

/* line 37, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-5x {
  font-size: 5em;
}

/* line 40, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 44, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 49, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-ul > li {
  position: relative;
}

/* line 52, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 59, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 62, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 67, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pull-left {
  float: left;
}

/* line 70, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pull-right {
  float: right;
}

/* line 73, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 76, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 80, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.pull-right {
  float: right;
}

/* line 83, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.pull-left {
  float: left;
}

/* line 86, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa.pull-left {
  margin-right: .3em;
}

/* line 89, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa.pull-right {
  margin-left: .3em;
}

/* line 92, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 96, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 120, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 126, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 132, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 138, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 144, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 150, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

/* line 157, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 165, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 172, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-stack-1x {
  line-height: inherit;
}

/* line 175, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-stack-2x {
  font-size: 2em;
}

/* line 178, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 183, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-glass:before {
  content: "\f000";
}

/* line 186, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-music:before {
  content: "\f001";
}

/* line 189, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-search:before {
  content: "\f002";
}

/* line 192, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 195, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-heart:before {
  content: "\f004";
}

/* line 198, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-star:before {
  content: "\f005";
}

/* line 201, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-star-o:before {
  content: "\f006";
}

/* line 204, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-user:before {
  content: "\f007";
}

/* line 207, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-film:before {
  content: "\f008";
}

/* line 210, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-th-large:before {
  content: "\f009";
}

/* line 213, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-th:before {
  content: "\f00a";
}

/* line 216, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-th-list:before {
  content: "\f00b";
}

/* line 219, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-check:before {
  content: "\f00c";
}

/* line 222, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 227, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 230, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-search-minus:before {
  content: "\f010";
}

/* line 233, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-power-off:before {
  content: "\f011";
}

/* line 236, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-signal:before {
  content: "\f012";
}

/* line 239, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 243, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-trash-o:before {
  content: "\f014";
}

/* line 246, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-home:before {
  content: "\f015";
}

/* line 249, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-file-o:before {
  content: "\f016";
}

/* line 252, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-clock-o:before {
  content: "\f017";
}

/* line 255, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-road:before {
  content: "\f018";
}

/* line 258, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-download:before {
  content: "\f019";
}

/* line 261, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 264, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 267, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-inbox:before {
  content: "\f01c";
}

/* line 270, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 273, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 277, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-refresh:before {
  content: "\f021";
}

/* line 280, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-list-alt:before {
  content: "\f022";
}

/* line 283, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-lock:before {
  content: "\f023";
}

/* line 286, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-flag:before {
  content: "\f024";
}

/* line 289, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-headphones:before {
  content: "\f025";
}

/* line 292, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-volume-off:before {
  content: "\f026";
}

/* line 295, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-volume-down:before {
  content: "\f027";
}

/* line 298, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-volume-up:before {
  content: "\f028";
}

/* line 301, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-qrcode:before {
  content: "\f029";
}

/* line 304, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-barcode:before {
  content: "\f02a";
}

/* line 307, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-tag:before {
  content: "\f02b";
}

/* line 310, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-tags:before {
  content: "\f02c";
}

/* line 313, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-book:before {
  content: "\f02d";
}

/* line 316, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 319, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-print:before {
  content: "\f02f";
}

/* line 322, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-camera:before {
  content: "\f030";
}

/* line 325, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-font:before {
  content: "\f031";
}

/* line 328, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bold:before {
  content: "\f032";
}

/* line 331, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-italic:before {
  content: "\f033";
}

/* line 334, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-text-height:before {
  content: "\f034";
}

/* line 337, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-text-width:before {
  content: "\f035";
}

/* line 340, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-align-left:before {
  content: "\f036";
}

/* line 343, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-align-center:before {
  content: "\f037";
}

/* line 346, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-align-right:before {
  content: "\f038";
}

/* line 349, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-align-justify:before {
  content: "\f039";
}

/* line 352, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-list:before {
  content: "\f03a";
}

/* line 355, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 359, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-indent:before {
  content: "\f03c";
}

/* line 362, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 365, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 370, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pencil:before {
  content: "\f040";
}

/* line 373, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-map-marker:before {
  content: "\f041";
}

/* line 376, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-adjust:before {
  content: "\f042";
}

/* line 379, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-tint:before {
  content: "\f043";
}

/* line 382, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 386, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 389, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 392, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrows:before {
  content: "\f047";
}

/* line 395, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-step-backward:before {
  content: "\f048";
}

/* line 398, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 401, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-backward:before {
  content: "\f04a";
}

/* line 404, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-play:before {
  content: "\f04b";
}

/* line 407, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pause:before {
  content: "\f04c";
}

/* line 410, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-stop:before {
  content: "\f04d";
}

/* line 413, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-forward:before {
  content: "\f04e";
}

/* line 416, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 419, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-step-forward:before {
  content: "\f051";
}

/* line 422, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-eject:before {
  content: "\f052";
}

/* line 425, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 428, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 431, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 434, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 437, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-times-circle:before {
  content: "\f057";
}

/* line 440, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-check-circle:before {
  content: "\f058";
}

/* line 443, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-question-circle:before {
  content: "\f059";
}

/* line 446, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 449, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 452, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 455, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 458, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-ban:before {
  content: "\f05e";
}

/* line 461, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 464, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 467, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 470, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 473, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 477, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-expand:before {
  content: "\f065";
}

/* line 480, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-compress:before {
  content: "\f066";
}

/* line 483, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-plus:before {
  content: "\f067";
}

/* line 486, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-minus:before {
  content: "\f068";
}

/* line 489, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-asterisk:before {
  content: "\f069";
}

/* line 492, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 495, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-gift:before {
  content: "\f06b";
}

/* line 498, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-leaf:before {
  content: "\f06c";
}

/* line 501, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-fire:before {
  content: "\f06d";
}

/* line 504, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-eye:before {
  content: "\f06e";
}

/* line 507, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 510, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 514, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-plane:before {
  content: "\f072";
}

/* line 517, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-calendar:before {
  content: "\f073";
}

/* line 520, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-random:before {
  content: "\f074";
}

/* line 523, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-comment:before {
  content: "\f075";
}

/* line 526, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-magnet:before {
  content: "\f076";
}

/* line 529, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 532, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 535, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-retweet:before {
  content: "\f079";
}

/* line 538, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 541, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-folder:before {
  content: "\f07b";
}

/* line 544, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 547, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 550, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 553, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 557, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 560, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 563, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 566, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-key:before {
  content: "\f084";
}

/* line 569, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 573, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-comments:before {
  content: "\f086";
}

/* line 576, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 579, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 582, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-star-half:before {
  content: "\f089";
}

/* line 585, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 588, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 591, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 594, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 597, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-external-link:before {
  content: "\f08e";
}

/* line 600, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sign-in:before {
  content: "\f090";
}

/* line 603, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-trophy:before {
  content: "\f091";
}

/* line 606, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-github-square:before {
  content: "\f092";
}

/* line 609, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-upload:before {
  content: "\f093";
}

/* line 612, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 615, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-phone:before {
  content: "\f095";
}

/* line 618, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-square-o:before {
  content: "\f096";
}

/* line 621, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 624, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-phone-square:before {
  content: "\f098";
}

/* line 627, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-twitter:before {
  content: "\f099";
}

/* line 630, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 634, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-github:before {
  content: "\f09b";
}

/* line 637, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-unlock:before {
  content: "\f09c";
}

/* line 640, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 643, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 647, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 650, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 653, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bell:before {
  content: "\f0f3";
}

/* line 656, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 659, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 662, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 665, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 668, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 671, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 674, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 677, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 680, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 683, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-globe:before {
  content: "\f0ac";
}

/* line 686, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 689, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 692, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-filter:before {
  content: "\f0b0";
}

/* line 695, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 698, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 701, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 705, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 709, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 712, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-flask:before {
  content: "\f0c3";
}

/* line 715, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 719, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 723, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 726, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 730, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-square:before {
  content: "\f0c8";
}

/* line 733, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 738, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 741, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 744, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 747, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-underline:before {
  content: "\f0cd";
}

/* line 750, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-table:before {
  content: "\f0ce";
}

/* line 753, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-magic:before {
  content: "\f0d0";
}

/* line 756, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-truck:before {
  content: "\f0d1";
}

/* line 759, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 762, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 765, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 768, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 771, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-money:before {
  content: "\f0d6";
}

/* line 774, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 777, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 780, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 783, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 786, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-columns:before {
  content: "\f0db";
}

/* line 789, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 793, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 797, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 801, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 804, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 807, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 811, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 815, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 819, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 822, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 825, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 829, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 832, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 835, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 839, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 842, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 845, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 848, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 851, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 854, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 857, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 860, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 863, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 866, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 869, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 872, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 875, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 878, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 881, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 884, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 887, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-beer:before {
  content: "\f0fc";
}

/* line 890, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 893, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 896, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 899, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 902, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 905, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 908, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-angle-left:before {
  content: "\f104";
}

/* line 911, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-angle-right:before {
  content: "\f105";
}

/* line 914, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-angle-up:before {
  content: "\f106";
}

/* line 917, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-angle-down:before {
  content: "\f107";
}

/* line 920, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-desktop:before {
  content: "\f108";
}

/* line 923, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-laptop:before {
  content: "\f109";
}

/* line 926, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-tablet:before {
  content: "\f10a";
}

/* line 929, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 933, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 936, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 939, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 942, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-spinner:before {
  content: "\f110";
}

/* line 945, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-circle:before {
  content: "\f111";
}

/* line 948, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 952, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-github-alt:before {
  content: "\f113";
}

/* line 955, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-folder-o:before {
  content: "\f114";
}

/* line 958, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 961, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-smile-o:before {
  content: "\f118";
}

/* line 964, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-frown-o:before {
  content: "\f119";
}

/* line 967, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 970, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 973, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 976, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 979, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 982, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-terminal:before {
  content: "\f120";
}

/* line 985, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-code:before {
  content: "\f121";
}

/* line 988, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 992, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 997, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1000, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-crop:before {
  content: "\f125";
}

/* line 1003, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1006, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1010, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-question:before {
  content: "\f128";
}

/* line 1013, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-info:before {
  content: "\f129";
}

/* line 1016, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1019, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1022, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1025, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1028, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1031, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-microphone:before {
  content: "\f130";
}

/* line 1034, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1037, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-shield:before {
  content: "\f132";
}

/* line 1040, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1043, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1046, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-rocket:before {
  content: "\f135";
}

/* line 1049, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1052, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1055, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1058, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1061, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1064, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-html5:before {
  content: "\f13b";
}

/* line 1067, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-css3:before {
  content: "\f13c";
}

/* line 1070, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1073, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1076, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1079, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1082, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1085, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1088, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1091, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-ticket:before {
  content: "\f145";
}

/* line 1094, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1097, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1100, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-level-up:before {
  content: "\f148";
}

/* line 1103, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-level-down:before {
  content: "\f149";
}

/* line 1106, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1109, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1112, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1115, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1118, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-compass:before {
  content: "\f14e";
}

/* line 1121, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1125, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1129, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1133, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1137, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-gbp:before {
  content: "\f154";
}

/* line 1140, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1144, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1148, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1154, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1159, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1163, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1167, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-file:before {
  content: "\f15b";
}

/* line 1170, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1173, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1176, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1179, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1182, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1185, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1188, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1191, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1194, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1197, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1200, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-youtube:before {
  content: "\f167";
}

/* line 1203, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-xing:before {
  content: "\f168";
}

/* line 1206, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1209, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1212, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1215, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1218, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1221, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1224, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-adn:before {
  content: "\f170";
}

/* line 1227, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1230, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1233, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1236, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1239, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1242, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1245, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1248, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1251, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-apple:before {
  content: "\f179";
}

/* line 1254, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-windows:before {
  content: "\f17a";
}

/* line 1257, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-android:before {
  content: "\f17b";
}

/* line 1260, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-linux:before {
  content: "\f17c";
}

/* line 1263, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1266, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-skype:before {
  content: "\f17e";
}

/* line 1269, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1272, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-trello:before {
  content: "\f181";
}

/* line 1275, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-female:before {
  content: "\f182";
}

/* line 1278, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-male:before {
  content: "\f183";
}

/* line 1281, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1285, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1288, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1291, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-archive:before {
  content: "\f187";
}

/* line 1294, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bug:before {
  content: "\f188";
}

/* line 1297, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-vk:before {
  content: "\f189";
}

/* line 1300, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1303, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-renren:before {
  content: "\f18b";
}

/* line 1306, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1309, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1312, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1315, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1318, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1322, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1325, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1328, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1331, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1335, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1338, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1341, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-slack:before {
  content: "\f198";
}

/* line 1344, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1347, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1350, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-openid:before {
  content: "\f19b";
}

/* line 1353, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1358, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1362, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1365, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-google:before {
  content: "\f1a0";
}

/* line 1368, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1371, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1374, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1377, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1380, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1383, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1386, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1389, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1392, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1395, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1398, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-language:before {
  content: "\f1ab";
}

/* line 1401, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1404, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-building:before {
  content: "\f1ad";
}

/* line 1407, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-child:before {
  content: "\f1ae";
}

/* line 1410, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1413, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1416, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1419, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1422, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1425, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1428, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1431, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1434, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1437, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1441, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1445, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1448, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1451, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1454, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1457, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-database:before {
  content: "\f1c0";
}

/* line 1460, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1463, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1466, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1469, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1472, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1477, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1481, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1485, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1489, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1492, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1495, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1498, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1501, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1508, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1511, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1516, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1520, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1523, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-git:before {
  content: "\f1d3";
}

/* line 1526, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1531, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1534, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1537, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1541, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1545, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1549, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-history:before {
  content: "\f1da";
}

/* line 1552, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1555, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-header:before {
  content: "\f1dc";
}

/* line 1558, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1561, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1564, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1567, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1570, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1573, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1577, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1580, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1583, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1586, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1589, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1592, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1595, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1598, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1601, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1604, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1607, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1610, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1613, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1616, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1619, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1622, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1625, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1628, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1631, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1634, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1637, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1640, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-at:before {
  content: "\f1fa";
}

/* line 1643, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1646, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1649, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1652, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1655, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1658, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1661, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1664, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1667, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1670, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1673, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1676, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bus:before {
  content: "\f207";
}

/* line 1679, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1682, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-angellist:before {
  content: "\f209";
}

/* line 1685, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cc:before {
  content: "\f20a";
}

/* line 1688, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1693, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1696, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1699, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1702, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1705, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1708, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1711, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1714, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1717, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1720, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1723, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1726, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1729, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-diamond:before {
  content: "\f219";
}

/* line 1732, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-ship:before {
  content: "\f21a";
}

/* line 1735, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1738, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1741, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1744, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1747, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-venus:before {
  content: "\f221";
}

/* line 1750, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-mars:before {
  content: "\f222";
}

/* line 1753, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-mercury:before {
  content: "\f223";
}

/* line 1756, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1760, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1763, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1766, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1769, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1772, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1775, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1778, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1781, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1784, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1787, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1790, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1793, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1796, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-server:before {
  content: "\f233";
}

/* line 1799, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1802, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-user-times:before {
  content: "\f235";
}

/* line 1805, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1809, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1812, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-train:before {
  content: "\f238";
}

/* line 1815, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-subway:before {
  content: "\f239";
}

/* line 1818, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-medium:before {
  content: "\f23a";
}

/* line 1821, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1825, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1828, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1831, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1834, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1839, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1843, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1847, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1851, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1855, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1858, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1861, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-object-group:before {
  content: "\f247";
}

/* line 1864, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1867, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1870, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1873, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1876, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1879, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-clone:before {
  content: "\f24d";
}

/* line 1882, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1885, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1888, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1892, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1896, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1900, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1903, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1907, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1911, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1914, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1917, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1920, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1923, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1926, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1929, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-registered:before {
  content: "\f25d";
}

/* line 1932, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1935, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-gg:before {
  content: "\f260";
}

/* line 1938, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1941, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1944, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1947, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1950, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1953, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1956, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-safari:before {
  content: "\f267";
}

/* line 1959, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-chrome:before {
  content: "\f268";
}

/* line 1962, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-firefox:before {
  content: "\f269";
}

/* line 1965, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-opera:before {
  content: "\f26a";
}

/* line 1968, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1971, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1975, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-contao:before {
  content: "\f26d";
}

/* line 1978, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-500px:before {
  content: "\f26e";
}

/* line 1981, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-amazon:before {
  content: "\f270";
}

/* line 1984, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1987, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1990, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1993, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 1996, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-industry:before {
  content: "\f275";
}

/* line 1999, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2002, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2005, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-map-o:before {
  content: "\f278";
}

/* line 2008, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-map:before {
  content: "\f279";
}

/* line 2011, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2014, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2017, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2020, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2023, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2026, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2029, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2032, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-edge:before {
  content: "\f282";
}

/* line 2035, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2038, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2041, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-modx:before {
  content: "\f285";
}

/* line 2044, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2047, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-usb:before {
  content: "\f287";
}

/* line 2050, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2053, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2056, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2059, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2062, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2065, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2068, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2071, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2074, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2077, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2080, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2083, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2086, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-percent:before {
  content: "\f295";
}

/* line 2089, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2092, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2095, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2098, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-envira:before {
  content: "\f299";
}

/* line 2101, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2104, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2107, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2110, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-blind:before {
  content: "\f29d";
}

/* line 2113, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2116, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2119, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2122, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2125, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2129, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2134, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2137, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2140, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2144, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2147, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2150, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2153, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2156, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2159, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2162, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2165, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2168, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2171, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2174, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2178, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2182, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2185, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2188, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2191, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2194, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2197, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2200, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2204, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2208, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2211, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2214, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2217, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2220, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2224, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2228, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2231, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2234, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2237, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2242, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2246, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2250, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2254, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2258, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2261, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2266, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2269, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2272, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2275, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2278, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2282, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2286, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2289, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2292, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2295, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2298, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2301, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2304, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2307, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2310, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2313, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2316, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2319, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2329, /Users/ms/apps/truckforce/vendor/assets/css/icon-awesome/css/font-awesome.css */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* direct_uploads.css */
/* line 3, /Users/ms/apps/truckforce/app/assets/stylesheets/direct_upload.css */
.direct-upload {
  display: inline-block;
  position: relative;
  padding: 2px 4px;
  margin: 0 3px 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 11px;
  line-height: 13px;
}

/* line 14, /Users/ms/apps/truckforce/app/assets/stylesheets/direct_upload.css */
.direct-upload--pending {
  opacity: 0.6;
}

/* line 18, /Users/ms/apps/truckforce/app/assets/stylesheets/direct_upload.css */
.direct-upload__progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  background: #0076ff;
  transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 29, /Users/ms/apps/truckforce/app/assets/stylesheets/direct_upload.css */
.direct-upload--complete .direct-upload__progress {
  opacity: 0.4;
}

/* line 33, /Users/ms/apps/truckforce/app/assets/stylesheets/direct_upload.css */
.direct-upload--error {
  border-color: red;
}

/* line 37, /Users/ms/apps/truckforce/app/assets/stylesheets/direct_upload.css */
input[type=file][data-direct-upload-url][disabled] {
  display: none;
}

/* line 33, /Users/ms/apps/truckforce/app/assets/stylesheets/application.css.scss */
div .field_with_errors label {
  color: #a61d37;
}
