
body {
  font-family: 'Open Sans', sans-serif; font-weight: 400; background-color: rgb(104 206 224 / 7%); color: rgb(48 43 43 / 90%); 
}
a {
  text-decoration: none;
}
a:hover { color: #73c5eb; text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #302b2b;
}
textarea::placeholder {  
padding-right: 25px;
} 
input::placeholder {
  color: #808080;
  font-weight: 400;
} 

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* Notification Area 8-12-24 */
.alert-custom {
  background-color: #ffd308;
  color: #302b2b;
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
}
.alert {
  border-radius: 0px !important;
}
.alert a {
  color: #0a47dc;
  text-decoration: underline;
}
.alert a:hover {
  color: #0a47dc;
  text-decoration: none;
}
.alert-dismissible { /* override default BS */
    padding-right: 0;
}
.alert-dismissible .btn-close { /* override default BS */
    padding: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 999;
    padding: 25px 75px 25px 75px;
    width: 100%;
}
#header.header-scrolled,
#header.header-inner-pages {
background: rgb(255 255 255 / 89%);
}
.scrolled .header-scrolled .navbar a {
color: #000;
}

#header .logo img {
  max-height: 80px;
}
#header.header-scrolled {
    top: 0%;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
.header-scrolled .navbar a, .navbar a:focus {
color: #fff!important; /* prevents mobile menu from changing colors */
  }
}
.mobile-display {
display: none !important;
}
.mobile-show img{
display: none !important;
}
@media screen and (max-width: 1400px) {
.mobile-show img{
display: block !important;
}
.mobile-hide {
display: none!important;
}
.mobile-display {
display: block !important;
  }
#header { /* Added 8-12-24 */
    padding: 25px 50px 25px 50px;
  }  
}
.invert {
filter: brightness(0) invert(1); margin: 0 0 20px 8px;  
}
.navbar {
padding: 0;
}
.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}
.navbar li {
position: relative;
}
/*
.navbar a,
.navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0 10px 30px;
font-size: 15px;
font-weight: 500;
color: #fff;
white-space: nowrap;
transition: 0.3s;
}
*/
.navbar a i,
.navbar a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
}
.navbar .getstarted,
.navbar .getstarted:focus {
padding: 8px 20px;
margin-left: 45px;
border-radius: 50px;
color: #fff!important;
font-size: 17px;
background-color: #d12d15;
border: 2px solid #d12d15;
font-weight: 600;
text-decoration: none;
} 
/*
.navbar a, .navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0 10px 47px;
font-size: 17px;
font-weight: 600;
color: #fff;
white-space: nowrap;
transition: 0.3s;
}
*/
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 47px;
  font-weight: 600;
  color: #302b2b;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
color: #fff;
background: #ff391b;
border-color: #ff391b;
}

.mobile-nav-toggle {
color: #000;
font-size: 28px;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
color: #fff;
} 
@media (max-width: 1400px) {
.mobile-nav-toggle {
display: block;
}
.navbar .getstarted, .navbar .getstarted:focus {
padding: 10px 0 10px 30px;
color: #fff!important;
font-size: 1.4rem;
background-color: transparent;
border: 0;
text-decoration: none;
margin: 0;
font-weight: 600;
}
.navbar ul {
display: none;
}
.navbar a, .navbar a:focus {
color: #fff;
font-size: 1.4em;
}
}
@media (max-width: 820px) {
.navbar a, .navbar a:focus {
font-size: 1.4em;
}
}
@media (max-width: 320px) {
.navbar a, .navbar a:focus {
font-size: 1.2em;
}
.navbar .getstarted, .navbar .getstarted:focus {
font-size: 1.2em; 
  }
}
.navbar-mobile {
position: fixed;
overflow: hidden;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: #c82a04;
transition: 0.3s;
z-index: 999;
margin: 0 0 0 65%;
border-radius: 0 25px 0 0;
}
@media (max-width: 820px) {
.navbar-mobile {
margin: unset; 
}
}
@media (max-width: 540px) {
.navbar-mobile {
margin: 0 0 0 0;
}
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
display: block;
position: absolute;
top: 55px;
right: 15px;
bottom: 15px;
left: 15px;
padding: 10px 0;
border-radius: 5px;
background-color: #c82a04;
overflow-y: auto;
transition: 0.3s;
padding: 25px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
padding: 10px 20px;
color: #fff!important;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
 color: rgb(255 255 255 / 83%);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: rgb(255 255 255 / 83%);
}
@media (max-width: 1400px) {
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
margin: 0 0 0 20px;
/*padding: 10px 20px;*/
  } 
}  

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.our-story {
padding: 60px 0 50px 0;
}
.story h1 {
padding-top: 100px;
font-size: 13rem;
font-weight: 800;
line-height: 0.8;
letter-spacing: -0.6rem;
}
.dryvan-hero {
padding-top: 17rem;
}
.inner-hero {
padding:  20rem 0 4rem 0;
height: 35vh;
}
.drayage-hero, .flatbed-hero {
padding-top: 75px;
}
.drayage-hero h1 {
font-size: 10.5rem; 
font-weight: 800; 
line-height: 0.5; 
letter-spacing: -0.6rem;
}
.inner-hero h1, .dryvan-hero h1, .flatbed-hero h1 {
font-size: 10.5rem;
font-weight: 800;
line-height: 0.9;
letter-spacing: -0.6rem;}
.mtc h1 {
font-size: 6rem;
font-weight: 800;
line-height: 1;
letter-spacing: -0.2rem;
margin-bottom: 75px;
}
.inner-hero h2 {
font-size: 6rem;
font-weight: 700;
line-height: 1;
letter-spacing: -0.4rem;
margin-top: 50px;
}
.drayage p {
font-family: "Open Sans", sans-serif;
font-size: 1.4rem;
line-height: 1.8;
color: #fff;
}
.drayage h2, .roll h2, .since h2 {
font-size: 5.5rem;
line-height: 0.6;
font-weight: 900;
letter-spacing: -0.2rem;
}
.since h3 { 
font-size: 5.5rem; 
line-height: 0.8;
font-weight: 900;
letter-spacing: -0.2rem; 
}
.pp h1 { 
font-size: 5.5rem; 
line-height: 1; 
font-weight: 900; 
letter-spacing: -0.2rem; 
margin-bottom: 4rem;
}
.pp h3 {
font-size: 2.5rem; 
line-height: 1.2; 
letter-spacing: -0.1px; 
margin: 5rem 0 1rem 0;
}
.pp span {
font-size: 8rem; 
line-height: 1; 
font-weight: 900; 
letter-spacing: -0.4rem;
}
.pp p { 
font-size: 1.3rem; 
line-height: 1.8; 
color: rgb(48 43 43 / 91%);
}
.roll h2 span { 
font-size: 19rem; 
line-height: 1; 
font-weight: 800; 
letter-spacing: -0.7rem;
}
.since h2 span { 
font-size: 20rem; 
line-height: 1; 
font-weight: 900; 
letter-spacing: -0.7rem;
}
.drayage li { 
font-size: 1.4rem; 
margin-bottom: 1rem;
}
.flatbed {
position: relative;
}
.dryvan h2 {
font-family: 'Open Sans', sans-serif; 
font-size: 3.4rem; 
letter-spacing: -0.1rem; 
line-height: 1.3; 
padding: 75px 0 75px 0;
}
.more h2 {
font-family: "Poppins", sans-serif; 
font-size: 6rem; 
font-weight: 800; 
line-height: 1.1; 
letter-spacing: -0.3rem; 
padding: 0 0 100px 0;
}
.more h2 span {
color: rgb(48 43 43 / 23%);
}
.flatbed h2 {
font-family: 'Open Sans', sans-serif;
font-size: 3.4rem;
letter-spacing: -0.1rem;
line-height: 1.3;
margin-bottom: 75px;
}
.flatbed h3 span {
color: #ff391b;
}
.drayage-hero h1 span, .flatbed-hero h1 span {
font-size: 10.5rem;
color: #0d69b3;
font-weight: 800;
line-height: 1;
}
#hero h1 {
margin: 0 0 10px 0;
font-size: 7rem;
font-weight: 800;
line-height: 1;
letter-spacing: -0.2rem;
color: #fff;
}
#hero h2 {
color: rgba(255 255 255 / 83%);
margin-bottom: 50px;
font-size: 2.3rem;
}
/*chk to see if this is in use #hero id - incorrect font-family */
#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.assets {
  width: 100%;
  background-image: url("../img/circle.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 100vh;
  background-color: #f4f3e8;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

section {
  padding: 60px 0;
  overflow: hidden;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
font-weight: 600;
font-size: 26px;
}

.about .content ul {
list-style: none;
padding: 0;
}

.about .content ul li {
padding-left: 28px;
position: relative;
}

.about .content ul li + li {
margin-top: 10px;
}

.about .content ul i {
position: absolute;
left: 0;
top: 2px;
font-size: 20px;
color: #47b2e4;
line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
padding: 0;
}

#footer .footer-top .footer-contact {
margin-bottom: 30px;
position: relative;
}

#footer .footer-top .footer-contact h3 {
font-size: 28px;
margin: 0 0 10px 0;
padding: 2px 0 2px 0;
line-height: 1;
text-transform: uppercase;
font-weight: 600;
color: #37517e;
}

.hire-bubble {
display: block;
background-color: #fff;
border-radius: 50px;
padding: 50px 25px 50px 25px;
/*margin-left: 50px;*/
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
position:relative;
}
.hire-me span {
line-height: 1.6;
font-size: 5.5rem;
font-family: "Poppins", sans-serif;
font-weight: 800;
letter-spacing: -3px;
}

.bottom-row {
font-size: 14px;
background: #d12d15;
padding: 100px 0 50px 0;
}

.menu-item {
margin-right: 20px;
color: #fff;
font-size: 1.2rem;
line-height: 1.5;
}
.footer-nav.h-direction {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: var(--footer-link-gap_h, 1vw);
}

@media (min-width: 768px) {
  .footer-top .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
#footer {
  font-size: 14px;
  background: #ff391b;
}
.footer-links ul a::first-child {
  padding-left: 0;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-top {
  padding: 120px 0 25px 0;
  background: #d12d15;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin-top: 100px;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

.hire-me p {
  font-size: 1.4rem;
  color: rgb(48 43 43);
  line-height: 1;
  margin-bottom: 40px;
}
.hire-me-btn {
  display: inline-block;
  padding: 8px 80px;
  margin-left: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  border: 2px solid #d03119;
  background: #d03119;
  font-weight: 600;
}
.aside p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 50px;
}
.aside span {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #fff;
  font-weight: 600;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  font-size: 1.4rem;
  transition: 0.3s;
  line-height: 2;
  justify-content: space-between;
  padding: 10px 0 10px 50px;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ffea01;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #d03119;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.bxl-facebook:before, .bxl-youtube:before, .bxl-linkedin:before {
    font-size: x-large;
}

#footer .footer-top .social-links a:hover {
  background: #ffea02;
  color: #ff391b;
  text-decoration: none;
}
#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footer .copyright {
  float: left;
}
#footer .credits {
  float: right;
  font-size: 13px;
}
#footer .credits a {
  transition: 0.3s;
}
.hire-promo {
  display: block;
  margin: 5px auto;
  border-radius: 25%;
  z-index: 11111111;
}
.trucker-circle {
  position: absolute;
  left: 65%;
  top: 15%;
}
.chitchat {
  position: relative;
  height: auto;
  width: 50px;
  top: 0;
  left: 30%;
}
.btn-hireme-btm {
display: inline-block;
padding: 12px 80px;
text-decoration: none;
border-radius: 50px;
color: #fff;
font-size: 18px;
border: 2px solid #d12d15;
/*background: #ff391b;*/
background: #d12d15;
font-weight: 600;
}
.btn-hireme-btm:hover {
color: #fff;
text-decoration: none;
}
@media (max-width: 1268px) {
.trucker-circle {
left: 65%;
width: 195px;
height: auto;
}
.hire-me span {
font-size: 4.2rem;
}
}  
@media (max-width: 1024px) {
.trucker-circle {
display: none;
}
.hire-me span {
font-size: 3.5rem ;
width: unset;
}
.hire-me p {
width: unset;  
}
#footer .footer-top .footer-links ul a {
padding: unset;
margin-left: 50px;
}  
}  
@media (max-width: 768px) {
#footer .footer-bottom {
padding-top: 20px;
padding-bottom: 20px;
  }
#footer .copyright,
#footer .credits {
text-align: center;
float: none;
}
#footer .credits {
padding-top: 4px;
  }
}
@media (max-width: 992px) {
.hire-me span {
font-size: 3.3rem;
}
.details h5 {
font-size: 2.1rem;  
} 
}
@media (max-width: 768px) { 
.details {
text-align: center;
} 
.hire-me p {
width: 90%; 
font-size: 1.3rem;
} 
.social-links {
text-align: center;
}
}
@media (max-width: 425px) { 
.hire-me span {
font-size: 3rem;  
}  
}
@media (max-width: 390px) { 
.hire-me span {
font-size: 2.7rem;  
}  
.aside span {
font-size: 1.8rem;
}
}
@media (max-width: 360px) { 
.hire-me span {
font-size: 2.3rem;
text-align: center;
padding-left: unset;  
}
.details h5 {
font-size: 1.8rem;
}
.hire-bubble {
text-align: center;  
}
.hire-me p {
text-align: center;  
padding-left: unset;
width: 95%;
}  
.btn-hireme-btm {
padding: 12px 45px;
margin-left: unset;
} 
}

/* Cards on Index Page */
.card-holder {
position: relative; overflow: hidden;
}
.ch-right {
margin-right: 25px;
}
.card {
position: absolute;
right: 13px;
left: 13px;
bottom: -3%;
border: none;
padding: 3em 1.47059em 1.47059em 0.3em;
background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgb(0 0 0 / 58%));
text-transform: uppercase;
}
.logistics { 
margin-bottom: 75px; 
}
@media (max-width: 540px) {
.card {
font-size: 28px;
}  
.sub-head {
bottom: 35px;
left: 30px;
font-size: 12px;
}     
.ch-right {
margin-right:25px;
}            
}
.sub-head {
position: absolute;
bottom: 10px;
left: 30px;
color: #fff;
font-size: 24px;
z-index: 1;
/*padding-left: 65px;*/
}
.services a {
color: #ffea01;
position: relative;
}
.services a:hover {
color: #ff391c;
}
.services h4 {
font-size: 3rem;
color: #fff;
text-transform: uppercase;
font-weight: 800;
line-height: 0.1;
letter-spacing: -0.1rem;
}
.services h4 a {
text-decoration: none;
}
@media (min-width: 280px) and (max-width: 320px){
.ch-right {
margin-right:unset;
}         
}
/* End Card */
/*
.connect-panel { 
background-color: rgb(255 255 255); 
padding-bottom: 0; 
border-radius: 50px; 
margin: 0 100px 0 100px; 
min-height: 600px; 
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
*/
.connect-col-2 {
margin-top:9.5rem
}
.connect {
margin-top: 4rem; 
padding-left: 50px;
}
.connect p, .connect-col-2 p {
font-family: 'Open Sans', sans-serif; 
font-size: 1.3rem; 
line-height: 1.4; 
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
text-rendering: optimizeLegibility;  
}
.connect h2 { 
font-size: 3.5rem; 
font-weight: 800; 
line-height: 1; 
letter-spacing: -0.1rem; 
margin-bottom: 2rem;
}
.connect a, .connect-col-2 a { 
color: #0a58ca; 
text-decoration: none; 
font-weight: 600;
}
.connect-form {
padding: 0 0 3rem 0;
}
.larger p { 
font-size: 1.4rem; 
line-height: 1.7;
}
.larger a {
color: #0d69b3;
text-decoration: none;
}
.larger a:hover {
color: rgb(13 105 179 / 77%);
}
.largest p {
font-size: 1.8rem;
line-height: 1.38;
}
.quote p {
font-size: 1.5rem;
line-height: 1.38;  
}
.largest span {
font-size: 3.3rem;
line-height: 1.2;
color: #fff;
}
.careers span {
font-size: 3.3rem;
line-height: 1.2;
color: #fff;
}
.careers p {
font-size: 1.8rem;
line-height: 1.38;
color: #fff; 
padding: 40px;
}
.careers-bubble {
display: block;
background-color: rgb(255 57 27 / 95%);
margin: auto;
z-index:2;
border-radius: 25px;
}
.radio {
width: 650px;
position: absolute;
z-index: 1;
top: 1%;
right: 4%;
transform: rotate(12deg);
}
.larger p span {
font-family: "Merriweather", serif;
font-size: 2.5rem;
letter-spacing: -0.1rem;
line-height: 1.1;
display: block;
}
/* Dry Van, Flatbed Conestoga, Our Story */
.bubble-conestoga {
display: block;
background-color: #e43217;
color: #ffffff;
width: fit-content;
margin: auto;
padding: 40px 75px 20px 75px;
border-radius: 100px;
margin-top: -70px;
position: relative;
z-index: 111;
font-size: 1.7rem;
font-weight: 600;  
}
.vimeo { /* randy loading truck */
position:relative;  
}
.dryvan-panel {
background-color: #fff;
border-radius: 25px;
padding: 35px 35px 75px 35px;
margin: 0 100px 250px 100px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}  
.flatbed-panel {
background-color: #fff;
border-radius: 25px;
padding: 35px 65px 75px 35px;
margin: 0 100px 250px 100px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.hero-panel {
background-color: #fff;
border-radius: 25px;
padding: 35px 35px 50px 35px;
margin: 150px 25px 75px 25px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
position: relative;
z-index: 1;
} 
.quote-panel {
z-index: 11;
padding: 0 0 100px 0;
}
.sm-highlight span {
font-family: "Poppins", sans-serif;
font-size: 2.5rem;
font-weight: 700;
color: #d12d15;
line-height: 0.7;
letter-spacing: -0.1rem;
}
.fleet p {
font-size: 1.4rem;
line-height: 1.6;
}
.fleet h3 {
font-size: 8rem;
line-height: 0.7;
font-weight: 800;
letter-spacing: -0.4rem;
}
.fleet h3 span {
font-size: 3.5rem;
line-height: 0.7;
font-weight: 800;
letter-spacing: -0.2rem;
margin: 45px 0 0 0;
}
.sign {
position: absolute;
width: 350px;
top: 2%;
left: 8%;
transform: rotate(342deg);
}
.btn-story {
display: inline-block;
padding: 12px 80px;
text-decoration: none;
margin-top: 35px;
border-radius: 50px;
color: #fff;
font-size: 18px;
font-weight: 600;
border: 2px solid #d12d15;
background: #d12d15;
font-family: 'Open Sans', "sans-serif;";

}
.btn-story:hover {
  color: #fff;
  text-decoration: none;
}
.button:hover {
  animation: buttonHover 0.5s ease forwards !important;
}
button {
  touch-action: manipulation !important;
}
button {
  cursor: pointer !important;
}
@keyframes buttonHover {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  40% {
    transform: scaleX(1.1) scaleY(0.9);
  }
  80% {
    transform: scaleX(0.95) scaleY(1.05);
  }
  100% {
    transform: scaleX(1) scaleY(1) !important;
  }
}
.quote-btn {
padding: 8px 20px;
border-radius: 50px;
color: #ff391b;
font-size: 1.4rem;
background-color: transparent;
border: 2px solid #fff;
font-weight: 400;
}

/* Connect & Quote*/
.form-intro h2 { 
font-size: 2.5rem; 
font-weight: 700; 
line-height: 1; 
}
.form h3 {
font-size: 1.7rem;
font-weight: 700;
line-height: 3;
margin: 75px 0 10px 0;
text-align: left;
}
.form-noborder h2 {
font-size: 1.7rem;
line-height: 1.2;
margin: 75px 0 30px 0;
text-align: left;
}
.form-intro h2 span {
font-size: 6.5rem;
font-weight: 800;
line-height: 0.8;
letter-spacing: -1px;
}
.quote h1 {
font-size: 6.5rem;
font-weight: 800;
line-height: 1;
margin-bottom: 1rem;
padding: 13rem 0 0 0;
}
.quote h1 span {
color: #0d69b3;
}
.connection h1 {
font-size: 4.5rem;
color: #2e2a23;
font-weight: 800;
line-height: 1;
letter-spacing: -0.2rem;
padding: 20rem 0 0 0;
}
.connection h1 span {
font-size: 14rem;
color: #2e2a23;
font-weight: 800;
line-height: 1;
letter-spacing: -0.7rem;
}
.form-control-input-form-main {
display: block;
width: 100%;
padding-top: 1rem;
padding-bottom: 1rem;
margin-bottom: 1rem;
padding-left: 1.625rem;
border-bottom: 2rem;
border: 1px solid #ececec;
border-radius: 15px;
background-color: #fff;
color: #515867;
font-size: 1.2rem;
/*line-height: 3.875rem;*/
transition: all 0.2s;
}
form textarea {
display: block;
width: 100%;
padding-top: 1rem;
padding-bottom: 1rem;
margin-bottom: 1rem;
padding-left: 1.625rem;
border-bottom: 2rem;
border: 1px solid #ececec;
border-radius: 15px;
background-color: #fff;
color: #515867;
font-size: 1.2rem;
line-height: 1.575rem;
transition: all 0.2s;
-webkit-appearance: none;
}
/* 10-2025 turned off
select {
  height: 6rem;
}
*
.form-control-input:focus {
border: 1px solid #a1a1a1;
outline: none;
}
.form-control-input:hover {
border: 1px solid #a1a1a1;
}
.form-row { /* 9-11-25 */
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 0;
gap: 20px;
}
.btn-contact-pg {
display: inline-block;
text-align: center;
text-decoration: none !important;
padding: 12px 80px;
text-decoration: none;
margin-top: 35px;
border-radius: 50px;
color: #fff;
font-size: 18px;
border: 2px solid #ff391b;
background: #ff391b;
font-weight: 600;
}
.btn-contact-pg:hover {
color: #fff;
}
/* video hover effect */

.c-i img,
.c-i video,
.c-i::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: 0.7s;
object-fit: cover;
}
.c-i::before {
content: "";
z-index: 2;
}
.c-i {
height: 768px;
position: relative;
border-radius: 20px;
margin-bottom: 20px;
overflow: hidden;
cursor: pointer;
}
.c-i img {
z-index: 1;
}
.h-ove-r img {
opacity: 0;
}
.video-container {
padding-left: 45px;
}
.err { 
margin-bottom: 10rem; 
}
.err h1 {
padding: 18rem 0 0 0;
font-size: 5rem;
font-weight: 800;
line-height: 0.9;
letter-spacing: -0.2rem;
}
@media (max-width: 576px) {
.err h1 {
padding-top: 12rem;  
}  
}
/* FAQs */
.faq-hero h1 {
padding: 18rem 0 0 0;
font-size: 10vw;
font-weight: 800;
line-height: 0.7;
letter-spacing: -0.4rem;
}
.accordion-button:not(.collapsed) {
background-color: transparent;
}
.accordion-button:focus {
box-shadow: none;
}        
.accordion-flush .accordion-item {
padding: 20px;
margin-bottom: 15px;
}
.accordion-button {
font-size: 1.3rem;
line-height: 1.6;
padding: 25px 0 25px 0;
}
.accordion-body {
font-size: 1.2rem;
color: #302b2b;
}
.accordion {
margin: 0 0 10rem 0;
--bs-accordion-btn-color: #302b2b!important;
}
.faqs p {
font-size: 1.7rem;
line-height: 1.5;
margin: 4.5rem 0 4rem 0;
color: #302b2b;
}
.our-story {
padding-top: 175px;
}
.polaroid {
width: 500px;
position: absolute;
top: 30%;
right: 3%;
margin: 95px 0 0 125px;
transform: rotate(355deg);
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.tape {
  position: absolute;
  width: 900px;
  top: 2%;
  left: 65%;
  transform: rotate(338deg);
  z-index: -1;
}
.commodities li {
  font-size: 1.4rem;
  margin-bottom: 0.9rem;
}
.trees {
  position: relative;
  left: 21%;
  bottom: -11%;
  width: 120px;
  z-index: -1;
}
.wheat {
  position: relative;
  left: 41%;
  bottom: -23%;
  width: 75px;
  z-index: -1;
}
.figgy {
margin: 100px 25px 0 0;  
}
.assoc h4 {
font-size: 2.5rem; 
letter-spacing: -0.1rem; 
line-height: 0.7; 
font-weight: 800; 
}
.assoc h4 span {
font-size: 5rem; 
letter-spacing: -0.3rem; 
line-height: 1; 
font-weight: 800;
}
.you h2 {
font-size: 5.5rem; 
letter-spacing: -0.3rem; 
line-height: 0.6rem; 
font-weight: 800; 
}
.you h2 span {
font-size: 9rem; 
letter-spacing: -0.5rem; 
line-height: 1.4; 
font-weight: 800;
}
.elsuper {
  font-size: 8rem;
  margin: 0 0 5rem 0;
  color: #ff391b;
}
.team h1 {
  font-size: 5rem;
  line-height: 1;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.3rem;
  padding: 18rem 0 0 0;
}
.team h1 span {
  font-size: 15rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.9rem;}
.team h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.1rem;
  padding: 50px 0 25px 0;
}
.small p {
font-size: 1rem;
line-height: 1.3;
margin: 75px 0 50px 0;
}
.mt-9 {
margin-top: 9rem;
}
.msg h2 {
font-size: 4rem;
line-height: 1;
font-weight: 700;
letter-spacing: -0.2rem;
color: #fff;  
}
.msg p {
color: #fff;
font-size: 1.5rem;
line-height: 1.7;  
}

.btn-close-form {
display: inline-block;
padding: 12px 80px;
text-decoration: none;
margin: 50px 0 0 0;
border-radius: 50px;
color: #fff;
font-size: 18px;
border: 2px solid #fff;
background: #ff391b;
}
.btn-close-form:hover {
color: #ff391b;
background-color: #fff;
}
.contact {
margin-top: 50px;
}
/* Intermodal Drayge */
.bubble {
display: block;
background-color: rgb(209 45 21 / 87%);
width: fit-content;
margin: auto;
padding: 30px 75px 20px 75px;
border-radius: 100px;
top: -6%;
position: relative;
z-index: 111;
}
.facility-bullets ul li {
font-size: 1.4rem;
margin-bottom: 1rem;
line-height: 1.55;
margin-right: 75px;
}
.drayage {
padding-top: 100px; 
margin-bottom: 75px;
}
.containers {
margin-top: -490px
}
.colophon {
margin: 100px 0 0 0;
}
.colophon p { 
  width: 100%; 
  font-size: 0.9rem; 
  color: #fff; 
  line-height: 1.6;
}
.colophon a { 
  color: #fff; 
  text-decoration: underline; 
  text-decoration-color: rgb(255 255 255 / 59%);
}
.colophon a:hover { 
  color: #fff; 
  text-decoration: none;
}
.intro-block p {
font-size: 1.45rem;
line-height: 1.6;
color: rgb(255 255 255 / 85%);
display: block;
background-color: #0d69b3;
padding: 25px;
border-radius: 25px 0;
margin-bottom: 50px;
margin-right: 75px
}
.drayage h2 span {
font-size: 9.5rem;
color: #286ab5;
line-height: 1;
font-weight: 900;
letter-spacing: -0.2rem;
}
.drayage-panel {
background-color: #fff;
border-radius: 25px;
padding: 35px 65px 75px 100px;
margin: 0 100px 250px 100px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
position: relative;
z-index: -11;
}
.bubble h2 { 
color: #fff; 
font-size: 1.7rem;
}
/*
.dir-img {
margin-left: -15px;  
}
*/
.curves {
border-radius: 25px;  
}
.curves-btm {
border-radius: 0 0 15px 15px;
}
.ccbc {
display: block;
margin: auto;
background-color: rgb(13 105 179);
border-radius: 25px;
color: #fff;
line-height: 1.3;
padding: 50px;
font-size: 2rem;
font-weight: 600;
font-family: 'Open Sans', "sans-serif;"
}
iframe {
border-radius: 25px;
}
/* Pop Animation */
.popup {
transition: 0.45s ease-in-out;
transform: scale(0.2);
opacity: 0;
}
.popup.scrolled { 
transform: scale(1); 
opacity: 1; 
}
.overhaul { 
padding-top: 90px; 
position: relative; 
} 
.logistics h3 {
font-size: 8rem;
font-weight: 700;
line-height: 0.4;
letter-spacing: -0.3rem;
}
.logistics h3 span {
font-size: 4rem;
font-weight: 600;
line-height: 1;
letter-spacing: -0.2rem;
}
.since h4 {
font-size: 2.5rem; 
color: #ff391b; 
line-height: 0.7; 
font-weight: 600; 
letter-spacing: -0.1rem;
}
.since h4 span { font-size: 3.9rem; 
font-weight: 800; 
line-height: 1; 
letter-spacing: -0.2rem; 
color: #302b2b;
}
.since p {
font-size: 1.4rem; 
line-height: 1.6; 
}
.we-deliver-panel {
background-color: #fff; 
border-radius: 50px;
padding: 35px 35px 75px 35px;
margin: 0 100px 250px 100px; 
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; 
position: relative;
z-index: 11;  
} 
.quote-form { /* trucking quote */
background: #fff;
padding: 0 50px 75px 50px; 
border-radius: 25px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; 
} 
.eighties {
margin-left: 10%;  
}
@media (max-width: 1440px) {
.inner-hero h1, .dryvan-hero h1, .flatbed-hero h1 {
font-size: 9rem; letter-spacing: -0.5rem;
}
.drayage-hero h1 span, .flatbed-hero h1 span {
font-size: 9rem;
letter-spacing: -0.5rem;
}
.hero-panel {
margin: 150px 25px 75px 25px; 
padding: 0;
}    
.hire-me span {
line-height: 1; 
font-size: 3.7rem;
}
.hire-me p {
line-height: 1.4; 
width: 60%; 
margin-top: 25px;
}
.trucker-circle {
left: 64%;
width: 195px;
height: auto;
}
.bmore h3 {
font-size: 14.5rem;
letter-spacing: -1.1rem;
}
.dryvan-panel-rgt {
padding-left: 45px;
}
.fleet h3 {
font-size: 6rem;
letter-spacing: -0.3rem;
}
.sm-highlight span {
font-size: 2.4rem;
}
.drayage-panel {
background-color: #fff;
border-radius: 25px;
padding: 35px 25px 75px 25px;
margin: 0 50px 250px 50px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
position: relative;
z-index: 1;
}
.dryvan-panel, .flatbed-panel {
padding: 35px 35px 75px 35px;
margin: 0 50px 250px 50px;
}
} 
@media (max-width: 1200px) {
.we-deliver-panel { 
margin: 0 50px 250px 50px; 
}
.dryvan h2 { 
font-size: 2.8rem; 
}
.bmore h3 { 
font-size: 12.5rem; 
letter-spacing: -0.9rem; 
}
.rt { 
margin: 75px 0 75px 0; 
}
.inner-hero h1 {
font-size: 11rem;
}
.inner-hero h1 span {
font-size: 11rem;
}
.drayage-hero h1, .flatbed-hero h1 {
font-size: 9rem;
}
.drayage-hero h1 span, .flatbed-hero h1 span {
font-size: 9rem;
}
}
@media (max-width: 1199px) {
.intro-block p {
margin-right: unset;
margin-top: 75px;
padding: 50px;
}
.shawn {
margin-top: 3rem;
}
.center {
text-align: center;  
}
.trucker-circle {
display: none;  
}
.hire-me p {
width: unset;
}
.quote-btn-div {
margin-bottom: 75px;
}
.facility-bullets ul li {
margin-right: unset;
}
.bubble {
max-width: unset;
}
.drayage h2, .drayage h2 span {
text-align: center;
}
.since h4 {
font-size: 2.3rem;
}
.since h4 span {
font-size: 3.6rem;  
}
}
@media (max-width: 1024px) {
.since h4 span {
font-size: 3.7rem;
}
.since h4 {
font-size: 2.4rem;  
}
.btn-story {
padding: 12px 60px;
}
.dryvan h2, .flatbed h2 {
font-size: 2.5rem;
}
}
@media (max-width: 991px) {
.flip { 
text-align: center; 
margin-top: 45px;
}
.hide-md, .ml {
display: none;  
}
.vimeo {
margin-top: 0;  
}
.bmore h3 {
font-size: 8.5rem;
letter-spacing: -0.7rem;
}
.dryvan-panel-rgt {
 padding-left: 0; 
}
.we-deliver-panel {
padding: 35px 35px 75px 35px;  
}
.drone {
margin-bottom: 35px;  
}
.logistics h3 {
font-size: 6.5rem;
line-height: 0.4;
}
.logistics h3 span {
font-size: 2.8rem;  
}
.video-intro h2 {
font-size: 1.8rem;
}
.drayage h2 {
text-align: center;
}
.drayage-hero h1 {
font-size: 8.5rem;
letter-spacing: -0.5rem;
}
.drayage-hero h1 span {
font-size: 8rem;
letter-spacing: -0.5rem;
}
.bubble h2 {
font-size: 1.5rem;  
}
.drayage h2 span {
font-size: 10rem;
}
.drayage h2 {
font-size: 4rem;  
}
}
@media (max-width: 820px) {
.faqs p {
font-size: 1.5rem;
}
.faq-hero h1 {
font-size: 14vw;
}
}
@media (max-width: 767px) {
.faqs p {
margin: 2.5rem 0 2rem 0;
}
.accordion-button {
font-size: 1.1rem;
}
.hero-panel {
padding: 0;  
}
.wheat { 
left: 31%;
}
.photo-size { 
width: 30%; 
}
.dryvan-panel {
padding: 35px 25px 75px 25px; 
margin: 0 15px 250px 15px;
}
.we-deliver-panel {
padding: 35px 15px 75px 15px; 
margin: 0 25px 250px 25px;
}
.logistics h3 {
font-size: 7.5rem;
}
.dryvan h2 {
font-size: 2.2rem;
}
.logistics h3 span {
font-size: 3rem;  
}
.bubble {
padding: 20px 35px 20px 35px;
}
.bmore h3 {
font-size: 6.5rem;
letter-spacing: -0.4rem;
}
.drayage-hero h1, .flatbed-hero h1 {
font-size: 6.5rem;
letter-spacing: -0.4rem;
}
.drayage-hero h1 span, .flatbed-hero h1 span {
font-size: 6.5rem;
letter-spacing: -0.4rem;
}
.drayage h2 span {
font-size: 8rem;
}
.drayage-hero {
padding-top: 0;
height: 60vh;
}
.c-i {
margin-top: 75px;
height: 408px;  
}
.drayage-panel {
margin: 0 15px 250px 15px;
padding: 35px 12px 75px 12px;
}
.bubble h2 {
font-size: 1.2rem;  
}
.hero-panel {
margin: 100px 15px 75px 15px;
}
.flatbed-panel {
margin: 25px 25px 75px 25px;  
}
}
@media (max-width: 576px) {
.fleet p, .since p { 
font-size: 1.2rem; 
}
.ci-pic { 
margin-top: -75px; 
}
.dryvan-panel { 
margin: 75px 15px 100px 15px; 
}
.logistics h3 {
font-size: 5.3rem;
letter-spacing: -0.3rem;
}
.quote h1, .faq-hero h1 { 
padding: 12rem 0 0 0; 
}
.sm-highlight span {
font-size: 2rem;
}
.dryvan h2, .flatbed h2 {
font-size: 1.8rem;
padding: 50px 0 0 0;
}
.fleet h3 {
font-size: 4.2rem;
}
.logistics h3 span {
font-size: 2rem;
letter-spacing: -0.1rem;  
}
.flatbed-panel {
padding: 35px 25px 75px 25px;
margin: 75px 15px 100px 15px;
}
.drayage-panel {
margin: 75px 15px 250px 15px;
}
.bubble h2 {
font-size: 1.1rem;
}
.drayage-hero h1, .drayage-hero h1 span, .flatbed-hero h1, .flatbed-hero h1 span {
font-size: 4rem;
letter-spacing: -0.2rem;
}
.intermodal {
padding: 0;
}
.drayage h2 span {
font-size: 6.5rem;
letter-spacing: -0.3rem;
}
.drayage h2 {
font-size: 3rem;
letter-spacing: -0.1rem;
}
.containers {
margin-top: -350px;  
}
.drayage-hero h1 span {
color: #fff;
}
.intro-block p {
font-size: 1.25rem;
}
.bmore h3 {
font-size: 5.35rem;
letter-spacing: -0.3rem;
}
.since h4 {
font-size: 2.3rem;
}
}
@media (max-width: 425px) {
.quote-btn-div { 
text-align: center; 
}
.faqs p {
font-size: 1.2rem;
} 
.fleet h3 { 
font-size: 3.8rem; 
}
.container-photo { 
margin-top: -300px; 
} 
.we-deliver-panel { 
margin: 0 15px 100px 15px; 
}   
.logistics h3 { 
font-size: 4.5rem; 
letter-spacing: -0.2rem; 
}
.we-deliver-panel { 
padding: 25px 15px 75px 15px; 
}
.center-btn { 
text-align: center; 
}
.drayage h2 { 
font-size: 2rem; 
line-height: 1; 
}
.drayage h2 span { 
font-size: 5.5rem;
}
.since h4 { 
font-size: 2rem;
}
.since h4 span { 
font-size: 3.3rem; 
}
.services h4 { 
font-size: 2.6rem; 
}
.bmore h3 { 
font-size: 4.75rem; 
letter-spacing: -0.3rem; 
  }
}
@media (max-width: 390px) {
.since h4 span {
font-size: 3.3rem;
}
.since h4 {
font-size: 2rem;
}
.since p {
font-size: 1.2rem;
}
.dryvan h2, .flatbed h2 {
font-size: 1.5rem;
padding: 0;
}
.bmore h3 {
font-size: 3.5rem;
letter-spacing: -0.2rem;
  }    
}
@media (max-width: 360px) {
.alert-custom {
font-size: 0.7em; /* Added 8-12-24 */
}
/*
.alert-dismissible {
padding-right: 2.1rem;  Removed 8-14-24 
}
*/
.since h4 {
font-size: 1.7rem;
}
.dryvan h2 {
font-size: 1.5rem;
}
.since h4 span {
font-size: 2.7rem;
}
.logistics h3 {
font-size: 3.5rem;
letter-spacing: -0.2rem;
}
.logistics h3 span {
font-size: 1.8rem;
}
.logistics h3 {
font-size: 4rem;
}
.sub-head {
font-size: 1.1rem;
}
.services h4 {
font-size: 2.4rem; 
}
.card { 
bottom: -4%;
}
.drayage-hero h1, .drayage-hero h1 span { 
font-size: 3rem; 
}
.drayage h2 span { 
font-size: 4rem; 
letter-spacing: -0.2rem; 
}
.drayage { 
margin-bottom: 25px; 
}
.facility-bullets ul li {
font-size: 1.2rem;
}
.quote-btn-div {
text-align: center; 
}
.c-i {
height: 308px;
}
.container-photo {
margin-top: -350px;
}
.drayage-panel {
margin: 0 15px 75px 15px;
padding: 0 0 75px 0;
}
.intro-block p {
font-size: 1.1rem;
}
.facility-bullets ul li {
font-size: 1rem;
}
.btn-story { 
padding: 12px 36px; 
font-size: 14px; 
  }
}
@media (max-width: 320px) {
.logistics h3 { 
font-size: 3.5rem; 
} 
.fleet h3 { 
font-size: 3rem; 
}
.accordion-body, .accordion-button {
font-size: 1rem;
}  
.faqs h1 {
font-size: 18vw;
letter-spacing: -0.3rem; 
} 
}
@media (max-width: 1440px) {
.mtc h1 {
font-size: 4rem; 
letter-spacing: -0.3rem;
}
/*
.chitchat {
top: 0; left: 55%;  
}
*/
.polaroid {
width: 30%;
}
.since h3 {
font-size: 4.5rem;
}
.careers span {
font-size: 2.5rem;
}
/*
.connect-panel {
margin: 0 50px 0 50px;  
}
*/
.connect {
margin-top: 3rem;  
padding-left: unset;
}
.connect p, .connect-col-2 p {
font-size: 1.2rem;
}
.connect-col-2 {
margin-top: 8.5rem;
}
.dir-img {
min-height: 600px;  
}
.connection h1 span {
font-size: 10rem;  
}
.roll h2 span {
font-size: 16rem;  
}
.sign {
left: 0;
}
.bubble-conestoga {
padding: 40px 55px 20px 55px;
width: 75%;
}
/* disable 10-2025
.quote h1 {
font-size: 4rem;  
}

.quote h1 span {
font-size: 18.5rem;  
}
*/
.tts {
height: 568px;
position: relative;
margin-bottom: 20px;
overflow: hidden;
cursor: pointer;
z-index: -1111111111;
}
.tts img, .tts video, .tts::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: 0.7s;
object-fit: cover;
  }
}
@media (max-width: 1199px) {
.g-3, .gy-3 {
--bs-gutter-y: unset;
}
}
@media (max-width: 1200px) {
.mtc h1 {
font-size: 4rem; 
letter-spacing: -0.3rem;
}
.hire-me span {
font-size: 3.3rem;  
}
.tape {
width: 90%; top: 6%;
}
.figgy {
margin: 300px 25px 0 0;
}
.form-intro h2 span {
font-size: 4.5rem;  
}
.careers span {
font-size: 2.2rem;  
}
.careers p {
font-size: 1.5rem;  
}
.team h1 span {
font-size: 13rem;
letter-spacing: -0.9rem;
}
/*
.form-intro h2 {
font-size: 2.7rem;  
}
*/
.dir-img {
min-height: unset;
}
/*
.connect-panel { 
min-height: unset;
}
*/
.connect p, .connect-col-2 p {
font-size: 1rem;
}
.connect-col-2 {
margin-top: 8rem;  
}
.connect h2 {
font-size: 3rem;  
}
.quote h1 { 
font-size: 5rem;  
}
.sign { right: -2%; 
left: unset;
top: 0; 
width: 300px; 
transform: rotate(333deg);
}
.bubble-conestoga { 
width: 95%;
  }
}
/* 10-2025
@media (max-width: 1199px) {
.quote h1 span {
    font-size: 13.5rem;
}
}
*/
@media (max-width: 1024px) {
.flatbed-hero h1, .flatbed-hero h1 span {
font-size: 6rem; letter-spacing: -0.3rem;
}
.pp span {
font-size: 6.5rem;
} 
.pp h3 {
font-size: 2rem;
} 
.pp h2 {
font-size: 2.2rem; 
letter-spacing: -0.1rem; 
}  
.mtc h1 {
font-size: 3rem; 
letter-spacing: -0.2rem; 
line-height: 1.3;
}
.roll h2 span {
font-size: 11rem;
}
.roll h2 {
font-size: 3.5rem;  
}
.larger p span {
font-size: 2.3rem;
}
.team h1 span {
font-size: 9rem; 
letter-spacing: -0.6rem;
  }
}
@media (max-width: 991px) {
.chitchat {
left: 12%;
top: 0;  
}
.bottom-row {
padding: 0 0 50px 0;
}
.tape {
width: 60%;
top: 0%;
left: 65%;
transform: rotate(35deg);
z-index: -1;
}
.since h3, .assoc h4 span {
font-size: 4.2rem; 
letter-spacing: -0.2rem;
}
.since h2 span { 
font-size: 15rem ; 
}
.polaroid {
width: 25%;
top: 7%;
right: -10%;
transform: rotate(335deg);
}    
.figgy {
margin: 50px 0 0 0;  
}
.ng {
--bs-gutter-x: 0
}
.dir-img {
margin-left: 0; 
margin-top: 50px
}
.quote h1 {
font-size: 4rem;
}
.largest p {
font-size: 2.4rem;
}
.form-intro h2 {
font-size: 1.7rem;
}
.quote-form {
padding: 0 25px 75px 25px;  
}
}
@media (max-width: 767px) {
.tts {
height: 668px;
}
#header { /* Added 8-12-24 */
padding: 25px;
} 
.btn-hireme-btm { /* Added 10-2025 */
width: 100% ;
}
.logo { /* Added 8-12-24 */
width: 165px;
height: auto;
}
.chitchat {
top: 0;  
}
.hire-bubble {
margin-top: 40px;
}
.hire-me span {
font-size: 3rem;  
}
.roll h2 span {
font-size: 10rem;
}
.since h2 span {
font-size: 15rem;
}
.larger p span {
font-size: 2.2rem;
}
.you h2 {
font-size: 4.5rem;
}
.assoc h4 span, .since h3{
font-size: 3rem; 
letter-spacing: -0.1rem;
}
.assoc h4 {
font-size: 2rem;
}
.commodities li {
font-size: 1.2rem;  
}
.team h1 span {
font-size: 7rem; 
letter-spacing: -0.4rem;  
}
.team h1 {
font-size: 3rem; 
letter-spacing: -0.1rem;  
}
.careers span {
font-size: 1.6rem;  
}
.careers p, .ccbc {
font-size: 1.2rem;  
}
.larger p {
font-size: 1.2rem;
}    
.radio { 
width: 400px; 
}
.btn-close-form {
padding: 12px 55px;
}
.roll h2 {
font-size: 3rem;
}
.sign {
width: 275px;  
}
/*
.quote h1 span {
font-size: 10.5rem;
letter-spacing: -0.7rem;
}
*/
.larger p span {
font-size: 2.2rem;
}
.quote-panel {
margin: 0 0 100px 0;  
}  
.largest p {
font-size: 2.1rem;
}   
.flatbed h2 {
margin-bottom: unset;
}
.form-intro h2 span {
font-size: 3.5rem;
}
.form-intro h2 {
font-size: 1.6rem;
}
/*
.connect-panel {
margin: 0 15px 0 15px;
} 
*/   
.drayage-hero h1, .flatbed-hero h1, .drayage-hero h1 span, .flatbed-hero h1 span {
font-size: 5rem; 
letter-spacing: -0.3rem;
}
.mtc h1 {
font-size: 3rem; 
letter-spacing: -0.2rem; 
line-height: 1.2;
}
.team h2 {
font-size: 2.2rem;
}
.eighties {
margin-left: 4%;
  }
}
@media (max-width: 575px) {
.careers-bubble {
border-radius: 0;  
  }
}
@media (max-width: 576px) {
.hire-bubble {
padding: 50px 10px 50px 10px;  
}
/*
.quote h1 {
font-size: 2rem;
}
*/
.quote p {
font-size: 1.3rem;
}
.wheat {
left: 30%; top: -20%;  
}
.you h2 {
font-size: 3rem; 
letter-spacing: -0.2rem;
}
.since h2 span {
font-size: 10rem;
}
.you h2 span {
font-size: 5.5rem; 
letter-spacing: -0.4rem;
}
.commodities li {
font-size: 1.1rem;  
}
.pp span {
font-size: 4.5rem; 
letter-spacing: -0.2rem;
} 
.pp h3 {
font-size: 1.7rem;
}
.team h1 span {
font-size: 5rem; 
letter-spacing: -0.3rem;
}
.team h1 {
font-size: 2rem; 
padding-top: 12rem;  
}
.ccbc {
padding: 50px;  
}
.careers span {
font-size: 1.4rem;
}
.form-intro h2 span, 
.dtt h1 {
font-size: 3rem;
}
/*
.connect-panel {
margin: 0 15px 0 15px;
}
*/

/* disable 10-2025
.form-control-input-form-main {
padding-top: unset; padding-bottom: unset;
} 

.form-intro h2, .form h3 {
font-size: 1.6rem;
margin: 30px 0 0 0;
}
*/   
.flatbed-hero h1, 
.flatbed-hero h1 span {
font-size: 3.5rem;
}
.mtc h1 { 
font-size: 2rem; 
letter-spacing: -0.1rem;
}
.sign {
width: 200px; 
right: 5%; 
top: 5%; 
}
.largest p {
font-size: 1.6rem;
}
.larger p span {
font-size: 1.8rem;  
}
.tts {
height: 400px;
}
/*
.form-noborder h2, .form h3 { 
text-align: center; 
font-size: 1.3rem; 
margin: 0 0 10px 0;
}
*/
.quote h1 span, .quote h1 {
font-size: 3rem; 
}
.roll h2 {
font-size: 2rem; 
letter-spacing: -0.1rem;
line-height: 1; 
}
.roll h2 span {
font-size: 7rem; 
letter-spacing: -0.5rem; 
}
.connect-form {
padding: 0 0 3rem 0;
}
.connect {
margin-top: 0;
  }
}
@media (max-width:  575px) {
.connect p, .connect-col-2 p, .connect h2, .connect-col-2 {
text-align: center; 
margin-top: 0;
}
.connect p, .connect-col-2 p { 
font-size: 1.2rem;
}
}
@media (max-width: 430px) {
.quote h1 span, .quote h1 {
font-size: 2.5rem;
line-height: 1.2;
}
.quote p {
font-size: 1.1rem;
}
.form-control-input-form-main, form textarea {
  font-size: 1rem;
}
}
@media (max-width: 425px) {
.logo { /* Added 8-12-24 */
width: 145px;
height: auto;
}
.assoc h4 span, .since h3 {
font-size: 2.3rem;
}
/*
.quote h1 span {
font-size: 5rem;
letter-spacing: -0.2rem;
}
*/
.polaroid {
top: 4%;
}
.trees {
width: 90px;  
}
.radio {
width: 300px;  
}
.team h1 span {
font-size: 4rem; 
letter-spacing: -0.2rem;  
}
.sign {
width: 150px;  
}
.btn-hireme-btm {
padding: 12px 50px;
}    
.hero-panel {
margin: 100px 15px 75px 15px;
}
.flatbed-panel {
margin: 0 15px 75px 15px; 
padding: 35px 12px 75px 12px;
}
.drayage-hero h1, .flatbed-hero h1, .drayage-hero h1 span, .flatbed-hero h1 span {
font-size: 3.5rem; 
letter-spacing: -0.2rem;
}
.mtc h1 {
font-size: 2rem; 
letter-spacing: -0.1rem;
} 
.mtc h1 span {
font-size: 3.2rem ;  
}
.faq-hero h1 {
font-size: 5rem;
letter-spacing: -0.3rem;
line-height: 0.1;
}
.accordion-button {
font-size: 1rem;
}
.faqs p {
margin: 2.5rem 0 0 0; 
font-size: 1.2rem; 
}
.larger p span {
font-size: 1.4rem;
  }
}
@media (max-width: 394px) {
.assoc h4 span, .since h3 {
font-size: 2rem;
}
.wheat {
bottom: -12%;  
  }
}
@media (max-width: 390px) {
.quote h1 span, .quote h1 {
font-size: 2rem;
line-height: 1;
}
.form-intro h2, .form h3 {
font-size: 1.3rem;
}
.btn-hireme-btm {
font-size: 15px;
}
.accordion-button {
padding: 15px 0 15px 0;
}
.quote p {
font-size: 1rem;
}
.radio { 
top: 6%; 
}
.form-control-input-form-main, form textarea {
font-size: 1rem;
}
.connect {
padding: 0 45px 0 45px;
}
.since h2 span { 
font-size: 8rem; 
}
.pp span { 
font-size: 3.5rem; 
letter-spacing: -0.1rem;
}
.since h2 span {
font-size: 8rem; 
}
.pp span { font-size: 3.5rem; 
letter-spacing: -0.1rem;
}
.ccbc, .careers p {
padding: 25px 15px 25px 15px;
}
.team h2 {
font-size: 1.8rem;
}
.bubble {
padding: 18px 10px 10px 10px;
}    
.drayage-hero h1, .flatbed-hero h1, .drayage-hero h1 span, .flatbed-hero h1 span {
font-size: 3rem;
}
.mtc h1 {
font-size: 1.8rem;
} 
.mtc h1 span, .connect h2, .form-intro h2 span {
font-size: 2.8rem ;  
}
.largest p {
font-size: 1.2rem;
}
.accordion-flush .accordion-item {
padding: 13px;
}
.quote-panel {
padding: 0 5px 50px 5px;
}
.sign {
top: 8%; width: 125px; right: -2%;
  }
}  
@media (max-width: 360px) {
.assoc h4 span, .since h3 {
font-size: 1.8rem;
}
.sign { 
visibility: hidden; 
}
.hire-bubble {
padding: 50px 9px 50px 9px;  
}
.aside span {
font-size: 1.7rem;
}
.wheat {
left: 29%; 
width: 55px; 
bottom: -19%; 
}
.you h2 {
font-size: 2.5rem;  
}
.trees {
width: 70px;  
}
.assoc h4 {
font-size: 1.4rem;
}
} 
@media (max-width: 320px) {
.hero-panel {
background-color: #fff; 
border-radius: 25px; 
padding: 35px 5px 0 5px; 
margin: 100px 10px 0 10px;
}
.dtt h1 {
margin: 4rem 0 2rem 0;
}
.connect p, .connect-col-2 p { 
font-size: 1rem; 
}
.intro-block p {
padding: 15px;
}
.assoc h4 span, .since h3 {
font-size: 1.6rem;
}  
.radio { 
top: 9%; 
}
.roll h2 span {
font-size: 5rem;
}
.team h1 span {
font-size: 3.5rem; 
letter-spacing: -0.1rem;  
}
.connect h2 {
font-size: 1.7rem;  
}
.quote h1 span, .quote h1 {
font-size: 1.6rem;
}
/*
.quote h1 {
font-size: 1.7rem; 
letter-spacing: -0.1rem; 
padding: 12rem 0 0 0;
}

.form-noborder h2, .form h3 {
margin: 15px 0 10px 0;
}

.form-intro h2 {
font-size: 1.5rem; 
margin-bottom: 0;
}
*/
.tts {
height:300px;
}
.drayage-hero h1, .flatbed-hero h1, .drayage-hero h1 span, .flatbed-hero h1 span {
font-size: 2.6rem; letter-spacing: -0.16rem;
}
.mtc h1 {
font-size: 1.6rem;
} 
.mtc h1 span {
font-size: 2.6rem ;  
}
.form-intro h2 span {
font-size: 1.9rem; 
}
}
@media (max-width: 280px) {
form textarea, .form-control-input-form-main {
font-size: 0.8rem;
}
.quote-form {
padding: 0 10px 75px 10px;
}
.larger p, .commodities li, .form-intro h2, .form h3 { 
font-size: 1rem; 
}
.careers p {
padding: 25px 0 25px 0;
}
.ccbc {
padding: 25px 7px 25px 7px;
}
.polaroid {
top: -1%;
}
.dryvan-panel { 
margin: 75px 15px 100px 15px;
}
.hero-panel {
padding: 25px 0 75px 0;
}
.you h2 {
font-size: 2.1rem; 
letter-spacing: -0.1rem;
  }
} 
.mobile-padding { 
padding-top: 0!important; 
}
/* Video */
.video-intro h1 {
font-family: "Poppins", sans-serif;
font-size: 5rem;
font-weight: 700;
line-height: 1.1;
color: #fff;
text-shadow: 0 0 1em rgb(0 0 0 / 19%);
}
.video-intro h2 {
font-family: "Poppins", sans-serif;
font-size: 2rem;
color: #fff;
letter-spacing: -0.1px;  
text-shadow: 0 0 1em rgb(0 0 0 / 19%);
}
@media (max-width: 1440px) {
.video-intro h1 {
font-size: 4rem; 
}
} 
@media (max-width: 768px) {
.bubble {
padding: 30px 35px 20px 35px;
}
}
@media (max-width: 576px) {
.bubble {
padding: 28px 15px 20px 15px; 
margin-bottom: 60px; top: 8%; 
border-radius: 15px;
}
.hero-panel {
margin: 100px 15px 75px 15px; 
padding: 75px 0 75px 0;
  }
}
.checklist li  {
list-style: none;
padding: 0;
font-size: 1.4rem;
line-height: 1.8;
}
.features li  {
list-style: circle;
padding: 0;
font-size: 1.4rem;
line-height: 1.8;
}
.brand-orange {
color: #ff391b;
}
.fleet h2 {
font-size: 3.5rem;
line-height: 1;
font-weight: 800;
letter-spacing: -0.2rem;
margin-bottom: 25px;
}
@media (max-width: 576px) {
.checklist li {
font-size: 1.2rem;
  }
.fleet h2 {
font-size: 2.3rem;
letter-spacing: -0.1rem;
  }  
}
@media (max-width: 360px) {
.fleet h2 {
font-size: 2.1rem;
  }  
}
@media (max-width: 320px) {
.fleet h2 {
font-size: 1.5rem;
}
.checklist li {
  font-size: 1rem;
}
p span {
  font-size: 1.5rem;
  }    
}
/* below was missing - incorrect ver css on server */
/*
.dir {
  padding: 0 25px 0 25px;
}
.dir p {
font-family: 'Open Sans', sans-serif; 
font-size: 1.4rem; 
line-height: 1.2; 
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
text-rendering: optimizeLegibility; 
text-align: center; 
margin: 20px 0 -10px 0;
}
.dir span { font-size: 1.1rem; 
  text-align: center; 
  color: rgb(48 43 43 / 78%); 
}
.dir a {
  font-weight: 600;
  color: #0d69b3;
  background-color: rgb(13 105 179 / 8%);
  padding: 5px 20px 5px 20px;
  border-radius: 25px;
}
.dir a:hover {
  background-color: rgb(13 105 179 / 4%);
  transition: 0.45s ease-in-out;
}
@media (max-width: 360px) {
.dir a {
font-size: 1.2rem;  
}
.dir span {
font-size: 1rem;  
}
.dir p {
line-height: 1;
  }
}  
*/
.dtt h1 {
font-size: 3.5rem;
letter-spacing: -0.2rem;
margin-bottom: 50px;
}
@media (max-width: 991px) {
.video-intro h1 {
font-size: 3.5rem; 
}
.video-intro h2 {
font-size: 1.5rem;  
}
.logistics h3 {
font-size: 4.5rem;
letter-spacing: -0.2rem  
}
.logistics h3 span {
font-size: 2.4rem;
letter-spacing: -0.1rem
}
}
@media (max-width: 767px) {
.video-intro h1 {
font-size: 3rem;
}
/*
.dir a {
font-size: 1.2rem
}
*/
}
@media (max-width: 576px) {
.video-intro h1 {
font-size: 2.5rem;
}
}
@media (max-width: 430px) {
#header { /* Added 8-12-24 */
padding: 25px 10px 25px 10px;
}
.alert-custom {
font-size: 0.8em; /* Added 8-12-24 */
}
.video-intro h2 {
font-size: 1.3rem;
}
.logistics {
margin-bottom: 35px;  
}
}
/* Custom Modal Stuff Below */

.md-show ~ .md-overlay {
opacity: 1;
visibility: visible;
}
.modal {
  z-index: 99999999999999;
}
.md-overlay {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
z-index: 1000;
opacity: 0.5;
background: rgba(143,27,15,0.8);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show.md-effect-12 ~ .md-overlay {
background: #e74c3c;
}
.md-modal {
position: fixed;
top: 50%;
left: 50%;
width: 50%;
max-width: 630px;
min-width: 320px;
height: auto;
z-index: 2000;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.show {
visibility: visible;
}
.modal-backdrop {
--bs-backdrop-bg: #ff391b!important;
--bs-backdrop-opacity: 0.99!important;
} 
@media (max-width: 320px) {
.alert-custom { /* Added 8-13-24 */
font-size: 0.7em;
  }
}  
/* Updated employee layout 1-16-25 */

.team-cards p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgb(68 68 68 / 77%);
  margin-bottom: 0.9rem;
}
.li-logo {
  margin-right: 9px;
}
.team-cards span {
  font-size: 1.38rem; 
  color: #444; 
  margin-bottom: 0.5rem; 
  line-height: 1; 
  font-weight: 600; 
  font-family: "Open Sans", sans-serif;
}
.card-photo {
  border-radius: 10px;
  margin-bottom: 25px;
}
.photo-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 15px 25px 15px;
  margin: 30px 0 30px 0;
  flex-grow: 1;
  flex-basis: 0;
}
.box-shadow {
  --tw-shadow: 10px 13px 36px 24px rgba(0,0,0, 3%);
  --tw-shadow-colored: 10px 13px 36px 24px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow); 
}
@media (max-width: 1199px) {
.team-cards p {
  font-size: 1rem;
  }
}
@media (max-width: 320px) {
.team-cards span {
  font-size: 1.38rem;
  }
} 
.bio p {
  font-size: 1.6rem; 
  line-height: 1.5;
  padding-top: 75px;
}
/* Do not use on page team.php - conflicts with careers page
.team {
  background-color: rgb(21 38 76); 
  padding: 75px 0 100px 0; 
  border-bottom: 8px solid #e9f0ff;
}
*/
.wwa-sec {
  padding: 90px 0 50px 0;
}
.wwa h1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.2rem;
}
.wwa h1 span {
    font-size: 10.5rem;
    color: #0d69b3;
    font-weight: 800;
    line-height: 1;
}
@media (max-width: 430px) {
.wwa h1 span {
    font-size: 8rem;
  }   
}
@media (max-width: 991px) {
.bio p {
  padding-top: 0;
  }  
}
@media (max-width: 390px) {
.bio p {
  font-size: 1.2rem;
  }  
.wwa h1 {
  font-size: 3rem;
  }  
.wwa h1 span {
  font-size: 6rem;
  } 
.quote-form {
padding: 0 15px 75px 15px;
}   
}
.pulse-on-active {
  display:inline-block;
  border-radius:12px;          /* optional, for nicer glow */
  transition: transform .15s ease;  /* snappy press feel */
}
.pulse-on-active:active {
  animation: pulse .6s ease-out;
}

@keyframes pulse {
  0%   { transform: scale(1);   box-shadow: 0 0 0 0 rgba(0,0,0,.25); }
  70%  { transform: scale(1.06); box-shadow: 0 0 0 20px rgba(0,0,0,0); }
  100% { transform: scale(1);   box-shadow: 0 0 0 0 rgba(0,0,0,0); }
}
.h-line { /* 10-2025 */
  width: 100px;
  height: 10px;
  display: inline-block;
  background-color: #d12d15;
  margin-bottom: 35px;
}
@media (max-width: 430px) { 
.h-line {
  margin-bottom: 25px;
  height: 5px;  
  }
}  
