/*================================================================================================================================
SYSTEM =================================================================================================================================*/
/* Grid Clearfix */
/*
@media (min-width: 576px ) and (max-width: 767px ) {
	#listings-grid .product-results-grid-container:nth-child(2n) {
		clear: both;
	}
	}
@media (min-width: 991px) {
    #listings-grid .product-results-grid-container:nth-child(3n) {
        clear: both;
    }
    }
*/
.product-results-grid-container .product-image img{width: 100%!important;}
.product-results-grid-container img.img-responsive.full-width {
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
    width: 100%!important;
/*    border: 5px solid #3e89e2;*/
} 
.product-results-grid-container .table-condensed>tbody>tr>td {
    padding: 5px 0px 5px 10px!important;
}
.product-results-grid-container hr {
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #bababa;
}
.product-results-grid-container .product-price{text-align: left;line-height: 25px;font-size: 25px;}
.product-results-grid-container .table-condensed>tbody>tr>td, .product-action-container{font-size: 17px;}

.product-results-grid-container .btn-tt {
    font-size: .5em;
}
.product-results-grid-container a.financing-text {
    color: #f1f1f1;
}
.product-results-grid-container a.financing-text span:last-child {
    display: block;
    text-decoration: underline;
}

.product-results-grid-container .btn-custom{
	color: #ffffff;
	background: #013179;
	border: none;
	border-radius: 0;
}
.product-results-grid-container .btn-success{
	width: 100%;
}
.product-results-grid-container .financing-text span.b.vam {
    color: #f1f1f1;
}

#action-bar .btn {
    padding: 15px 0px;line-height: 21px;
}
#action-bar .btn.btn-custom.trackEvent.phone, #action-bar .btn.btn-custom.trackEvent.quote,#action-bar > div > div:nth-child(2) > a{
    border-right: 1px solid #cbcbcb;
}
#action-bar .btn.btn-custom.trackEvent.phone, #action-bar .btn.btn-custom.trackEvent.quote, #action-bar .btn.btn-custom.details{
    font-size: 16px;
}
#action-bar .btn.btn-custom.trackEvent.phone:hover, #action-bar .btn.btn-custom.trackEvent.quote:hover{
    border-right: 1px solid #013179;
}
#action-bar .btn.btn-custom.trackEvent.quote:hover #action-bar .btn.btn-custom.trackEvent.phone{
    border-left: 1px solid #013179;
}
.product-results-container .btn-custom:hover {
color: #cbcbcb;
border: 2px solid #1a1a1a;
background-color: #1a1a1a;
border-radius: 0px;
}
.slick-prev,
.slick-next {
    top: 50% !important;
}
#tanker--slider .slick-slide{
	padding: 10px;
    line-height: normal;}
#tanker--slider .slick-slide:hover{
	background: #FAFAFA;
	border-radius: 8px;
	font-weight: bold;
}
#inventory--category-slider .slick-slide {
    margin: 0 27px;
}
#inventory--category-slider .slick-list {
    margin: 0 -27px;
}
#inventory--category-slider .slick-prev,
#inventory--category-slider .slick-next {
    top: 40% !important;
}
#inventory--category-slider .category-block:hover {
    transform: scale(1.1);
}
.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.truncate-read-more-state {
    display: none;
}

.truncate-read-more-target p:nth-child(n + 3), 
.truncate-read-more-target ul {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: 0.25s ease;
}

.truncate-read-more-state:checked ~ .truncate-read-more-wrap .truncate-read-more-target ul,
.truncate-read-more-state:checked ~ .truncate-read-more-wrap .truncate-read-more-target p:nth-child(n + 2),
.truncate-read-more-target p:first-child {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.truncate-read-more-state ~ .truncate-read-more-trigger:before {
    content: "...Read Full Description";
}

.truncate-read-more-state:checked ~ .truncate-read-more-trigger:before {
    content: "Show Less";
}

.truncate-read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 0.5em;
    color: #013179;
    font-weight: 100;
}
/* v2 version styles */
.truncate-read-more-state {
    display: none;
}

.truncate-read-more-target.v2 {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: 0.25s ease;
    overflow: hidden; /* Ensures content is hidden completely */
}

.truncate-read-more-state:checked ~ .truncate-read-more-wrap .truncate-read-more-target.v2 {
    opacity: 1;
    font-size: inherit;
    max-height: 999em; /* Adjust to ensure it reveals the full content */
    overflow: visible; /* Makes sure content becomes visible */
}

.truncate-read-more-state ~ .truncate-read-more-trigger.v2:before {
    content: "Read More \f0d7"; /* FontAwesome chevron-down */
    font-family: "FontAwesome";
}

.truncate-read-more-state:checked ~ .truncate-read-more-trigger.v2:before {
    content: "Read Less \f0d8"; /* FontAwesome chevron-up */
    font-family: "FontAwesome";
}

.truncate-read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 0.5em;
    color: #013179;
    font-weight: 100;
	text-decoration: underline;
}
.pl0 {
    padding-left: 0;
}
.pr0 {
    padding-right: 0;
}
.bordered {
    border: 2px solid #e8e8ea;
}
.bordered-b {
    border-bottom: 2px solid #e8e8ea;
}
.lightgray-bg {
    background-color: #f8f8f8;
}
#custom-consign .btn-custom,
#mc_embed_signup .button {
    background-color: #013179 !important;
    border-color: #013179 !important;
    width: 100% !important;
    font-size: 20px !important;
    height: auto !important;
    line-height: normal !important;
    border-radius: 50px !important;
    padding: 15px !important;
    box-shadow: 0px 14px 14px #8a8a8a !important;
    -webkit-box-shadow: 0px 14px 14px #8a8a8a !important;
    margin-top: 25px !important;
}
#mc_embed_signup .button {
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: fit-content;
    width: -moz-fit-content;
}
#custom-consign .form-group.required > label:after {
    display: none;
}
#custom-consign .form-control-feedback {
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}
#custom-consign .joined-group .help-block {
    float: left;
    width: 50%;
}
#custom-consign .form-control,
#custom-consign input,
#custom-consign select,
#custom-consign select#mce-MMERGE17 {
    display: block;
    width: 100%;
/*    height: 50px;*/
    padding: 10px 12px;
    font-family: "FontAwesome", "Barlow", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #a2a2a2;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-consign .has-error {
    border-color: #a94442;
}
#custom-consign input#sc_rrc_txtLastName,
#custom-consign input#mce-LNAME {
    border-left: 2px solid #e8e8ea !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
#mc_embed_signup {
    background: transparent !important;
    font: inherit !important;
    width: 100% !important;
}
#mc_embed_signup input {
    border: none !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.manufacturer-header,
#blog-content,
.header-clear {
    margin-top: 75px;
}
#top-bar {
    max-height: 35px;
    background-color: #050f1f;
}
#top-bar .social-block {
    margin-bottom: 0;
}
#top-bar .social-block li a .fa {
    padding: 2px;
    font-size: 18px;
    color: #c8c8c8;
}
#top-bar input#asc_q {
    max-height: 28px;
    top: -3px;
}
#top-bar button#asc_sbtn {
    padding: 4px 21px;
    text-transform: uppercase;
    font-weight: 900 !important;
    font-size: 14px;
    max-height: 28px;
    top: -3px;
}
img.value-statement {
    display: block;
    margin: auto;
    width: 100px;
}
#quote--block {
    border-radius: 10px;
    background-image: url(/img/star-accent.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: -40% 30%;
}
#quote--block img {
    width: 50px;
}
.text--sm {
    font-size: 0.75em;
}
#sentence-search {
    clear: both;
    width: 100%;
    overflow: hidden;
}
#sentence-search .form-inline .form-control {
    height: 3.5em;
    border-radius: 0;
}
#sentence-search .form-inline .form-group {
    display: block;
    float: left;
}
#sentence-search .form-inline .form-group.type .form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#sentence-search .form-inline .form-group.manufacturer {
}
#sentence-search .btn-custom {
    height: 3.5em;
    border: none;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-radius: 5px;
    background-color: #dc0000;
}
.hero-wrapper-outter {
    width: 100%;
    margin: auto;
    position: relative;
}
.hero-wrapper-inner {
    margin-top: 75px;
}
.hero-wrapper-inner:after {
    z-index: 2;
    background-image: linear-gradient(89deg, #051020 25%, rgba(38, 38, 43, 0) 100%);
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.cta-text-wrapper .sub-heading-1 {
    color: #dc0000;
	font-size: .5em;
}
.cta-text-wrapper .heading-1 {
    font-size: 3.5em;
    font-size: 1.5em;
}
.cta-text-wrapper .sub-heading-2,
.quote--text {
    font-size: 1.25em;
}
.cta-text-wrapper .heading-1,
.cta-text-wrapper p {
    color: #f2f2f2;
}
.cta-text-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    left: 15%;
    width: 100%;
}
.accent {
    width: 100%;
    clear: both;
    margin: 15px auto;
    float: left;
    border-top: 1px solid #e8e8e8;
}
.accent-divider-1 {
    border-top: 3px solid #003178;
    width: 10%;
    float: left;
}
.accent-divider-2 {
    border-top: 3px solid #003178;
    width: 10%;
    margin: auto;
}
.accent-divider-3 {
    border-top: 3px solid #DC0000;
    width: 75%;
    margin: auto;
}
#categories--container {
    box-shadow: 0px 10px 14px rgb(0 0 0 / 35%);
    -webikit-box-shadow: 0px 10px 14px rgb(0 0 0 / 35%);
}
.skew-cc {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    bottom: 154px;
    background: linear-gradient(to right bottom, rgb(130 58 156 / 0%) 50%, #fff 50%), linear-gradient(-50deg, #ffffff 16px, #0000 0);
}
.section-featured-vehicles .fade-up {
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
}
.heading-1 {
    font-size: 1.75em;
    font-weight: 700;
    text-transform: uppercase;
}
.sub-heading-1 {
    font-size: 1em;
    color: #003178;
    text-transform: uppercase;
    font-weight: 600;
}

#menu--inventory-slider .slick-slide img:hover,
.category-block:hover {
    transform: scale(1.25);
    transition: 0.5 all linear;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}
#menu--inventory-slider .slick-prev,
#menu--inventory-slider .slick-next,
#dealer-slider .slick-prev,
#dealer-slider .slick-next,
#home--blog-slider.slick-prev,
#home--blog-slider .slick-next,
#menu--category-slider .slick-prev,
#menu--category-slider .slick-next {
    top: 40px !important;
    width: 25%;
    height: 110px;
}
#dealer-slider .slick-prev,
#dealer-slider .slick-next,
#home--blog-slider .slick-prev,
#home--blog-slider .slick-next {
    top: 20% !important;
    width: 25%;
    height: 100%;
}
#dealer-slider .slick-prev,
#dealer-slider .slick-next {
    width: 10%;
}
#home--blog-slider .slick-prev,
#home--blog-slider .slick-next {
    top: 60px !important;
    width: 150px;
}
#home--blog-slider .slick-prev:before,
#menu--inventory-slider .slick-prev:before,
#menu--category-slider .slick-prev:before {
    margin-right: 60px;
}
#home--blog-slider .slick-prev,
#home--blog-slider .slick-next {
    background: rgba(255, 255, 255, 0);
}
#menu--inventory-slider .slick-prev,
#menu--category-slider .slick-prev,
#home--blog-slider .slick-prev {
    margin-left: -75px;
}
#menu--inventory-slider .slick-prev,
#menu--category-slider .slick-prev,
#dealer-slider .slick-prev {
    background: linear-gradient(90deg, #fff 35%, rgba(255, 255, 255, 0));
}
#home--blog-slider .slick-next:before,
#menu--inventory-slider .slick-next:before,
#menu--category-slider .slick-next:before {
    margin-left: 60px;
}
#menu--inventory-slider .slick-next,
#menu--category-slider .slick-next,
#dealer-slider .slick-next {
    background: linear-gradient(270deg, #fff 35%, rgba(255, 255, 255, 0));
}
#menu--inventory-slider .slick-next,
#menu--category-slider .slick-next,
#home--blog-slider .slick-next {
    margin-right: -75px;
}
#home--blog-slider .slick-prev:before,
#home--blog-slider .slick-next:before,
#menu--inventory-slider .slick-prev:before,
#menu--inventory-slider .slick-next:before,
#menu--category-slider .slick-prev:before,
#menu--category-slider .slick-next:before,
#dealer-slider .slick-next:before,
#dealer-slider .slick-prev:before,
#home--blog-slider .slick-next:before,
#home--blog-slider .slick-prev:before {
    font-size: 42px;
    opacity: 1;
    color: #003178;
}
#menu--inventory-slider .slick-slide,
#menu--category-slider .slick-slide {
    margin: 35px 0px 30px 40px;
}
#home--blog-slider .slick-slide {
    margin: 27px;
}
#home--blog-slider .slick-list,
#menu--inventory-slider .slick-list,
#menu--category-slider .slick-list {
    margin: -27px;
}
/*----------------------------------------------------------------*\
    BLOG
\*----------------------------------------------------------------*/
img.blog-aside--img.p4 {
    float: right;
    max-width: 450px;
}
@media (max-width: 991px) {
	
	.h3, h3{font-size: 30px;}	
	.h4, h4{font-size: 24px;}	
img.blog-aside--img.p4 {
    float: none;
	display: block;
    max-width: 100%;
    height: auto;
}
}
.blog-block .information .title {
    color: #1d1d1f;
    font-size: 1.1em;
}
.blog-block .information p {
    color: #969696;
    font-size: 0.8em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-block .img-block img {
    height: 160px;
    width: 100%;
}
.blog-block .img-block {
    padding: 0;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}
.blog-block,
.for-sale--block {
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    box-shadow: 2px 2px 7px 0 rgb(0 0 0 / 14%);
    background-color: #fff;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), box-shadow 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
    will-change: transform;
}
.for-sale--block {
    margin: 10px 10px;
}
.view-details--block {
    background: gray;
    margin-bottom: -12px;
}
.blog-block:hover,
.for-sale--block:hover {
    box-shadow: 0 30px 35px -35px rgb(0 0 0 / 50%);
    transform: scale(1.05);
}
.blog-block .information {
    padding: 1.3333333333rem 1.4666666667rem;
}
.blog-icon {
    width: 60px;
    float: left;
    padding: 0px 10px 0px 0;
}
.animated-btn-wrapper {
    margin-top: 35px;
}
.animated-btn-wrapper .cta {
    padding: 15px 0 15px 20px;
    color: white;
    background: #003178;
    border-radius: 7px;
    transition: 1s;
}
.animated-btn-wrapper .cta:focus {
    outline: none;
}
.animated-btn-wrapper .cta:hover {
    transition: 0.5s;
    color: white;
    box-shadow: 5px 5px 0 #dc0000;
}
.animated-btn-wrapper .cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}
.animated-btn-wrapper .cta:hover span:nth-child(2) {
    transition: 0.5s;
    margin-right: 15px;
}
path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}
path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}
.animated-btn-wrapper .cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}
.animated-btn-wrapper .cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}
.animated-btn-wrapper .cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}
@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #dc0000;
    }
    100% {
        fill: white;
    }
}
.line-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    background-image: -webkit-linear-gradient(320deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 100%), url(/img/line-background.png);
    background-image: -o-linear-gradient(320deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 100%), url(/img/line-background.png);
    background-image: linear-gradient(320deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 100%), url(/img/line-background.png);
    background-position: 0 0;
    background-color: initial;
    border-top: 1px solid #f2f2f2;
}
#about-aside {
    margin-bottom: -6em;
    padding: 9em 0 15em 0 !important;
}
#blog-bottom {
    margin-top: -6em;
    padding: 8em 0 5em 0;
}
body {
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.multi-column-2 {
  column-count: 2;
  column-gap: 8px;
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
a {
    color: #013179;
    text-decoration: none;
}
a:hover,
a:focus,
.alt-link a:hover,
.alt-link a:focus {
    color: #dc0000;
    text-decoration: none;
}
.alt-link a {
    color: #f1f1f1;
    font-weight: 600;
}
.long-break {
    line-break: anywhere;
}
.manufacturer-header p a {
    color: #ffffff;
    font-weight: bold;
}
.manufacturer-header a:hover {
    color: #dc0000;
}
.img-responsive.full-width {
    width: 100%;
    max-width: 100%!important;
}
.RadSlider_Bootstrap .rslHorizontal .rslSelectedregion,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: #dc0000;
    background-color: #dc0000;
}
.color--primary {
    color: #1c4072 !important;
}
.color--secondary {
    color: #003178 !important;
}
.color--tertiary {
    color: #dc0000 !important;
}
.color--white {
    color: white;
}
.color--black {
    color: black;
}
.color--grey {
    color: #b5b5b5;
}
a.ls-nav-stop {
    top: -63px;
}
.bg--primary {
    background-color: #1c4072!important;
}

.bg--gradient-1 {
	background: radial-gradient(85.4% 133.32% at 50% 50%, #003278 0%, #022350 100%);
	background-color: #1c4072;
}
.bg--grey {
    background-color: #b5b5b5;
}
.bg--light-grey {
    background-color: #F8F8F8;
}
.b-bottom {
    border-bottom: 5px solid #003178;
}
.vertical-center {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.p3 {
    padding: 18px;
}
.mb0 {
    margin-bottom: 0 !important;
}
.seo-card {
    background: white;
    border: 1px solid rgb(128 128 128 / 25%);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    margin-bottom: 25px;
}
.seo-card img,
.seo.manufacturer {
    border-radius: 50%;
    border: 5px solid rgb(223 223 223 / 42%);
    box-shadow: 5px 5px 10px rgb(0 0 0 / 25%);
    max-width: 150px;
    margin: 0 auto 20px;
    pointer-events: none;
}
.seo-card img.manufacturer,
.seo.manufacturer {
    max-width: 125px;
}
.seo-card img.manufacturer.lg,
.seo.manufacturer.lg {
    max-width: 200px;
}
.seo.manufacturer.large {
    max-width: 100%;
}
.emphasis-type {
    font-size: 18px;
}
.seo-card.v2 {border-left: none;border-top: none;border-bottom: none; border-right: 1px solid rgb(128 128 128 / 25%);border-radius: 0;padding: 0 25px 0 5px;}
#about-manufacturer img {border-radius: 50%;
    border: 10px solid rgb(223 223 223 / 42%);
    box-shadow: 5px 5px 10px rgb(0 0 0 / 25%);
    max-width: 100%;
    margin: 0 auto 20px;
    pointer-events: none;}
#why-manufacturer-trailers > div > div > div.row > div:nth-child(4) > div{border-right: none;}

@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.hvr-push {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #242424;
    background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#242424));
    background: linear-gradient(180deg, #333333 0%, #242424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#242424",GradientType=1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
}
.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#accordionDetail .card {
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 25%);
    margin-bottom: 17px;
    background: #ffffff;
}
#accordionDetail .card h2 button {
    width: 100%;
    text-align: left;
    font-size: 14px;
    white-space: inherit;
}
#accordionDetail .btn.btn-link i {
    transform: rotate(180deg);
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}
#accordionDetail .btn.btn-link.collapsed i {
    transform: rotate(0deg);
}
#header {
    background: #ffffff;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1970;
    border-bottom: 1px solid #e4e4e4;
}
#header a {
    color: #231f20;
}
.header-right {
    text-align: right;
}
#header .social,
#header .contact-information .location-top,
#header .contact-information .number {
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
}
#header .business-address {
    text-align: right;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.025em;
    color: #4d4d4d;
}
#header .social {
    font-size: 28px;
    float: left;
    padding-left: 20px;
}
#header .contact-information {
    padding-left: 30px;
}
.phone-1 a {
    color: #dc0000 !important;
}
.phone-1 a:hover {
    color: #1c4072 !important;
}
li.number {
    padding-left: 80px;
    font-size: 24px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.social .fa {
    color: #3b5998;
}
li.number .fa {
    color: #c91404;
}
.number span.phone-1,
.number span.phone-2 {
    display: block;
}
ul.header-locations {
    font-family: "Barlow", Helvetica, Arial, sans-serif;
}
@media (min-width: 1200px) {
    #header img {
        max-height: 50px;
    }
    #home--blog-slider .slick-slide,
    .blog-block .img-block img {
        height: 150px;
    }
}
@media (min-width: 768px) {
    #footer-main .large a {
        font-size: 36px !important;
    }
    #welcome h1 {
        font-size: 36px;
        text-align: left;
        margin-bottom: 55px;
    }
    #welcome p {
        margin-bottom: 44px;
    }
}
#header .header-main {
    font-family: "Barlow", Helvetica, Arial, sans-serif;
}
.header-logo {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    text-align: left;
}
span.day {
    padding-right: 20%;
}
#accordion-nav nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#accordion-nav nav #nav-tabs > li {
    margin: 0 auto;
}
#accordion-nav nav #nav-tabs > li > h4 {
    background-color: #388fed;
}
#accordion-nav ul {
    margin: auto;
    padding-left: 0;
    list-style: none none inside;
    overflow: hidden;
}
#accordion-nav ul li {
    position: relative;
}
#accordion-nav ul li h4 {
    margin: auto 0;
    padding: 5px 0;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
}
#accordion-nav ul li h4 .glyph-wrapper {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 11px;
    transition: all 0.5s 0.1s ease;
}
#accordion-nav ul li h4 .glyph-wrapper span {
    position: relative;
    left: 50%;
    top: 50%;
    display: block;
    background-color: #fff;
    transition: inherit;
    transform-origin: center;
}
#accordion-nav ul li h4 .glyph-wrapper span.line-h {
    width: inherit;
    height: 2px;
    transform: translate(-50%, calc(-50% + 1px));
}
#accordion-nav ul li h4 .glyph-wrapper span.line-v {
    width: 2px;
    height: inherit;
    transform: translate(-50%, calc(-50% - 1px));
}
.accordion {
    overflow: hidden;
    transition: all 0.4s ease;
}
.inactive + .accordion {
    max-height: 0;
    transition: all 0.4s ease;
}
.accordion li {
    max-height: 0;
    margin: 5px 0 0 2rem;
    padding-left: 1rem;
    border-left: none;
    border-right: none;
    font: normal 1.25rem/1.5 "Arial", sans-serif;
    transition: all 0.4s ease;
}
.active + .accordion li {
    max-height: 50px;
    transition: all 0.4s ease;
    padding: 5px 10px;
}
.accordion li + li {
    border-top: none;
    border-bottom: none;
}
#footer-main .address {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}
.social-block {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
}
.social-block li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.social-block li a .fa {
    display: block;
    overflow: hidden;
    width: auto;
    font-size: 24px;
    text-align: center;
}
.social-block li a .fa {
    font-size: 21px;
    webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
}
#footer-main,
.bg--dark {
    background-color: #050f1f;
    color: #fff;
}
.footer-links {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-links li {
    padding: 0 10px;
    margin-bottom: 5px;
    border-left: 1px solid white;
    line-height: 14px;
    font-size: 12px;
}
.footer-links li:first-child {
    border-left: none;
}
.footer-logo {
    max-width: 150px;
}
.footer-bottom-logo {
    max-height: 40px;
}
#footer-main a {
    color: #e7e7e7;
}
#footer-main .large.phone {
    margin-bottom: 50px;
}
#footer-main .large fa {
    font-size: 25px;
}
#footer-main .large a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
}
#footer-main a:hover,
#footer-main #footer-bottom a:hover {
    color: #dc0000;
}
#footer-main #footer-bottom a {
    color: #003178;
}
#footer-main hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #013179;
}
#footer-main hr.minor {
    width: 50%;
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
    border-top: 1px dashed #fff !important;
}
ul.footer-menu {
    text-decoration: none;
    list-style: none;
    list-style-type: none;
    font-size: 17px;
    padding: 0;
    font-family: "Barlow", Helvetica, Arial, sans-serif;
}
#mgmenu1 {
    border-radius: 7px;
}
.mgmenu > li > a,
.mgmenu > li > span {
    font-family: "Barlow", Helvetica, Arial, sans-serif;
}
#nav {
    margin-bottom: -20px;
}
#navbar {
    background-color: #fff;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 90%;
    display: block;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    z-index: 99;
    display: none;
    -webkit-box-shadow: 1px 1px 7px 0px grey;
    box-shadow: 1px 1px 7px 0px grey;
}
#navbar a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 17px;
}
#navbar a:hover {
    background-color: #ddd;
    color: black;
}
.nbf {
    z-index: 999;
    margin-top: -21px;
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
}
.scrolled {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 21px;
    -webkit-transition: box-shadow 2s ease-out;
    -webkit-transition: -webkit-box-shadow 2s ease-out;
    transition: -webkit-box-shadow 2s ease-out;
    transition: box-shadow 2s ease-out;
    transition: box-shadow 2s ease-out, -webkit-box-shadow 2s ease-out;
    box-shadow: 0px 16px 7px 5px black;
    -moz-box-shadow: 0 16px 7px 5px black;
    -webkit-box-shadow: 0px 16px 7px 5px black;
}
.scroll-logo {
    display: none;
    margin-left: 20px;
    padding: 2px 0;
}
.container {
    -webkit-transition: width 0.4s ease-out;
    -webkit-transition: width 0.4s ease-out;
    transition: width 0.4s ease-out;
}
.scroll-container {
    -webkit-transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    width: 100%;
}
.show-logo {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.video-module {
    border: 1px solid #013179;
    margin: 20px auto;
    min-height: 427px;
}
#videos h6 {
    background-color: #013179;
    color: white;
}
/*.blog_content p {text-align: justify;}*/
.blog-article_tag-item {
    float: left;
    padding-right: 10px;
}
.blog-article_tags {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.blog-article_tag a {
    transition: opacity 0.25s ease-in-out;
    display: inline-block;
	margin-right: 5px;
    border-radius: 4px;
    border: 1px solid currentColor;
    padding: 0 15px;
    line-height: 2;
    color: currentColor;
    opacity: 0.8;
}
<!--p.blog-article_text:after, .blog-article_text:after {
    content: '...';
}-->
.blog-article img {
    transition: border-color 0.25s ease-in-out;
    border: 1px solid #003178;
}
.blog-share.blog-share--list {
    margin-left: 30px;
}
.blog-article_footer {
    margin-top: 28px;
}
li.blog-pagination_item.next {
    padding-left: 10px;
}
li.blog-pagination_item.prev {
    padding-right: 10px;
}
li.blog-pagination_item.next,
li.blog-pagination_item.prev,
li.blog-pagination_item.next a,
li.blog-pagination_item.prev a {
    color: #999999;
}
li.blog-pagination_item.next,
li.blog-pagination_item.prev,
li.blog-pagination_item.pages {
    float: left;
    line-height: 2em;
    text-align: center;
}
li.blog-pagination_item.pages,
li.blog-share_item.blog-share_item--twitter,
.blog-article_header-detail--category {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 0 10px;
}
ul.blog-pagination_list,
ul.blog-sidebar_link-list,
.blog-sidebar,
.blog-article_tag-list {
    list-style: none;
}
.blog-share_heading {
    float: left;
}
.blog-share_list {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.blog-share_item {
    transition: opacity 0.25s ease-in-out;
    position: relative;
    display: block;
    min-width: 30px;
    min-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 30px;
    color: currentColor;
    position: relative;
    float: left;
    text-align: center;
}
#blog-sidebar-header,
#blog-sidebar-posts,
#blog-sidebar-categories {
    padding: 25px 30px 30px;
    background-color: #f3f3f3;
    border: 1px solid #e6e6e6;
}
.collapse-title:after {
    transition: all 0.25s ease-in-out;
    content: "\f106";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 0.5rem;
    opacity: 0.5;
}
.read-more-wrap,
.read-more-wrap-2,
.read-more-wrap-3,
.read-more-wrap-4,
.read-more-wrap-5,
.blog-sidebar {
    margin: auto;
    padding: 0;
    text-indent: 14px;
}
.read-more-state,
.read-more-state-2,
.read-more-state-3,
.read-more-state-4,
.read-more-state-5 {
    display: none;
}
.read-more-target,
.read-more-target-2,
.read-more-target-3,
.read-more-target-4,
.read-more-target-5 {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: 0.25s ease;
    display: block;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target,
.read-more-state-2:checked ~ .read-more-wrap-2 .read-more-target-2,
.read-more-state-3:checked ~ .read-more-wrap-3 .read-more-target-3,
.read-more-state-4:checked ~ .read-more-wrap-4 .read-more-target-4,
.read-more-state-5:checked ~ .read-more-wrap-5 .read-more-target-5 {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}
.read-more-state ~ .read-more-trigger:after,
.read-more-state-1 ~ .read-more-trigger-1:after,
.read-more-state-2 ~ .read-more-trigger-2:after,
.read-more-state-3 ~ .read-more-trigger-3:after,
.read-more-state-4 ~ .read-more-trigger-4:after,
.read-more-state-5 ~ .read-more-trigger-5:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f054";
}
.read-more-state:checked ~ .read-more-trigger:after,
.read-more-state-1:checked ~ .read-more-trigger-1:after,
.read-more-state-2:checked ~ .read-more-trigger-2:after,
.read-more-state-3:checked ~ .read-more-trigger-3:after,
.read-more-state-4:checked ~ .read-more-trigger-4:after,
.read-more-state-5:checked ~ .read-more-trigger-5:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f078";
}
.read-more-trigger,
.read-more-trigger-1,
.read-more-trigger-2,
.read-more-trigger-3,
.read-more-trigger-4,
.read-more-trigger-5 {
    cursor: pointer;
    display: inline-block;
    padding: 0.1em 0.3em;
    color: #003178;
}
.category-block {
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgb(7 7 7 / 14%);
    padding: 5px;
    margin: 15px auto;
    background: #fff;
}
#menu--inventory-slider.mobile-slider h3 {
    font-size: 0.75em;
}
#menu--category-slider .category-block img {
    width: 100%;
}
#menu--category-slider .category-block {
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgb(7 7 7 / 14%);
    padding: 5px;
    margin: 0px 25px;
}
#inventory--mobile img:hover {
    transform: scale(1.25);
    transition: 0.5 all linear;
    background-color: #ffffff;
}
#menu--category-slider .category-block:hover {
    transform: scale(1.25);
    transition: 0.5 all linear;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.huge, #home-slider h1.huge {
    font-size: 5em;
    font-family: "Ramsey-Condensed-Bold-Italic";
}
.social-block.huge li a .fa {
    font-size: 0.5em;
    font-family: "FontAwesome";
}
.header-locations a {
    color: #fff;
}
#home--inventory a {
    color: #fdae1b;
}
#home--inventory a:hover {
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Barlow", Helvetica, Arial, sans-serif;
}
.paragraph {
    font-family: "Source Sans Pro", "arial", "helvetica", sans-serif;
}
.product-results-container {
    margin: 0 auto 25px;
    padding: 20px;
    line-height: 1.6em;
    border: 2px solid #013179;
    border-radius: 10px;
}
.product-results-container .normal,
.dealer-results-container .normal {
    height: 0px;
    border-top: none;
}
.product-results-container h2 {
    font-size: 25px;
    font-weight: bold;
}
.product-results-container .product-price,
.event-specifics {
    font-size: 23px;
    color: #4a4a4a;
}
#home-categories a:hover {
    transition: all 0.2s ease-in-out;
    opacity: 0.7;
}
.category-cta {
    padding-top: 175px;
    padding-bottom: 175px;
    position: relative;
    min-height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 500px;
    border: 2px solid white;
    overflow: hidden;
}
.category-cta .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: all 0.4s ease;
    transform: translateY(50%);
    background-color: #003178;
}
#composition--container .category-cta .overlay {
	background-color: rgb(0 49 120 / 85%);}
.location-card {
	  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 20px;
/*  border-radius: 8px;*/
  min-height: 250px; 
}

.location-card h4::after{
	  content: '';
  display: block;
  width: 105%;         
  height: 2px;     
  background: #fff;    
  margin-top: 8px; 
}

.bg-cleveland {
  background-image: url('/img/seo/locations/cleveland.jpg');
}

.bg-omaha {
  background-image: url('/img/seo/locations/omaha.jpg');
}
.bg-champlain {
  background-image: url('/img/seo/locations/champlain.jpg');
}

.bg-athens {
  background-image: url('/img/seo/locations/athens.jpg');
}
.bg-laredo {
  background-image: url('/img/seo/locations/laredo.jpg');
}

.bg-horizon {
  background-image: url('/img/seo/locations/horizon.jpg');
}
.bg-midlothian {
  background-image: url('/img/seo/locations/midlothian.jpg');
}

.bg-strasburg {
  background-image: url('/img/seo/locations/strasburg.jpg');
}
.location-type {
    display: inline-block;
    width: auto;
    background: rgb(241, 241, 241);
    margin: 0;
	margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 10px;
}
.location-type.hq {
    background: #dc0000;
    color: #f1f1f1;
}
.category-cta .overlay .more-information p:before {
    content: "";
    display: block;
    background-color: #f2f2f2;
    max-width: 10em;
    height: 7px;
    margin-bottom: 0.5em;
    opacity: 1;
    transition: opacity 0.1s ease-out 0.1s;
}

.category-cta .overlay .more-information .btn {
    display: inline-block;
    min-height: 40px;
    font-size: 28px;
    line-height: 18px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 2px 2px 5px rgb(0 33 80 / 62%);
    color: #f2f2f2;
    border: 2px solid #eee;
    border-radius: 15% !important;
    background: #012c6b;
    border-radius: 0;
    -webkit-transition: 0.2s color ease-in;
    -o-transition: 0.2s color ease-in;
    transition: 0.2s color ease-in;
}
.inner .btn {
    display: inline-block;
    min-height: 40px;
    font-size: 28px;
    line-height: 18px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 2px 2px 5px rgb(0 33 80 / 62%);
    color: #f2f2f2;
    border: 2px solid #eee;
    border-radius: 15% !important;
    background: #012c6b;
    border-radius: 0;
    -webkit-transition: 0.2s color ease-in;
    -o-transition: 0.2s color ease-in;
    transition: 0.2s color ease-in;
    top: 105px;
    position: absolute;
    left: 0;
}
.category-cta .overlay .more-information .btn:hover, #rental-aside a.btn {
    color: #012c6b;
    background: #fff;
}
.category-cta .overlay .more-information p {
    text-align: left;
    text-transform: none;
    color: #f2f2f2;
}
.category-cta .overlay .more-information {
    position: absolute;
    color: #fff;
    float: left;
    text-transform: uppercase;
    bottom: 25px;
    left: 25px;
    padding-right: 35px;
}
.category-cta:hover .overlay {
    opacity: 1;
    transform: translateY(0%);
}
#composition--container .category-cta .overlay .more-information p:before {
    background-color: #dc0000;
    height: 3px;
}
.category-cta.composition-one {
	    background-image: url("/img/seo/composition/composition-one.jpg");
}
.category-cta.composition-two {
	    background-image: url("/img/seo/composition/composition-two.jpg");
}
.category-cta.composition-three {
	    background-image: url("/img/seo/composition/composition-three.jpg");
}
.category-cta.one {
    background-image: url("/img/trailersoftexas-cta1.jpg");
}
.category-cta.two {
    background-image: url("/img/trailersoftexas-cta2.jpg");
}
.category-cta.three {
    background-image: url("/img/trailersoftexas-cta3.jpg");
}
.category-cta.four {
    background-image: url("/img/trailersoftexas-cta4.jpg");
}
.category-cta.trailers-one {
    background-image: url("/img/trailers-one.jpg");
    background-position: 0%;
}
.category-cta.trailers-asphalt {
    background-image: url("/img/trailers-asphalt.webp");
    background-position: 0%;
}
.category-cta.trailers-two {
    background-image: url("/img/trailers-two.jpg");
    background-position: 33%;
}
.category-cta.trailers-three {
    background-image: url("/img/trailers-three.jpg");
    background-position: 66%;
}
.category-cta.trailers-four {
    background-image: url("/img/trailers-four.jpg");
    background-position: 99%;
}
.category-cta.trailers-five {
    background-image: url("/img/trailers-five.jpg");
    background-position: 99%;
}
.category-cta.trailers-six {
    background-image: url("/img/trailers-six.webp");
    background-position: 99%;
}
.category-cta.trailers-seven {
    background-image: url("/img/trailers-seven.webp");
    background-position: 99%;
}
.category-cta.trailers-eight {
    background-image: url("/img/trailers-eight.jpg?d=20200819");
    background-position: 99%;
}
.category-cta.trailers-nine {
    background-image: url("/img/trailers-two.jpg?d=20200819");
    background-position: 99%;
}
.category-cta.trailers-asphalt {
    background-image: linear-gradient(to bottom, rgb(94 94 94 / 52%), rgb(0 0 0 / 73%)), url(/img/Asphalt--Hot-Oil-Tank-Trailers-Tremcar-7250-Gallon--Aluminum--Air-Ride--375-F--24540270.jpg);
    background-position: 99%;
}
.category-cta.trailers-non-code {
    background-image: linear-gradient(to bottom, rgb(94 94 94 / 52%), rgb(0 0 0 / 73%)), url("/img/Non-Code-Tank-Trailers-Retesa-5600-Gallon-30-Deep-Drop-Double-Conical-24633462.jpeg");
    background-position: 99%;
}
.category-cta.trailers-dry-bulk {
    background-image: linear-gradient(to bottom, rgb(94 94 94 / 52%), rgb(0 0 0 / 73%)), url("/img/Dry-Bulk--Pneumatic-Tank-Trailers-Tremcar-1625-cu-ft-Vac-25526537.jpeg");
    background-position: 99%;
}
.category-cta h4,
.category-cta a {
    font-size: 18px;
    letter-spacing: 0.025em;
}
.category-cta i {
    font-size: 30px;
}
.category-cta h3,
.category-cta h4,
.category-cta i {
    color: white;
    text-align: left;
}
.category-cta h3:before {
    content: "";
    display: block;
    background-color: #003178;
    max-width: 10em;
    height: 7px;
    margin-bottom: 0.5em;
    opacity: 1;
    transition: opacity 0.1s ease-out 0.1s;
}
#composition--container .category-cta h3:before {
    display: none;
}

.category-cta h3 {
    font-weight: 900;
    font-size: 36px;
    letter-spacing: 0.025em;
}
.category-cta .inner {
    position: absolute;
    color: #fff;
    float: left;
    text-transform: uppercase;
    bottom: 25px;
    left: 25px;
}
.manufacturer-header .btn {
    min-width: 180px;
}
.btn-custom {
    background-color: #013179;
    border-color: #013179;
}
.blog-article_footer .btn-custom {
    -webkit-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    text-align: center;
    background-color: #003178;
    color: #fff;
}
.blog-article_footer .btn-custom:hover,
a.btn.btn-custom.call-for-pricing:hover,  #rental-aside a.btn:hover {
    color: #fff;
    background-color: #dc0000;
    border-color: #dc0000;
}
.btn-custom-2 {
    display: inline-block;
    width: 150px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #383838;
    border: 1px solid #383838;
    border-radius: 0;
    -webkit-transition: 0.2s color ease-in;
    -o-transition: 0.2s color ease-in;
    transition: 0.2s color ease-in;
}
.btn-custom-2.solid {
    width: auto;
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
    background-color: #003178;
    border: 1px solid #003178;
}
.btn.btn-custom-2.compact.solid {
    line-height: 21px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: none;
    padding: 10px 20px;
    color: white;
}
.btn-custom-2.solid.inverse {
    width: auto;
    padding: 5px 10px;
    font-size: 18px;
    color: #003178!important;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
}
.btn-custom-2.solid:hover,
.btn-custom-4:hover {
    background-color: #dc0000;
    border: 1px solid #dc0000;
    color: #fff;
}
.btn-custom-2:hover {
    color: #fff;
    background-color: #003178;
    border-color: #003178;
}
.btn-custom-3 {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 50px;
    color: #fff;
    font-family: "Barlow", Helvetica, Arial, sans-serif;
}
.btn-custom-4 {
    background-color: #003178;
    padding: 10px 50px;
    color: #fff;
    font-family: "Barlow", Helvetica, Arial, sans-serif;
}
.btn.btn-custom-2.compact.solid,.standard-btn {
    line-height: 21px;
    border-radius: 5px;
    font-size: 17px;
    text-transform: none;
    padding: 10px 25px;
    color: white;
}
.full-width-btn {
    width: 100%!important;
    max-width: 100%!important;
	text-align: center;
}
.manufacturer-header .btn.btn-custom-2.compact.solid {
    background-color: #fff;
    color: #003178;
}
.manufacturer-header .btn.btn-custom-2.compact.solid:hover {
    background-color: #dc0000;
    color: #fff;
}
.btn-custom-red {
    background-color: #dc0000;
	border-color: #890000;
    padding: 10px 50px;
    color: #fff;
    font-family: "Barlow", Helvetica, Arial, sans-serif;
}
.sec-spacing {
    padding-top: 8em;
    padding-bottom: 8em;
}
.row-spacing {
    padding-top: 2em;
    padding-bottom: 2em;}
.site-header {
    background-color: #013179;
    margin: auto;
    height: auto;
    padding: 10px 50px 5px;
    margin-top: 75px;
}
.site-header.v2 {
    margin-top: 5px;
}
.site-header h1 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 27px;
    color: white;
    text-align: center;
}
hr.heading-divider {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 0;
    border-top: 7px solid #dc0000;
    width: 10%;
    -webkit-transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}
hr.subheader-divider {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed black;
    width: 50%;
}
hr.minor {
    width: 50%;
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px dashed #fff !important;
}
.parallax-section {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
    overflow: hidden;
}
.parallax-section-2 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: right center;
    overflow: hidden;
    min-height: 550px;
    width: 100%;
}
.parallax-section-3 {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: left;
    overflow: hidden;
    min-height: 550px;
    width: 100%;
}

#home-menu {
    background: #b9b9b9;
}
#home-menu-container {
    border-top: 10px solid #dc0000;
    margin-top: -60px;
}
#home-menu #button {
    background-color: #252525;
    color: white;
    height: auto;
    padding: 30px 10px 10px 10px;
    border-left: white 1px solid;
    border-top: white 1px solid;
}
#home-menu #button:hover {
    background-color: #dc0000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
h3.home-banner-menu {
    line-height: 0.2;
}
.box_shadow {
    -webkit-box-shadow: 1px 1px 7px 0px grey;
    box-shadow: 1px 1px 7px 0px grey;
}
.box_shadow_inset {
    -webkit-box-shadow: 1px 1px 7px 0px grey inset;
    box-shadow: 1px 1px 7px 0px grey inset;
}
.review-frame {
    height: auto;
    overflow: visible;
    padding: 7px;
    margin: 10px auto;
    border: 5px solid #020096;
}
#parallax-overflow {
    -webkit-box-shadow: 0px 1px 7px black inset;
    box-shadow: 0px 1px 7px black inset;
    min-height: 400px;
}
#overflow-bottom {
    margin-top: -14%;
    position: relative;
    z-index: 999;
}
#overflow-bottom .col-md-4 {
    border-right: 1px dotted rgba(128, 128, 128, 0.15);
}
#overflow-bottom .col-md-4:last-child {
    border-right: none;
}
#current-inventory {
    background-image: url(/img/trailersource-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 418px;
}

#trade-in {
	background-image: url(/img/404.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center right;
    padding-top: 50px;
    padding-bottom: 50px;
}#trade-in-aside,#rental-aside {
	min-height: 650px;
    padding-top: 50px;
/*    padding-bottom: 50px;*/
}
#trade-in-aside {
	padding-right: 0;
	background-image: url(/img/trade-in-bg-only.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
	border-left: 4px solid #032e76;
}
#rental-aside {
  position: relative;
}

#rental-aside::after {
  content: "";
  position: absolute;
  right: 0; 
  top: 50%; 
  transform: translateY(-50%); 
  width: 0;
  height: 40%;
  border-right: 4px solid red;
}

.side-search {
    padding: 40px 36px;
    background-image: url(/img/trailersource-bg-search.jpg);
    background-size: cover;
    background-position: center;
    min-height: 418px;
}
#current-inventory .heading:before {
    content: "";
    position: absolute;
    top: 13%;
    left: 285px;
    right: 110px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#inventory a {
    font-family: "Source Sans Pro", "arial", "helvetica", sans-serif;
    font-size: 17px;
    font-weight: 900;
}
.inventory-container {
    background-color: #1a3f74;
}
.header--image--container {
    padding: 30px;
}
.inventory-container h1 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 50px;
}
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(188, 16, 16, 0);
    background-color: #e1e1e1;
    border-color: #2f5597;
}
button#asc_sbtn {
    text-transform: uppercase;
    font-weight: 900 !important;
    font-size: 14px;
}
.search-wrapper {
    width: 100%;
    padding: 8px 5px;
    border: 1px solid #d36c28;
    height: 51px;
}
@media handheld, only screen and (max-width: 766px) {
    .input-group {
        width: 100%;
    }
    .input-group .form-control {
        width: 100%;
    }
}
#home--inventory .slick-slide {
    margin: 0 13px;
}
#home--inventory .slick-list {
    width: 100% !important;
    height: none !important;
}
#home-slider {
    clear: both;
    overflow: hidden;
    max-width: 1500px;
    margin: auto;
}
.home-slider-outter {
    margin: auto;
    padding-top: 50px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(80%, #b9b9b9));
    background: linear-gradient(to bottom, #ffffff 0%, #b9b9b9 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b9b9b9',GradientType=0 );
}
#home--inventory .slick-prev,
#home--inventory .slick-next {
    background-color: #f4b400 !important;
}
#home--inventory .slick-prev:before,
#home--inventory .slick-next:before {
    color: #333;
}
.slider-background {
    background: rgb(19, 19, 16);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 16, 1)), color-stop(50%, rgba(25, 25, 25, 1)), to(rgba(33, 33, 36, 1)));
    background: linear-gradient(180deg, rgba(19, 19, 16, 1) 0%, rgba(25, 25, 25, 1) 50%, rgba(33, 33, 36, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131310",endColorstr="#212124",GradientType=1);
    border: #333 7px solid;
    -webkit-box-shadow: 0px 1px 3px black;
    box-shadow: 0px 1px 3px black;
}
#inventory--manufacturer-slider .slick-slide img{max-width:100px;}
.bg-white {
    background: #fff;
}
.bg-glass {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
}
.bg-grey {
    background: #f4f5fb;
}
.bg-grey {
    background: #f4f5fb;
}
.bg-blue {
    background: #013179;
}
.bg-secondary {
    background: #dc0000;
}
.pt2 {
    padding-top: 12px;
}
#page-title {
    background-color: #dc0000;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    width: 100%;
}
#page-title h1 {
    font: 54px/1.3;
    color: #fff;
    letter-spacing: -1px;
    font-family: "Open Sans", Arial, sans-serif;
    margin-bottom: 0;
    font-weight: 900;
    text-transform: uppercase;
}
@media only screen and (min-width: 100px) and (max-width: 721px) {
    #page-title {
        padding-top: 23px;
        padding-bottom: 23px;
        height: auto;
    }
}
@media (min-width: 1800px) {
	#trade-in {
    background-size: contain;
    background-size: 50%;
	}}
@media (min-width: 1530px) {
    .container {
        width: 1500px;
    }
    .category-cta h3 {
        font-size: 60px;
        line-height: 52px;
    }
}
@media (min-width: 1200px) {
    .compressed-padding {
        margin-left: 12em;
        margin-right: 12em;
    }
}
@media (min-width: 992px) {
    #welcome h1 {
        font-size: 60px;
    }
    .bordered-right {
        border-right: 2px solid #eeeeee;
/*        height: 25vh;*/
    }
}
@media (max-width: 1200px) {
    #header .header-locations li {
        width: 33%;
    }
    li.number {
        padding-left: 30px;
        font-size: 20px;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }
    #header .social {
        padding-left: 20px;
    }
    #header .contact-information {
        padding-left: 20px;
    }
}
@media (max-width: 1199px) {
    .vertical-center-md-reset {
        min-height: auto !important;
        display: -webkit-block !important;
        display: -ms-block !important;
        display: block !important;
    }
}
@media (max-width: 991px) {
.multi-column-2 {
  column-count: 1;
  column-gap: 0px;
}	
.category-cta {
    padding-top: 100px;
    padding-bottom: 100px;
}
.category-cta.composition-one, .category-cta.composition-two, .category-cta.composition-three, .category-cta.composition-one:hover, .category-cta.composition-two:hover, .category-cta.composition-three:hover{background-image: none;}
#composition .blog-block .img-block {
    max-height: 250px;
    position: relative;
    overflow: hidden;
}

#composition .blog-block .img-block img {
/*    height: 100%;*/
	min-height: 250px;
/*    width: auto;*/
    object-fit: cover; /* Optional, for better control */
    border-bottom: 1px solid #e4e4e4;
    display: block;
}
#trade-in {
	background-image: none;
    background-size: 0%;
    background-position: center;
	padding-top: 10px;
    padding-bottom: 10px;
}
.sec-spacing {
    padding-top: 4em;
    padding-bottom: 4em;}
	#about-aside {
     margin-bottom: auto; 
    padding: 4em 0 4em 0 !important;
}
    #sentence-sarch .form-group {
        width: 25%;
    }
    .lightgray-bg.manufacturer-header {
        margin-top: 50px;
    }
    .hero-wrapper-inner {
        margin-top: 0px;
    }
    .cta-text-wrapper {
        left: 2%;
    }
    #menu--inventory-slider.mobile-slider {
        margin-top: 60px;
    }
    .mobile-search-clear {
        margin-top: 55px;
    }
    .footer-links li {
        padding: 0 12px;
        margin-bottom: auto;
        border-left: none;
        text-align: center;
    }
    #home-menu-container {
        margin-top: 0px !important;
    }
    #home-slider h1 {
        font-size: 21px;
    }
    .header--image--container,
    .site-header {
        margin-top: 50px !important;
    }
}
.features-block img.icon {
    max-height: 150px;
}
#tanker--slider .slick-slide {
  padding-right: 10px;
  margin-left: 10px;		
}
#tanker--slider {
    padding: 10px;
}
#tanker--slider .slick-list {
  overflow: visible;
}
/*
#tot-difference .sub-heading-1 {
    font-size: 3vw;
}
*/
	.features-block h5, .features-block .h5{font-size: 20px}
	.features-block p, .features-block .p{font-size: 16px}
	.features-block img.icon {max-height: 100px;}
    #custom-consign .form-group {
        margin-bottom: 10px;
    }
    .parallax-section-2 {
        background-size: auto !important;
        min-height: 700px;
        height: auto;
        width: 100%;
    }
    #categories--container {
        box-shadow: none;
        -webikit-box-shadow: none;
    }
    .category-cta {
/*        padding: 75px 0;*/
/*        overflow: visible;*/
    }
	#composition--container .category-cta {
        padding: 200px 0;
    }
    .header-logo {
        display: block;
    }
    #home-slider h1 {
        font-size: 9px;
    }
    .site-header h1 {
        text-align: center !important;
    }
    .nbf {
        background-color: #11334e;
        width: 100%;
        height: auto;
        margin: 0;
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
    }
}
@media screen and (max-width: 1270px) and (min-width: 767px) {
    #home-slider h1 {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) and (min-width: 767px) {
    .mgmenu > li > a,
    .mgmenu > li > span {
        font-size: 12px !important;
        padding: 12px 0px 13px 10px !important;
    }
}
@-moz-document url-prefix() {
    .scrolled {
        box-shadow: none;
    }
}
@media (min-width: 1530px) {
    .category-cta h3 {
        font-size: 28px;
        line-height: 28px;
        text-align: left;
    }
}
@media (max-width: 991px) {
	#tanker--slider-section{
		background: #F3F3F3;
	}
    .blog-block .information {
        height: auto;
        padding: 4.333333rem 3.466667rem;
    }
#composition .blog-block .information {
        padding: 5rem 1.25rem;
    }
    .blog-block .img-block img {
        height: auto;
        border-bottom: 1px solid #e4e4e4;
    }
    .vertical-center-sm-reset {
        min-height: auto !important;
        display: -webkit-block !important;
        display: -ms-block !important;
        display: block !important;
    }
}
@media (max-width: 599px) {
    #sentence-search .form-inline .form-group.type,
    #sentence-search .form-inline .form-group.manufacturer {
        width: 47.5%;
        float: left;
    }
    #sentence-search .form-inline .form-group.manufacturer .form-control {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #sentence-search .form-inline .form-group.keyword .form-control {
        border-radius: 5px;
    }
    #sentence-search #search-button .btn-custom {
        margin-top: 15px;
    }
    .cta-text-wrapper .heading-1 {
        font-size: 2.25em;
        font-size: 1em;
    }
    .cta-text-wrapper .sub-heading-2 {
        font-size: 1em;
    }
    #sentence-search .form-inline .form-group {
        float: none;
        width: 95%;
    }
    #sentence-search .btn-custom {
        width: 100%;
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}
.parallax-section-2 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top;
    overflow: hidden;
    min-height: 550px;
    width: 100%;
}
.btn-round {
    background: #013179;
    color: #ffffff;
}
.btn-round:hover {
    background: #1a1a1a;
    color: #ffffff;
}
.expanded-contact-title {
    background: rgb(19, 19, 16);
    background: -webkit-linear-gradient(rgb(0 6 15 / 75%) 0%, rgb(0 6 15 / 75%) 50%, rgb(0 6 15 / 75%) 100%), url(/img/contact-bg.jpeg);
    background: -o-linear-gradient(rgb(0 6 15 / 75%) 0%, rgb(0 6 15 / 75%) 50%, rgb(0 6 15 / 75%) 100%), url(/img/contact-bg.jpeg);
    background: linear-gradient(rgb(0 6 15 / 75%) 0%, rgb(0 6 15 / 75%) 50%, rgb(0 6 15 / 75%) 100%), url(/img/contact-bg.jpeg);
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}
#hours.table > thead > tr > th,
#hours.table > tbody > tr > th,
#hours.table > tfoot > tr > th,
#hours.table > thead > tr > td,
#hours.table > tbody > tr > td,
#hours.table > tfoot > tr > td {
    border-top: none;
    padding: 0;
}
.table-responsive.borderless {
    border: none;
}
.row-spacing-2 {
    padding-top: 3.5em;
    padding-bottom: 5em;
}
ul.quicklink-menu li {
    display: inline-block;
    float: left;
    text-decoration: underline;
}
ul.quicklink-menu li:not(:first-child) {
    margin-left: 56px;
}
#sentence-search {
    box-shadow: 4px 4px 7px 0px rgb(0 0 0 / 28%);
}
#sentence-search.error-page .form-control,
#sentence-search.error-page .input-group-btn .btn-default {
    border-color: #013179;
}
@media (max-width: 991px) {
    .text-sm-center {
        text-align: center;
    }
    ul.quicklink-menu li {
        float: none;
    }
    .row-spacing-2 {
        padding-top: 2em;
        padding-bottom: 3em;
    }
}
.go481056058 {
    display: none !important;
}
a.btn.btn-custom.call-for-pricing {
    background-color: #39892d;
    border-color: #39892d;
}
@media (max-width: 450px) {
    .parallax-section-2 {
        min-height: 700px;
    }
}
.success-title-bg {
    background: rgb(255, 255, 255);
    background: -webkit-linear-gradient(rgb(255 255 255 / 90%) 0%, rgb(255 255 255 / 90%) 50%, rgb(255 255 255 / 90%) 100%), url(/img/contact-bg.jpeg);
    background: -o-linear-gradient(rgb(255 255 255 / 90%) 0%, rgb(255 255 255 / 90%) 50%, rgb(255 255 255 / 90%) 100%), url(/img/contact-bg.jpeg);
    background: linear-gradient(rgb(255 255 255 / 90%) 0%, rgb(255 255 255 / 90%) 50%, rgb(255 255 255 / 90%) 100%), url(/img/contact-bg.jpeg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
}
#verification-complete--slider .slick-slide {
    padding: 50px;
}
.social-block li a .fa.huge {
    font-size: 2em;
    padding-right: 1em;
}
.features-block {
    border: 1px solid #e6e6e6;
    box-shadow: 2px 2px 7px 0 rgb(0 0 0 / 14%);
}
.features-block .col-xs-12.col-md-6:last-child {
    border-left: 1px solid #e6e6e6;
}
.slick-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.slick-overlay .overlay-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}

@font-face {
    font-family: "Ramsey-Condensed-Bold-Italic";
    src: url("/media/ramsey-condensed-bold-italic.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
img.lenco-logo {
    padding-top: 25px;
    padding-bottom: 25px;
}
.lenco-capital-body p,
.lenco-capital-body .p,
.lenco-capital-body ul {
    font-size: 1.1em;
}
.color--lenco-primary {
    color: #8dc63f;
}
.color--lenco-dark {
    color: #161616;
}
.lenco--cta {
    font-weight: bold;
    text-transform: uppercase;
    color: #f3f5f1;
    background-color: #8dc63f;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    padding: 20px 25px !important;
    border-radius: clamp(8px, calc(8px + 4 * ((100vw - 720px) / 1100)), 12px) !important;
}
.lenco--cta:hover {
    background: transparent;
    color: #8dc63f !important;
    border: 2px solid #8dc63f;
}
#inventory--lenco {
    border-top: 1px solid #e8e8e8;
}
@media (min-width: 991px) {
/*
.parallax-section-full-height {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left;
    overflow: hidden;
    width: 100%;
}
*/
/*
.full-height-row {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
*/
.parallax-section-3-full-height {
  min-height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
 width: 100%;	
}

.hero-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.hero-text {
  max-width: 50%;
  padding-right: 2rem;
}


.full-height-row {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
}

.parallax-section-3-full-height .col-md-5 {
  position: relative;
  z-index: 2;
}	
.image-col {
  height: 100%;
  display: flex;
  align-items: stretch;
}

.img-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-fill-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  max-width: 50vw;
  object-fit: cover;
  z-index: 1;
}	
    #inventory--lenco {
        background: -webkit-linear-gradient(right, #e7e7e7 25%, #b0b0b0 20%, rgb(0 0 0 / 0%) 20%);
        background: -o-linear-gradient(right, #e7e7e7 25%, #b0b0b0 20%, rgb(0 0 0 / 0%) 20%);
        background: linear-gradient(to left, #e7e7e7 25%, #b0b0b0 20%, rgb(0 0 0 / 0%) 20%);
    }
}
.rounded {
    border-radius: clamp(8px, calc(8px + 4 * ((100vw - 720px) / 1100)), 12px);
}
.integration {
    min-height: 370px;
}
.integration {
    border: 1px solid #e8e8e8;
    padding: 10px 0px 10px 0px;
}
.integration-description-block {
    height: auto;
    overflow: auto;
}
#lenco--our-process {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
#lenco--our-process .tag {
    background: #1c4172;
    color: #f1f1f1;
    padding: 5px 0;
}
#we-offer {
    border-bottom: 1px solid #010408;
}
.table-responsive.branded tbody tr th{background-color: #f9f9f9;}
.table-responsive.branded thead{
	background-color:#003178;
	color: #f1f1f1;
}

.table-responsive.branded.table-bordered>thead>tr>th, .table-responsive.branded.table-bordered>tbody>tr>th,.table-responsive.branded.table-bordered>tfoot>tr>th, .table-responsive.branded.table-bordered>thead>tr>td, .table-responsive.branded.table-bordered>tbody>tr>td, .table-responsive.branded.table-bordered>tfoot>tr>td {
    padding: 1%;
}
.image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.image-wrapper .btn {
  position: absolute;
}

@media (min-width: 768px) {
  .image-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .image-wrapper .btn {
	bottom: 30px;
    left: 30px;
    transform: none;
  }
}
@media (min-width: 1200px ) and (max-width: 1529px ) {
.category-cta .overlay .more-information p {
    font-size: 1.25rem;
}
}
#new-trailers-inventory-block,#used-trailers-inventory-block{
    padding: 25px;
	background-size:cover;
	background-repeat: no-repeat;
	border: 3px solid black;
}
#new-trailers-inventory-block{background-image:url("/img/pages/new-trailers-inventory.webp");}
#used-trailers-inventory-block{background-image:url("/img/pages/used-trailers-for-sale.webp");}