/*!
 * Theme CSS generated from LESS files.
 * WARNING: Any edits to this file may be overwritten!
 */
/**
 * NOTE: Google Fonts are now loaded in separately in the functions.php file. This helps to avoid issues when minifying and merging CSS files.
 */
/**
 * WordPress Defaults
 */
.alignnone {
  margin: 10px 0 10px 0;
  display: block;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 10px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  padding: .5em 0;
}
/**
 * Elements
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #1b70a0;
}
address {
  background: white;
  border: 1px solid #ccc;
  display: table;
  padding: 1em 1.5em 1em 2.5em;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
address:before {
  content: "\f041";
  font-family: "FontAwesome";
  position: absolute;
  top: 1em;
  left: 1em;
}
blockquote {
  border-left-color: #ccc;
}
code {
  white-space: pre-wrap;
}
iframe {
  max-width: 100%;
}
pre {
  background: white;
}
q {
  font-style: italic;
}
q:before {
  content: '\201C';
}
q:after {
  content: '\201D';
}
/**
 * Classes
 */
.module {
  clear: both;
}
.module:before,
.module:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.text-muted {
  color: #999;
}
.page-header {
  margin-top: 0;
}
.pager a {
  box-sizing: border-box;
  max-width: 100%;
}
.permalink {
  margin-left: 1em;
}
.permalink:hover {
  text-decoration: none;
}
.permalink:hover i {
  color: #333;
}
.post-tag-list {
  margin-left: 1em;
}
.sticky {
  background: #eee;
}
.wp-caption {
  border: 1px solid #d3d3d3;
  clear: both;
  padding-top: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
/**
 * Typography
 */
body {
  font-size: 16px;
  line-height: 1.4em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6,
.site-branding {
  font-family: 'Roboto', sans-serif;
  line-height: 1.1em;
}
h1,
.site-branding {
  font-size: 38px;
  font-size: 3.8rem;
}
a.site-branding {
  text-decoration: none;
}
.site-description {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
}
.masthead nav,
.header nav,
.footer nav {
  font-family: 'Roboto', sans-serif;
}
.masthead nav {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
.uneditable-input,
select {
  font-size: 14px;
  font-size: 1.4rem;
}
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="password"],
div.gform_wrapper input[type="datetime"],
div.gform_wrapper input[type="datetime-local"],
div.gform_wrapper input[type="date"],
div.gform_wrapper input[type="month"],
div.gform_wrapper input[type="time"],
div.gform_wrapper input[type="week"],
div.gform_wrapper input[type="number"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="search"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="color"],
div.gform_wrapper input[type="file"],
div.gform_wrapper .uneditable-input,
div.gform_wrapper select {
  font-size: 14px;
  font-size: 1.4rem;
}
/**
 * Layout
 */
body {
  background: #fff;
}
.masthead {
  background: #000;
  color: white;
  padding: 7px 0;
  position: relative;
}
.masthead a {
  color: white;
}
.masthead nav ul {
  margin-bottom: 0;
}
.header {
  padding: 25px 0;
}
.header-secondary {
  background-color: white;
  position: relative;
}
.header-secondary .header-secondary-inner {
  padding: 20px 0;
}
.main {
  margin-top: 40px;
}
.home .hentry,
.archive .hentry {
  padding: 0 15px 25px 15px;
}
.home .hentry img,
.archive .hentry img {
  margin-bottom: 10px;
}
.footer {
  background-color: #333;
}
.footer-inner {
  color: white;
  padding: 10px 0;
}
.footer-inner a {
  color: white;
}
/**
 * Forms
 */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select[multiple] {
  height: 2em;
  padding: .25em;
}
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="password"],
div.gform_wrapper input[type="datetime"],
div.gform_wrapper input[type="datetime-local"],
div.gform_wrapper input[type="date"],
div.gform_wrapper input[type="month"],
div.gform_wrapper input[type="time"],
div.gform_wrapper input[type="week"],
div.gform_wrapper input[type="number"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="search"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="color"],
div.gform_wrapper .uneditable-input,
div.gform_wrapper select[multiple] {
  height: 2em;
  padding: .25em;
}
input[type="file"] {
  line-height: 1em;
}
.gfield_list input {
  margin: 10px 0 0 10px;
}
.gfield_list_icons img {
  padding-top: 10px;
}
.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="radio"] {
  margin-left: 1px;
}
.input-group .btn {
  height: 2em;
  line-height: 1em;
}
input[type="submit"] {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"].active,
input[type="submit"].disabled,
input[type="submit"][disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
input[type="submit"]:active,
input[type="submit"].active {
  background-color: #cccccc;
}
input[type="submit"]:first-child {
  *margin-left: 0;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
input[type="submit"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="submit"].active,
input[type="submit"]:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
input[type="submit"].disabled,
input[type="submit"][disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.text-right form {
  display: inline-block;
}
/**
 * Menus
 */
.header nav .menu {
  margin: 0;
}
.header nav a {
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}
.header nav li {
  padding: 0;
  margin-left: 1em;
}
.header nav li.current-menu-item a {
  color: #1b70a0;
}
/**
 * Widget Areas
 */
.primary-featured-content .container,
.secondary-featured-content .container {
  margin-top: 30px;
}
.secondary-featured-content .container {
  padding-bottom: 30px;
}
/**
 * Widgets
 */
.widget {
  margin-bottom: 30px;
}
.widget-title {
  border-bottom: 2px solid #1b70a0;
  padding-bottom: .25em;
}
.widget_categories div > ul {
  border-bottom: 1px solid #ccc;
  margin-top: -10px;
}
.widget_categories div > ul > li:first-child {
  border-top: none;
}
.widget_categories ul {
  margin: 0;
}
.widget_categories .children {
  margin-top: .5em;
  margin-bottom: -0.5em;
  margin-right: -0.5em;
  margin-left: -1em;
}
.widget_categories .children li {
  padding-left: 1.75em;
}
.widget_categories .children .children {
  margin-left: -1.75em;
}
.widget_categories .children .children li {
  padding-left: 2.5em;
}
.widget_categories li {
  border-top: 1px solid #ccc;
  list-style: none;
  padding: .5em .5em .5em 1em;
}
.widget_categories a {
  position: relative;
}
.widget_categories a:before {
  color: #999;
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: -0.75em;
  font-size: .8em;
}
.widget_calendar th {
  border: none;
}
.widget_calendar thead td,
.widget_calendar tbody td {
  text-align: center;
}
.widget_calendar tfoot tr {
  background: transparent;
}
.widget_calendar tfoot td {
  border: none;
}
.widget_rss .widget-title img {
  display: none;
}
.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_rss li {
  margin-bottom: 1em;
}
.widget_rss li a:first-child {
  display: block;
}
.widget_rss .rss-date {
  color: #999;
}
.widget_rss .rssSummary {
  margin-top: .25em;
}
.widget_rss cite {
  color: #999;
  display: inline-block;
  text-align: right;
  width: 100%;
}
.widget_rss cite:before {
  content: "- ";
}
/**
 * Comments
 */
#comment {
  width: 100%;
}
.comment {
  background: white;
  border-top: 1px solid #d3d3d3;
  padding: 15px 0 15px 30px;
}
.comment.parent {
  padding-bottom: 0px;
}
.comment.parent .reply {
  padding-bottom: 15px;
}
.comment.depth-5 {
  padding-left: 0px;
}
.comment img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
}
#respond form input[type="text"] {
  width: 100%;
  max-width: 360px;
}
#reply-title {
  margin-top: 30px;
}
/**
 * Tables
 */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}
tr:nth-of-type(odd) {
  background: #eee;
}
th {
  background: #333;
  color: white;
  font-weight: bold;
}
td,
th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}
/**
 * Pagination
 */
.pager li > a:hover,
.pager li > a:focus {
  background-color: white;
}
/**
 * Mobile
 */
@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.stellar-social-icons a {
  margin-right: 5px;
  text-decoration: none;
}
a {
  color: #1b70a0;
}
a:hover {
  color: #f43d05;
}
body {
  font-family: 'Open Sans', sans-serif;
}
body.home {
  background: #292929;
}
body.home .main {
  display: none;
}
img {
  height: auto !important;
  max-width: 100%;
}
body.home div.page-title-wrap {
  background: none;
}
div.page-title-wrap {
  background: #fff;
  clear: both;
  margin: 40px 0 0;
  padding: 10px 0 20px;
  text-align: center;
}
div.page-title-wrap h1.page-title {
  color: #666;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700;
  margin: 0;
  padding: 0 20px;
  text-transform: uppercase;
}
.red-separator {
  background: #ed1c24;
  clear: both;
  height: 2px;
  margin-top: 10px;
  width: 100%;
}
.red-separator.thick {
  height: 15px;
}
.thick-separator {
  background: #ed1c24;
  clear: both;
  height: 10px;
  margin: 10px 0;
  width: 50%;
}
.ginput_container_text input,
.ginput_container textarea,
.ginput_container_select option,
.ginput_container_select select,
.gfield input {
  color: #404040;
}
@media only screen and (max-width: 40em) {
  div.page-title-wrap h1.page-title {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.unlimited-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}
.no-spacing-3-column-wrapper:before,
.no-spacing-3-column-wrapper:after {
  content: '';
  display: table;
  line-height: 0;
}
.no-spacing-3-column-wrapper .no-spacing-3-column {
  box-sizing: border-box;
  float: left;
  width: 33.3333%;
}
.button {
  background: #ed1c24;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 10px;
  min-width: 200px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.button.more-link-button {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 30px;
}
.button:hover {
  background: #c20006;
  color: #fff;
  text-decoration: none;
}
input[type=submit] {
  background: #ed1c24;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 10px;
  min-width: 200px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
input[type=submit].more-link-button {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 30px;
}
input[type=submit]:hover {
  background: #c20006;
  color: #fff;
  text-decoration: none;
}
.single-showcase-inner .line-separator {
  height: 30px;
}
.line-separator {
  background: url(../img/widget-title-bg.png);
  height: 20px;
  width: 100%;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.strong-link a {
  font-weight: 700 !important;
}
@media only screen and (max-width: 40em) {
  .small-center {
    text-align: center !important;
  }
  .small-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .small-margin-20 {
    margin: 20px 0;
  }
}
.masthead {
  color: #e0e0e0;
  font-family: 'Roboto', sans-serif;
  min-height: 95px;
  padding: 35px 0 10px;
}
.masthead .pull-right {
  line-height: 50px;
  line-height: 5rem;
}
.masthead a {
  color: #e0e0e0;
}
.masthead a.customer-login-link,
.masthead a.pay-invoice-link {
  font-weight: 300;
  text-transform: uppercase;
}
.masthead a.customer-login-link {
  margin-right: 20px;
}
.masthead .ntg-dark-icon {
  color: #333;
}
.masthead .stellar-social-icons {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  margin-left: 10px;
  vertical-align: top;
}
.masthead .stellar-social-icons a {
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 64em) {
  .masthead .medium-text-center {
    float: none !important;
    text-align: center;
  }
}
.header {
  background: #000;
  padding: 0;
}
.header .contact {
  margin-bottom: 20px;
}
.header .logo-container {
  margin-top: -58px;
  padding: 0;
  text-align: center;
}
.header .logo-container img {
  width: 100px;
  max-width: 100px;
}
.header .get-quote-btn {
  background: #ed1c24;
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin-right: 20px;
  padding: 10px 20px;
  position: relative;
  top: 5px;
  text-align: center;
  text-transform: uppercase;
}
.header a.contact-us {
  color: #ccc;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
  margin-right: 45px;
  padding: 0 6px;
  position: relative;
  text-transform: uppercase;
  top: 3px;
  vertical-align: middle;
}
.header .phones {
  color: #ccc;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  line-height: 1.3;
  top: 6px;
}
.header .phone-number {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.header .phone-number-sub-text {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  .header .get-quote-btn {
    margin: 5px 0 15px;
  }
}
@media only screen and (max-width: 64em) {
  .header .get-quote-btn {
    margin: 10px;
  }
  .header a.contact-us {
    margin: 10px;
  }
  .header .phones {
    margin: 10px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .header .contact {
    text-align: center;
  }
  .header .nav-menu-wrapper {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .header .nav-menu-wrapper,
  .header .contact {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1159px) {
  .header .logo-container {
    margin: -10px 0 10px;
  }
}
@media only screen and (max-width: 1300px) {
  .header a.contact-us {
    margin-right: 15px;
  }
}
.header-secondary {
  background: #fff;
}
.header-secondary .header-secondary-inner {
  padding: 2px 0 0;
}
.header-secondary .s8-responsive-slider.flexslider {
  margin: 0;
}
.header-secondary .s8-responsive-slider.flexslider .slide {
  background: #000;
  position: relative;
}
.header-secondary .s8-responsive-slider.flexslider .slide img {
  opacity: .7;
}
.header-secondary .s8-responsive-slider.flexslider .slide .slide-content-wrap {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  text-align: left;
  top: 10%;
  width: 100%;
  z-index: 5;
}
.header-secondary .s8-responsive-slider.flexslider .slide .slide-content-wrap h1,
.header-secondary .s8-responsive-slider.flexslider .slide .slide-content-wrap h2,
.header-secondary .s8-responsive-slider.flexslider .slide .slide-content-wrap h3,
.header-secondary .s8-responsive-slider.flexslider .slide .slide-content-wrap h4,
.header-secondary .s8-responsive-slider.flexslider .slide .slide-content-wrap h5,
.header-secondary .s8-responsive-slider.flexslider .slide .slide-content-wrap h6 {
  margin: 0 0 20px;
}
.header-secondary .s8-responsive-slider.flexslider .slide .slide-content-wrap .button {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 15px;
}
.header-secondary .s8-responsive-slider.flexslider .slide .slide-content-wrap .slide-content h1,
.header-secondary .s8-responsive-slider.flexslider .slide .slide-content-wrap .slide-content h2 {
  color: #ed1c24;
  line-height: 0.9em;
  text-transform: uppercase;
}
.header-secondary .s8-responsive-slider.flexslider .slide .slide-content-wrap .slide-content h1 {
  font-size: 92px;
  font-size: 9.2rem;
}
.header-secondary .s8-responsive-slider.flexslider .slide .slide-content-wrap .slide-content h2 {
  font-size: 82px;
  font-size: 8.2rem;
}
.header-secondary .s8-responsive-slider.flexslider .flex-control-nav,
.header-secondary .s8-responsive-slider.flexslider .flex-direction-nav {
  display: none;
}
.header-secondary.home {
  border-bottom: 5px solid #ed1c24;
}
.header-secondary.subpage .header-secondary-inner {
  padding: 20px 0 0;
}
.header-secondary.subpage .header-secondary-inner .s8-breadcrumbs-baggy {
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2em;
  text-transform: uppercase;
}
.header-secondary.subpage .header-secondary-inner .s8-breadcrumbs-baggy a.s8-breadcrumb {
  color: #666;
}
.header-secondary.subpage .header-secondary-inner .s8-breadcrumbs-baggy a.s8-breadcrumb:hover {
  color: #1b70a0;
  text-decoration: none;
}
.header-secondary.subpage .header-secondary-inner .s8-breadcrumbs-baggy a.s8-breadcrumb.current-breadcrumb {
  font-weight: 700;
}
.header-secondary.subpage .header-secondary-inner .page-subtitle {
  color: #ed1c24;
}
.header-secondary.subpage .header-secondary-inner .page-subtitle p {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 40em) {
  .header-secondary.subpage .header-secondary-inner .page-title-wrap h1.page-title {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
.sidebar {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px 30px 0 48px;
}
.sidebar .widget .widget-title {
  background: url(../img/widget-title-bg.png);
  border: none;
  color: #ed1c24;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 0.8em;
  margin: 10px 0;
  text-transform: uppercase;
  padding: 0;
}
.sidebar .widget .widget-title span {
  background: #eeeeee;
  display: inline-block;
  padding-right: 10px;
}
.sidebar .widget a.read-more {
  font-size: 13px;
  font-size: 1.3rem;
  color: #333;
  text-transform: uppercase;
}
.sidebar .widget a.read-more:before {
  content: '\226B ';
  color: #ed1c24;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.sidebar .widget a.read-more:hover {
  color: #1b70a0;
}
.pre-footer-nav {
  background: #fff;
  margin-bottom: 20px;
  min-height: 100px;
  padding: 36px 0;
  position: relative;
}
.pre-footer-nav .pre-footer-links {
  float: right;
}
.pre-footer-nav .pre-footer-links a {
  color: #666;
}
.pre-footer-nav .pre-footer-links a .fa {
  color: #000;
  background: #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.pre-footer-nav .pre-footer-links a.customer-login-link,
.pre-footer-nav .pre-footer-links a.pay-invoice-link {
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
}
.pre-footer-nav .pre-footer-links a.customer-login-link > span,
.pre-footer-nav .pre-footer-links a.pay-invoice-link > span {
  margin-left: 5px;
}
.pre-footer-nav .pre-footer-links a.customer-login-link {
  margin-right: 20px;
}
.pre-footer-nav .get-quote-btn {
  background: #000;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  height: 40px;
  padding: 10px 40px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  top: -10px;
  width: 200px;
}
.pre-footer-nav .footer-menu {
  display: inline-block;
  float: left;
}
.pre-footer-nav .footer-menu ul.menu li a {
  color: #666;
}
.pre-footer {
  background: #101010;
  color: #e0e0e0;
  font-weight: 300;
  padding: 60px 0;
}
.pre-footer h3.footer-title {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 16px 0 20px;
  text-transform: uppercase;
}
.pre-footer p.footer-address {
  font-size: 16px;
  font-size: 1.6rem;
}
.pre-footer table.footer-contact-table {
  clear: both;
  color: #999;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  float: right;
  margin: 20px 0 30px;
  width: auto;
}
.pre-footer table.footer-contact-table tr:nth-of-type(odd) {
  background: none;
}
.pre-footer table.footer-contact-table tr td {
  border: none;
  padding: 1px 4px;
}
.pre-footer table.footer-contact-table tr td:last-child {
  text-align: right;
  padding-right: 0;
}
.pre-footer table.footer-contact-table tr td a {
  color: #999;
}
.pre-footer .footer-logo {
  margin-bottom: 30px;
}
.pre-footer .footer-locations {
  color: #999;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  padding: 0 195px;
}
.pre-footer .stellar-social-icons {
  clear: both;
}
.pre-footer .stellar-social-icons span {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 8px;
}
.pre-footer .stellar-social-icons a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 0 16px;
}
.footer .footer-inner {
  color: #e0e0e0;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer .footer-inner a {
  color: #e0e0e0;
}
.footer .footer-inner .site-by {
  font-family: 'Lato', sans-serif;
}
.footer .footer-inner .site-by strong {
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 40em) {
  .pre-footer {
    padding: 20px 0;
  }
  .pre-footer .footer-locations {
    padding: 0;
  }
}
@media only screen and (max-width: 60em) {
  .pre-footer-nav .get-quote-btn {
    clear: both;
    margin: 20px auto;
    top: 0;
  }
  .pre-footer-nav .pre-footer-links {
    float: none;
  }
}
.counter-bar {
  background: #ed1c24;
  border-bottom: 6px solid #1d1d1d;
}
.counter-bar .counter-wrapper {
  background: #ae090f;
  border-left: 1px solid #8b070c;
  border-right: 1px solid #8b070c;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin: 0 auto;
  max-width: 90%;
  text-transform: uppercase;
  padding: 13px;
  width: 430px;
}
.counter-bar .counter-wrapper .ntg-js-counter-number {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 2.8rem;
  margin: 0 0 0 10px;
  vertical-align: top;
}
.counter-bar:after {
  border-bottom: 2px solid #292929;
  content: '';
  display: block;
  height: 0;
  width: 100%;
}
.homepage-content {
  color: #fff;
  background: #fff;
  overflow: hidden;
}
.homepage-content .title-section {
  margin: 100px 0 30px;
}
.homepage-content .title-section h1 {
  color: #ed1c24;
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}
.homepage-content .title-section h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 8px 0 0;
}
.homepage-content section.white {
  background: #fff;
}
.homepage-content section.light-grey {
  background: #eee;
}
.homepage-content .row.container {
  margin: 0 auto;
}
.homepage-content .page-title-wrap {
  margin: 40px 10px 0;
}
.homepage-content .col-md-4 {
  min-height: 400px;
  padding: 0 0 40px 0;
  position: relative;
}
.homepage-content .col-md-4.single-showcase {
  padding: 10px;
}
.homepage-content .col-md-4.single-showcase.odd {
  padding-right: 0;
}
.homepage-content .col-md-4.single-showcase.odd:first-of-type {
  padding-left: 0;
  padding-right: 10px;
}
.homepage-content .col-md-4.single-showcase .single-showcase-inner {
  background: #eee;
}
.homepage-content .col-md-4.single-showcase .single-showcase-inner .showcase-title-wrap {
  background: #000;
  margin-top: -20px;
}
.homepage-content .col-md-4.single-showcase .single-showcase-inner .showcase-title-wrap h3.showcase-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 300;
  text-transform: uppercase;
}
.homepage-content .col-md-4.single-showcase .single-showcase-inner .showcase-title-wrap h3.showcase-title a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}
.homepage-content .col-md-4.single-showcase .single-showcase-inner p.showcase-excerpt {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px;
}
.homepage-content .col-md-4.single-showcase .single-showcase-inner .button.more-link-button {
  margin: 10px 0 25px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
.homepage-content .col-md-4 .nsc-image-wrap {
  height: 230px;
  margin-bottom: 30px;
  position: relative;
}
.homepage-content .col-md-4 .nsc-page-title-overlay {
  background: rgba(237, 28, 36, 0.8);
  width: 100%;
}
.homepage-content .col-md-4 .nsc-page-title-overlay:before,
.homepage-content .col-md-4 .nsc-page-title-overlay:after {
  content: '';
  display: table;
  line-height: 0;
}
.homepage-content .col-md-4 .nsc-page-title-overlay h3.nsc-page-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin: 12px 0;
  text-transform: uppercase;
}
.homepage-content .col-md-4 .nsc-page-title-overlay h3.nsc-page-title a {
  color: #fff;
  text-decoration: none;
}
.homepage-content .col-md-4 p.nsc-excerpt {
  color: #eee;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
  margin: 0 auto 25px;
  max-width: 80%;
}
.homepage-content .col-md-4 .button-wrapper {
  width: 100%;
}
.homepage-content .col-md-4.even .nsc-page-title-overlay {
  background: rgba(255, 255, 255, 0.8);
}
.homepage-content .col-md-4.even .nsc-page-title-overlay h3.nsc-page-title {
  color: #ed1c24;
}
.homepage-content .col-md-4.even .nsc-page-title-overlay h3.nsc-page-title a {
  color: #ed1c24;
}
.homepage-content .red-separator {
  margin-bottom: 20px;
}
.homepage-content .coverage-map-container img {
  border: 10px solid #404040;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.homepage-content a.hp-box-wrap:hover {
  text-decoration: none;
}
.homepage-content a.hp-box-wrap:hover .hp-3col-box-3,
.homepage-content a.hp-box-wrap:hover .hp-3col-box-4 {
  background: #404040;
}
.homepage-content .hp-3col-box {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 24px 40px 0;
  position: relative;
  width: 100%;
}
.homepage-content .hp-3col-box.first {
  padding: 20px;
  text-align: left;
}
.homepage-content .hp-3col-box.first h4.hp-box-title {
  margin-top: 20px;
}
.homepage-content .hp-3col-box.first img.hp_box_image {
  height: 100% !important;
}
.homepage-content .hp-3col-box img.hp_box_image {
  display: block;
  margin: 0 auto 30px;
}
.homepage-content .hp-3col-box h4.hp-box-title {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.homepage-content .hp-3col-box p {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin: 0 0 20px;
}
.homepage-content .hp-3col-box .button {
  border-radius: 4px;
  min-width: 200px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.homepage-content .hp-3col-box.hp-3col-box-1,
.homepage-content .hp-3col-box.hp-3col-box-2 {
  min-height: 376px;
  padding-bottom: 85px;
}
.homepage-content .hp-3col-box.hp-3col-box-1 .button,
.homepage-content .hp-3col-box.hp-3col-box-2 .button {
  width: 250px;
}
.homepage-content .hp-3col-box.hp-3col-box-3,
.homepage-content .hp-3col-box.hp-3col-box-4 {
  background: #101010;
  min-height: 173px;
  padding: 24px 20px 28px;
}
.homepage-content .hp-3col-box.hp-3col-box-3.last,
.homepage-content .hp-3col-box.hp-3col-box-4.last {
  margin-bottom: 0;
}
.homepage-content .hp-3col-box.hp-3col-box-3 .button,
.homepage-content .hp-3col-box.hp-3col-box-4 .button {
  background: #ed1c24;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 15px;
  margin: 0;
}
.homepage-content .hp-3col-box.hp-3col-box-3 img.hp_box_image,
.homepage-content .hp-3col-box.hp-3col-box-4 img.hp_box_image {
  margin: 0 auto 10px;
}
.homepage-content .hp-3col-box.hp-3col-box-1 {
  color: #ed1c24;
  padding: 30px;
}
.homepage-content .hp-3col-box.hp-3col-box-2 {
  padding: 60px 40px;
}
.homepage-content .hp-3col-box.hp-3col-box-2 p {
  color: #fff;
}
.homepage-content .hp-3col-box.hp-3col-box-2 .button {
  bottom: 46px;
  left: 80px;
  position: absolute;
}
blockquote {
  border: none;
}
@media only screen and (max-width: 40em) {
  .homepage-content .col-md-4.single-showcase.odd {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .homepage-content .hp-3col-box.hp-3col-box-3 .button,
  .homepage-content .hp-3col-box.hp-3col-box-4 .button {
    margin: 20px 0 10px;
  }
}
@media only screen and (max-width: 62em) {
  .homepage-content .hp-3col-box.hp-3col-box-2 .button {
    bottom: 0;
    left: 0;
    margin-top: 80px;
    position: relative;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 62em) {
  .homepage-content .hp-3col-box.hp-3col-box-1 .text-center {
    clear: both;
  }
  .homepage-content .hp-3col-box.hp-3col-box-3,
  .homepage-content .hp-3col-box.hp-3col-box-4 {
    min-height: 218px;
  }
  .homepage-content .hp-3col-box.hp-3col-box-3 .button,
  .homepage-content .hp-3col-box.hp-3col-box-4 .button {
    min-width: 160px;
    position: relative;
    top: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .homepage-content .hp-3col-box.hp-3col-box-2 .button {
    bottom: 30px;
    left: 35px;
  }
  .homepage-content .hp-3col-box.hp-3col-box-3,
  .homepage-content .hp-3col-box.hp-3col-box-4 {
    min-height: 218px;
  }
  .homepage-content .hp-3col-box.hp-3col-box-3 .button,
  .homepage-content .hp-3col-box.hp-3col-box-4 .button {
    min-width: 160px;
    position: relative;
    top: 38px;
  }
}
.staff-member-info-card .staff-member-name-position h4.staff-member-name {
  font-weight: bold !important;
  margin-top: 10px;
}
.staff-member-info-card .staff-member-name-position span.staff-member-position {
  font-weight: normal !important;
}
.main {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  body .main {
    background-position: 660px 0;
  }
  .homepage-content .no-spacing-3-column .nsc-image-wrap {
    height: 190px;
  }
}
@media (max-width: 991px) {
  body .main {
    background-image: none;
  }
  .masthead a.customer-login-link {
    display: block;
    line-height: 28px;
  }
  .masthead .stellar-social-icons {
    clear: right;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    text-align: right;
  }
  .header-secondary .s8-responsive-slider.flexslider .slide .slide-content-wrap {
    top: 10%;
  }
  .homepage-content .no-spacing-3-column .nsc-image-wrap {
    height: auto;
  }
  .homepage-content .no-spacing-3-column .nsc-page-title-overlay {
    bottom: auto;
    left: auto;
    position: relative;
  }
  aside.sidebar {
    background: #eeeeee;
    border-top: 1px solid #d6d6d6;
    padding-top: 20px;
  }
  aside.sidebar:before,
  aside.sidebar:after {
    content: '';
    display: table;
    line-height: 0;
  }
  aside.sidebar:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }
  .pre-footer .proud-members-column {
    text-align: center;
  }
  .pre-footer .footer-contact-column {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .masthead {
    min-height: 75px;
  }
  .header {
    border-top: none;
  }
  .header .logo-container {
    margin-top: 0;
  }
  .header .contact {
    float: none !important;
    margin: 30px 0;
    text-align: center;
  }
  .header-secondary .s8-responsive-slider.flexslider .slide .slide-content-wrap {
    display: none;
  }
  .homepage-content .title-section h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .homepage-content .no-spacing-3-column-wrapper .no-spacing-3-column {
    float: none;
    margin: 0 auto 40px;
    min-height: 0;
    max-width: 100%;
    width: 380px;
  }
  .homepage-content .no-spacing-3-column-wrapper .no-spacing-3-column .nsc-image-wrap {
    height: auto;
  }
  .homepage-content .no-spacing-3-column-wrapper .no-spacing-3-column .nsc-page-title-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .pre-footer .footer-contact-column {
    text-align: center;
  }
  .pre-footer table.footer-contact-table {
    float: none;
  }
}
@media (max-width: 600px) {
  .footer .pull-left,
  .footer .pull-right {
    float: none;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  .footer .pull-left:last-child,
  .footer .pull-right:last-child {
    margin-bottom: 0;
  }
  .header-secondary.subpage .header-secondary-inner h1.page-title {
    font-size: 4.6rem;
  }
}
.header-menu ul.menu {
  margin: 0;
}
.header-menu ul.menu li {
  line-height: 63px;
  margin: 0;
  position: relative;
}
.header-menu ul.menu li a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
  padding: 0 6px;
  vertical-align: top;
}
.header-menu ul.menu li:hover > a,
.header-menu ul.menu li.current-menu-item > a,
.header-menu ul.menu li.current-menu-ancestor > a {
  color: #f43d05;
  text-decoration: none;
}
.header-menu ul.menu li:hover > ul.sub-menu {
  display: block;
}
.header-menu ul.menu li ul.sub-menu {
  background: #404040;
  display: none;
  left: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 100%;
  white-space: nowrap;
  z-index: 9999;
}
.header-menu ul.menu li ul.sub-menu li {
  line-height: 40px;
  padding: 0 10px;
}
.header-menu ul.menu li ul.sub-menu li a {
  font-size: 14px;
  font-size: 1.4rem;
}
.header-menu ul.menu li ul.sub-menu li:hover,
.header-menu ul.menu li ul.sub-menu li.current-menu-item,
.header-menu ul.menu li ul.sub-menu li.current-menu-ancestor {
  background: #000;
}
.header-menu ul.menu li ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
}
.header-menu.header-menu-left ul.menu > li:first-child > a {
  padding-left: 0;
}
.header-menu.header-menu-right ul.menu > li:last-child > a {
  padding-right: 0;
}
.footer-menu ul.menu {
  margin: 0;
}
.footer-menu ul.menu li a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-menu ul.menu li a:hover {
  color: #f43d05;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .header-menu ul.menu li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 4px;
  }
}
@media only screen and (max-width: 1230px) {
  .header-menu {
    margin-left: 20px;
  }
  .header-menu ul.menu li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body.page .hero-section {
  border-bottom: 2px solid #ed1c24;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 20px;
}
body.page .hero-section h1,
body.page .hero-section h2 {
  color: #ed1c24;
}
body.page .hero-section h1.hero-title {
  font-size: 80px;
  font-size: 8rem;
  line-height: 0.9;
}
body.page .hero-section h2.hero-subtitle {
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 1.2;
}
body.page .hero-section .button {
  position: absolute;
  bottom: 50px;
  min-width: 200px;
  right: 57%;
  text-align: center;
}
body.page .fl-builder-content .fl-row-fixed-width {
  max-width: 100%;
}
body.page .fl-builder-content h1 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
  font-weight: 100;
  margin: 0;
  text-transform: uppercase;
}
body.page .fl-builder-content h1.white {
  color: #fff;
}
body.page .fl-builder-content h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 300;
  text-transform: uppercase;
}
body.page .fl-builder-content h3 {
  color: #ed1c24;
  font-size: 24px;
  font-size: 2.4rem;
}
body.page .fl-builder-content h3.uppercase {
  text-transform: uppercase;
}
body.page .fl-builder-content h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
}
body.page .fl-builder-content a:not(.fl-button):not(.button):not(button) {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
body.page .fl-builder-content a:not(.fl-button):not(.button):not(button):before {
  color: #ed1c24;
  content: '\f101';
  font-family: FontAwesome;
  margin-right: 5px;
}
body.page .fl-builder-content p.small {
  color: #858585;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
}
body.page .fl-builder-content ul {
  overflow: auto;
}
body.page .fl-builder-content .fl-module.fl-module-rich-text.red-border-left {
  background: #ed1c24;
}
body.page .fl-builder-content .black-logo-wrapper {
  background: #000;
  padding: 20px 0;
}
body.page .fl-builder-content .carrier-column img,
body.page .fl-builder-content .shipper-column img {
  left: 10px;
  margin-bottom: 0;
  margin-top: -80px;
  position: relative;
}
body.page .fl-builder-content .vertical-separator {
  background: #ed1c24;
  display: inline-block;
  height: 240px;
  left: 47%;
  position: absolute;
  top: 27%;
  width: 1px;
}
body.page .fl-builder-content .image-max-height {
  max-height: 100%;
}
body.page .fl-builder-content .fl-module.fl-module-rich-text.page-callout-header {
  color: #fff;
  background: #000;
  padding: 15px;
  text-align: center;
}
body.page .fl-builder-content .fl-module.fl-module-rich-text.page-callout-header h1 {
  font-weight: 100;
  margin: 0;
}
body.page .fl-builder-content .fl-html .ntg-img-overlay {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  height: 272px;
  margin-left: -10px;
  padding: 20px 10px;
  text-align: center;
}
body.page .fl-builder-content .fl-html .ntg-img-overlay p {
  position: relative;
  top: 20%;
}
body.page .fl-builder-content .fl-html .ntg-img-overlay p a {
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  text-transform: lowercase;
}
body.page .fl-builder-content .fl-html .ntg-img-overlay p a:before {
  content: '';
}
body.page .fl-builder-content .fl-html .ntg-img-overlay a.button {
  background: #ed1c24;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  min-width: 200px;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
  top: 60px;
}
body.page .fl-builder-content .fl-module.fl-module-rich-text.red-border-left {
  background: #666;
  border-left: 20px solid #ed1c24;
  color: #fff;
  padding: 0 20px;
}
body.page .fl-builder-content .fl-module.fl-module-rich-text.red-border-right {
  background: #666;
  border-right: 20px solid #ed1c24;
  color: #fff;
  padding: 10px 20px 0;
}
body.page .fl-builder-content .fl-module.fl-module-rich-text.red-border-right p {
  color: #fff;
}
body.page .fl-builder-content .fl-module.fl-module-rich-text.red-border-right p.small {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 40em) {
  body.page .hero-section h1.hero-title {
    font-size: 60px;
    font-size: 6rem;
  }
  body.page .hero-section h2.hero-subtitle {
    font-size: 45px;
    font-size: 4.5rem;
  }
  body.page .hero-section .button {
    position: relative;
    bottom: 0;
    min-width: 200px;
    right: 0;
    text-align: center;
    clear: both;
    margin: 20px 0;
  }
  body.page .fl-builder-content h1 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
  body.page .fl-builder-content h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  body.page .fl-builder-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.page .fl-builder-content h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  body.page .hero-section h1.hero-title {
    font-size: 66px;
    font-size: 6.6rem;
  }
  body.page .hero-section h2.hero-subtitle {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 64em) {
  body.page .fl-builder-content .vertical-separator {
    display: none;
  }
  body.page .fl-builder-content .fl-html .ntg-img-overlay {
    margin: 0;
  }
  body.page .fl-builder-content .carrier-column img,
  body.page .fl-builder-content .shipper-column img {
    float: none;
    left: 0;
    margin: 0;
    position: relative;
  }
}
@media only screen and (min-width: 64.063em) {
  body.page .fl-builder-content .fl-html .ntg-img-overlay {
    margin: 0;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 70em) {
  body.page .hero-section h1.hero-title {
    font-size: 74px;
    font-size: 7.4rem;
  }
  body.page .hero-section h2.hero-subtitle {
    font-size: 54px;
    font-size: 5.4rem;
  }
}
