@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:200,300,400,500,700,900");
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
html, body {
  font-size: 16px;
  max-width: 100%;
  overflow-x: hidden;
  min-width: 320px;
  font-family: "Roboto", sans-serif;
  color: #000;
  line-height: 1.5;
  font-weight: 300; }
  @media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    html, body {
      font-size: 18px; } }
  @media (min-width: 1500px) {
    html, body {
      font-size: 18px; } }

p {
  margin: 0 0 1em; }

.p {
  font-size: 1em;
  line-height: 1.7; }

h1, .h1 {
  font-size: 2.48832em;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  margin: 0 0 0.13636em;
  font-weight: 300; }

h2, .h2 {
  font-size: 2.0736em;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  margin: 0 0 0.97561em;
  font-weight: 300; }

h2.large, .h2.large {
  font-size: 2.98598em; }

h2.medium, .h2.medium {
  font-size: 2.0736em; }

h3, .h3 {
  font-size: 1.728em;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  margin: 0 0 0.58824em;
  font-weight: 300; }

h4, .h4 {
  font-size: 1.44em;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.3;
  margin: 1em 0 0.5em; }

h5, .h5 {
  font-size: 0.83333em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-family: "Roboto", sans-serif;
  line-height: 1.7;
  margin: 1.25em 0; }

h6, .h6 {
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 0.75em; }

.uppercase-headline {
  text-transform: uppercase;
  letter-spacing: .25em;
  font-family: "Roboto", sans-serif; }

a {
  text-decoration: none;
  transition: all .15s;
  color: #007AB8; }
  a:hover, a:focus, a:active {
    color: #002539;
    text-decoration: none; }
  a:focus {
    outline: none !important; }

.blank {
  color: inherit; }
  .blank:hover, .blank:focus, .blank:active {
    color: inherit; }

.list-inline, .pipe-list {
  padding-left: 0;
  margin-left: -0.25em;
  list-style: none; }
  .list-inline > li, .pipe-list > li {
    display: inline-block;
    padding-right: 0.25em;
    padding-left: 0.25em; }
    @media (max-width: 489px) {
      .list-inline > li, .pipe-list > li {
        padding-right: 0; } }

.pipe-list li:after {
  content: ' | ';
  display: inline-block;
  margin-left: 0.25em;
  margin-right: -0.25em; }

.pipe-list li:last-child:after {
  content: normal; }

.list-unstyled {
  list-style: none;
  padding-left: 0; }

.list-tall > li {
  margin-bottom: .9em; }

hr {
  border: 0;
  height: 1px;
  background-color: #000; }

figure {
  margin: 0; }

.bold, b, strong {
  font-weight: bold; }

.light {
  font-weight: lighter; }

.no-break, .columns-2 li, .columns-3 li, .columns-4 li, .columns-5 li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 20px; }

.block-arrow {
  display: inline-block;
  padding: 0.2em 0.7em;
  border: 1px solid;
  line-height: 1;
  transition: all .15s;
  font-weight: 300; }
  .block-arrow:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f178'; }

small, .small {
  font-size: 0.83333em; }

large, .large {
  font-size: 1.2em; }

.inline {
  display: inline; }

sup {
  font-size: 0.6em; }

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
.black-bg {
  background-color: #000; }

.text-black {
  color: #000; }

.black-hover:hover, .black-hover:focus, .black-hover:active {
  color: #000; }

.gray-bg {
  background-color: #707070; }

.text-gray {
  color: #707070; }

.gray-hover:hover, .gray-hover:focus, .gray-hover:active {
  color: #707070; }

.off-white-bg {
  background-color: #EEEEEF; }

.text-off-white {
  color: #EEEEEF; }

.off-white-hover:hover, .off-white-hover:focus, .off-white-hover:active {
  color: #EEEEEF; }

.white-bg {
  background-color: #ffffff; }

.text-white {
  color: #ffffff; }

.white-hover:hover, .white-hover:focus, .white-hover:active {
  color: #ffffff; }

.blue-bg {
  background-color: #007AB8; }

.text-blue {
  color: #007AB8; }

.blue-hover:hover, .blue-hover:focus, .blue-hover:active {
  color: #007AB8; }

.dark-blue-bg {
  background-color: #181a4b; }

.text-dark-blue {
  color: #181a4b; }

.dark-blue-hover:hover, .dark-blue-hover:focus, .dark-blue-hover:active {
  color: #181a4b; }

.banner-padding {
  padding-top: 2.98598rem;
  padding-bottom: 2.98598rem; }

.md-banner-padding {
  padding-top: 2.27152rem;
  padding-bottom: 2.27152rem; }

.sm-banner-padding {
  padding-top: 1.728rem;
  padding-bottom: 1.728rem; }

.banner-padding-top {
  padding-top: 2.98598rem; }

.banner-padding-bottom {
  padding-bottom: 2.98598rem; }

.md-banner-padding-top {
  padding-top: 2.27152rem; }

.md-banner-padding-bottom {
  padding-bottom: 2.27152rem; }

.sm-banner-padding-top {
  padding-top: 1.728rem; }

.sm-banner-padding-bottom {
  padding-bottom: 1.728rem; }

.banner-margin {
  margin-top: 2.98598rem;
  margin-bottom: 2.98598rem; }

.md-banner-margin {
  margin-top: 2.27152rem;
  margin-bottom: 2.27152rem; }

.sm-banner-margin {
  margin-top: 1.728rem;
  margin-bottom: 1.728rem; }

.banner-margin-top {
  margin-top: 2.98598rem; }

.banner-margin-bottom {
  margin-bottom: 2.98598rem; }

.md-banner-margin-top {
  margin-top: 2.27152rem; }

.md-banner-margin-bottom {
  margin-bottom: 2.27152rem; }

.sm-banner-margin-top {
  margin-top: 1.728rem; }

.sm-banner-margin-bottom {
  margin-bottom: 1.728rem; }

@media (min-width: 992px) {
  .banner-padding {
    padding-top: 3.58318rem;
    padding-bottom: 3.58318rem; }
  .md-banner-padding {
    padding-top: 2.60437rem;
    padding-bottom: 2.60437rem; }
  .sm-banner-padding {
    padding-top: 1.89293rem;
    padding-bottom: 1.89293rem; }
  .banner-padding-top {
    padding-top: 3.58318rem; }
  .banner-padding-bottom {
    padding-bottom: 3.58318rem; }
  .md-banner-padding-top {
    padding-top: 2.60437rem; }
  .md-banner-padding-bottom {
    padding-bottom: 2.60437rem; }
  .sm-banner-padding-top {
    padding-top: 1.89293rem; }
  .sm-banner-padding-bottom {
    padding-bottom: 1.89293rem; }
  .banner-margin {
    margin-top: 3.58318rem;
    margin-bottom: 3.58318rem; }
  .md-banner-margin {
    margin-top: 2.60437rem;
    margin-bottom: 2.60437rem; }
  .sm-banner-margin {
    margin-top: 1.89293rem;
    margin-bottom: 1.89293rem; }
  .banner-margin-top {
    margin-top: 3.58318rem; }
  .banner-margin-bottom {
    margin-bottom: 3.58318rem; }
  .md-banner-margin-top {
    margin-top: 2.60437rem; }
  .md-banner-margin-bottom {
    margin-bottom: 2.60437rem; }
  .sm-banner-margin-top {
    margin-top: 1.89293rem; }
  .sm-banner-margin-bottom {
    margin-bottom: 1.89293rem; } }

@media (min-width: 1500px) {
  .banner-padding {
    padding-top: 4.29982rem;
    padding-bottom: 4.29982rem; }
  .md-banner-padding {
    padding-top: 2.98598rem;
    padding-bottom: 2.98598rem; }
  .sm-banner-padding {
    padding-top: 2.0736rem;
    padding-bottom: 2.0736rem; }
  .banner-padding-top {
    padding-top: 4.29982rem; }
  .banner-padding-bottom {
    padding-bottom: 4.29982rem; }
  .md-banner-padding-top {
    padding-top: 2.98598rem; }
  .md-banner-padding-bottom {
    padding-bottom: 2.98598rem; }
  .sm-banner-padding-top {
    padding-top: 2.0736rem; }
  .sm-banner-padding-bottom {
    padding-bottom: 2.0736rem; }
  .banner-margin {
    margin-top: 4.29982rem;
    margin-bottom: 4.29982rem; }
  .md-banner-margin {
    margin-top: 2.98598rem;
    margin-bottom: 2.98598rem; }
  .sm-banner-margin {
    margin-top: 2.0736rem;
    margin-bottom: 2.0736rem; }
  .banner-margin-top {
    margin-top: 4.29982rem; }
  .banner-margin-bottom {
    margin-bottom: 4.29982rem; }
  .md-banner-margin-top {
    margin-top: 2.98598rem; }
  .md-banner-margin-bottom {
    margin-bottom: 2.98598rem; }
  .sm-banner-margin-top {
    margin-top: 2.0736rem; }
  .sm-banner-margin-bottom {
    margin-bottom: 2.0736rem; } }

.block-padding {
  padding: 40px 30px; }

.block-padding-top {
  padding-top: 40px; }

.block-padding-bottom {
  padding-bottom: 40px; }

.block-padding-left {
  padding-left: 30px; }

.block-padding-right {
  padding-right: 30px; }

.md-block-padding {
  padding: 25px 20px; }

.md-block-padding-top {
  padding-top: 25px; }

.md-block-padding-bottom {
  padding-bottom: 25px; }

.md-block-padding-left {
  padding-left: 20px; }

.md-block-padding-right {
  padding-right: 20px; }

.sm-block-padding {
  padding: 15px 15px; }

.sm-block-padding-top {
  padding-top: 15px; }

.sm-block-padding-bottom {
  padding-bottom: 15px; }

.sm-block-padding-left {
  padding-left: 15px; }

.sm-block-padding-right {
  padding-right: 15px; }

.block-margin {
  margin: 40px 30px; }

.block-margin-top {
  margin-top: 40px; }

.block-margin-bottom {
  margin-bottom: 40px; }

.block-margin-left {
  margin-left: 30px; }

.block-margin-right {
  margin-right: 30px; }

.md-block-margin {
  margin: 25px 20px; }

.md-block-margin-top {
  margin-top: 25px; }

.md-block-margin-bottom {
  margin-bottom: 25px; }

.md-block-margin-left {
  margin-left: 20px; }

.md-block-margin-right {
  margin-right: 20px; }

.sm-block-margin {
  margin: 15px 15px; }

.sm-block-margin-top {
  margin-top: 15px; }

.sm-block-margin-bottom {
  margin-bottom: 15px; }

.sm-block-margin-left {
  margin-left: 15px; }

.sm-block-margin-right {
  margin-right: 15px; }

@media (min-width: 768px) {
  .block-padding {
    padding: 45px 45px; }
  .block-padding-top {
    padding-top: 45px; }
  .block-padding-bottom {
    padding-bottom: 45px; }
  .block-padding-left {
    padding-left: 45px; }
  .block-padding-right {
    padding-right: 45px; }
  .md-block-padding {
    padding: 30px 30px; }
  .md-block-padding-top {
    padding-top: 30px; }
  .md-block-padding-bottom {
    padding-bottom: 30px; }
  .md-block-padding-left {
    padding-left: 30px; }
  .md-block-padding-right {
    padding-right: 30px; }
  .sm-block-padding {
    padding: 25px 25px; }
  .sm-block-padding-top {
    padding-top: 25px; }
  .sm-block-padding-bottom {
    padding-bottom: 25px; }
  .sm-block-padding-left {
    padding-left: 25px; }
  .sm-block-padding-right {
    padding-right: 25px; }
  .block-margin {
    margin: 45px 45px; }
  .block-margin-top {
    margin-top: 45px; }
  .block-margin-bottom {
    margin-bottom: 45px; }
  .block-margin-left {
    margin-left: 45px; }
  .block-margin-right {
    margin-right: 45px; }
  .md-block-margin {
    margin: 30px 30px; }
  .md-block-margin-top {
    margin-top: 30px; }
  .md-block-margin-bottom {
    margin-bottom: 30px; }
  .md-block-margin-left {
    margin-left: 30px; }
  .md-block-margin-right {
    margin-right: 30px; }
  .sm-block-margin {
    margin: 25px 25px; }
  .sm-block-margin-top {
    margin-top: 25px; }
  .sm-block-margin-bottom {
    margin-bottom: 25px; }
  .sm-block-margin-left {
    margin-left: 25px; }
  .sm-block-margin-right {
    margin-right: 25px; } }

@media (min-width: 992px) {
  .block-padding {
    padding: 50px 50px; }
  .block-padding-top {
    padding-top: 50px; }
  .block-padding-bottom {
    padding-bottom: 50px; }
  .block-padding-left {
    padding-left: 50px; }
  .block-padding-right {
    padding-right: 50px; }
  .md-block-padding {
    padding: 40px 40px; }
  .md-block-padding-top {
    padding-top: 40px; }
  .md-block-padding-bottom {
    padding-bottom: 40px; }
  .md-block-padding-left {
    padding-left: 40px; }
  .md-block-padding-right {
    padding-right: 40px; }
  .sm-block-padding {
    padding: 30px 30px; }
  .sm-block-padding-top {
    padding-top: 30px; }
  .sm-block-padding-bottom {
    padding-bottom: 30px; }
  .sm-block-padding-left {
    padding-left: 30px; }
  .sm-block-padding-right {
    padding-right: 30px; }
  .block-margin {
    margin: 50px 50px; }
  .block-margin-top {
    margin-top: 50px; }
  .block-margin-bottom {
    margin-bottom: 50px; }
  .block-margin-left {
    margin-left: 50px; }
  .block-margin-right {
    margin-right: 50px; }
  .md-block-margin {
    margin: 40px 40px; }
  .md-block-margin-top {
    margin-top: 40px; }
  .md-block-margin-bottom {
    margin-bottom: 40px; }
  .md-block-margin-left {
    margin-left: 40px; }
  .md-block-margin-right {
    margin-right: 40px; } }

@media (min-width: 1200px) {
  .block-padding {
    padding: 60px 60px; }
  .block-padding-top {
    padding-top: 60px; }
  .block-padding-bottom {
    padding-bottom: 60px; }
  .block-padding-left {
    padding-left: 60px; }
  .block-padding-right {
    padding-right: 60px; }
  .md-block-padding {
    padding: 45px 45px; }
  .md-block-padding-top {
    padding-top: 45px; }
  .md-block-padding-bottom {
    padding-bottom: 45px; }
  .md-block-padding-left {
    padding-left: 45px; }
  .md-block-padding-right {
    padding-right: 45px; }
  .sm-block-padding {
    padding: 35px 35px; }
  .sm-block-padding-top {
    padding-top: 35px; }
  .sm-block-padding-bottom {
    padding-bottom: 35px; }
  .sm-block-padding-left {
    padding-left: 35px; }
  .sm-block-padding-right {
    padding-right: 35px; }
  .block-margin {
    margin: 60px 60px; }
  .block-margin-top {
    margin-top: 60px; }
  .block-margin-bottom {
    margin-bottom: 60px; }
  .block-margin-left {
    margin-left: 60px; }
  .block-margin-right {
    margin-right: 60px; }
  .md-block-margin {
    margin: 45px 45px; }
  .md-block-margin-top {
    margin-top: 45px; }
  .md-block-margin-bottom {
    margin-bottom: 45px; }
  .md-block-margin-left {
    margin-left: 45px; }
  .md-block-margin-right {
    margin-right: 45px; } }

@media (min-width: 1500px) {
  .block-padding {
    padding: 70px 70px; }
  .block-padding-top {
    padding-top: 70px; }
  .block-padding-bottom {
    padding-bottom: 70px; }
  .block-padding-left {
    padding-left: 70px; }
  .block-padding-right {
    padding-right: 70px; }
  .md-block-padding {
    padding: 55px 55px; }
  .md-block-padding-top {
    padding-top: 55px; }
  .md-block-padding-bottom {
    padding-bottom: 55px; }
  .md-block-padding-left {
    padding-left: 55px; }
  .md-block-padding-right {
    padding-right: 55px; }
  .sm-block-padding {
    padding: 40px 40px; }
  .sm-block-padding-top {
    padding-top: 40px; }
  .sm-block-padding-bottom {
    padding-bottom: 40px; }
  .sm-block-padding-left {
    padding-left: 40px; }
  .sm-block-padding-right {
    padding-right: 40px; }
  .block-margin {
    margin: 70px 70px; }
  .block-margin-top {
    margin-top: 70px; }
  .block-margin-bottom {
    margin-bottom: 70px; }
  .block-margin-left {
    margin-left: 70px; }
  .block-margin-right {
    margin-right: 70px; }
  .md-block-margin {
    margin: 55px 55px; }
  .md-block-margin-top {
    margin-top: 55px; }
  .md-block-margin-bottom {
    margin-bottom: 55px; }
  .md-block-margin-left {
    margin-left: 55px; }
  .md-block-margin-right {
    margin-right: 55px; } }

@media (min-width: 1730px) {
  .block-padding {
    padding: 80px 80px; }
  .block-padding-top {
    padding-top: 80px; }
  .block-padding-bottom {
    padding-bottom: 80px; }
  .block-padding-left {
    padding-left: 80px; }
  .block-padding-right {
    padding-right: 80px; }
  .md-block-padding {
    padding: 65px 65px; }
  .md-block-padding-top {
    padding-top: 65px; }
  .md-block-padding-bottom {
    padding-bottom: 65px; }
  .md-block-padding-left {
    padding-left: 65px; }
  .md-block-padding-right {
    padding-right: 65px; }
  .sm-block-padding {
    padding: 50px 50px; }
  .sm-block-padding-top {
    padding-top: 50px; }
  .sm-block-padding-bottom {
    padding-bottom: 50px; }
  .sm-block-padding-left {
    padding-left: 50px; }
  .sm-block-padding-right {
    padding-right: 50px; }
  .block-margin {
    margin: 80px 80px; }
  .block-margin-top {
    margin-top: 80px; }
  .block-margin-bottom {
    margin-bottom: 80px; }
  .block-margin-left {
    margin-left: 80px; }
  .block-margin-right {
    margin-right: 80px; }
  .md-block-margin {
    margin: 65px 65px; }
  .md-block-margin-top {
    margin-top: 65px; }
  .md-block-margin-bottom {
    margin-bottom: 65px; }
  .md-block-margin-left {
    margin-left: 65px; }
  .md-block-margin-right {
    margin-right: 65px; } }

.divide-5 {
  width: 100%;
  display: block;
  height: 0.25rem; }

.divide-10 {
  width: 100%;
  display: block;
  height: 0.5rem; }

.divide-15 {
  width: 100%;
  display: block;
  height: 0.75rem; }

.divide-20 {
  width: 100%;
  display: block;
  height: 1rem; }

.divide-25 {
  width: 100%;
  display: block;
  height: 1.25rem; }

.divide-30 {
  width: 100%;
  display: block;
  height: 1.5rem; }

.divide-35 {
  width: 100%;
  display: block;
  height: 1.75rem; }

.divide-40 {
  width: 100%;
  display: block;
  height: 2rem; }

.divide-45 {
  width: 100%;
  display: block;
  height: 2.25rem; }

@media (min-width: 568px) {
  .divide-xs-5 {
    width: 100%;
    display: block;
    height: 0.25rem; }
  .divide-xs-10 {
    width: 100%;
    display: block;
    height: 0.5rem; }
  .divide-xs-15 {
    width: 100%;
    display: block;
    height: 0.75rem; }
  .divide-xs-20 {
    width: 100%;
    display: block;
    height: 1rem; }
  .divide-xs-25 {
    width: 100%;
    display: block;
    height: 1.25rem; }
  .divide-xs-30 {
    width: 100%;
    display: block;
    height: 1.5rem; }
  .divide-xs-35 {
    width: 100%;
    display: block;
    height: 1.75rem; }
  .divide-xs-40 {
    width: 100%;
    display: block;
    height: 2rem; }
  .divide-xs-45 {
    width: 100%;
    display: block;
    height: 2.25rem; } }

@media (min-width: 768px) {
  .divide-sm-5 {
    width: 100%;
    display: block;
    height: 0.25rem; }
  .divide-sm-10 {
    width: 100%;
    display: block;
    height: 0.5rem; }
  .divide-sm-15 {
    width: 100%;
    display: block;
    height: 0.75rem; }
  .divide-sm-20 {
    width: 100%;
    display: block;
    height: 1rem; }
  .divide-sm-25 {
    width: 100%;
    display: block;
    height: 1.25rem; }
  .divide-sm-30 {
    width: 100%;
    display: block;
    height: 1.5rem; }
  .divide-sm-35 {
    width: 100%;
    display: block;
    height: 1.75rem; }
  .divide-sm-40 {
    width: 100%;
    display: block;
    height: 2rem; }
  .divide-sm-45 {
    width: 100%;
    display: block;
    height: 2.25rem; } }

@media (min-width: 992px) {
  .divide-md-5 {
    width: 100%;
    display: block;
    height: 0.25rem; }
  .divide-md-10 {
    width: 100%;
    display: block;
    height: 0.5rem; }
  .divide-md-15 {
    width: 100%;
    display: block;
    height: 0.75rem; }
  .divide-md-20 {
    width: 100%;
    display: block;
    height: 1rem; }
  .divide-md-25 {
    width: 100%;
    display: block;
    height: 1.25rem; }
  .divide-md-30 {
    width: 100%;
    display: block;
    height: 1.5rem; }
  .divide-md-35 {
    width: 100%;
    display: block;
    height: 1.75rem; }
  .divide-md-40 {
    width: 100%;
    display: block;
    height: 2rem; }
  .divide-md-45 {
    width: 100%;
    display: block;
    height: 2.25rem; } }

@media (min-width: 1200px) {
  .divide-lg-5 {
    width: 100%;
    display: block;
    height: 0.25rem; }
  .divide-lg-10 {
    width: 100%;
    display: block;
    height: 0.5rem; }
  .divide-lg-15 {
    width: 100%;
    display: block;
    height: 0.75rem; }
  .divide-lg-20 {
    width: 100%;
    display: block;
    height: 1rem; }
  .divide-lg-25 {
    width: 100%;
    display: block;
    height: 1.25rem; }
  .divide-lg-30 {
    width: 100%;
    display: block;
    height: 1.5rem; }
  .divide-lg-35 {
    width: 100%;
    display: block;
    height: 1.75rem; }
  .divide-lg-40 {
    width: 100%;
    display: block;
    height: 2rem; }
  .divide-lg-45 {
    width: 100%;
    display: block;
    height: 2.25rem; } }

@media (min-width: 1500px) {
  .divide-xl-5 {
    width: 100%;
    display: block;
    height: 0.25rem; }
  .divide-xl-10 {
    width: 100%;
    display: block;
    height: 0.5rem; }
  .divide-xl-15 {
    width: 100%;
    display: block;
    height: 0.75rem; }
  .divide-xl-20 {
    width: 100%;
    display: block;
    height: 1rem; }
  .divide-xl-25 {
    width: 100%;
    display: block;
    height: 1.25rem; }
  .divide-xl-30 {
    width: 100%;
    display: block;
    height: 1.5rem; }
  .divide-xl-35 {
    width: 100%;
    display: block;
    height: 1.75rem; }
  .divide-xl-40 {
    width: 100%;
    display: block;
    height: 2rem; }
  .divide-xl-45 {
    width: 100%;
    display: block;
    height: 2.25rem; } }

@media (min-width: 1730px) {
  .divide-xxl-5 {
    width: 100%;
    display: block;
    height: 0.25rem; }
  .divide-xxl-10 {
    width: 100%;
    display: block;
    height: 0.5rem; }
  .divide-xxl-15 {
    width: 100%;
    display: block;
    height: 0.75rem; }
  .divide-xxl-20 {
    width: 100%;
    display: block;
    height: 1rem; }
  .divide-xxl-25 {
    width: 100%;
    display: block;
    height: 1.25rem; }
  .divide-xxl-30 {
    width: 100%;
    display: block;
    height: 1.5rem; }
  .divide-xxl-35 {
    width: 100%;
    display: block;
    height: 1.75rem; }
  .divide-xxl-40 {
    width: 100%;
    display: block;
    height: 2rem; }
  .divide-xxl-45 {
    width: 100%;
    display: block;
    height: 2.25rem; } }

.no-break, .columns-2 li, .columns-3 li, .columns-4 li, .columns-5 li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 568px) {
    .no-break-xs, .columns-xs-2 li, .columns-xs-3 li, .columns-xs-4 li, .columns-xs-5 li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }
  @media (min-width: 768px) {
    .no-break-sm, .columns-sm-2 li, .columns-sm-3 li, .columns-sm-4 li, .columns-sm-5 li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }
  @media (min-width: 992px) {
    .no-break-md, .columns-md-2 li, .columns-md-3 li, .columns-md-4 li, .columns-md-5 li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }
  @media (min-width: 1200px) {
    .no-break-lg, .columns-lg-2 li, .columns-lg-3 li, .columns-lg-4 li, .columns-lg-5 li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }
  @media (min-width: 1500px) {
    .no-break-xl, .columns-xl-2 li, .columns-xl-3 li, .columns-xl-4 li, .columns-xl-5 li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }
  @media (min-width: 1730px) {
    .no-break-xxl, .columns-xxl-2 li, .columns-xxl-3 li, .columns-xxl-4 li, .columns-xxl-5 li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }

.columns-2 {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px; }

.columns-3 {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 30px;
          column-gap: 30px; }

.columns-4 {
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 30px;
          column-gap: 30px; }

.columns-5 {
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 30px;
          column-gap: 30px; }

@media (min-width: 568px) {
  .columns-xs-2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-xs-3 {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-xs-4 {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-xs-5 {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
            column-gap: 30px; } }

@media (min-width: 768px) {
  .columns-sm-2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-sm-3 {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-sm-4 {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-sm-5 {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
            column-gap: 30px; } }

@media (min-width: 992px) {
  .columns-md-2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-md-3 {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-md-4 {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-md-5 {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
            column-gap: 30px; } }

@media (min-width: 1200px) {
  .columns-lg-2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-lg-3 {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-lg-4 {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-lg-5 {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
            column-gap: 30px; } }

@media (min-width: 1500px) {
  .columns-xl-2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-xl-3 {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-xl-4 {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-xl-5 {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
            column-gap: 30px; } }

@media (min-width: 1730px) {
  .columns-xxl-2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-xxl-3 {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-xxl-4 {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
  .columns-xxl-5 {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
            column-gap: 30px; } }

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
.clearfix:before, .clearfix:after {
  content: '';
  clear: both;
  display: table; }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.margin-center {
  margin-left: auto;
  margin-right: auto; }

.overflow-hidden {
  overflow: hidden; }

.relative {
  position: relative; }

.image-cover, .square, .figure-tall {
  position: relative;
  overflow: hidden; }
  .image-cover img, .square img, .figure-tall img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.square {
  padding-bottom: 100%; }

.pipe {
  outline: 1px solid;
  box-sizing: content-box; }

.background-cover {
  background-size: cover; }

.absolute-underlay {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  max-width: 100%; }
  .absolute-underlay > img {
    max-width: 100%;
    display: block; }

.grid-bg {
  background-size: 4.5em 4.5em;
  background-image: linear-gradient(to right, #22256a 2px, transparent 2px), linear-gradient(to bottom, #22256a 2px, transparent 2px);
  background-color: #181a4b;
  background-position: -2.25em -2em; }

.pill {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 0.8rem;
  min-height: 3px;
  min-width: 4rem; }
  .pill:before {
    content: '';
    display: block;
    width: 4rem;
    height: 3px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 122, 184, 0.3); }
  .pill:after {
    content: '';
    display: block;
    width: 2rem;
    height: 3px;
    position: absolute;
    top: 0;
    right: 2rem;
    background: #007AB8; }

.pill-number {
  font-style: normal;
  font-size: 4.29982em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.15);
  padding-right: 0.25em;
  letter-spacing: -.02em; }
  @media (min-width: 768px) {
    .pill-number {
      font-size: 7.43008em; } }
  .pill-number.text-black {
    color: rgba(0, 0, 0, 0.15) !important; }
  .pill-number.text-gray {
    color: rgba(112, 112, 112, 0.15) !important; }
  .pill-number.text-off-white {
    color: rgba(238, 238, 239, 0.15) !important; }
  .pill-number.text-white {
    color: rgba(255, 255, 255, 0.15) !important; }
  .pill-number.text-blue {
    color: rgba(0, 122, 184, 0.15) !important; }
  .pill-number.text-dark-blue {
    color: rgba(24, 26, 75, 0.15) !important; }
  .pill-number:before, .pill-number:after {
    top: 50%; }

.pill-wide {
  min-width: 8rem; }
  .pill-wide:before {
    width: 8rem; }
  .pill-wide:after {
    width: 4rem;
    right: 4rem; }

.inline-spacer {
  display: inline-block;
  width: 2em; }

.paper {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 4px 4px 20px 4px rgba(0, 0, 0, 0.15);
  position: relative; }

.upshift {
  z-index: 0;
  margin-top: -26.25em;
  padding-top: 26.25em; }

.to-front {
  position: relative;
  z-index: 5; }

.board-bg {
  position: relative; }
  .board-bg:before, .board-bg:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .board-bg:after {
    background-image: url("/Areas/CMS/Assets/img/tree.svg");
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    will-change: transform;
    opacity: .035; }
  .board-bg:before {
    background-image: radial-gradient(circle farthest-side at 50% 110%, #064ef0, #181a4b 80%), linear-gradient(to top, #0436a5, #181a4b 50%); }

.bordered {
  border: 1px solid #EEEEEF; }

.bordered-blue {
  border: 1px solid #007AB8; }
  .bordered-blue strong {
    color: #008FD6; }

.shadowed {
  box-shadow: 4px 4px 20px 4px rgba(0, 0, 0, 0.15); }

.checked-box {
  position: relative; }
  .checked-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
            transform: translate(0, -50%) rotate(-45deg);
    width: 1em;
    height: 0.4em;
    border-bottom: 3px solid #007AB8;
    border-left: 3px solid #007AB8; }

.z-higher {
  z-index: 10; }

.tree-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  width: 125%;
  z-index: -1; }
  .tree-bg:after {
    content: '';
    display: block;
    background-image: url("/Areas/CMS/Assets/img/tree-full.svg");
    padding-bottom: 142.0380851%;
    background-size: cover;
    will-change: transform;
    /* Improves chrome scrolling performance */ }

.icon-block .sm-block-margin {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }
  .icon-block .sm-block-margin:before, .icon-block .sm-block-margin:after {
    content: '';
    clear: both;
    display: table; }

.icon-block h4 {
  float: left;
  margin: 0;
  flex: 1; }

.icon-block .icon {
  float: right;
  width: 3em; }

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
label {
  display: block;
  font-weight: 300;
  line-height: 1.2em; }

input, textarea {
  display: block;
  border: 1px solid #888;
  padding: 0.75em 0.9em 0.7em;
  max-width: none;
  width: 100%;
  transition: all .15s;
  outline: none;
  box-shadow: 0 0 0 0 #000; }
  input:hover, textarea:hover {
    box-shadow: 0 0 0 1px #000; }
  input:focus, textarea:focus {
    box-shadow: 0 0 0 1px #007AB8;
    border-color: #007AB8; }

.button-group {
  position: relative; }
  .button-group button {
    position: absolute;
    top: 50%;
    right: 0.9em;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border: 0;
    background: transparent; }

.input-group {
  width: 100%;
  margin-bottom: 1.5em; }
  .input-group input, .input-group textarea {
    width: 100%;
    margin-top: 0.25em; }

.input, .select select {
  background-color: transparent;
  border: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  line-height: 1.4; }
  .input:hover, .select select:hover {
    border: none;
    box-shadow: 0 0 0 0 transparent; }
  .input:focus, .select select:focus {
    border: none;
    box-shadow: 0 0 0 0 transparent; }

.select {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid; }
  @media (max-width: 767px) {
    .select {
      width: 185px; } }
  @media (max-width: 689px) {
    .select {
      width: 100%; } }
  .select select {
    font-weight: 700;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
    padding-right: 1.5em;
    padding-top: 0.2em;
    width: 100%;
    color: inherit; }
    .select select::-ms-expand {
      display: none; }
  .select:after {
    content: '';
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 0.1em solid;
    border-bottom: 0.1em solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 0.15em;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg); }

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
.btn {
  font-size: 0.9em;
  font-family: sans-serif;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  padding: 0.9em 1.9em 0.85em;
  transition: color 0.15s, background-color 0.15s, box-shadow 0.15s, -webkit-transform 0.15s;
  transition: color 0.15s, background-color 0.15s, transform 0.15s, box-shadow 0.15s;
  transition: color 0.15s, background-color 0.15s, transform 0.15s, box-shadow 0.15s, -webkit-transform 0.15s;
  color: #707070;
  border: 4px solid #007AB8;
  -o-border-image: linear-gradient(20deg, #009ceb 0%, #181a4b 100%);
     border-image: linear-gradient(20deg, #009ceb 0%, #181a4b 100%);
  border-image-slice: 1;
  box-shadow: 4px 4px 20px 4px rgba(0, 0, 0, 0.15);
  min-width: 10.75em;
  text-align: center;
  background: transparent;
  /*&:hover:focus, &:active {
    transform: scale(1.008);
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.15);
  }*/ }
  .btn-small {
    font-size: 0.8em;
    padding: 0.6em 0.9em 0.5em; }
  .btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0;
    transition: opacity .3s;
    z-index: -1;
    /*background: linear-gradient(20deg, lighten($blue, 10%), $dark-blue 50%, $dark-blue);
    background-position: 0% 75%;
    background-size: 300% 200%;*/ }
  .btn:hover, .btn:focus {
    -webkit-animation: btnGradient 1.5s ease-in-out;
            animation: btnGradient 1.5s ease-in-out;
    opacity: 1;
    background: linear-gradient(20deg, #181a4b, #00a7fd, #181a4b);
    background-position: 100% 45%;
    background-size: 300% 200%;
    text-decoration: none;
    outline: 0;
    color: #ffffff; }
  .btn.btn-white:hover, .btn.btn-white:focus {
    color: #007AB8;
    background: #ffffff; }
  .btn.btn-black {
    border-color: #000;
    -o-border-image: none;
       border-image: none;
    color: #000; }
    .btn.btn-black:after {
      content: normal; }
    .btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active {
      background-color: #000;
      color: #ffffff; }
  .btn.btn-gray {
    border-color: #707070;
    -o-border-image: none;
       border-image: none;
    color: #707070; }
    .btn.btn-gray:after {
      content: normal; }
    .btn.btn-gray:hover, .btn.btn-gray:focus, .btn.btn-gray:active {
      background-color: #707070;
      color: #ffffff; }
  .btn.btn-off-white {
    border-color: #EEEEEF;
    -o-border-image: none;
       border-image: none;
    color: #EEEEEF; }
    .btn.btn-off-white:after {
      content: normal; }
    .btn.btn-off-white:hover, .btn.btn-off-white:focus, .btn.btn-off-white:active {
      background-color: #EEEEEF;
      color: #007AB8; }
  .btn.btn-white {
    border-color: #ffffff;
    -o-border-image: none;
       border-image: none;
    color: #ffffff; }
    .btn.btn-white:after {
      content: normal; }
    .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
      background-color: #ffffff;
      color: #007AB8; }
  .btn.btn-blue {
    border-color: #007AB8;
    -o-border-image: none;
       border-image: none;
    color: #007AB8; }
    .btn.btn-blue:after {
      content: normal; }
    .btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:active {
      background-color: #007AB8;
      color: #ffffff; }
  .btn.btn-dark-blue {
    border-color: #181a4b;
    -o-border-image: none;
       border-image: none;
    color: #181a4b; }
    .btn.btn-dark-blue:after {
      content: normal; }
    .btn.btn-dark-blue:hover, .btn.btn-dark-blue:focus, .btn.btn-dark-blue:active {
      background-color: #181a4b;
      color: #ffffff; }

@-webkit-keyframes btnGradient {
  0% {
    background-position: 100% 45%; }
  50% {
    background-position: 0% 75%; }
  100% {
    background-position: 100% 45%; } }

@keyframes btnGradient {
  0% {
    background-position: 100% 45%; }
  50% {
    background-position: 0% 75%; }
  100% {
    background-position: 100% 45%; } }

@media (max-width: 469px) {
  .action-btns .inline {
    display: block !important; } }

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
.banner-home {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991px) {
    .banner-home {
      height: 100%;
      padding-bottom: 0; }
      .banner-home .container {
        padding: 4em 1em; } }
  .banner-home .image {
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    position: absolute; }
    @media (max-width: 991px) {
      .banner-home .image {
        width: 100%;
        height: 600px;
        position: relative; } }
    @media (max-width: 489px) {
      .banner-home .image {
        height: 450px; } }
    .banner-home .image canvas {
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all .3s;
      -webkit-user-select: none;
      /* Safari 3.1+ */
      -moz-user-select: none;
      /* Firefox 2+ */
      -ms-user-select: none;
      /* IE 10+ */
      user-select: none;
      /* Standard syntax */ }
      .banner-home .image canvas.active {
        opacity: 1; }

.banner-landing {
  text-align: center;
  color: #ffffff;
  padding: 10em 0 7em;
  background-color: #181a4b;
  background-image: url("/Areas/CMS/Assets/img/header-bg.jpg");
  background-size: cover;
  background-position: center; }
  .banner-landing h1 {
    max-width: 18em;
    margin: 0 auto; }
  @media (max-width: 767px) {
    .banner-landing {
      padding: 9em 0 4em; }
      .banner-landing h1 {
        font-size: 2.22em; } }

.banner-interior {
  padding: 7em 0 5em; }
  @media (max-width: 991px) {
    .banner-interior {
      padding: 8em 0 4em; } }
  @media (max-width: 767px) {
    .banner-interior {
      padding: 8em 0 3em; } }

@media (max-width: 767px) {
  .banner-contact h1 {
    font-size: 5vw; } }

.electrified-products-image {
  padding: 2.5em 0;
  margin: 1em 0;
  position: relative; }
  .electrified-products-image img {
    -webkit-transform: translate(5%, -5%);
            transform: translate(5%, -5%);
    display: block;
    max-width: 100%; }
  .electrified-products-image:after, .electrified-products-image:before, .electrified-products-image .ring:before, .electrified-products-image .ring:after {
    content: '';
    display: block;
    border: 1px solid #007AB8;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    border-radius: 100%;
    z-index: -1; }
  .electrified-products-image:before {
    width: 50%;
    padding-bottom: 50%; }
  .electrified-products-image:after {
    width: 65%;
    padding-bottom: 65%;
    opacity: .75; }
  .electrified-products-image .ring:before {
    width: 80%;
    padding-bottom: 80%;
    opacity: .5; }
  .electrified-products-image .ring:after {
    width: 95%;
    padding-bottom: 95%;
    opacity: .25; }
  .electrified-products-image .dot {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-animation: rotate 30s linear infinite;
            animation: rotate 30s linear infinite;
    z-index: -1;
    will-change: transform; }
    .electrified-products-image .dot:after {
      content: '';
      display: block;
      position: absolute;
      width: 0.5em;
      height: 0.5em;
      border-radius: 100%;
      background: #007AB8;
      left: 100%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .electrified-products-image .dot-1 {
    -webkit-animation: rotate 30s linear infinite;
            animation: rotate 30s linear infinite;
    width: 32.5%; }
  .electrified-products-image .dot-2 {
    -webkit-animation: rotate 45s linear infinite;
            animation: rotate 45s linear infinite;
    width: 40%; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
.stat {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  color: #ffffff;
  padding: 0.75em 1.25em 0 0; }
  @media (max-width: 1729px) {
    .stat {
      padding-right: 0; } }
  @media (max-width: 1599px) {
    .stat {
      padding-right: 1em; } }
  @media (max-width: 1499px) {
    .stat {
      padding-right: 0; } }
  @media (max-width: 1199px) {
    .stat {
      padding-right: 2em; } }
  .stat > span {
    font-size: 5em;
    font-weight: 200;
    color: #008FD6;
    letter-spacing: -3px; }
    @media (max-width: 1599px) {
      .stat > span {
        font-size: 4.5em; } }
    @media (max-width: 1499px) {
      .stat > span {
        font-size: 3.5em; } }
    @media (max-width: 1199px) {
      .stat > span {
        display: none; } }
    @media (max-width: 991px) {
      .stat > span {
        font-size: 4.5em;
        display: block; } }
    @media (max-width: 489px) {
      .stat > span {
        display: none; } }
  .stat > figcaption {
    font-size: 0.9em;
    white-space: nowrap;
    padding-top: 3%;
    padding-left: 5%;
    flex: 1; }
    @media (max-width: 1499px) {
      .stat > figcaption {
        font-size: 0.75em; } }
    @media (max-width: 1199px) {
      .stat > figcaption {
        font-size: 0.9em; } }
    @media (max-width: 489px) {
      .stat > figcaption {
        padding-left: 0; } }
    .stat > figcaption > span {
      display: block;
      color: #008FD6;
      margin-top: 0.25em; }
  .stat h5 {
    font-size: 0.83333em; }

.col-auto:last-of-type .stat {
  padding-right: 0; }

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
.image-tile {
  margin-bottom: 1em; }
  .image-tile a {
    display: block; }
  .image-tile header {
    padding: 1.5em 1.5em 1.5em 0;
    background: #ffffff;
    color-rendering: #007AB8;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    min-height: 111px; }
    .image-tile header h1 {
      float: left;
      flex: 1;
      padding-right: 0.5em;
      margin: 0; }
    .image-tile header .icon {
      float: right;
      right: 0.5em;
      width: 3.4em; }
      .image-tile header .icon.no-float {
        float: none;
        right: auto; }
    .image-tile header .product-logo {
      max-width: 9em;
      max-height: 3.25em;
      margin-right: auto; }
  .image-tile .square {
    padding: 0 0 100%; }

.img-responsive {
  max-width: 100%; }

.logo {
  display: block;
  position: relative; }
  .logo:after {
    content: '';
    display: table;
    width: 100%;
    padding-bottom: 52.470588235%;
    background: url("/Areas/CMS/Assets/img/logo.svg") no-repeat;
    background-size: 100% 100%; }

.icon-car {
  display: block;
  position: relative; }
  .icon-car:after {
    content: '';
    display: table;
    width: 100%;
    padding-bottom: 45.478036175%;
    background-image: url("/Areas/CMS/Assets/img/Electrified-Icons-04.svg");
    background-repeat: no-repeat;
    background-size: contain; }

.icon-truck {
  display: block;
  position: relative; }
  .icon-truck:after {
    content: '';
    display: table;
    width: 100%;
    padding-bottom: 65.415549597%;
    background-image: url("/Areas/CMS/Assets/img/Electrified-Icons-05.svg");
    background-repeat: no-repeat;
    background-size: contain; }

.icon-crane {
  display: block;
  position: relative; }
  .icon-crane:after {
    content: '';
    display: table;
    width: 100%;
    padding-bottom: 79.250720461%;
    background-image: url("/Areas/CMS/Assets/img/Electrified-Icons-06.svg");
    background-repeat: no-repeat;
    background-size: contain; }

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
#footer {
  font-size: 0.9em;
  padding: 0.45em 0; }
  #footer .home-link {
    display: block;
    width: 5em; }
  #footer a {
    color: #000; }

.dana-link-bottom {
  display: block;
  margin: 0;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;
  padding: 1.5em;
  font-size: 0.66667em;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  color: #000; }
  @media (max-width: 768px) {
    .dana-link-bottom {
      top: 0;
      bottom: unset;
      width: 100%;
      padding: 0.25em 15px;
      background: #007AB8;
      box-shadow: none;
      text-align: right;
      color: #ffffff; }
      .dana-link-bottom .text-blue {
        color: #ffffff; }
      .dana-link-bottom .pill:before {
        background: rgba(255, 255, 255, 0.3); }
      .dana-link-bottom .pill:after {
        background: #ffffff;
        right: 0; }
      .dana-link-bottom:hover, .dana-link-bottom:focus, .dana-link-bottom:active {
        color: #ffffff;
        background: #181a4b; }
      #header {
        top: 23px !important; } }
  @media (max-width: 568px) {
    .dana-link-bottom .pill {
      display: none; } }

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all .15s; }
  #header .home-link {
    display: block;
    float: left;
    width: 5.75em;
    padding: 1em 0 0.5em; }
  #header nav {
    float: right;
    margin-left: -1em;
    margin-right: -1em; }
    #header nav a {
      display: block;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: .25em;
      font-family: "Roboto", sans-serif;
      font-size: 0.69444em;
      font-weight: 700;
      padding: 2.25em 1em 1em;
      text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75); }
      #header nav a:hover, #header nav a:focus, #header nav a:active, #header nav a.active {
        background: rgba(255, 255, 255, 0.75);
        color: #181a4b;
        text-shadow: 1px 1px 10px rgba(0, 0, 0, 0); }
      @media (max-width: 991px) {
        #header nav a {
          color: #000;
          text-shadow: none; } }
      @media (max-width: 589px) {
        #header nav a span {
          display: none; } }
      @media (max-width: 489px) {
        #header nav a {
          padding-left: 5px;
          padding-right: 5px; } }
      @media (max-width: 429px) {
        #header nav a {
          letter-spacing: normal; } }
  #header ul {
    margin: 0 0 1.5em;
    transition: all .3s; }
  #header.scrolled {
    background: #ffffff;
    box-shadow: 0 -5px 10px 5px rgba(0, 0, 0, 0.1);
    transition: all .3s; }
    #header.scrolled .home-link {
      width: 4.5em;
      padding: 0.25em 0; }
    #header.scrolled nav a {
      color: #000;
      padding: 1.25em 1em 1.25em;
      text-shadow: none; }
      @media (max-width: 489px) {
        #header.scrolled nav a {
          padding-left: 5px;
          padding-right: 5px; } }
      #header.scrolled nav a.active {
        border-bottom: 4px solid #007AB8; }
    #header.scrolled ul {
      margin: 0 0 0; }
  @media (max-width: 991px) {
    #header {
      background: #ffffff; }
      #header .home-link {
        width: 4.25em;
        padding: .5em 0; }
      #header ul {
        margin-bottom: 0; }
      #header nav {
        margin-left: -0.5em;
        margin-right: -0.5em; }
        #header nav li {
          padding: 0; }
        #header nav a {
          padding: 2.125em 0.5em; }
          #header nav a.active {
            border-bottom: 4px solid #007AB8; }
      #header.scrolled nav a {
        padding: 1.4em 0.5em 1em; } }

.JumpNav {
  position: absolute;
  top: -200px;
  z-index: 500;
  color: #ffffff;
  background: #666666;
  padding: 5px; }

.JumpNav:focus {
  top: 0;
  left: 0;
  color: #ffffff; }

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
.hamburger {
  width: 30px;
  display: block; }
  .hamburger i {
    width: 100%;
    height: 2px;
    margin-bottom: 7px;
    display: block;
    background-color: #ffffff;
    border-radius: 4px;
    transition: all .3s; }
    .hamburger i:last-child {
      margin: 0; }

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
.product-grid {
  overflow: hidden;
  min-height: 860px; }

.product-selector option {
  color: #000; }

.application-selector option {
  color: #000; }

.product-logo {
  max-width: 9em;
  max-height: 3.25em;
  margin-right: auto; }

.product-tile .btn {
  display: inline-block; }

.product-tile h5, .product-tile .h5 {
  text-transform: none; }

.product-tile {
  background: #ffffff;
  border: 1px solid #EEEEEF;
  position: relative;
  padding-bottom: 4em;
  z-index: 5;
  height: 100%; }
  .product-tile footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end; }
    .product-tile footer:before, .product-tile footer:after {
      content: '';
      clear: both;
      display: table; }
    .product-tile footer .icon {
      width: 3.8em;
      padding-left: 15px; }
      @media (min-width: 1200px) {
        .product-tile footer .icon {
          width: 5.3em;
          padding-left: 25px; } }
  .product-tile a {
    display: block;
    color: #000; }
    .product-tile a:hover, .product-tile a:focus, .product-tile a:active {
      box-shadow: 4px 4px 20px 4px rgba(0, 0, 0, 0.15); }
  .product-tile figure {
    width: 100%;
    padding-bottom: 42.33491%;
    background: #EEEEEF;
    margin-bottom: 10%;
    position: relative; }
    .product-tile figure img {
      position: absolute;
      max-width: 80%;
      max-height: 120%;
      left: 50%;
      top: 10%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }

a .product-tile p {
  color: #000; }

.paper.h-500 {
  min-height: 500px; }

.nav-tabs {
  border: 0;
  margin-bottom: 1em; }
  .nav-tabs li {
    padding: 20px 20px 0;
    margin-top: -25px; }
    .nav-tabs li.active {
      background-color: #007AB8; }
      .nav-tabs li.active a {
        color: #fff; }
        .nav-tabs li.active a:hover {
          color: #fff; }
  .nav-tabs h5 {
    margin-bottom: 1em;
    letter-spacing: 0.2em; }
  .nav-tabs a {
    color: #808080;
    font-size: 0.85em; }
    .nav-tabs a:hover {
      color: #000; }

@media (max-width: 991px) {
  .product-tabs h5 a span {
    display: none; } }

@media (max-width: 767px) {
  .product-tabs .sm-block-margin {
    margin: 0; } }

.product-tabs .tab-content h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 400;
  font-size: 1.22em;
  padding-bottom: 10px; }

.product-detail .image-tile header {
  padding: 1em 1.5em 0 0; }

.product-detail .image-tile .h5 {
  font-size: 0.7em; }

.product-detail .image-tile p {
  font-size: 1.3em; }

.product-detail .image-tile p.subhead {
  font-size: 1em; }

.product-detail .image-tile .icon {
  margin: 0 auto 0.5em;
  right: 0.3em !important; }

.product-detail .image-tile .inline-icon {
  padding-right: 8px;
  padding-left: 7px; }
  @media (max-width: 767px) {
    .product-detail .image-tile .inline-icon {
      padding-left: 10px; } }

.product-detail .image-tile h2 {
  white-space: nowrap; }

.product-detail .image-tile .icon.icon-crane {
  height: 40px;
  width: 3.2em; }

.product-detail .image-tile .icon.icon-truck {
  height: 40px;
  padding-top: 5px; }

.product-detail .image-tile .icon.icon-car {
  height: 40px;
  padding-top: 15px; }

.product-detail .image-tile .pill {
  margin-left: -4.8em;
  position: absolute;
  margin-top: -3.1em; }
  @media (max-width: 991px) {
    .product-detail .image-tile .pill {
      display: none; } }

.product-detail .product-image img {
  max-height: 320px; }

.related-products figure {
  width: 100%;
  padding-bottom: 13%;
  background: #EEEEEF;
  margin-bottom: 10%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  @media (max-width: 991px) {
    .related-products figure {
      padding-bottom: 19%; } }
  @media (max-width: 575px) {
    .related-products figure {
      padding-bottom: 29%; } }

.related-products .slick-track {
  margin: 0 !important; }
  @media (max-width: 767px) {
    .related-products .slick-track {
      padding-bottom: 20px;
      margin: 0 auto !important; } }

.related-products .slick-slide {
  position: relative; }

.related-products .next {
  position: absolute;
  top: 25px;
  right: 20px; }

.related-products .prev {
  position: absolute;
  top: 25px;
  right: 45px; }

.related-products .next:hover,
.related-products .prev:hover {
  cursor: pointer;
  color: #007AB8; }

.related-product-content {
  min-height: 210px;
  padding: 0 10px;
  text-align: center; }
  @media (max-width: 1199px) {
    .related-product-content {
      min-height: 185px; } }
  @media (max-width: 767px) {
    .related-product-content {
      min-height: 200px; } }

.related-product-content:hover {
  cursor: pointer; }

.related-product-image {
  min-height: 100px;
  position: relative; }
  @media (max-width: 767px) {
    .related-product-image {
      min-height: 120px; } }

.related-product-image img {
  max-height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .related-product-image img {
      max-height: 110px; } }

.related-product-title {
  font-size: 0.8em;
  color: #333;
  line-height: 1.2em;
  margin-top: 5px; }

.related-product-content:hover .related-product-title {
  color: #007AB8; }

.related-product-button {
  font-size: 0.65em;
  box-shadow: none;
  border-width: 1px;
  background-color: #007AB8;
  color: #fff;
  min-width: 9em;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

h4.appl-icon {
  height: 55px;
  background-repeat: no-repeat;
  background-size: auto 45px;
  padding-top: 18px; }

h4.hvy-truck {
  background-image: url(/Areas/CMS/assets/img/icons/Heavy-Duty-Truck.png);
  padding-left: 110px; }

h4.lg-bus {
  background-image: url(/Areas/CMS/assets/img/icons/Large-Bus.png);
  padding-left: 120px; }

h4.lt-comm {
  background-image: url(/Areas/CMS/assets/img/icons/Light-Comm-Vehicle.png);
  padding-left: 120px; }
  @media (max-width: 1729px) {
    h4.lt-comm {
      padding-top: 0; } }
  @media (max-width: 1199px) {
    h4.lt-comm {
      padding-top: 18px; } }

h4.lt-truck {
  background-image: url(/Areas/CMS/assets/img/icons/Light-Duty-Truck.png);
  padding-left: 90px; }

h4.md-bus {
  background-image: url(/Areas/CMS/assets/img/icons/Medium-Bus.png);
  padding-left: 140px; }

h4.md-truck {
  background-image: url(/Areas/CMS/assets/img/icons/Medium-Duty-Truck.png);
  padding-left: 80px; }

h4.mini-bus {
  background-image: url(/Areas/CMS/assets/img/icons/Mini-Bus.png);
  padding-left: 130px; }

h4.suv {
  background-image: url(/Areas/CMS/assets/img/icons/Sports-Utility-Vehicle.png);
  padding-left: 130px; }

h4.voc {
  background-image: url(/Areas/CMS/assets/img/icons/Vocational.png);
  padding-left: 110px; }

@media (max-width: 767px) {
  h4.appl-icon {
    background: none;
    padding-left: 0; } }

#resources ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.r-icon {
  height: 65px;
  background-repeat: no-repeat;
  background-size: auto 75px;
  padding-left: 60px;
  background-position: -15px -5px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.rtitle {
  padding-top: 18px; }

.rtitle a {
  color: #000; }

.r-icon:hover .rtitle a {
  color: #007AB8;
  cursor: pointer; }

.rtype-4 {
  background-image: url(/Areas/CMS/assets/img/icons/downloadable.png); }

.rtype-5 {
  background-image: url(/Areas/CMS/assets/img/icons/video.png); }

.rtype-13 {
  background-image: url(/Areas/CMS/assets/img/icons/casestudy.png); }

.tab_drawer_heading {
  display: none; }

@media screen and (max-width: 599px) {
  .nav-tabs {
    display: none; }
  .tab-content h3 {
    font-size: 1.44em;
    margin: 1em 0; }
  .tab_drawer_heading {
    background-color: #999;
    color: #fff;
    margin: 0 0 5px 0;
    padding: 10px 20px;
    display: block;
    cursor: pointer; }
  .tab_drawer_heading:hover {
    background-color: #007AB8; }
  .d_active {
    background-color: #007AB8;
    color: #fff; } }

.element-item .no-link {
  height: 100%; }

.tab-pane ul {
  list-style: none;
  /* Remove default bullets */ }

.tab-pane li {
  margin-bottom: 5px; }

.tab-pane#applications ul li::before,
.tab-pane#features ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #007AB8;
  /* Change the color */
  font-size: 1.1em;
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

/* Moncur Bug */
.moncur-bug {
  display: block;
  width: 21px;
  color: inherit;
  position: relative;
  font-size: 14px;
  opacity: .75; }
  .moncur-bug:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 176.190%;
    background: url("/Areas/CMS/assets/img/moncur_bug.png") no-repeat center;
    background-size: contain; }
  .moncur-bug:hover, .moncur-bug:focus, .moncur-bug:active {
    color: inherit;
    text-decoration: none;
    opacity: 1; }

.map-banner {
  position: relative; }
  .map-banner .bordered-blue {
    font-size: 0.9em;
    padding: 1.25em;
    height: 100%; }
    .map-banner .bordered-blue p {
      margin: 0; }
  @media (min-width: 992px) {
    .map-banner .map-content {
      width: 22.25em; } }
  .map-banner .container {
    position: relative; }
  .map-banner .map {
    width: 100%; }
    @media (min-width: 992px) {
      .map-banner .map {
        position: absolute;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        width: 90%;
        top: 43%;
        left: 17%; } }
    @media (min-width: 1200px) {
      .map-banner .map {
        width: 90%;
        top: 50%;
        left: 17%; } }
    @media (min-width: 1500px) {
      .map-banner .map {
        width: 93%;
        top: 55%;
        left: 12%; } }
    .map-banner .map:after {
      will-change: transform;
      content: '';
      display: block;
      background-image: url("/Areas/CMS/Assets/img/map.svg");
      padding-bottom: 49.277115987%;
      background-repeat: no-repeat;
      background-size: contain; }

.map-banner .map:lang(zh-Hans):after {
  background-image: url("/Areas/CMS/Assets/img/mapCN.svg"); }

.figure-tall {
  height: 40em; }
  @media (min-width: 992px) {
    .figure-tall {
      height: 100%; }
      .figure-tall-left {
        margin-right: -20%; }
      .figure-tall-right {
        margin-left: -20%; } }

.better-way {
  position: absolute;
  right: 5%;
  bottom: -5%;
  max-width: 100%; }
  .better-way img {
    max-width: 100%; }
  @media (min-width: 992px) {
    .better-way {
      right: -10%;
      bottom: -10%; } }

.figure-commercial {
  margin-bottom: 3em;
  width: 100%;
  padding-bottom: 80%;
  height: auto; }
  @media (min-width: 992px) {
    .figure-commercial {
      height: 80%;
      width: auto;
      padding-bottom: 0;
      margin-bottom: 0; } }
  .figure-commercial img {
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
            transform: translate(-50%, -50%) scaleX(-1); }

.figure-light {
  position: absolute;
  width: 50%;
  padding-bottom: 35%;
  bottom: 0;
  left: 5%; }
  @media (min-width: 992px) {
    .figure-light {
      left: -16.5%;
      bottom: 0;
      width: 85%;
      height: 50%; } }

.figure-highway {
  position: absolute;
  right: 7px;
  bottom: -10%;
  width: 60%;
  padding-bottom: 35%; }
  @media (min-width: 992px) {
    .figure-highway {
      left: 50%;
      bottom: -10%;
      width: 60%;
      height: 40%; } }
  .figure-highway img {
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
            transform: translate(-50%, -50%) scaleX(-1); }

/*# sourceMappingURL=main.css.map */
