/*!
Theme Name: CF Rail Services
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cf-rail-services
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CF Rail Services is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*@fontface*/
@font-face {
  font-family: "Avenir Next";
  src: url("fonts/AvenirNextLTPro-Regular.eot");
  src: url("fonts/AvenirNextLTPro-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/AvenirNextLTPro-Regular.woff2") format("woff2"),
    url("fonts/AvenirNextLTPro-Regular.woff") format("woff"),
    url("fonts/AvenirNextLTPro-Regular.ttf") format("truetype"),
    url("fonts/AvenirNextLTPro-Regular.svg#fonts/AvenirNextLTPro-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next";
  src: url("fonts/AvenirNextLTPro-Demi.eot");
  src: url("fonts/AvenirNextLTPro-Demi.eot?#iefix") format("embedded-opentype"),
    url("fonts/AvenirNextLTPro-Demi.woff2") format("woff2"),
    url("fonts/AvenirNextLTPro-Demi.woff") format("woff"),
    url("fonts/AvenirNextLTPro-Demi.ttf") format("truetype"),
    url("fonts/AvenirNextLTPro-Demi.svg#fonts/AvenirNextLTPro-Demi")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next";
  src: url("fonts/AvenirNextLTPro-Bold.eot");
  src: url("fonts/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/AvenirNextLTPro-Bold.woff2") format("woff2"),
    url("fonts/AvenirNextLTPro-Bold.woff") format("woff"),
    url("fonts/AvenirNextLTPro-Bold.ttf") format("truetype"),
    url("fonts/AvenirNextLTPro-Bold.svg#fonts/AvenirNextLTPro-Bold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
div.grecaptcha-badge {
  opacity: 0;
}

/* Sections
	 ========================================================================== */

/*Cookie notice bar*/
div.cli-bar-container {
  padding: 1rem 0 0.92rem;
}
div.cli-bar-message {
  font-family: "Avenir Next", sans-serif;
  line-height: 1.5em;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  padding: 1rem 1.25rem;
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

body {
  margin: 0;
  scroll-behavior: smooth;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  line-height: 0.95em;
  margin: 0.67em 0;
  font-family: "Archivo Black";
  text-transform: uppercase;
}

/* Grouping content
	 ========================================================================== */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

/* Text-level semantics
	 ========================================================================== */

a {
  background-color: transparent;
  color: #1a468c;
}

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

b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button:active,
button:hover,
button:focus {
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
}
input:active,
input:hover,
input:focus {
  outline: none !important;
}
input[type="submit"] {
  cursor: pointer;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1rem 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  /* border-color: #ccc #ccc #bbb; */
  border-radius: 0px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*----------------------------------- CUSTOM STYLES START HERE --------------------------------------------- */

/* Layout
--------------------------------------------- */
div.container {
  width: 90%;
  margin: auto;
}
div.container-narrow {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

/* Typography
--------------------------------------------- */
h1 {
  font-family: "Archivo Black", sans-serif;
  color: #fff;
  font-size: 100px;
}
h1.int-header {
  font-size: 65px;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 1100px;
}
h2 {
  font-family: "Archivo", "Avenir Next", sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.1em;
}
h4 {
  font-family: "Archivo", "Avenir Next", sans-serif;
  font-size: 26px;
  font-weight: 500;
}
p {
  font-size: 17px;
  line-height: 1.7em;
  margin-bottom: 1.5em;
  font-family: "Avenir Next", sans-serif;
}
p.subheader {
  font-size: 20px;
}
ul,
ol {
  font-family: "Avenir Next", sans-serif;
}
a {
  font-family: "Avenir Next", sans-serif;
}
.white {
  color: #fff;
}
.dark {
  color: #000;
}
.text-center {
  text-align: center;
}
.opacity-80 {
  opacity: 0.8;
}

/* Button
--------------------------------------------- */
a.btn {
  padding: 1rem 1.25rem;
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.75px;
  text-decoration: none;
}
a.red-btn {
  background: #1a468c;
  color: #fff;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
a.red-btn:hover {
  background: #27559f;
}
a.arrow-btn img.btn-white-arrow {
  width: 20px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
a.eyebrow {
  text-decoration: none;
  /* opacity: 0.7; */
}
a.white {
  color: #fff;
}
a.text-btn {
  font-size: 1rem;
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  text-decoration: none;
}
a.red-underline {
  padding-right: 1.75rem;
  padding-bottom: 0.75em;
  border-bottom: 2.5px solid #1a468c;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
div.text-btn-row {
  display: block;
}
a.red-underline:hover {
  padding-right: 0;
  padding-left: 1.75rem;
}

/* Main Navigation
--------------------------------------------- */
header {
  position: absolute;
  width: 100%;
  padding: 1.75rem 0;
  z-index: 999;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
header::after {
  content: "";
  height: 1px;
  width: 95%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
div.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.site-branding {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
nav.main-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-left: 5rem;
}
.main-navigation a,
a.header-phone {
  font-family: "Archivo", "Avenir Next", sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  margin-right: 2.75rem;
  text-decoration: none;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.main-navigation ul li a:hover,
a.header-phone:hover {
  color: #1a468c;
}
div.header-cta-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  text-align: right;
}
a.header-phone {
  display: inline-block;
}
a.header-cta-btn {
  display: inline-block;
}

/* Footer
--------------------------------------------- */
footer {
  background: #0f0f0f;
  padding: 5rem 0 3rem;
}
div.footer-inner-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.footer-contact-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
div.footer-sitemap-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  padding-left: 5rem;
}
img.footer-logo {
  width: 200px;
  margin-bottom: 1rem;
}
div.footer-contact-col a,
div.footer-contact-col p {
  color: #fff;
  text-decoration: none;
}
div.footer-sm-top {
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  padding-right: 200px;
}
div.footer-sm-bot {
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
div.socket-links-cont,
div.socket-copyright-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
ul#footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#footer-menu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  border-left: 3px solid #1a468c;
  padding-left: 12px;
  line-height: 1.3em;
  margin-bottom: 2.25rem;
}
ul#footer-menu li a {
  font-family: "Archivo", "Avenir Next", sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  margin-right: 2.75rem;
  text-decoration: none;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
ul#footer-menu li a:hover {
  color: #1a468c;
}
a.footer-cta-btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
div.socket-links-cont a {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 3rem;
  text-decoration: none;
  margin-top: 0;
}
div.socket-links-cont a:hover {
  text-decoration: underline;
}
div.socket-copyright-cont {
  position: relative;
  top: 5px;
  text-align: right;
}
div.socket-copyright-cont p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  margin-top: 0;
  line-height: 1.7em;
}

/* Homepage
--------------------------------------------- */

/*------ Hero Section ------*/
section.home-hero {
  /* background: #000; */
  position: relative;
}
div.home-hero-total {
  position: relative;
}
div.bg-slider-cont,
div.hero-bg-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000;
}
div.hh-grad-overlay {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(
    linear,
    right top, left top,
    from(rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
div.hh-grad-overlay2 {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 1);
}

@-webkit-keyframes fade-hh-overlay2 {
  0% {
    background: rgba(0, 0, 0, 1);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes fade-hh-overlay2 {
  0% {
    background: rgba(0, 0, 0, 1);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}

div.hh-grad-overlay2 {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-animation: fade-hh-overlay2 1.75s 0.8s forwards; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: fade-hh-overlay2 1.75s 0.8s forwards; /* IE 10+, Fx 29+ */
}

div.home-hero-inner {
  height: 100vh;
  min-height: 850px;
  display: table;
}
div.hero-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}
div.home-hero-total .container {
  position: relative;
  z-index: 1;
}
div.home-hero-inner h1 {
  width: 100%;
  max-width: 900px;
  margin-bottom: 2rem;
}
p.hero-subheader {
  font-size: 1.25rem;
  line-height: 1.8em;
  color: #fff;
  max-width: 500px;
  width: 100%;
  font-weight: 500px;
}
div.home-hero-inner a.text-btn {
  margin-top: 2rem;
  display: inline-block;
}
img.cranes-logo {
  position: absolute;
  width: 180px;
  bottom: 5rem;
  right: 0;
}

/*------ Services Section ------*/
div.home-services-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.home-rs-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #1a468c;
  padding: 2.75rem 5vw 6rem;
}
div.home-mo-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 2.75rem 5vw 2rem;
}
div.home-services-total a {
  text-decoration: none;
}
a.eyebrow,
p.eyebrow {
  display: block;
  margin-bottom: 1.25rem;
  /* opacity: 0.7; */
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
a.eyebrow img {
  float: right;
  width: 27px;
  position: relative;
  top: 3px;
}
div.home-services-total a.eyebrow {
  margin-bottom: 1.75rem;
}
div.home-services-total h2 {
  margin: 1rem 0 1.75rem;
}
p.sb-subheader {
  width: 100%;
  max-width: 500px;
}
p.mo-subheader {
  width: 100%;
  max-width: 600px;
}
div.rs-block-rep {
  padding-top: 1rem;
}
div.rs-loc-row {
  border-bottom: 1px solid #fff;
  margin-bottom: 0.25rem;
}
div.rs-loc-row a {
  display: block;
}
div.rs-block-rep h5 {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}
div.rs-block-rep img.float-white-arrow {
  width: 20px;
  float: right;
  position: relative;
  top: 35px;
  right: 12px;
}
img.mo-truck {
  margin: 0.75rem 0 1.25rem;
}
/*About section*/
div.home-about-total {
  padding: 4rem 0 8rem;
  position: relative;
}
div.about-bg-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(rgba(0, 0, 0, 0.96)),
    to(rgba(0, 0, 0, 0.65))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
div.home-about-total .container {
  position: relative;
  z-index: 1;
}
div.about-copy-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
}
div.home-a-copy-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 500px;
          flex: 1 0 500px;
}
div.home-a-copy-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-left: 4rem;
}
div.home-a-copy-left h2 {
  margin-top: 0;
}
div.home-a-copy-right p {
  margin-top: 8px;
  width: 100%;
  max-width: 680px;
}
div.home-about-inner div.text-btn-row {
  padding-top: 3rem;
}

/*CTA Block*/
div.cta-block-total {
  padding: 6rem 0 5rem;
}
section.cta-gray div.cta-block-total {
  background: #f7f7f7;
}
h6.cta-block-head {
  font-family: "Archivo Black", sans-serif;
  font-size: 65px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
p.cta-block-sub {
  font-size: 20px;
  max-width: 800px;
  margin: auto;
}
a.cta-block-btn {
  display: inline-block;
  margin: 2rem auto;
}

/* 404 Error Page
--------------------------------------------- */
section.error-404 {
  background: url("/wp-content/uploads/2020/12/CF-Rail-Services-Hero-1.jpg")
    no-repeat;
  background-size: cover;
  background-position: center;
}
section.error-404,
section.thank-you-hero {
  position: relative;
}
section.error-404 div.container,
section.thank-you-hero div.container {
  min-height: 100vh;
  display: table;
}
div.error-404-inner,
div.ty-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  padding: 20% 0;
}
div.e404-overlay,
div.ty-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.65);
}
div.error-404-inner h1,
div.ty-inner h1 {
  margin-bottom: 1.5rem;
}
div.error-404-inner h3,
div.ty-inner h3 {
  margin-bottom: 3rem;
}
section.thank-you-hero p.subheader {
  max-width: 700px;
  margin: 1.25rem auto 3rem;
}

/* Privacy Policy Page
--------------------------------------------- */
section.pp-hero {
  padding: 12rem 0 5.5rem;
  position: relative;
}
div.pp-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(rgba(0, 0, 0, 0.65)),
    to(rgba(0, 0, 0, 0.25))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.25) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
section.pp-hero .container {
  position: relative;
  z-index: 1;
}
section.pp-hero p.subheader {
  margin-top: 2rem;
}
section#privacy-policy {
  padding: 5rem 0;
}
section#privacy-policy h2 {
  margin-top: 0;
  font-size: 35px;
}

/* Mobile Operations Page
--------------------------------------------- */
div.service-interior-hero {
  position: relative;
}
div.service-interior-hero h1 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
div.service-interior-hero .container {
  position: relative;
  z-index: 1;
}
div.service-hero-inner {
  padding: 14rem 0 3rem;
  min-height: 100vh;
}
div.service-interior-hero p.hero-subheader {
  max-width: 650px;
}
div.service-hero-grad-overlay-hor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(rgba(0, 0, 0, 0.85)),
    to(rgba(0, 0, 0, 0.1))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
div.service-hero-grad-overlay-ver {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: rgb(15, 15, 15);
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(15, 15, 15, 1)),
    color-stop(45%, rgba(15, 15, 15, 0))
  );
  background: linear-gradient(
    0deg,
    rgba(15, 15, 15, 1) 0%,
    rgba(15, 15, 15, 0) 45%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f0f0f",endColorstr="#0f0f0f",GradientType=1);
}

div.service-kpi-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7rem;
}
div.kpi-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
  padding-right: 4rem;
}
span.kpi-num {
  font-family: "Archivo", sans-serif;
  font-size: 65px;
}
p.kpi-copy {
  margin-top: 0;
  max-width: 190px;
  font-size: 1.25rem;
}

/*Mobile Operations Repeater*/
div.mobile-ops-rep-total {
  background: #0f0f0f;
  padding: 5rem 0 6rem;
}
div.mo-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
div.mo-block-total:last-child div.mo-block-inner {
  border-bottom: none;
  padding-bottom: 1rem;
}
div.mo-block-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42%;
          flex: 1 1 42%;
  padding-right: 5rem;
}
div.mo-block-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 58%;
          flex: 1 1 58%;
}
p.loc-eyebrow {
  margin-top: 0;
}
h2.mo-title,
h2.rs-title {
  margin-bottom: 2rem;
}
h4.mo-manager {
  margin-bottom: 0.25rem;
}
a.mo-phone {
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
  display: block;
}
a.mo-phone span.red {
  color: #1a468c;
  text-decoration: underline;
}
div.mo-services-list {
  margin-top: 1.75rem;
}
div.mo-services-list ul {
  font-size: 19px;
  margin-left: 0;
  padding-left: 1.35rem;
  list-style-image: url("/wp-content/uploads/2023/02/blue-checkmark.svg");
  font-family: "Archivo", "Avenir Next", sans-serif;
}
div.mo-services-list li {
  padding-left: 0.35rem;
  padding-bottom: 0.45rem;
}

/*Mobile Ops RS CTA Block*/
div.mo-repair-shops-cta-total {
  background: #1a468c;
  padding: 5rem 0 0;
}
div.mo-repair-shops-cta-total h2 {
  width: 100%;
  max-width: 1150px;
}
div.mo-repair-shops-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 5rem;
  margin-top: -5rem;
}
div.mors-lower-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
  padding-right: 5rem;
}
div.mors-lower-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
}
div.mors-inner-blocks-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.mo-repair-shops-lower p {
  margin-top: 2.5rem;
}
span.mors-block-eyebrow {
  position: relative;
  z-index: 1;
}
a.mors-block-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.5rem;
  padding: 2rem 1.5rem;
  text-decoration: none;
  height: 350px;
  position: relative;
}
div.mors-block-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.35);
}
div.mors-title-box {
  position: absolute;
  bottom: 2rem;
  z-index: 1;
}
h4.mors-block-title {
  font-size: 21px;
  margin-bottom: 0.8rem;
}
img.mors-block-arrow {
  width: 22px;
}
main.mobile-ops-main section.cta-block {
  padding-top: 5rem;
}

/* Repair Shops Page
--------------------------------------------- */
div.repais-shops-rep-total {
  background: #0f0f0f;
  padding: 5rem 0 2rem;
}
div.rs-block-total {
  padding: 6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
div.rs-block-total:last-child {
  border-bottom: none;
}
div.rs-block-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.rs-block-top-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  max-width: 900px;
  padding-right: 10rem;
}
div.rs-block-top-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  max-width: 500px;
}
div.rs-metabox-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
}
div.rs-metabox-left {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
div.rs-metabox-right {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
div.rs-metabox-right p {
  margin-top: 0;
}
a.rs-manager {
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
a.rs-manager img {
  width: 19px;
  margin-left: 10px;
}
div.rs-address p {
  margin-top: 3px;
  margin-bottom: 0px;
}
a.rs-phone {
  text-decoration: none;
  font-weight: 500;
}
a.rs-phone .red {
  color: #1a468c;
  text-decoration: underline;
}
div.jquery-modal.blocker.current {
  z-index: 999;
}
div.rs-cta-box-total {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
div.rs-cta-box-total button.js-modal-btn {
  margin-left: 3rem;
}
button.js-modal-btn {
  background: transparent;
  padding: 0;
  outline: none !important;
  border: 0 !important;
}
button.js-modal-btn img {
  width: 50.78px;
}
div.modal-video {
  outline: none !important;
}
span.watch-video-text {
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.75px;
  margin-left: 15px;
  position: relative;
  top: -19px;
}

div.rs-block-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7rem;
}
div.rs-block-bottom-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}
div.rs-block-bottom-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  padding-left: 8rem;
}
div.rs-service-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.rs-service-checkmark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
}
div.rs-service-checkmark img {
  position: relative;
  top: 4px;
}
div.rs-service-copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-left: 18px;
}
h3.rs-services-header {
  font-size: 38px;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
}
h4.rs-service-title {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
}
p.rs-service-desc {
  margin-top: 10px;
  max-width: 550px;
  width: 100%;
  opacity: 0.8;
}

/* Insights Hero
--------------------------------------------- */
div.insights-hero {
  position: relative;
}
div.insights-hero-inner {
  padding: 15rem 0 7.5rem;
}
div.insights-hero .container {
  position: relative;
  z-index: 1;
}

div.insights-grid-total {
  background: #0f0f0f;
  padding: 5rem 0;
}
div.insights-grid-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.insight-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-top: 5rem;
}
div.insight-block:nth-child(odd) {
  padding-right: 2rem;
}
div.insight-block:nth-child(even) {
  padding-left: 2rem;
}
div.insight-meta-bar {
  padding: 2.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
div.insight-cats {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-right: 20px;
}
div.insight-cats::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 9px;
  height: 9px;
  margin-right: 15px;
  border-radius: 10px;
  background: #1a468c;
}
div.insight-cats a {
  margin-right: 12px;
  font-size: 14px;
  text-decoration: none;
}
div.insight-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  text-align: right;
  opacity: 0.5;
}
div.insight-date span {
  font-size: 14px;
}
h2.insight-title {
  font-size: 32px;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.3em;
  -webkit-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
}
div.insight-block a {
  text-decoration: none;
}
div.insight-title-bar a:hover h2 {
  color: #1a468c;
}
div.insight-ft-img {
  min-height: 370px;
}
div.pagination-cont {
  padding-top: 4rem;
  text-align: center;
}
span.page-numbers {
  padding: 10px;
  background: #1a468c;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
a.page-numbers {
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
a.next.page-numbers {
  padding-left: 2px;
}
a.prev.page-numbers {
  padding-right: 2px;
}

/*Numeric Pagnation*/
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none;
}
.navigation li {
  display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #6fb7e9;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}
.navigation li a:hover,
.navigation li.active a {
  background-color: #3c8dc5;
}

/* Insights Hero
--------------------------------------------- */
div.vmv-block-total {
  background: #0f0f0f;
  padding: 10rem 0 5rem;
}
div.vmv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.vmv-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 4rem;
}
div.vmv-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4rem;
}

h3.zero-today-copy {
  font-size: 32px;
  font-weight: normal;
  margin: 0 0 3rem;
}
h4.vmv-title {
  font-size: 22px;
  margin: 5px 0 0;
}
div.vmv-copy-block p {
  color: rgba(255, 255, 255, 0.8);
  margin: 10px 0 2rem;
}
div.about-icons-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.ab-icon-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-right: 2.5rem;
}
img.ab-icon {
  width: 75px;
}
h5.ab-icon-title {
  font-size: 19px;
  font-weight: 500;
  margin: 1rem 0;
}
p.ab-icon-copy {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

/*leadership section*/
div.leadership-total {
  background: #0f0f0f;
  padding: 5rem 0 2rem;
}
div.leadership-block-inner {
  padding-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
a.leader-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  text-decoration: none;
}
a.leader-block:nth-child(4n + 1) {
  padding-right: 24px;
}
a.leader-block:nth-child(4n + 2) {
  padding-left: 8px;
  padding-right: 16px;
}
a.leader-block:nth-child(4n + 3) {
  padding-left: 16px;
  padding-right: 8px;
}
a.leader-block:nth-child(4n + 4) {
  padding-left: 24px;
}
a.leader-block:hover h4.team-name {
  color: #1a468c;
}
div.leader-name-block {
  position: relative;
  padding: 1rem 0 0.125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 4.5rem;
}
h4.team-name {
  font-size: 22px;
  margin: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
p.team-job {
  margin-top: 1px;
  font-size: 16px;
  opacity: 0.8;
}
img.team-linkedin-logo {
  position: absolute;
  top: 1.6rem;
  right: 0;
  width: 20px;
}

/*Affiliates Section*/
div.partners-total {
  background: #fff;
  padding: 5rem 0;
}
div.partners-title-block h2 {
  margin-bottom: 1.75rem;
}
div.partners-copy {
  width: 100%;
  max-width: 1000px;
}
div.partner-logos-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.75rem;
}
div.partner-logo-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.partner-logo-cont a {
  display: block;
  max-width: 175px;
  height: 65px;
  width: 80%;
}
div.partner-logo-cont img {
  max-height: 100%;
  width: auto;
}

/*history section*/
div.history-total {
  background: #0f0f0f;
}
div.history-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 0 6.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
div.history-left-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5rem;
}
div.history-right-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
div.history-left-block div.section-copy {
  padding-bottom: 2rem;
  max-width: 650px;
  width: 100%;
}

div.swiper-navbox {
  display: block;
  text-align: right;
  padding-bottom: 12px;
  padding-top: 15px;
}
div.swiper-navbox * {
  border: none !important;
  outline: none !important;
}
div.swiper-navbox .swiper-button-next,
div.swiper-navbox .swiper-button-prev {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  top: 0;
  margin-top: 0;
}
div.swiper-navbox .swiper-button-next:after,
div.swiper-navbox .swiper-button-prev:after {
  display: none;
}
div.swiper-navbox .swiper-button-next,
div.swiper-navbox .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
div.swiper-navbox .swiper-button-prev,
div.swiper-navbox .swiper-container-rtl .swiper-button-next {
  left: -15px;
}

div.swiper-slide {
  width: 100%;
  height: 400px;
}

div.swiper-navbox img {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
div.swiper-navbox img:hover {
  opacity: 0.7;
}

/* Contact Page
--------------------------------------------- */
body.page-template-page-contact header {
  background: #0f0f0f;
}
body.page-template-page-contact header::after {
  display: none;
}
body.page-template-page-contact div.header-cta-box {
  display: none;
}
div.co-page-total {
  padding: 11rem 0 0;
  position: relative;
}
div.co-page-inner {
  width: 68%;
  padding-right: 6rem;
  padding-bottom: 5rem;
}
div.corporate-contact-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}
div.corporate-contact-info-inner a {
  text-decoration: none;
  color: #0f0f0f;
}
div.corporate-contact-info-inner p {
  line-height: 1.5em;
}
div.corp-address {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}
div.corp-email {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 31%;
          flex: 1 1 31%;
}
div.corp-phone {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 29%;
          flex: 1 1 29%;
}
div.corp-address p {
  margin-top: 0;
}

div.co-page-inner h3 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #0f0f0f;
  margin-bottom: 2rem;
}

div.co-locations-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75rem;
}
div.co-rs-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  padding-right: 3rem;
}
div.co-mo-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
}
div.co-rs-flex a,
div.co-mo-flex a {
  display: block;
  font-size: 17px;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 9px;
  margin-bottom: 1.3rem;
  border-bottom: 1px solid #d6d6d6;
  text-decoration: none;
}
div.co-rs-flex a img,
div.co-mo-flex a img {
  width: 20px;
  float: right;
  position: relative;
  top: 7px;
  right: 12px;
}

div.co-mo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.co-mo-flex a {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47.5%;
          flex: 0 1 47.5%;
}
div.co-mo-flex a:nth-child(odd) {
  margin-right: 2.5%;
}
div.co-mo-flex a:nth-child(even) {
  margin-left: 2.5%;
}

div.contact-hero-img {
  height: 400px;
}

/*Contact Form*/
div.contact-page-form {
  position: absolute;
  background: #1a468c;
  padding: 4rem;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 35%;
}
div.contact-form-inner h2 {
  margin-top: 0;
  margin-bottom: 1.75rem;
}
div.cf7c-total-inner {
  padding-top: 1.25rem;
}
div.text-field-row,
div.textarea-field-row {
  margin-bottom: 1rem;
}
div.contact-form-inner input[type="text"],
div.contact-form-inner input[type="email"],
div.contact-form-inner input[type="tel"],
div.contact-form-inner textarea {
  width: 100%;
  max-width: 100%;
  background: #1a468c;
  height: 55px;
  padding-left: 18px;
  padding-top: 9px;
  font-size: 18px;
  font-family: "Avenir Next", "Archivo", sans-serif !important;
  font-weight: normal;
  color: #fff;
  border-radius: 0;
  outline: none !important;
}
div.contact-form-inner textarea {
  width: 100%;
  font-family: "Avenir Next", "Archivo", sans-serif !important;
  max-width: 100%;
  height: 150px;
  border-radius: 0;
  padding-top: 14px;
}
span.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
span.wpcf7-acceptance label {
  color: #fff;
  font-family: "Avenir Next", sans-serif;
  line-height: 1.2em;
  font-size: 15px;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 0px;
  border: 2px solid #fff;
  outline: none !important;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
input[type="checkbox"]:checked {
  background: #0f0f0f;
}

div.contact-form-inner ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff !important;
  opacity: 0.9;
}
div.contact-form-inner :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
  opacity: 0.9;
}
div.contact-form-inner ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
  opacity: 0.9;
}
div.contact-form-inner :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff !important;
  opacity: 0.9;
}

div.submit-row-cf7 {
  text-align: center;
  padding: 2rem 0 1.3rem;
}
div.submit-row-cf7 input[type="submit"] {
  background: #0f0f0f;
  color: #fff;
  padding: 0.9rem 2.25rem;
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.75px;
  text-decoration: none;
  height: 55px;
  border: none;
}
span.ajax-loader {
  display: none !important;
}
p.form-disclaimer {
  font-size: 13px;
  line-height: 1.4em;
  margin-bottom: 0;
}
p.form-disclaimer a {
  color: #fff;
}
span.wpcf7-not-valid-tip {
  color: #0f0f0f;
  padding-top: 6px;
  font-family: "Avenir Next", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
div.contact-form-inner div.wpcf7-response-output {
  display: none !important;
}

/* Contact Modals - RS page
--------------------------------------------- */
div.custom-contact-modal {
  background: #1a468c;
  padding: 4rem;
  max-width: 650px;
  border-radius: 0;
}
div.custom-contact-modal h2 {
  font-size: 40px;
  margin-bottom: 0.85rem;
}

/* AOS & Hero Keyframe Animations
--------------------------------------------- */

/*Main Elements animations*/
[data-aos="small-fade-up"] {
  opacity: 0;
  -webkit-transform: translateY(18px);
      -ms-transform: translateY(18px);
          transform: translateY(18px);
}
[data-aos="small-fade-up"].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

[data-aos="load-right"] {
  width: 0;
}
[data-aos="load-right"].aos-animate {
  width: 100%;
}

@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

h1.huge-header,
h1.int-header,
h1.header-ty,
h1.header-404,
div.corporate-block {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-animation: fade-up 1.2s 0.2s forwards; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: fade-up 1.2s 0.2s forwards; /* IE 10+, Fx 29+ */
}
p.hero-subheader,
div.ty-inner p.subheader,
div.error-404-inner p.subheader,
div.co-locations-block-total,
div.contact-page-form div.contact-form-inner {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation: fade-up 1.2s 0.4s forwards; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: fade-up 1.2s 0.4s forwards; /* IE 10+, Fx 29+ */
}
span.kpi-num,
div.home-hero-inner a.text-btn,
div.ty-inner div.btn-row,
div.error-404-inner div.btn-row {
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-animation: fade-up 1.2s 0.7s forwards; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: fade-up 1.2s 0.7s forwards; /* IE 10+, Fx 29+ */
}

p.kpi-copy {
  opacity: 0;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  -webkit-animation: fade-up 1.2s 0.8s forwards; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: fade-up 1.2s 0.8s forwards; /* IE 10+, Fx 29+ */
}

/* Priming Mobile Queries
--------------------------------------------- */

/*********** MOBILE NAVIGATION ************/
/* .mm-overlay {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: background-color 0.15s ease-out, visibility 0.15s ease-out;
  transition: background-color 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
}
.mm-overlay.active {
  background-color: rgba(0, 0, 0, 0.4);
  visibility: visible;
  z-index: 5;
} */

/* Nav */
.panel {
  background: #000;
  height: 100%;
  width: 415px;
  max-width: 100%;
  padding: 3rem;
  overflow: auto;
  position: fixed;
  top: 0;
  left: -415px;
  -webkit-transition: left 0.2s ease-in;
  transition: left 0.2s ease-in;
  z-index: 999999;
}
.panel.active {
  left: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.panel ul {
  margin-top: 20px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: 1rem;
}
.panel li a,
.panel a.header-phone {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
nav.panel div.menu-main-navigation-container {
  padding-left: 0 !important;
}
nav.panel div.menu-main-navigation-container a,
a.header-phone {
  padding-left: 0 !important;
}
nav.panel a.header-phone {
  margin-top: 2rem;
}
nav.panel a.header-cta-btn {
  margin-top: 1.3rem;
}
/* Nav Toggle */
.menu-toggle {
  border: 0;
  display: none;
  top: 20px;
  right: 0;
  position: absolute;
  z-index: 100;
  background: transparent;
}
.toggleIcon {
  position: relative;
  margin: auto;
  cursor: pointer;
  background: transparent;
}
.toggleIcon span {
  position: absolute;
  display: block;
  width: 36px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
      transform: translate(-50%) translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -webkit-transition: 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: 0.5s, transform 0.5s, background-color 0.5s;
  transition: 0.5s, transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: 0.5s, transform 0.5s, background-color 0.5s,
    -webkit-transform 0.5s;
}
.toggleIcon span::before,
.toggleIcon span::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #fff;
  border-radius: 2px;
  width: 36px;
  height: 3px;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
  -webkit-transition: 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: 0.5s, transform 0.5s, background-color 0.5s;
  transition: 0.5s, transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: 0.5s, transform 0.5s, background-color 0.5s,
    -webkit-transform 0.5s;
}
.toggleIcon span::after {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
      transform: translateY(10px);
}
.menu-toggle.is-opened .toggleIcon {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
      transform: rotate(360deg);
}
.menu-toggle.is-opened .toggleIcon span {
  background: transparent;
}
.menu-toggle.is-opened .toggleIcon span::before {
  background-color: white;
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
}
.menu-toggle.is-opened .toggleIcon span::after {
  background-color: white;
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
}
button.mm-close {
  background: none;
  border: none;
  position: absolute;
  top: 24px;
  right: 20px;
  padding: 10px;
  width: 40px;
}
nav.panel div.menu-main-navigation-container {
  display: block;
  left: 0;
  padding-left: 1rem;
}
nav.panel div.site-branding {
  width: 175px;
}

a.footer-cta-btn-mobile {
  display: none;
  width: 179px;
  margin-top: 2rem;
}

div.insight-date-mobile,
div.insight-cats-mobile {
  display: none;
}
div.insight-cats-mobile {
  padding: 1rem 0;
}
div.insight-cats-mobile a {
  margin-right: 1rem;
}
div.insight-date-mobile span {
  opacity: 0.8;
  font-size: 13px;
}

div.mo-mobile-img,
div.rs-top-img-mobile,
div.rs-services-mobile,
div.history-copy-mobile {
  display: none;
}

/*Hover States*/

/*--------------------------------- Media Queries ----------------------------------- */
@media screen and (max-width: 1450px) {
  /*Main Navigation*/
  div.site-branding {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
  }
  nav.main-navigation {
    padding-left: 2.75rem;
  }
  .main-navigation a,
  a.header-phone {
    margin-right: 1.75rem;
    font-size: 15px;
  }
  .main-navigation li:last-child a {
    margin-right: 0;
  }
  /*Footer*/
  ul#footer-menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  div.socket-links-cont a {
    margin-right: 2.5rem;
  }
  div.footer-sitemap-col {
    padding-left: 3.5rem;
  }
  /*Contact Page*/
  div.co-page-inner {
    width: 72%;
  }
  div.contact-page-form {
    width: 35%;
    max-width: 450px;
    padding: 3rem;
  }
  div.contact-form-inner h2 {
    font-size: 40px;
    margin-bottom: 1.25rem;
  }
  div.contact-form-inner > p.white {
    margin-bottom: 0.5rem;
  }
  /*Services Page*/
  div.mo-block-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-right: 3rem;
  }
  div.mo-block-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  div.mors-lower-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    padding-right: 2rem;
  }
  div.mors-lower-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
  }
  div.mo-repair-shops-lower p {
    margin-top: 1rem;
  }
  /*Repair Shops*/
  div.rs-block-top-left {
    padding-right: 5rem;
  }
  /*About Us*/
  div.vmv-block-total {
    padding: 7rem 0 4rem;
  }
  div.vmv-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.vmv-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-right: 0;
  }
  div.vmv-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-left: 0;
  }
  h3.zero-today-copy {
    font-size: 29px;
    margin-bottom: 2.5rem;
  }
  img.zero-today-logo {
    width: 250px;
    margin-bottom: 2.5rem;
  }
  div.vmv-copy-block p {
    width: 100%;
    max-width: 600px;
  }
  img.ab-icon {
    width: 65px;
  }
}

@media screen and (max-width: 1275px) {
  .menu-toggle {
    display: block;
  }
  nav.main-navigation {
    display: none;
  }
  div.header-inner {
    position: relative;
  }
  div.header-cta-box {
    position: absolute;
    right: 65px;
  }
  div.header-inner a.header-cta-btn {
    background: none;
  }
  div.header-inner a.header-cta-btn img {
    display: none;
  }
  div.header-inner a.header-phone {
    margin-right: 1rem;
  }
  /*Contact Us*/
  div.co-page-inner {
    width: 100%;
    padding-right: 0;
    padding-bottom: 4rem;
  }
  div.contact-page-form {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 4rem;
    z-index: 1;
  }
  div.contact-page-form div.cf7c-total-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.contact-page-form div.text-field-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: auto;
  }
  div.contact-page-form h2 {
    /* text-align: center; */
    font-size: 36px;
  }
  /* div.contact-page-form div.contact-form-inner > p.white {
    text-align: center;
  } */
  div.contact-page-form div.textarea-field-row,
  div.contact-page-form div.checkbox-field-row,
  div.contact-page-form .submit-row-cf7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  div.contact-page-form div.text-field-row:nth-child(odd) {
    padding-right: 0.5rem;
  }
  div.contact-page-form div.text-field-row:nth-child(even) {
    padding-left: 0.5rem;
  }
  div.contact-hero-img {
    height: 320px;
  }
  /*homepage*/
  div.home-rs-block {
    padding: 2.75rem 5vw 4rem;
  }
  div.home-services-total h2 {
    font-size: 47px;
  }
  /*Mobile Operations*/
  div.kpi-block {
    padding-right: 2.5rem;
  }
  span.kpi-num {
    font-size: 50px;
  }
  p.kpi-copy {
    font-size: 17px;
  }
  /*Repair Shops*/
  div.rs-metabox-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.rs-metabox-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  div.rs-metabox-right {
    padding-top: 1.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  div.rs-cta-box-total {
    padding-top: 1.25rem;
  }
}

@media screen and (max-width: 1100px) {
  footer {
    padding: 4rem 0 2.5rem;
  }
  div.footer-contact-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
  }
  div.footer-sitemap-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
  }
  div.footer-sm-top {
    padding-right: 0;
  }
  a.footer-cta-btn-mobile {
    display: block;
  }
  a.footer-cta-btn {
    display: none;
  }
  div.footer-sm-bot a,
  div.footer-sm-bot p {
    font-size: 12px;
  }
  div.footer-sm-bot {
    padding-top: 2rem;
  }
  div.socket-links-cont {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }
  div.socket-copyright-cont {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
            flex: 1 1 55%;
  }
  div.socket-links-cont a {
    margin-right: 1.75rem;
  }
  /*Mobile Operations*/
  div.mo-repair-shops-lower {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.mors-lower-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
  div.mors-lower-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  a.mors-block-link {
    margin-left: 0;
    margin-right: 25px;
  }
  div.mo-repair-shops-cta-total h2 {
    margin-bottom: 1.5rem;
  }
  /*Repair Shops*/
  div.rs-cta-box-total button.js-modal-btn {
    margin-left: 1.65rem;
  }
  span.watch-video-text {
    margin-left: 12px;
  }
  /*About Us*/
  div.history-block-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4rem 0 2rem;
  }
  div.history-left-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  div.history-right-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  div.history-copy-mobile {
    display: block;
  }
  div.history-left-block div.section-copy,
  div.history-left-block a.btn {
    display: none;
  }
  div.history-left-block h2 {
    margin-bottom: 0rem;
  }
  div.history-block-inner {
    border-bottom: none;
  }
  div.history-copy-mobile {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 6rem;
  }
  div.history-copy-mobile div.section-copy {
    margin-bottom: 3.5rem;
  }
  div.swiper-navbox {
    position: relative;
    top: -1rem;
  }
  div.leadership-block-inner {
    padding-top: 0;
  }
  a.leader-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
  }
  a.leader-block:nth-child(4n + 1) {
    padding-right: 0;
    padding-left: 0;
  }
  a.leader-block:nth-child(4n + 2) {
    padding-right: 0;
    padding-left: 0;
  }
  a.leader-block:nth-child(4n + 3) {
    padding-right: 0;
    padding-left: 0;
  }
  a.leader-block:nth-child(4n + 4) {
    padding-right: 0;
    padding-left: 0;
  }
  a.leader-block:nth-child(3n + 1) {
    padding-right: 16px;
  }
  a.leader-block:nth-child(3n + 2) {
    padding-right: 8px;
    padding-left: 8px;
  }
  a.leader-block:nth-child(3n + 3) {
    padding-left: 16px;
  }
}

@media screen and (max-width: 1024px) {
  /*main navigation*/
  div.footer-inner-cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.footer-contact-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    position: relative;
  }
  div.footer-sitemap-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-left: 0;
  }
  a.footer-cta-btn-mobile {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
  div.footer-address-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2rem;
  }
  div.footer-address {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  a.footer-phone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-top: 17px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
  }
  a.footer-phone:hover {
    color: #1a468c !important;
  }
  ul#footer-menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333%;
            flex: 0 1 33.33333%;
  }
  /*fonts*/
  h1 {
    font-size: 75px;
  }
  h2 {
    font-size: 47px;
  }
  div.error-404-inner h1,
  div.ty-inner h1 {
    font-size: 5rem;
  }
  h1.int-header {
    font-size: 50px;
  }
  /*Privacy Policy*/
  section.pp-hero {
    padding: 11rem 0 4rem;
  }
  /*Insights*/
  div.insights-hero-inner {
    padding: 12rem 0 5rem;
  }
  div.insights-grid-total {
    padding: 2.5rem 0;
  }
  div.insight-block:nth-child(odd) {
    padding-right: 1rem;
  }
  div.insight-block:nth-child(even) {
    padding-left: 1rem;
  }
  div.insight-meta-bar {
    display: none;
  }
  div.insight-date-mobile,
  div.insight-cats-mobile {
    display: block;
  }
  h2.insight-title {
    margin: 1.9rem 0 0;
    font-size: 28px;
  }
  div.insight-ft-img {
    min-height: 280px;
  }
  /*CTA Block*/
  div.cta-block-total {
    padding: 4.75rem 0 2.75rem;
  }
  h6.cta-block-head {
    font-size: 55px;
    line-height: 1.15em;
  }
  /*Services Page*/
  div.service-hero-inner {
    padding: 10.5rem 0 4rem;
    min-height: auto;
  }
  div.service-kpi-inner {
    padding-top: 4rem;
  }
  /*homepage*/
  div.home-about-inner div.text-btn-row {
    padding-top: 0;
  }
  div.home-a-copy-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 330px;
            flex: 1 0 330px;
  }
  /*Repair Shops*/
  div.rs-block-top-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-right: 0;
  }
  div.rs-top-img-mobile {
    display: block;
    height: 400px;
    margin: 1rem 0 2.5rem;
  }
  div.rs-block-top-right {
    display: none;
  }
  div.rs-metabox-inner {
    padding-bottom: 1.5rem;
  }
  div.rs-metabox-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 36%;
            flex: 1 1 36%;
  }
  div.rs-metabox-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 64%;
            flex: 1 1 64%;
    padding-top: 0;
  }
  div.rs-block-bottom-inner {
    padding-top: 5rem;
  }
  div.rs-block-bottom-right {
    padding-left: 4rem;
  }
  div.rs-cta-box-total button.js-modal-btn {
    margin-left: 3rem;
  }
  span.watch-video-text {
    margin-left: 15px;
  }
}

@media screen and (max-width: 989px) {
  div.service-hero-grad-overlay-hor {
    background: rgb(0, 0, 0);
    background: -webkit-gradient(
      linear,
      left top, right top,
      from(rgba(0, 0, 0, 0.85)),
      to(rgba(0, 0, 0, 0.5))
    );
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.5) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
  /*fonts*/
  h1 {
    font-size: 70px;
  }
  /*homepage*/
  div.home-services-total {
    display: block;
  }
  div.home-hero-inner {
    min-height: 720px;
  }
  div.rs-block-rep {
    padding-top: 0;
  }
  div.home-a-copy-right {
    padding-left: 3rem;
  }
  img.cranes-logo {
    width: 140px;
  }
  div.home-hero-inner a.text-btn {
    margin-top: 1rem;
  }
  /*Mobile Operations*/
  a.mors-block-link {
    height: 280px;
  }
  div.mors-title-box {
    bottom: 1.5rem;
  }
  /*Repair Shops*/
  div.rs-services-mobile {
    display: block;
  }
  div.rs-block-bottom {
    display: none;
  }
  h3.rs-services-header {
    margin-top: 1.5rem;
    font-size: 28px;
    margin-bottom: 1.5rem;
  }
  h4.rs-service-title {
    font-size: 20px;
  }
  /*About Us*/
  img.team-linkedin-logo {
    width: 18px;
  }
  div.partner-logos-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 1rem;
  }
  div.partner-logo-cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  div.header-inner div.header-cta-box {
    display: none;
  }
  div.site-branding {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  /*Footer*/
  footer {
    padding-bottom: 1.5rem;
  }
  ul#footer-menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  ul#footer-menu li a {
    font-size: 14px;
  }
  div.footer-sm-bot {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.socket-links-cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  div.socket-copyright-cont {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-top: 1rem;
  }
  div.socket-copyright-cont p {
    text-align: left;
  }
  div.footer-address-phone {
    display: block;
    padding: 0.5rem 0 2.75rem;
  }
  /*fonts*/
  div.error-404-inner h1,
  div.ty-inner h1 {
    font-size: 3.75rem;
  }
  p {
    font-size: 16px;
  }
  p.subheader,
  p.hero-subheader {
    font-size: 18px;
    line-height: 1.65em;
  }
  h1 {
    font-size: 60px;
  }
  h2,
  div.home-services-total h2 {
    font-size: 40px;
  }
  h1.int-header {
    font-size: 45px;
    margin-bottom: 1.25rem;
  }
  /*buttons*/
  a.btn {
    font-size: 14px;
    padding: 0.9rem 1.15rem;
  }
  /*Thank You*/
  section.thank-you-hero p.subheader {
    margin: 1.15rem 0 2.5rem;
  }
  /*Privacy Policy*/
  section.pp-hero {
    padding: 10rem 0 3.5rem;
  }
  section.pp-hero p.subheader {
    margin-top: 1rem;
  }
  section#privacy-policy {
    padding: 3rem 0;
  }
  section#privacy-policy h2 {
    font-size: 24px;
  }
  /*Insights*/
  div.insights-hero-inner {
    padding: 10.5rem 0 3.75rem;
  }
  div.insights-grid-total {
    padding: 2.5rem 0;
  }
  div.insight-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 3rem;
  }
  div.insight-block:nth-child(odd) {
    padding-right: 0rem;
  }
  div.insight-block:nth-child(even) {
    padding-left: 0rem;
  }
  div.insight-date-mobile,
  div.insight-cats-mobile {
    display: block;
  }
  h2.insight-title {
    margin: 1.7rem 0 0;
    font-size: 25px;
  }
  /*CTA Block*/
  div.cta-block-total {
    padding: 4.25rem 0 2.5rem;
  }
  h6.cta-block-head {
    font-size: 45px;
  }
  /*Contact Us*/
  div.co-page-total {
    padding-top: 9rem;
  }
  div.co-page-inner h3 {
    padding-bottom: 12px;
    margin-bottom: 1.25rem;
  }
  div.corporate-contact-info-inner {
    display: block;
  }
  div.corp-address p {
    margin-bottom: 1rem;
  }
  div.corp-email {
    margin-bottom: 1rem;
  }
  div.co-locations-block-inner {
    display: block;
  }
  div.co-rs-block {
    padding: 1.2rem 0 0.8rem;
  }
  div.co-page-inner {
    padding-bottom: 3rem;
  }
  div.contact-page-form {
    margin-bottom: 3.5rem;
  }
  div.contact-page-form div.cf7c-total-inner {
    display: block;
  }
  div.contact-page-form div.text-field-row:nth-child(odd) {
    padding-right: 0;
  }
  div.contact-page-form div.text-field-row:nth-child(even) {
    padding-left: 0;
  }
  /*homepage*/
  img.cranes-logo {
    width: 130px;
    bottom: 3rem;
  }
  div.home-about-total {
    padding: 3rem 0 5.5rem;
  }
  div.about-copy-flex {
    display: block;
  }
  div.home-a-copy-right {
    padding-left: 0;
  }
  div.home-a-copy-left h2 {
    margin-bottom: 1.5rem;
  }
  div.home-about-inner div.text-btn-row {
    padding-top: 1.25rem;
  }
  div.home-hero-inner {
    min-height: 600px;
  }
  /*Modal Windows*/
  div.custom-contact-modal {
    padding: 3rem 2.5rem;
  }
  div.custom-contact-modal h2 {
    text-align: center;
  }
  /*Mobile Operations*/
  div.kpi-block {
    padding-right: 2rem;
  }
  span.kpi-num {
    font-size: 45px;
  }
  p.kpi-copy {
    font-size: 16px;
    line-height: 1.6em;
  }
  div.mobile-ops-rep-total {
    padding: 2rem 0 3rem;
  }
  div.mo-block-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4rem 0;
  }
  div.mo-block-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-right: 0;
  }
  div.mo-block-right {
    display: none;
  }
  div.mo-mobile-img {
    display: block;
    height: 300px;
  }
  p.loc-eyebrow {
    display: none;
  }
  div.mors-inner-blocks-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  a.mors-block-link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  div.mors-lower-left {
    padding-bottom: 0.5rem;
  }
  div.mo-repair-shops-cta-total {
    padding: 3rem 0 0;
  }
  main.mobile-ops-main section.cta-block {
    padding-top: 4rem;
  }
  /*Repair Shops*/
  div.rs-block-total {
    padding: 3rem 0 5rem;
  }
  div.rs-top-img-mobile {
    height: 325px;
  }
  p.rs-service-desc {
    margin-top: 6px;
    margin-bottom: 1rem;
  }
  div.rs-cta-box-total {
    padding-top: 1.75rem;
  }
  /*About Us*/
  div.vmv-block-total {
    padding: 4rem 0 3rem;
  }
  h3.zero-today-copy {
    font-size: 27px;
  }
  a.leader-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  div.leader-name-block {
    margin-bottom: 3rem;
  }
  p.team-job {
    margin-bottom: 1rem;
  }
  a.leader-block:nth-child(3n + 1) {
    padding-right: 0px;
  }
  a.leader-block:nth-child(3n + 2) {
    padding-right: 0px;
    padding-left: 0px;
  }
  a.leader-block:nth-child(3n + 3) {
    padding-left: 0px;
  }
  a.leader-block:nth-child(odd) {
    padding-right: 12px;
  }
  a.leader-block:nth-child(even) {
    padding-left: 12px;
  }
  div.partners-total {
    padding: 3rem 0;
  }
  div.partner-logo-cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
    padding: 15px;
  }
}

@media screen and (max-width: 700px) {
  div.service-kpi-total {
    display: none;
  }
  div.service-hero-inner {
    min-height: auto;
    padding: 10rem 0 3.5rem;
  }
  /*Repair Shops*/
  div.rs-metabox-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  div.rs-metabox-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-top: 2rem;
  }
  div.rs-metabox-inner {
    padding-bottom: 0;
  }
  div.rs-top-img-mobile {
    height: 275px;
  }
  /*About Us*/
  div.ab-icon-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-right: 0;
  }
  p.ab-icon-copy {
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (max-width: 575px) {
  /*fonts*/
  h1 {
    font-size: 48px;
  }
  h4.mo-manager {
    font-size: 22px;
  }
  h1.int-header {
    letter-spacing: 0;
  }
  /*header*/
  header {
    padding: 1.2rem 0 0.7rem;
    background: #0f0f0f;
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  header::after {
    display: none;
  }
  .menu-toggle {
    top: 13px;
  }
  .panel a.header-phone {
    font-size: 18px;
  }
  /*Footer*/
  footer {
    padding: 3rem 0 1rem;
  }
  img.footer-logo {
    width: 180px;
    margin-bottom: 0;
  }
  ul#footer-menu li {
    margin-bottom: 1.5rem;
  }
  a.footer-cta-btn {
    margin-top: 1rem;
  }
  div.footer-sm-bot {
    padding-top: 1.5rem;
  }
  /*Services LP*/
  div.service-hero-inner,
  div.insights-hero-inner {
    padding: 8rem 0 3.5rem;
  }
  h1.int-header {
    font-size: 10.1vw;
  }
  div.mobile-ops-rep-total {
    padding: 0 0 1.5rem;
  }
  div.mo-block-inner {
    padding: 2.25rem 0 2.75rem;
  }
  div.mo-mobile-img {
    height: 220px;
  }
  /*Mobile Ops*/
  div.insights-grid-total {
    padding-bottom: 0;
  }
  a.eyebrow img {
    top: 1px;
    width: 20px;
  }
  /*Repair Shops*/
  div.repais-shops-rep-total {
    padding: 0 0 1rem;
  }
  div.rs-block-total {
    padding: 2.5rem 0 4rem;
  }
  div.rs-cta-box-total {
    display: block;
  }
  div.rs-cta-box-total button.js-modal-btn {
    margin-left: 0;
    display: block;
    text-align: left;
    margin-top: 3rem;
  }
  button.js-modal-btn img {
    width: 43.78px;
  }
  span.watch-video-text {
    font-size: 14px;
  }
  h6.cta-block-head {
    line-height: 1.1em;
  }
  h3.rs-services-header {
    font-size: 26px;
    line-height: 1.3em;
  }
  div.rs-top-img-mobile,
  div.mo-mobile-img {
    height: 190px;
    min-height: 200px;
    margin: 0 0 1.9rem;
  }
  p.rs-service-desc {
    line-height: 1.6em;
  }
  div.insight-ft-img {
    height: 190px;
    min-height: 200px;
    margin: 0 0 1.1rem;
  }
  /*About Us*/
  h3.zero-today-copy {
    font-size: 24px;
  }
  img.zero-today-logo {
    width: 200px;
  }
  div.swiper-navbox {
    top: 0;
  }
  img.swiper-left-btn,
  img.swiper-right-btn {
    width: 65px;
  }
  div.vmv-block-total {
    padding: 4rem 0 2rem;
  }
  div.history-block-inner {
    padding: 3rem 0 1.5rem;
  }
  div.history-copy-mobile a.btn {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 500;
  }
  div.history-copy-mobile a.btn img {
    display: none;
  }
  div.history-copy-mobile div.section-copy {
    margin-bottom: 2.5rem;
  }
  div.history-copy-mobile {
    padding-bottom: 4.5rem;
  }
  div.leadership-total {
    padding: 3rem 0 0;
  }
  div.leadership-block-inner {
    padding-bottom: 1.5rem;
  }
  div.partner-logo-cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding: 25px;
  }
  /*Contact Page*/
  div.co-page-total {
    padding-top: 6.5rem;
  }
}

@media screen and (max-width: 515px) {
  /*buttons*/
  a.text-btn {
    font-size: 14px;
    padding-bottom: 0.75rem;
  }
  /*fonts*/
  h2 {
    font-size: 32px;
  }
  div.mo-repair-shops-lower p {
    margin-top: 0.25rem;
  }
  a.eyebrow,
  p.eyebrow {
    font-size: 12px;
  }
  /*footer*/
  ul#footer-menu li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  a.footer-cta-btn-mobile {
    display: none;
  }
  a.footer-cta-btn {
    display: block;
    position: relative;
    width: 170px;
    margin-bottom: 2rem;
  }
  /*Insights*/
  h2.insight-title {
    margin: 1.3rem 0 0;
    font-size: 23px;
  }
  div.insight-cats-mobile {
    padding: 0.75rem 0;
  }
  div.insight-cats-mobile a {
    font-size: 14px;
    margin-right: 0.65rem;
  }
  /*CTA Block*/
  div.cta-block-total {
    padding: 3.5em 0 2rem;
  }
  h6.cta-block-head {
    font-size: 36px;
  }
  p.cta-block-sub {
    font-size: 17px;
  }
  /*Contact Page*/
  div.contact-page-form {
    padding: 3rem 5%;
    margin-bottom: 0;
  }
  div.contact-hero-img {
    height: 190px;
  }
  div.co-mo-flex a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  div.co-mo-flex a:nth-child(odd) {
    margin-right: 0;
  }
  div.co-mo-flex a:nth-child(even) {
    margin-left: 0;
  }
  /*homepage*/
  div.home-hero-inner {
    min-height: 575px;
  }
  p.subheader,
  p.hero-subheader {
    font-size: 17px;
    line-height: 1.6em;
  }
  div.rs-block-rep h5 {
    font-size: 18px;
    padding-bottom: 1px;
  }
  div.rs-block-rep img.float-white-arrow {
    top: 30px;
  }
  div.home-hero-inner h1 {
    font-size: 10vw;
    margin-bottom: 1.5rem;
  }
  div.home-hero-inner a.text-btn {
    margin-top: 0.75rem;
  }
  img.cranes-logo {
    width: 115px;
    bottom: 2rem;
  }
  /*Mobile Operations*/
  a.mors-block-link {
    margin-bottom: 5%;
  }
  div.mo-block-inner {
    padding: 1.65rem 0;
  }
  /*Repair Shop*/
  div.rs-block-total {
    padding: 1.65rem 0 3.95rem;
  }
  div.rs-cta-box-total button.js-modal-btn {
    margin-bottom: -1rem;
  }
  /*About Us*/
  div.swiper-navbox {
    text-align: left;
    padding-top: 2rem;
  }
  div.swiper-navbox .swiper-button-prev,
  div.swiper-navbox .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  div.swiper-navbox .swiper-button-next,
  div.swiper-navbox .swiper-container-rtl .swiper-button-prev {
    right: auto;
    left: 10px;
  }
  a.leader-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  a.leader-block > img {
    width: 100%;
  }
  a.leader-block:nth-child(odd) {
    padding-right: 0px;
  }
  a.leader-block:nth-child(even) {
    padding-left: 0px;
  }
  div.leadership-block-inner {
    padding-top: 1rem;
  }
  div.partners-total {
    padding: 3rem 0 2rem;
  }
  div.partner-logos-inner {
    padding-top: 0;
  }
  div.partner-logo-cont a {
    height: 50px;
    text-align: center;
  }
  div.partner-logo-cont {
    padding: 0px;
    padding: 1.5rem 0;
    margin: auto;
  }
  a.eyebrow,
  p.eyebrow {
    margin-bottom: 0;
  }
  div.contact-form-inner h2 {
    font-size: 30px;
    margin-bottom: 0.9rem;
  }
  div.custom-contact-modal {
    padding: 2.5rem 1.5rem;
  }
}
