header.layout,
header.mask { display: none; }
section { 
    position: relative;
    padding: 3rem;
}

.container {
	position: relative;
	width: min(92%, 1200px);
	margin: 0 auto;
}
.two-col { 
    display: flex;
}
.two-col .col { 
    width: 50%;
}
.hero.hero-static { 
    position: relative;
    background-color: #000;
}
.hero-bg { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 80%;
}
.hero-video { 
    width: 100%;
    height: 80vh;
    position: relative;
    padding: 0;
}
.hero-video .logowrap { 
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
}
.hero-video img { 
    z-index: 2;
    width: 50%;
    margin: 0px auto;
    text-align: center;
}
.hero-video video { 
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hero-video::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0063a8;
    opacity: .5;
    z-index: 1;
}

.heading { 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
	margin-bottom: 2rem;
}
.heading h2 { margin-bottom: 0px!important; }
.heading .icon { 
    width: 90px;
    height: 90px;
	border-radius: 100%;
	background-color: #FFF;
}
.heading .icon img { background: none; }

section h2 { 
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
	margin: 0 0 1rem;
}
section .bgimg { 
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: .2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: soft-light;
}
.bluebg { 
    color: #FFF;
}
.bluebg::before { 
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #0063a8;
}

.icons { 
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    justify-content: space-around;
}
.icon { 
	width: 25%;
	color: #FFF!important;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	font-size: 1.2rem;
	flex-direction: column;
}
.icon img { 
	margin: 0px auto 1rem; 
	width: 170px;
    height: 170px;
	background: #FFF;
    border-radius: 100%;
}

.whitebg .icon { background: #0063a8; }
.whitebg .icon img { background: none; filter: invert(1); }

.truckimages { 
    display: flex;
    justify-content: center;
}
.content .truckimages img { max-width: 50%; padding: 0 2rem; }

.cta { 
    padding: 0; 
}
.flexwrap { 
    display: flex;
    gap: 5px;
    text-align: center;
}
.flexwrap .col { 
    width: 50%;
    background: #0063a8;
    padding: 4rem;
    color: #FFF;
}
.col h2 { 
    color: #FFF;
}
.btn { 
    background-color: #FFF;
    text-transform: uppercase;
    color: #000!important;
    border: 2px solid black;
    padding: .5rem 2rem;
    display: inline-block;
    transition: .3s ease transform;
}
.btn:hover { 
    text-decoration: none;
    transform: translateY(-4px);
}

/* M1 Landing Page */
.content .page-m1 h2,
.content .page-rm h2 { 
    text-transform: uppercase;
    font-weight: 900;
    font-size: 70px;
    line-height: 76px;
    margin-bottom: 0.3333em;
}
.page-m1 .section-full { 
    padding: 0;
}
.page-m1 .hero { 
    height: 75vh; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-m1 .logowrap { 
    position: relative;
    z-index: 2;
    max-width: 250px;
}
.page-m1 .hero-bg { 
    opacity: .4;
    background-position: 50% 80%; 
}
.page-m1 .intro { 
    background-color: #3B5933;
    padding: 4rem 0;
    color: #FFF;
}
.page-m1 .intro p { 
    max-width: 800px;
    margin: 0px auto;
}

.page-m1 .alt-row { 
    display: flex;
}

.page-m1 .row-column { 
    width: 50%;
    position: relative;
}
.page-m1 .colimg { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page-m1 .colimg.darken:before { 
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 2;
}
.page-m1 .colimg img { 
    object-fit: cover; 
    width: 100%;
    height: 100%;
}
.page-m1 .colimg.containimg img { 
    object-fit: contain;
    width: auto;
    position: absolute;
    right: 0;
}
.page-m1 .colimg.containimg.leftalign img { 
    right: auto;
    left: 0;
}
.page-m1 .row-content { 
    padding: 3rem;
}
.page-m1 .row-content.extra-padding { 
    padding: 6rem 3rem;
}
.page-m1 .alt-row h2 { 
    border-bottom: 8px solid #3B5933;
    display: inline-block;
}
.page-m1 .alt-row ul.flexit { 
    padding: 0px!important;
    display: flex;
    flex-wrap: wrap;
}
.page-m1 .alt-row ul.flexit li { 
    list-style-type: none!important;
    position: relative;
    width: 50%;
    line-height: 1.5;
    margin-bottom: 30px;
    padding-right: 40px;
}
.page-m1 .alt-row ul.flexit li:before { 
    content: '';
    background-image: url(../images/icon-bullet.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 14px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 0;
}
.page-m1 .alt-row ul li strong { 
    font-size: 20px;
    font-weight: 800;
}

.m1-icons { 
    background-color: #F4F4F4;
    text-align: center;
}
.m1-icons h2 { 
    border-bottom: 8px solid #707070;
    display: inline-block;
}
.m1-icons .icon img { 
    background-color: transparent;
    max-width: 140px;
    max-height: 140px;
    margin: 0px auto;
}
.m1-icons .icon p { 
    color: #000;
    text-transform: none;
    line-height: 1.4;
}

.page-m1 .cta { 
    background-color: #F4F4F4;
    margin: 0;
    display: flex;
}
.page-m1 .cta .col { 
    width: 50%;
    position: relative;
}
.page-m1 .cta .left-col { 
    background-color: #3B5933;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.page-m1 .cta .left-col h2 { 
    margin: 0px auto; 
    font-size: 60px;
    line-height: 1;
    max-width: 300px;
}
.page-m1 .cta .left-col .arrow { 
position: absolute;
    width: 100px;
    height: 100%;
    right: -60px;
    top: 0;
    z-index: 2;
}
.page-m1 .cta .left-col .arrow:before { 
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #3B5933;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    border-left: 60px solid #3b5933;
}
.page-m1 .cta .right-col { 
    padding: 3rem 1rem 3rem 6rem;
}
.page-m1 .cta .right-col p { 
    margin: 10px 0;; 
}
.page-m1 .cta .right-col p strong { 
    font-size: 1.4rem;
    font-weight: 800;
}
.page-m1 .cta .right-col p a { 
    background-color: #3b5933;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    margin: 10px 20px 0 0;
    display: inline-block;
}

/* RM Logistics */
.page-rm .hero-bg { 
    opacity: .3;
    filter: saturate(0);
}
.page-rm .logowrap { 
    max-width: 600px;
}
.page-rm .intro { 
    background-color: #EBEBEB;
    color: #000;
}
.page-rm .alt-row h2 {
    border-color: #CBCBCB;
}
.page-rm .alt-row ul li { 
    padding-left: 0px!important; 
}
.page-rm .m1-icons { 
    background-color: #404040;
    color: #FFF;
}
.page-rm .m1-icons h2 { 
    border-color: #CBCBCB;
    color: #FFF;
}
.page-rm .m1-icons p { color: #FFF; }
.rm-features { 
    background-color: #E8E8E8;
    padding: 5rem;
}
.rm-features .two-col .col { 
    display: flex;
    justify-content: center;
    align-items: center;
}
.rm-features .two-col .col .featicon { 
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-color: #404040;
    padding: 3.25rem;
    margin-right: 20px;
    text-align: center;
}
.rm-features .two-col .col .featicon img { max-height: 100%; }
.rm-features .two-col .col .featcontent { width: 47%; padding-right: 40px; }
.rm-features h4 { 
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.page-rm .cta { 
    background-color: #404040;
    padding: 4rem 0;
    color: #FFF;
}
.page-rm .cta p { font-size: 25px; }
.page-rm .cta p strong { display: block; }
.page-rm .cta p a { 
    background-color: #CBCBCB;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin: 10px 20px 0 0;
    display: inline-block;
}
/* Responsive */

@media (max-width: 700px) {
    .icons { gap: 1rem; flex-wrap: wrap; }
	.icons .icon { width: 46%; font-size: 13px; }
    .icons .icon img { width: 70px; height: 70px; margin: 0px auto; }
    .hero-video img { width: 80%; }
    section { padding: 2rem 0; text-align: left; }
    section h2 { font-size: 1.75rem; }
    .heading { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .flexwrap { flex-direction: column; }
    .flexwrap .col { width: 100%; }
    .truckimages { flex-direction: column; }
    .content .truckimages img { max-width: 100%; padding: 0; margin: 2rem auto; }
    .alt-row { flex-direction: column; }
    .page-m1 .alt-row ul { flex-direction: column; }
    .page-m1 .alt-row ul li { width: 100%; }
    .page-m1 .row-column { width: 100%; }
    .page-m1 .row-content { padding: 1rem 0; }
    .page-m1 .row-content.extra-padding { padding: 2rem 0rem; }
    .page-m1 .cta { flex-direction: column; text-align: center; }
    .page-m1 .cta .col { width: 100%; }
    .page-m1 .cta .left-col { padding: 2rem; }
    .page-m1 .cta .left-col h2 { max-width: 100%; font-size: 40px; }
    .page-m1 .cta .right-col { padding: 2rem; }
    .content .page-m1 h2, .content .page-rm h2 { 
        font-size: 50px;
        line-height: 1;
    }
    .page-m1 .cta .left-col .arrow { display: none; }
    .rm-features { padding: 2rem 1rem; }
    .two-col { flex-direction: column; }
    .two-col .col { width: 100%; }
    .rm-features .two-col .col { flex-direction: column; }
    .rm-features .two-col .col .featicon { width: 180px; height: 180px; margin: 0px auto 15px; }
    .rm-features .two-col .col .featcontent { width: 100%; padding: 0; text-align: center;}
}
