/*
 * Theme Name: 321 Base Theme
 * Theme URI: https://www.321webmarketing.com/
 * Author: 321 Web Marketing
 * Author URI: https://www.321webmarketing.com/
 * Description: 321 inspired theme for the Genesis Framework.
 * Version: 1.0.01
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: tto-base-theme
 * Domain Path: /languages
 * Template: genesis
 */

@charset 'UTF-8';

/* # Table of Contents

- Elements
- Structural
- Accessibility
- Header
- Footer
- Utility
- Blocks
- Custom CSS

*/

/* ## Elements
--------------------------------------------- */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    max-width: 100vw;
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
    background-color: #ffffff;
    max-width: 100vw;
    color: #000;
    /* font-family: 'Montserrat', Helvetica, Arial, sans-serif; */
	font-family: "DM Sans", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    margin: 0;
    overflow-x: visible;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
	display: block;
}

pre {
	font-family: monospace, monospace;
	font-size: 1.8rem;
}

*::-moz-selection {
	background-color: #393e4b;
	color: #ffffff;
}

*::selection {
	background-color: #393e4b;
	color: #ffffff;
}

h1 {
	font-size: 5.4rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 2.5rem;
}

.home h1 {
	text-shadow: 0px 4px 20.3px rgba(255, 235, 131, 0.25) !important;
}

h2 {
    font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.3;
    margin: 5rem 0 2.5rem;
}

h2 strong {
	font-weight: 700;
}

h3 {
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.4;
    margin: 5rem 0 2.5rem;
}

h4 {
	font-size: 2.2rem;
	font-weight: 400;
    margin: 5rem 0 2.5rem;
}

h5 {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.4;
    margin: 6rem 0 2rem;
}

h6 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
    margin: 6rem 0 2rem;
	text-transform: uppercase;
}

p {
	margin: 0 0 2.5rem;
	padding: 0;
}

p:last-child {
	margin: 0;
}

a {
	color: #000;
	word-wrap: break-word;
	pointer-events: all;
	cursor: pointer;
	text-decoration: none;
	transition: 0.25s ease-in-out background-color, 0.25s ease-in-out color, 0.25s ease-in-out border-color, 0.25s ease-in-out filter, 0.25s ease-in-out opacity;
}

a:hover,
a:focus {
	color: #555;
	filter: brightness(0.85);
}

button,
a.button,
input[type='submit'] {
	background-color: #ED472E;
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1rem;
	border: 1.5px solid #ED472E;
	border-radius: 0.6rem;
	color: #ffffff;
	cursor: pointer;
	font-size: 1.8rem;
    font-weight: 600;
    padding: 1.4rem 2.2rem;
	text-decoration: none;
	width: auto;
	height: auto;
	line-height: 1;
	transition: 0.25s ease-in-out background-color, 0.25s ease-in-out color, 0.25s ease-in-out border-color, 0.25s ease-in-out filter, 0.25s ease-in-out opacity;
}

input[type='submit'] {
	border: 1.5px solid #ED472E !important;
	border-radius: 0.6rem Im !important;
}

button:hover,
button:focus,
a.button:hover,
a.button:focus,
input[type='submit']:hover,
input[type='submit']:focus {
	filter: brightness(1.1);
}

button.dark,
a.button.dark,
button.black-button,
a.button.black-button {
	background-color: #2b2d2f;
	color: #fff;
	border-color: #2b2d2f;
}

button.dark:hover,
a.button.dark:hover,
button.black-button:hover,
a.button.black-button:hover {
	filter: brightness(1.5);
}

button.white,
a.button.white {
	background-color: #ffffff;
	color: #000;
	border-color: #fff;
}

button.white:hover,
button.white:focus,
a.button.white:hover,
a.button.white:focus {
	filter: brightness(0.92);
}

button.outline,
a.button.outline {
	background-color: transparent;
	background-clip: text;
	color: #000;
	border-color: #000;
}

button.outline:hover,
button.outline:focus,
a.button.outline:hover,
a.button.outline:focus {
	filter: none
}

button.outline:before,
a.button.outline:before {
	content: '';
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: 0.25s ease-in-out all;
	z-index: 0;
}

button.outline:hover:before,
button.outline:focus:before,
a.button.outline:hover:before,
a.button.outline:focus:before {
	background-color: rgba(0, 0, 0, 0.03);
}

button.large,
a.button.large {
	font-size: 18px;
	font-size: 1.8rem;
}

.entry-content p a:not(.button) {
    color: #ed472e;
    font-weight: 600;
}

.entry-content .has-white-color p a:not(.button) {
	color: #fff;
}

ol,
ul {
	margin: 0 0 4rem 4rem;
	padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin: 0 0 0 4rem;
	padding: 0;
}

ul li {
	list-style-type: disc;
}

li li {
	list-style-type: circle;
}

ol li {
	list-style-type: decimal;
}

ol li li {
	list-style-type: lower-alpha;
}


hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #f0f1f2;
	clear: both;
	padding: 1em 0 0;
	margin: 0 0 2em;
}

b,
strong {
	font-weight: 600;
}

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

sub {
	bottom: -0.5rem;
}

sup {
	top: -1rem;
}

/* blockquote {

}

table {

}

thead,
tbody {

}

tr,
th {
	
} */

img {
	display: block;
	max-width: 100%;
}

*:first-child {
	margin-top: 0;
	padding-top: 0;
}

*:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* ## Structural
--------------------------------------------- */

.wrap,
.basic-page .content-sidebar-wrap,
.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap,
.entry-content > .gb-block-container > .gb-container-inside {
	row-gap: 4rem;
    column-gap: 6rem;
	width: var(--theme-wrap-width);
	max-width: var(--theme-wrap-max-width);
	margin: 0 auto;
}

.entry-content > .wp-block-genesis-blocks-gb-columns,
.entry-content > .gb-block-container {
	padding: var(--theme-section-padding) 0;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.no-padding-top,
.entry-content > .gb-block-container.no-padding-top {
	padding-top: 0 !important;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.no-padding-bottom,
.entry-content > .gb-block-container.no-padding-bottom {
	padding-bottom: 0 !important;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.no-padding,
.entry-content > .gb-block-container.no-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

@media (max-width: 767px) {
	.wrap,
	.basic-page .content-sidebar-wrap,
	.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap,
	.entry-content > .gb-block-container > .gb-container-inside {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0 var(--theme-wrap-padding-mobile);
	}

	.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
		gap: 4rem;
	}

	.entry-content > .wp-block-genesis-blocks-gb-columns.wrap-reverse > .gb-layout-column-wrap {
		flex-direction: column-reverse;
	}

	.entry-content > .wp-block-genesis-blocks-gb-columns,
	.entry-content > .gb-block-container {
		padding: var(--theme-section-padding-mobile) 0;
	}
}



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

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 0.1rem;
	width: 0.1rem;
	background-color: #fff !important;
	color: #000 !important;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 0.2rem 0.2rem rgba(57, 62, 75, 0.1);
}

.more-link {
	position: relative;
	font-style: normal;
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}



/* ## Header
--------------------------------------------- */

.top-nav-bar {
    background-color: #f5f5f5;
	position: relative;
	display: flex;
	min-height: 44px;
	padding: 1rem 0;
	z-index: 101;
}

.top-nav-bar > .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 6rem;
}

.top-nav-bar > .wrap.left {
	justify-content: flex-start;
}

.top-nav-bar > .wrap.right {
	justify-content: flex-end;
}

.nav-top > .wrap {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.nav-top .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 3rem;
	height: 100%;
	margin: 0;
	pointer-events: all;
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.nav-top .menu.fade-out {
	pointer-events: none;
	opacity: 0;
}

.nav-top .menu > .menu-item {
    display: flex;
    align-items: center;
}

.nav-top .menu > .menu-item > a,
.top-nav-bar p {
    font-size: 1.4rem;
    font-weight: 500;
	line-height: 1.3;
}

.site-header {
	background-color: #fff;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
	box-shadow: 0 0 1rem rgba(57, 62, 75, 0.18);
	transition: 0.25s ease-in-out box-shadow;
	z-index: 100;
}

.site-header.fixed,
.site-header.shrink {
	box-shadow: 0 0 2rem rgba(57, 62, 75, 0.38);
}

.logged-in.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.logged-in.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.logged-in.admin-bar .site-header {
		top: 0;
	}
}

.site-header > .wrap {
	display: grid;
	grid-template-columns: 13rem 1fr;
	gap: 5rem;
	align-items: center;
}

.title-area {
	display: flex;
	align-items: center;
	height: 100%;
	max-height: 95px;
	margin: 0;
	padding: 1rem 0;
	transition: 0.25s ease-in-out all;
}

.site-header.fixed .title-area,
.site-header.shrink .title-area {
	max-height: 80px;
}

.title-area a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
}

.title-area a img {
    object-fit: contain;
    object-position: left center;
    width: 100%;
    height: 100%;
}

.title-area a img.primary {
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.title-area a img.secondary {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.25s ease-in-out opacity;
}

.site-header.shrink .title-area a img.primary {
	opacity: 0;
}

.site-header.shrink .title-area a img.secondary {
	opacity: 1;
}

.nav-primary {
	display: flex;
    align-items: center;
	gap: 3rem;
	transition: none;
	width: 100%;
	height: 100%;
}

.nav-primary > .wrap {
	position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    /* gap: 2rem; */
	gap: 4rem;
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0;
	justify-content: space-between;
}

.nav-primary .menu {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 2.5rem;
	height: 100%;
	margin: 0;
	pointer-events: all;
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.nav-primary .menu.fade-out {
	pointer-events: none;
	opacity: 0;
}

.nav-primary .menu > .menu-item {
    display: flex;
    align-items: center;
	gap: 0.5rem;
    padding: 3rem 0;
	transition: 0.25s ease-in-out all;
}

.site-header.shrink .nav-primary .menu > .menu-item {
    padding: 2.75rem 0;
}

.nav-primary .menu > .menu-item > a {
    font-size: 1.6rem;
    font-weight: 500;
	line-height: 2.5rem;
}

.nav-primary .menu > .menu-item > a > span {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nav-primary .menu > .menu-item > a > span i,
.nav-primary .menu > .menu-item > a > span svg {
    display: flex;
    width: 1rem;
    height: 1rem;
}

.primary-menu-ctas .gb-layout-column-wrap {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.primary-menu-ctas .gb-block-layout-column {
	flex: 1 1 fit-content;
	display: flex;
    justify-content: center;
}

.mobile-menu-logo {
	display: none;
}

.site-header .progress-bar-container {
	position: absolute;
	background-color: transparent;
	display: block;
	width: 100%;
	height: 4px;
	top: auto;
	bottom: 0;
	left: 0;
}

.site-header .progress-bar {
	background-color: #000;
    display: block;
    width: 0%;
    height: 100%;
    transition: none;
}

.menu-toggle {
    position: unset;
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
    background-color: #000;
    position: relative;
    width: 26px;
    height: 3px;
    float: none;
    border-radius: 3px;
    transition: 0s 0.2s ease-in-out background-color;
}

.menu-toggle span:before {
    content: '';
    position: absolute;
    display: block;
    top: -0.8rem;
    transition: top 0.2s 0.2s, transform 0.2s 0s, background-color 0.2s 0s;
    transition-timing-function: ease-in-out;
}

.menu-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -0.8rem;
    transition: bottom 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s, background-color 0.2s 0s;
    transition-timing-function: ease-in-out;
}

.menu-toggle.active span {
    background-color: transparent;
    transition: 0.2s 0s ease-in-out background-color;
}

.menu-toggle.active span:before {
    background-color: #fff;
    top: 0;
    transform: rotate(45deg);
    transition: top 0.2s 0s, transform 0.2s 0.2s, background-color 0.2s 0s;
}

.menu-toggle.active span:after {
    background-color: #fff;
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 0.2s 0s, transform 0.2s 0.2s, background-color 0.2s 0s;
}

.sub-menu-toggle {
	display: none;
}

@media (max-width: 895px) {
    .menu-toggle,
	.sub-menu-toggle {
        display: flex;
    }
}

/* ## Footer
--------------------------------------------- */









.site-footer > .wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.site-footer-credits.standalone {
    background-color: #efefef;
    padding: 4rem 0;
}

.footer-credits p {
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 1.5rem;
	column-gap: 3rem;
    font-size: 1.4rem;
    font-weight: 500;
}

.footer-credits p .separator {
	font-size: 2rem;
	line-height: 0;
	margin: 0 0 0.25rem;
}



/* ## Utility
--------------------------------------------- */













/* ## Blocks
--------------------------------------------- */

/* Breadcrumbs */

.custom-breadcrumbs .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin: 0 0 6rem;
    padding: 0;
}

.custom-breadcrumbs .breadcrumb > span {
    display: flex;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
}

.custom-breadcrumbs .breadcrumb > a {
    display: flex;
}

/* Button */

.custom-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: fit-content;
}

.custom-button.align-left {
	align-items: flex-start;
}

.custom-button.align-right {
	align-items: flex-end;
}

/* Client Logos */

/* Consultation Steps */

/* Custom Image */

/* Home Page Video */

/* Menu Widget */

/* Recent Articles */

/* Search Widget */

.search-widget {
	position: relative;
}

.search-widget[data-search-type="menu"] .search-widget--form {
    position: absolute;
	min-width: 300px;
    right: calc(100% + 3rem);
    pointer-events: none;
	opacity: 0;
    transition: 0.25s ease-in-out opacity;
    z-index: -99;
}

.search-widget[data-search-type="menu"][data-menu-active="true"] .search-widget--form {
	pointer-events: all;
	opacity: 1;
	z-index: 99;
}

.search-widget .search-widget--toggle {
    display: flex;
    width: 30px;
    height: 30px;
}

.search-widget .search-widget--toggle span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 2rem;
	pointer-events: all;
	cursor: pointer;
	opacity: 1;
	transition: 0.25s ease-in-out all;
}

.search-widget .search-widget--toggle span.hide {
	position: absolute;
    top: 0;
    left: 0;
	pointer-events: none;
	cursor: default;
	opacity: 0;
}

.search-widget[data-menu-active="true"] .search-widget--toggle span.show {
	pointer-events: none;
	cursor: default;
	opacity: 0;
}

.search-widget[data-menu-active="true"] .search-widget--toggle span.hide {
	pointer-events: all;
	cursor: pointer;
	opacity: 1;
}

.search-widget .search-form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
	width: fit-content;
}

.search-widget .search-form-label {
	flex: 1 1 100%;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
}

.search-widget .submit-container {
    background-color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
}

.search-widget .submit-container .search-form-cta {
	display: flex;
}

.search-widget .submit-container svg {
    color: #fff;
	width: 1.6rem;
    height: 1.6rem;
}

.search-widget .submit-container input[type='submit'] {
	background-color: transparent;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.search-widget input[type='submit'].hidden {
	display: none;
}

/* Socials */

.custom-socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    width: fit-content;
}

.custom-social--link {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.custom-social--link svg {
    aspect-ratio: 1 / 1;
    color: #222;
    width: 2.4rem;
    height: 2.4rem;
    transition: 0.25s ease-in-out all;
}

.custom-social--link:hover svg {
    color: #555;
}

/* Team Members */


/* ## Custom CSS
--------------------------------------------- */

/* Variables (Edit First!) */

:root {
	--theme-wrap-width: 92%;
	--theme-wrap-max-width: 1500px;
	--theme-wrap-padding-mobile: 4vw;
	--theme-section-padding: 8rem;
	--theme-section-padding-mobile: 6rem;
}

/* Custom CSS */

/* Before Header */

.top-nav-bar .widget_nav_menu {
	display: none;
}

.top-nav-bar {
	background-color: #2B2D2F;
	color: #fff;
}

.top-nav-bar a {
	color: #fff;
}

h4 {
		margin: 2rem 0;
		font-weight: 600;
	}

.phone-number-block svg,
.button svg {
	color: #ED472E
}

.button:hover svg {
	color: #fff;
}

/* Header */

@media (min-width: 896px) {
	.home .site-header {
		position: absolute;
		width: 100%;
		top: 44px;
		transition: 0.25s ease-in-out background-color;
	}

	.home .site-header:not(.fixed) {
		background: transparent;
		box-shadow: none;
	}

	.home .site-header.fixed {
		position: fixed;
	}

	.home.logged-in.admin-bar .site-header {
		top: 76px;
	}

	.home .site-header .nav-primary .menu > .menu-item > a,
	.home .site-header .phone-link .phone-number,
	.home .site-header button.outline,
	.home .site-header a.button.outline,
	.home .site-header .phone-link {
		background-color: transparent;
		background-clip: text;
	}

	
	/* .home .site-header a svg {
		color: #000;
	}

	.home .site-header:not(.fixed) a svg {
		color: #fff;
	} */

	.home .site-header a.button.book-dumpster-cta svg,
	.page .site-header a.button.book-dumpster-cta svg {
		color: #000 !important;
		fill: #000 !important;
	}

	.home .site-header:not(.fixed) a.button.book-dumpster-cta svg,
	.page .site-header:not(.fixed) a.button.book-dumpster-cta svg {
		color: #fff !important;
		fill: #fff !important;
	}

	.home .site-header a.button.book-dumpster-cta:hover svg,
	.page .site-header a.button.book-dumpster-cta:hover svg {
		color: #ED472E !important; 
		fill: #ED472E !important;
	}

	a.add-svg-transition svg {
		color: #000 !important;
		fill: #000 !important;
	}

	a.add-svg-transition:hover svg {
		color: #ED472E !important; 
		fill: #ED472E !important;
	}

	.home .site-header:not(.fixed) .nav-primary .menu > .menu-item > a,
	.home .site-header:not(.fixed) .phone-link .phone-number,
	.home .site-header:not(.fixed) button.outline,
	.home .site-header:not(.fixed) a.button.outline,
	.home .site-header:not(.fixed) .phone-link {
		background-color: #000;
		color: #fff;
		border-color: #fff;
	}

	.home .site-header:not(.fixed) button.outline:hover:before,
	.home .site-header:not(.fixed) a.button.outline:hover:before {
		background-color: rgba(255, 255, 255, 0.05);
	}

	.home .banner-col-main {
		padding-top: 22rem !important;
	}
}

/* Home */

.banner-col-main .banner-text-col-main h1,
.banner-col-main .banner-text-col-main p {
	color: #fff;
/* 		margin-bottom: 1rem; */
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.banner-col-main .banner-text-col-main p {
	font-weight: 500;
}

.banner-col-main,
.text-img-main-col {
	overflow: hidden;
}

.banner-col-main::after {
	content: url('/wp-content/uploads/2026/02/Home-banner-design-img.png');
	position: absolute;
	bottom: -10px;
	right: 0;
}

.banner-btn-col {
	margin-bottom: 80px;
}

.banner-btn-col .gb-block-layout-column-inner {
	display: flex;
	gap: 20px;
}

.banner-btn-col .gb-block-layout-column-inner .custom-button {
	width: auto;
}

/* .banner-logo-col {
width: 80%;
} */

.banner-logo-col > .gb-layout-column-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4rem;
}

.banner-logo-col > .gb-layout-column-wrap > .gb-block-layout-column {
    flex: 0 1 120px;
}

.banner-logo-col img {
	width: 70px;
	max-width: 100%;
}

/* .entry-content .text-img-main-col {
	padding-top: 16rem;
} */

.text-img-main-col::before {
	content: url('/wp-content/uploads/2026/02/Frame-129.png');
	display: flex;
	justify-content: flex-end;
	margin-right: 108px;
	/* position: absolute;
	top: 0px;
	right: 108px; */
}

.curved-design-img .gb-block-layout-column-inner,
.image-content-section .gb-block-layout-column-inner {
    height: 100%;
}

.curved-design-img .gb-block-layout-column-inner figure,
.image-content-section .gb-block-layout-column-inner figure {
	position: relative;
	min-height: 500px;
	height: 100%;
	max-height: 600px;
	height: 100%;
	overflow: hidden;
	/* min-height: 592px; */
}

.curved-design-img .gb-block-layout-column-inner figure img,
.image-content-section .gb-block-layout-column-inner figure img {
	position: absolute;
	object-fit: cover;
	object-position: center center;
    width: 100%;
    max-width: calc(100% - 4rem);
    height: 100%;
    max-height: calc(100% - 4rem);
	border-top-left-radius: 4.5rem;
	/* max-height: 592px; */
}

.curved-design-img .gb-block-layout-column-inner figure:after,
.image-content-section .gb-block-layout-column-inner figure:after {
	content: '';
	position: absolute;
	width: 92.5%;
	height: 92.5%;
	background-color: #ED472E;
    top: auto;
    bottom: 0;
	left: auto;
	right: 0;
	border-bottom-right-radius: 4.5rem;
	z-index: -1;
}

/* .cards-main-col .gb-layout-column-wrap {
	width: 90%;
	margin: 0 auto 20px;
} */

.cards-inner-col {
	background-color: #fff;
	border-radius: 20px;
	padding: 3rem;
}

.cards-inner-col .icon-block {
	height: 40px;
	margin: 0 0 2rem;
	text-align: center;
}

.cards-inner-col .icon-block svg {
	height: 40px;
	width: 40px;
	color: #ED472E;
}

.cards-inner-col .wp-block-heading {
	color: #000;
	margin: 0 0 2rem;
}

.cards-inner-col p {
	color: #000;
	font-size: 1.8rem;
}

.cover-text-col {
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 35px;
	padding: 50px;
}

.cover-text-col .wp-block-heading {
	margin: 0 0 2rem;
	color: #fff;
}

.cover-text-col p {
/* 		margin: 0 0 1rem; */
	color: #fff;
}

.text-img-main-col.with-bg-color::before {
	content: url('/wp-content/uploads/2026/02/Vector.png');
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translatex(-50%);
}

.text-img-main-col.with-bg-color {
	margin-bottom: 4rem;
}

/* .text-img-main-col.with-bg-color .text-col {
	padding-left: 80px;
} */

.entry-content .text-img-main-col.without-logo-img.decreased-padding {
	padding: 4rem 0;
}

.entry-content .text-img-main-col.without-logo-img::before {
	display: none;
}

.sp-easy-accordion>.sp-ea-single {
	background-color: #FFF5F3 !important;
	border-color: #EEE7E6 !important;
}

.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon {
	color: #ED472E !important;
}

.sp-easy-accordion>.sp-ea-single>.ea-header a,
.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body p {
	color: #000 !important;
}

.right-dumpster-section-main .cards-inner-col {
	background-color: #F6F6F6;
}

.right-dumpster-section-main .cards-inner-col h3 {
    color: #ED472E;
    font-size: 2.6rem;
    font-weight: 700;
}

.right-dumpster-section-main .cards-inner-col h4 {
    font-size: 2rem;
}

.dimension-capacity-main h5 {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px !important;
}

.dimension-capacity-main .gb-layout-column-wrap p {
	font-size: 1.7rem;
	font-weight: 500;
}

.right-dumpster-section-main .cards-inner-col figure {
	margin: 0;
}

.right-dumpster-section-main .cards-inner-col figure img {
	width: 350px;
}

.right-dumpster-section-main .cards-main-col .gb-layout-column-wrap {
	margin-bottom: 40px;
}

.right-dumpster-section-main .cards-main-col .cards-inner-col {
	padding: 40px 25px;
}

.right-dumpster-section-main .dimension-capacity-main .gb-layout-column-wrap {
	width: 100%;
	margin-bottom: 20px;
}

.cards-with-img-main .gb-layout-column-wrap {
	max-width: 1150px;
	margin: 4rem auto 0;
}

@media (max-width: 767px) {
	.cards-with-img-main .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
		gap: 4rem;
	}
}

.cards-with-img-main .inner-col {
	background-color: #fff;
	border-radius: 12px;
	padding: 30px 25px;
	border: 1px solid #DFDFDF;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07)
}

.cards-with-img-main .inner-col img {
	height: 300px;
	width: auto;
	margin: 0 auto;
}

.cards-with-img-main .inner-col .custom-button .button {
	width: 100%;
	justify-content: center;
}

.half-bg-image-main {
    background: transparent !important;
	/* background-size: 100% 50% !important; */
}

.half-bg-image-main:before {
    content: '';
    background-image: url(/wp-content/uploads/2026/02/Rectangle-13@2x-scaled.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
	.half-bg-image-main:before {
		height: 30%;
	}
}

@media (min-width: 992px) {
	.home-form-main .gform_wrapper {
		width: 65%;
		margin: 0 auto;
	}
}

.gform_required_legend {
	display: none;
}

.gform_wrapper.gravity-theme input,
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	border: 1px solid #D9D9D9;
	border-radius: 10px;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%;
}

	/*services inner*/

	.after-dis-none::after {
		display:none;
	}

	/* .normal-padding {
		padding:10rem 0 !important;
	} */

	.decreased-gap {
		padding-top:40px;
	}

	.decreased-gap .gb-block-layout-column-gap-2 {
		grid-gap: 0 0.5em;
	}

	.industries-serv-sec ul li {
		list-style-type: none;
	}

	.industries-serv-sec li::before {
		content: url("/wp-content/uploads/2026/02/Vector-1.png");
		position: absolute;
		left: 0;
		margin-top: 4px;
	}

	.free-quote-sec {
		border-radius:35px;
		margin: 4rem 0 0;
		padding:40px;
		padding-bottom:0;
	}

	.free-quote-sec::before {
		display:none;
	}

	.free-quote-sec .cover-text-col {
		background:#2B2D2F;
		position: relative;
			bottom: 80px;
	}

	.free-quote-sec .banner-btn-col {
			margin-bottom: 0px;
	}

.free-quote-sec::after {
    content: url('/wp-content/uploads/2026/02/Image-2.png');
    position: absolute;
    bottom: -10px;
    right: 0;
	z-index:1;
}

@media (max-width: 1095px) {
	.free-quote-sec::after {
		display: none;
	}

	.cover-section-main.free-quote-sec > .gb-layout-column-wrap {
		display: block;
	}

	.cover-section-main.free-quote-sec > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
		display: none;
	}
}

@media (max-width: 767px) {
	.free-quote-sec {
		background-color: transparent !important;
		margin: 0 !important;
		padding: 0;
		border-radius: 0;
	}

	.free-quote-sec .cover-text-col {
		position: unset;
	}
}

/* Before Footer */

	.before-footer-logos-main .gb-block-layout-column-inner {
		display: flex;
		justify-content: space-between;
		gap: 20px;
		flex-wrap: wrap;
		align-items: center;
	}

	.before-footer-logos-main .gb-block-layout-column-inner figure {
		max-width: 135px;
	}

/* Footer */

.site-footer-widgets {
	background-color: #000;
	color: #fff;
	padding: 8rem 0 0;
}

.site-footer-widgets .custom-socials {
	margin: 0 auto;
	margin-bottom: 30px;
}

.site-footer-widgets img {
	max-width: 200px;
}
 
.site-footer-widgets .custom-social svg,
.site-footer-widgets a {
	color: #fff;
}

.site-footer-widgets .custom-social svg:hover {
	color: #ED472E;
}

.site-footer-widgets h3,
.site-footer-widgets p,
.site-footer-widgets a {
	display: flex;
	gap: 0.5rem;
	font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
	margin: 0;
}

.site-footer-widgets a.button {
    font-weight: 600;
}

.site-footer-widgets h3 {
	opacity: .6;
}

.site-footer-widgets .widget_text p {
	font-weight: 600;
}

/* .site-footer-widgets a {
	margin: 0 0 1rem;
} */

.site-footer-widgets li {
	list-style-type: none;
}

.site-footer-widgets li:not(:first-child) {
    margin: 1.5rem 0 0;
}

.site-footer-widgets .gb-layout-columns-5 {
	overflow-x: visible;
}

/* .footer-main-col {
	margin-bottom: 20px;
} */

.site-footer-widgets a.button svg {
	color: #fff;
}

/* After Footer */

.site-footer-credits.standalone {
	background-color: #000;
	color: #fff;
}

.site-footer-credits a {
	color: #fff;
}

.footer-credits p {
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-credits p .separator {
	display: none;
}

.footer-credits p .credit {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1.5rem;
	column-gap: 30px;
}

/* Geo Page */
.single-geo_page .header-section {
	display: none;
}

/* .single-geo_page .content-sidebar-wrap { width: 92%; max-width: 1500px; margin: 0 auto; } */
/* Faq Section */
.accordion-item {
	background-color: transparent;
}

.accordion-header {
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #C5C5C500;
}

.accordion-header .accordion-button {
	font-size: 20px;
	background-color: #EEE7E6;
	color: #000;
	padding: 20px;
	font-weight: 500;
	box-shadow: none;
	transition: 0.25s ease-in-out all;
}

.accordion-header .accordion-button:not(.collapsed):not(:hover) {
	filter: none !important;
}

.accordion-button:hover {
	filter: brightness(1.025);
}

.accordion-header .accordion-button svg {
	display: none;
}

.accordion-item {
	margin-bottom: 10px;
	border: 0;
}

body .accordion-body {
	padding: 20px;
}

/* Single Blog */
.single.sidebar-content .sidebar-primary {
	width: 28%;
}

.single-post-header-custom {
	width: 92%;
	max-width: 896px;
	margin: 0 auto;
	padding-top: 12rem;
}

.sidebar .custom-socials {
	gap: 1rem;
}

.table-of-contents ul {
	padding-left: 10px;
}

body .table-of-contents ul li {
	list-style-type: auto;
	font-size: 13px;
	line-height: 2rem;
	margin-bottom: 10px;
}

.single.single-post .header-section {
	display: none;
}

.sidebar .sidebar-content {
	box-shadow: none;
	border: none;
}

.table-of-contents h3 {
	border-bottom: 3px solid #eceef1;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}

section#block-32 strong {
	font-size: 16px;
	font-weight: 500;
}

.table-of-contents a {
	font-size: 13px;
}

.table-of-contents ul li {
	list-style-type: none;
}

.table-of-contents ul {
	margin-left: 15px;
	margin-bottom: 40px;
}

section#block-25 {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

section#block-29 {
	border: 1px solid #D0D0D0;
	padding: 2rem;
	border-radius: 16px;
}

section#block-29 strong {
	font-size: 20px;
}

section#block-29 p {
	font-size: 14px;
}

section#block-29 a.button {
	font-size: 16px;
	background: #2B2D2F;
	border-color: #2b2d2f;
}

section#block-29 a.button:hover {
	background: #ED472E;
}

.single-post-featured-image img {
	height: 500px;
	object-fit: cover;
}

.single-post-breadcrumb {
	margin: 25px 0;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
}

.single-post-breadcrumb svg.svg-inline--fa.fa-house {
	color: #ED472E;
	margin-right: 15px;
}

span.breadcrumb-separator {
	color: #ED472E;
}

.dynamic-author-block {
	display: flex;
	gap: 30px;
	padding: 30px 0;
}

.dynamic-author-block a {
	color: #ED472E !important;
	text-decoration: none !important;
	text-transform: capitalize;
}

.about-us-section a:hover {
	color: #ED472E !important;
}

h1.single-post-title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}

.breadcrumb-image {
	justify-content: center;
	display: flex;
	margin-bottom: 25px !important;
}

.single-post-meta {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #2B2D2F;
}

span.post-date {
	margin-right: 20px;
}

.related-posts-grid.blog-articles.blog-articles--three-column {
	display: flex;
	gap: 25px;
}

.related-posts-grid.blog-articles.blog-articles--three-column {
	display: flex;
	gap: 25px;
}

.related-posts-grid.blog-articles.blog-articles--three-column img {
	height: 225px !important;
	object-fit: cover;
}

.related-posts-grid.blog-articles.blog-articles--three-column a {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
}

.related-posts-grid.blog-articles.blog-articles--three-column a:hover {
	text-decoration: none;
	color: #ef3d2f;
}

.related-posts-fullwidth-before-footer h3 {
	font-size: 36px !important;
	font-weight: 700 !important;
}

a.read-more-btn {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #ED472E;
}

a.read-more-btn:hover {
	color: #000 !important;
}

.blog-article--content {
	width: 90%;
	margin: 0 auto;
	padding: 19px 15px;
	gap: 1rem;
	position: relative;
	bottom: 40px;
	box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.27);
	display: flex;
	background: #fff;
	height: 62%;
	justify-content: space-between;
	flex-direction: column;
}

.blog-article--content p {
	margin-bottom: 0;
}

.single.single-post .entry-content h2 {
	font-size: 27px;
	font-weight: 600;
}

.single.single-post .entry-content a:hover {
	color: #ED472E !important;
}

section#block-25 .custom-social--link {
	background: #F5F5F5;
	padding: 15px;
	border-radius: 100%;
}

.custom-social svg.svg-inline--fa:hover {
	color: #ED472E;
}

.blog .blog-articles .blog-article--content-info-title h2 a {
	font-family: inherit;
}

.single.has-toc .entry-content {
	display: block;
}

.sidebar-content {
	position: sticky;
	top: 120px;
	align-self: flex-start;
}

.related-post-item.blog-article {
	flex-basis: 33%;
}

/* svg.svg-inline--fa.fa-arrow-right-long {
	display: none;
} */

.blog-article--content-cta span:hover {
	color: #000;
}

.blog .blog-articles .blog-article:hover {
	box-shadow: none;
}

/* Client review */
.entry-content>.front-page-6>.gb-layout-column-wrap,
.entry-content>.reviews-section>.gb-layout-column-wrap {
	width: 155vw;
	max-width: 2090px;
}

.reviews-sliders--wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 155vw;
    max-width: 2100px;
    transform: translateX(-50%);
    margin-left: 50%;
}

/* .reviews-slider.bottom {
    max-width: calc((100% - 10px) * 3 / 4);
    margin: 0 auto;
} */

.reviews-slider.mobile {
    display: none;
}

.reviews-slider.mobile .swiper-controls {
    margin: 6rem 0 0;
}

/* @keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

@media (min-width: 768px) {
    .reviews-slider .swiper-wrapper {
        animation-name: ticker;
        animation-duration: 120s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-play-state: running;
    }

    .reviews-slider.bottom .swiper-wrapper {
        animation-direction: reverse;
    }

    .reviews-sliders.hover .reviews-slider .swiper-wrapper {
        animation-play-state: paused;
    }
} */

@media (min-width: 768px) {
    .reviews-slider .swiper-wrapper {
        transition-timing-function: linear;
    }
}

.reviews-sliders--wrapper .swiper:before,
.reviews-sliders--wrapper .swiper:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.81), rgba(255, 255, 255, 0.71), rgba(255, 255, 255, 0.51), transparent);
    width: 50px;
    height: 100%;
    top: 0;
    left: calc(50% - 50vw);
    z-index: 2;
}

.reviews-sliders--wrapper .swiper:after {
    background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.81), rgba(255, 255, 255, 0.71), rgba(255, 255, 255, 0.51), transparent);
    left: auto;
    right: calc(50% - 50vw);
}

@media (min-width: 2100px) {
    .reviews-sliders--wrapper .swiper:before,
    .reviews-sliders--wrapper .swiper:after {
        left: 0;
    }

    .reviews-sliders--wrapper .swiper:after {
        left: auto;
        right: 0;
    }
}

.reviews-sliders[data-mobile-only] .reviews-slider.top,
.reviews-sliders[data-mobile-only] .reviews-slider.bottom {
    display: none;
}

.reviews-sliders[data-mobile-only] .reviews-slider.mobile {
    display: block;
}

.reviews-sliders[data-mobile-only] .reviews-sliders--wrapper {
    width: calc(92vw - 250px - 10rem - 1px);
    max-width: 896px;
    transform: none;
    margin: 0 auto;
}

.reviews-sliders[data-mobile-only] .reviews-sliders--wrapper .swiper:before,
.reviews-sliders[data-mobile-only] .reviews-sliders--wrapper .swiper:after {
    display: none;
}

.review {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
    padding: 3rem;
    border: 1px solid #c6c6c6;
	border-radius: 1.6rem;
}

.review-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
}

.review-info--logo {
    flex: 1 1 calc(37.5% - 1.5rem);
}

.review-info--logo img {
    object-fit: contain;
    object-position: left center;
    width: 100%;
    height: 60px;
}

.review-info--client {
    flex: 1 1 calc(62.5% - 1.5rem);
}

.review-info--client-name p {
    color: #000;
    font-size: 1.6rem !important;
    font-weight: 600;
    line-height: 1.5;
}

.review-info--client-company p {
    color: #000;
    font-size: 1.6rem !important;
    font-weight: 400;
    line-height: 1.5;
}

.review-info--client-stars {
    display: flex;
    min-height: 18px;
    margin: 0.5rem 0 0;
}

.review-info--client-stars .stars {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    height: 18px;
}

.review-info--client-stars .stars .star {
    display: flex;
}

.review-info--client-stars .stars .star svg {
    color: #edb25e;
    width: 18px;
    height: 18px;
}

.review-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.review-content--copy {
    flex: 1;
}

.review-content--copy p {
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    gap: 0.75rem;
    height: 100%;
    color: #000;
    font-size: 1.6rem !important;
    font-weight: 400;
    line-height: 1.4 !important;
}

.review-content--copy a {
    color: #000 !important;
    font-weight: 600;
    width: fit-content;
    padding: 0 !important;
    border-bottom: none !important;
}

.review-content--copy a:hover {
    color: var(--tto-sky-blue) !important;
}

.swiper-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.swiper-button-prev,
.swiper-button-next {
    position: unset;
    display: flex;
    width: fit-content;
    height: fit-content;
    margin: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-button-prev span,
.swiper-button-next span {
    display: flex;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    color: #000;
    width: 1.7rem;
    height: 1.7rem;
    padding: 1.45rem;
    border: 1px solid #000;
    border-radius: 50%;
    transition: 0.25s ease-in-out all;
}

.swiper-button-prev svg:hover,
.swiper-button-next svg:hover {
    opacity: 0.6;
}

@media (max-width: 767px) {
    .reviews-slider.top,
    .reviews-slider.bottom {
        display: none;
    }

    .reviews-slider.mobile {
        display: block;
    }

    .reviews-sliders--wrapper {
        width: 100%;
        transform: none;
        margin: 0;
    }

    .reviews-sliders--wrapper .swiper:before,
    .reviews-sliders--wrapper .swiper:after {
        display: none;
    }
}



/* Mega Menu */
.mega-menu-wrap--cta .mega-menu-thumbnail img {
	height: 300px;
}

.mega-menu-wrap--menu .sub-menu {
	height: auto;
	box-shadow: none;
}

.mega-menu-wrap--cta {
	background-color: #fff;
}

.mega-menu ul.sub-menu:first-of-type li ul.sub-menu>li p,
.mega-menu ul.sub-menu:first-of-type li ul.sub-menu>li a {
	font-size: 1.6rem;
	padding: 10px 0;
}

.mega-menu .mega-menu-wrap--menu > ul.sub-menu>li>p:first-child,
.mega-menu .mega-menu-wrap--menu > ul.sub-menu>li>a:first-child {
	font-size: 1.4rem;
	font-weight: 500;
	color: #ED472E;
}

.mega-menu-wrap--cta .mega-menu-callout p {
	font-size: 1.8rem;
	font-weight: 600;
	color: #000;
}

.mega-menu-wrap--cta .mega-menu-action a.button {
	background-color: #ED472E;
}

.mega-menu-wrap--cta .mega-menu-action a.button:hover {
	background-color: #222;
}

.mega-menu-wrap--cta .mega-menu-copy p {
	font-size: 1.5rem;
	color: #000;
}

/* END */
.margin-top {
	margin-top: 40px;
}

a.button.border-button {
	background: transparent;
	border: 1px solid;
}

a.button.border-button:hover {
	background-color: #ED472E;
}

.image-height {
	height: 420px;
}

.wp-block-genesis-blocks-gb-columns.image-height.gb-layout-columns-1.one-column.gb-background-cover.gb-background-no-repeat {
	background-position: 50% 40%;
	border-radius: 45px 0 0 0;
}

.our-vision-column {
	position: relative;
	bottom: 120px;
	background: #fff;
	margin-bottom: -120px;
	padding: 38px 48px 0;
	border-radius: 0 35px 0 0;
}

.zero-padding.gb-layout-columns-1.one-column {
	padding: 0;
}

.padding-top-zero.gb-layout-columns-1.one-column {
	padding-top: 0;
}

.form-column {
	background: #fff;
	padding: 70px;
	border-radius: 45px 0 0 0;
	width: 97%;
	position: relative;
	margin-bottom: 35px;
}

.wp-block-genesis-blocks-gb-column.form-column.gb-block-layout-column {
	position: relative;
}

.wp-block-genesis-blocks-gb-column.form-column.gb-block-layout-column::after {
	content: "";
	position: absolute;
	width: 95%;
	height: 95%;
	background-color: #ED472E;
	border-radius: 0 0 45px 0;
	top: 75px;
	z-index: -1;
}

.grey-backround {
	background: #F4F4F4;
	border-radius: 20px;
}

input#gform_submit_button_1 {
	background: #222;
	white-space: normal;
}

input#gform_submit_button_1:hover {
	background: #ED472E;
}

/* BLOG PAGE */
.blog-articles.blog-articles--three-column {
	width: 92%;
	max-width: 1500px;
	margin: 0 auto;
}

.blog .blog-articles .blog-article {
	box-shadow: none;
	border: none;
	border-radius: 0;
}

.blog .blog-articles .blog-article--content {
	width: 92%;
	margin: 0 auto;
	padding: 3rem;
	gap: 1rem;
	position: relative;
	bottom: 3rem;
	box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.27);
	background: #fff;
}

.blog .blog-articles .blog-article--content-cta a {
    display: flex;
    align-items: center;
    gap: 1rem;
    line-height: 1;
    text-decoration: none;
    margin: 1rem 0 0;
}

.blog .blog-articles--three-column {
	gap: 2rem;
}

.blog .blog-articles .blog-article--image span {
	display: none;
}

.blog .blog-pagination {
	margin: 40px 0;
}

.blog .blog-pagination ul {
	gap: 0.5rem;
}

.blog .blog-articles .blog-article--content-info-title h2 a {
	font-size: 24px;
	font-weight: 600;
}

.blog-article h2 a {
	text-decoration: none;
	color: #111;
}

.blog-article h2 a:hover {
	color: #ef3d2f;
}

.blog-article--content-cta a {
	color: #ef3d2f;
	font-weight: 700;
}

.blog-pagination {
	display: flex;
	justify-content: center;
}

.blog-pagination a.page-numbers:hover {
	background: #e7e7e7;
}

.blog .blog-pagination ul li span.current,
.blog .blog-pagination ul li a:hover {
	color: #ED472E;
	border: 1px solid #ED472E;
	font-weight: 600;
	background: transparent;
}

.primary-menu-ctas a.button {
	font-size: 1.5rem;
	padding: 1.1rem 1.5rem;
	font-weight: 600;
	margin: 0;
}

.primary-menu-ctas a.button:hover {
	filter: brightness(1.1);
}

.phone-number-block svg,
.button svg {
	color: #fff;
}

svg.svg-inline--fa.fa-phone {
	color: #ED472E;
}

.site-footer-widgets .custom-socials {
	margin: unset;
}

.banner-logo-col img {
	width: 90px;
}

/* 404 Page */
.error404 h1.entry-title {
	display: none;
}

.site-header>.wrap {
	justify-content: space-between;
}

/* Header */
.mega-menu-wrap--menu .sub-menu li a:hover {
	color: #555;
}

.nav-primary .sub-menu a {
	font-weight: 600;
}

.sub-menu .sub-menu:before {
	background-color: #E74B26;
	border-bottom-color: #E74B26;
	border-left-color: #E74B26;
}

@media (max-width: 895px) {
	.menu-item-has-children .sub-menu {
		margin-left: 0;
		background-color: transparent;
	}

	.menu-item-has-children .sub-menu .menu-item {
		padding-left: 0;
	}

	.sub-menu-toggle {
		border: 0;
	}

	.sub-menu-toggle:before {
		border: .6rem solid transparent;
		border-top-color: #000;
	}

	.nav-primary {
		width: 93vw;
		max-width: 40rem;
		background-color: #fff;
	}

	/* .nav-primary ul.menu {
		height: 50vh;
		overflow: auto;
		padding: 0 3rem;
		padding-top: 0;
	} */

	/* .site-header .wrap .nav-primary>.wrap {
		position: relative;
		top: 110px;
		padding: 0;
	} */

	.sub-menu-toggle {
		right: 0;
		top: 0.5em;
	}

	.menu>.menu-item a {
		color: #000;
	}

	.site-footer-widgets .menu>.menu-item a {
		color: #fff;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background-color: transparent;
	}

	/* .site-header .wrap .nav-primary .menu>.menu-item .sub-menu-toggle {
		transform: rotate(0);
	}

	.site-header .wrap .nav-primary .menu>.menu-item.menu-open .sub-menu-toggle {
		transform: rotate(-180deg);
		background-color: #ED472E;
		border-radius: 5px;
	} */

	.top-nav-bar a {
		color: #fff !important;
	}
}

/* Blog Header */
.blog .header-section {
	display: none;
}

.tto-blog-header {
	background-color: #ED472E;
	padding: 80px 0;
	margin-bottom: 60px;
}

.tto-blog-header .wrap {
	width: 92%;
	max-width: 1500px;
	margin: 0 auto;
}

.tto-blog-title {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	margin: 0;
}

/* === Single post === */
.single.single-post .entry-content a:not(.button):not(.arrow-cta--link) {
	border-bottom: none;
}

.single .sidebar:not(.fixed) .widget:first-of-type,
.blog .sidebar:not(.fixed) .widget:first-of-type {
	position: relative !important;
	top: 0 !important;
}

.single.single-post .content-sidebar-wrap {
	width: 92%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 2rem;
}

.top-nav-bar > .wrap > .widget {
    width: 100%;
}

.top-nav-bar .gb-layout-column-wrap {
    grid-template-columns: auto 1fr;
}

.top-nav-bar .gb-block-layout-column-inner {
    display: flex;
    align-items: center;
    gap: 3rem;
    height: 100%;
}

.top-nav-bar .gb-block-layout-column:last-child .gb-block-layout-column-inner {
    justify-content: flex-end;
}

.top-nav-bar a.cta-link {
	background-color: transparent;
	font-size: 1.4rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
}

.top-nav-bar a.cta-link:hover {
	filter: brightness(0.85);
}

.top-nav-bar .phone-link,
.primary-menu-ctas .phone-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.4rem;
    font-weight: 500;
}

.top-nav-bar a.cta-link i,
.top-nav-bar a.cta-link svg,
.top-nav-bar .phone-link i,
.top-nav-bar .phone-link svg,
.primary-menu-ctas .phone-link i,
.primary-menu-ctas .phone-link svg {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 1.4rem;
	height: 1.4rem;
	color: #ed472e;
	font-size: 1.4rem;
}

.nav-primary .dumpster-dropdown .dumpster-graphic {
	background-color: #f7f7f7;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	width: 100%;
	height: 100%;
	padding: 2rem !important;
	border: 1px solid #aaa;
	border-radius: 0.8rem;
}

.nav-primary .dumpster-dropdown .dumpster-graphic img {
	mix-blend-mode: darken;
	object-fit: contain;
	object-position: center center;
	width: 100%;
	height: 100%;
}

@media (min-width: 896px) {
	.site-header:not(.fixed):not(.shrink) .nav-primary .mega-menu-container {
		border-radius: 0.8rem;
	}

	.nav-primary .mega-menu-container {
		display: block !important;
		left: -9999px;
		border-top: 1px solid #ececec;
		border-radius: 0;
		border-bottom-left-radius: 0.8rem;
		border-bottom-right-radius: 0.8rem;
		box-shadow: 0 0 2rem rgba(57, 62, 75, 0.38);
        pointer-events: none;
        opacity: 0;
		clip-path: inset(0 -2rem -2rem -2rem);
		overflow: hidden;
        transition: 0.25s ease-in-out opacity, 0.25s ease-in-out border-radius, 0s 0.25s ease-in-out left;
	}

	.nav-primary .menu-item:hover > .mega-menu-container {
        left: 0;
        pointer-events: all;
        opacity: 1;
        transition: 0.25s ease-in-out opacity, 0.25s ease-in-out border-radius, 0s ease-in-out left;
    }

	.nav-primary .mega-menu-wrap {
		display: grid;
		grid-template-columns: 1fr 30%;
		gap: 5rem;
    	padding: 2.5rem;
	}

	.nav-primary .mega-menu-wrap .mega-menu-wrap--menu > .sub-menu {
		flex-wrap: nowrap;
		gap: 2.5rem;
	}

	.nav-primary .mega-menu-wrap .mega-menu-wrap--menu > .sub-menu:after {
		position: absolute;
	}

	.nav-primary .mega-menu-wrap .mega-menu-wrap--menu > .sub-menu > .menu-item {
		gap: 2rem;
	}

	.nav-primary .mega-menu-wrap .mega-menu-wrap--menu > .sub-menu > .menu-item > p,
	.nav-primary .mega-menu-wrap .mega-menu-wrap--menu > .sub-menu > .menu-item > a {
		font-weight: 600;
		margin: 0;
	}

	.nav-primary .mega-menu-wrap .sub-menu .menu-item p,
	.nav-primary .mega-menu-wrap .sub-menu .menu-item a {
		font-size: min(1.5rem, 1.2vw) !important;
		line-height: 1.3 !important;
		margin: 0 !important;
        padding: 0 !important;
	}

	.nav-primary .mega-menu-wrap .sub-menu .menu-item {
		padding: 0;
	}

	.nav-primary .mega-menu-wrap .sub-menu .sub-menu {
		gap: 2rem;
		padding: 0 !important;
	}

	.nav-primary .mega-menu-wrap--cta {
		position: relative;
		justify-content: flex-start;
		gap: 0.5rem;
		padding: 0;
		z-index: 1;
	}

	.nav-primary .mega-menu-wrap--cta:before {
		content: '';
		background-color: #f5f5f5;
		position: absolute;
		width: calc(100% + 5rem);
		height: calc(100% + 5rem);
		top: -2.5rem;
		left: -2.5rem;
		z-index: -1;
	}

	.nav-primary .mega-menu-wrap--cta .mega-menu-callout p {
		font-size: min(1.8rem, 1.4vw);
	}

	.nav-primary .mega-menu-wrap--cta .mega-menu-copy p {
		font-size: min(1.5rem, 1.2vw);
	}

	.nav-primary .mega-menu-wrap--cta .mega-menu-action a.button {
		font-size: min(1.6rem, 1.3vw);
		margin: 1rem 0 0;
	}

	.nav-primary .mega-menu-wrap--cta .mega-menu-thumbnail {
		flex: 1;
		position: relative;
		display: flex;
		width: 100%;
		height: 100%;
		min-height: 200px;
		margin: 2rem 0 0;
	}

	.nav-primary .mega-menu-wrap--cta .mega-menu-thumbnail img {
		position: absolute;
		object-fit: cover;
		object-position: center center;
		width: 100%;
		height: 100%;
	}

	.dumpster-dropdown .mega-menu-wrap--menu > .sub-menu {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 4rem !important;
		padding: 1.5rem;
	}

	.dumpster-dropdown .mega-menu-wrap--menu .sub-menu .menu-item {
		width: 100%;
		height: 100%;
	}

	.nav-primary .dumpster-dropdown .mega-menu-wrap .sub-menu .menu-item a {
		flex-direction: column;
		gap: 1.5rem;
		width: 100%;
		height: 100%;
	}

	.nav-primary .dumpster-dropdown .mega-menu-wrap .sub-menu .menu-item a:hover {
		filter: opacity(0.8);
	}

	.nav-primary .dumpster-dropdown .dumpster-label p {
		color: #000;
		font-size: 1.6rem;
	}

	.primary-menu-ctas .gb-block-layout-column:first-child {
		display: none;
	}
}

@media (max-width: 1299px) {
	.site-header > .wrap {
		grid-template-columns: min(13rem, 10.1vw) 1fr;
		gap: min(5rem, 3.5vw);
	}

	.nav-primary > .wrap {
		gap: min(4rem, 2.5vw);
	}

	.nav-primary .menu {
		gap: min(2.5rem, 2vw);
	}

	.nav-primary .menu > .menu-item > a {
		font-size: min(1.6rem, 1.3vw);
	}

	.nav-primary .menu > .menu-item > a > span {
		gap: min(0.75rem, 0.6vw);
	}

	.nav-primary .menu > .menu-item > a > span i,
	.nav-primary .menu > .menu-item > a > span svg {
		width: min(1rem, 0.8vw);
		height: min(1rem, 0.8vw);
	}

	.primary-menu-ctas .gb-layout-column-wrap {
		gap: min(1.5rem, 1.2vw);
	}

	.primary-menu-ctas a.button {
		font-size: min(1.6rem, 1.2vw);
		padding: min(1.1rem, 0.9vw) min(1.5rem, 1.2vw);
	}
}

.menu-toggle {
    background-color: transparent;
    border: none;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
	background: #000;
	width: 3rem;
	height: 3.5px;
	border-radius: 50px;
}

.menu-toggle span:before {
	top: 0.8rem;
}

.menu-toggle span:after {
	bottom: 0.8rem;
}

.menu-toggle.active span:before,
.menu-toggle.active span:after {
    background: #000;
}

@media (max-width: 895px) {
	.top-nav-bar {
		display: none;
	}

	.site-header .title-area {
		max-height: 85px !important;
	}

    .site-header > .wrap {
        grid-template-columns: min(13rem, 30vw) auto;
		align-items: center;
        justify-content: space-between;
        gap: min(5rem, 12vw);
    }

	.nav-primary {
        background-color: #fff;
        position: absolute;
        width: 100%;
		max-width: 100%;
        height: 100vh;
        top: 100%;
        left: -9999px;
        border-top: 1px solid #d6d6d6;
        opacity: 0;
        pointer-events: none;
        overflow: hidden;
        transition: 0.4s ease-in-out opacity, 0s 0.4s ease-in-out left;
    }

    .nav-primary.active {
        left: 0;
        opacity: 1;
        pointer-events: all;
        transition: 0.4s ease-in-out opacity, 0s ease-in-out left;
    }

    .nav-primary > .wrap {
		display: flex;
        flex-direction: column;
        gap: 0;
        padding: 5rem 0;
        overflow: scroll;
    }

    .nav-primary .menu {
        flex: 0 1 fit-content;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        gap: 2.5rem;
		width: 100%;
        padding: 0 calc(6vw - 6px) 5rem 6vw;
        overflow-y: scroll;
    }

    .nav-primary .menu::-webkit-scrollbar {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
    }

    .nav-primary .menu::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    }

    /* .nav-primary .menu > .menu-item > svg[data-fa-pseudo-element="::before"] {
        display: none;
    } */

    .nav-primary .menu > .menu-item,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu > .sub-menu > li {
        display: grid;
        grid-template-rows: 1fr auto;
        grid-template-columns: 1fr 36px;
        row-gap: 0;
        column-gap: 3rem;
        width: 100%;
        padding: 0 !important;
        /* transition: 0s 0.4s order; */
    }

    .nav-primary .menu > .menu-item > p,
    .nav-primary .menu > .menu-item > a,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu > .sub-menu > .menu-item > p,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu > .sub-menu > .menu-item > a {
        font-size: 1.8rem;
        font-weight: 600;
    }

    .nav-primary .menu > .menu-item.mobile-break > p,
    .nav-primary .menu > .menu-item.mobile-break > a,
    .nav-primary .menu > .menu-item.mobile-break > .sub-menu-toggle {
        display: none;
    }

    .nav-primary .menu > .menu-item.mobile-break,
    .nav-primary .menu > .menu-item.mobile-break > .mega-menu-container,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu > .sub-menu {
        display: contents;
    }

    .primary-menu-ctas .gb-layout-column-wrap {
        flex-direction: column;
        gap: 2rem;
    }

    .mega-menu-wrap--cta .mega-menu-thumbnail {
        display: none;
    }

    .nav-primary .menu > .menu-item > .mega-menu-container,
    .nav-primary .menu > .menu-item > .sub-menu,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu > .sub-menu .sub-menu {
        grid-column: 1 / span 2;
        max-height: 0;
        overflow: hidden;
        transition: 0.4s ease-in-out max-height;
    }

    .sub-menu-toggle,
    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        flex: 1 1 36px;
        background-color: transparent;
        position: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        color: #000;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 6px;
        box-shadow: none;
        transform: none;
        transition: 0.4s ease-in-out all;
    }

	.sub-menu-toggle[aria-expanded="true"] {
        background-color: rgba(0, 0, 0, 0.08);
		transform: rotate(-180deg);
	}

    .sub-menu-toggle svg {
        color: #000;
        width: 18px;
        height: 18px;
    }

    .sub-menu-toggle:before {
        display: none;
    }

    .nav-primary .menu .sub-menu {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        margin: 0;
    }

    .nav-primary .menu .sub-menu > .menu-item {
        list-style-type: none;
		margin: 0;
		padding: 0;
    }

	.nav-primary .menu .mega-menu-wrap--menu > .sub-menu {
		display: flex !important;
		flex-direction: column;
		gap: 4rem;
	}

	.nav-primary .menu .mega-menu-wrap--menu > .sub-menu:after {
		position: absolute;
	}

    .nav-primary .menu .mega-menu-wrap--menu > .sub-menu > .menu-item:first-child {
        padding-top: 2rem;
    }

    .nav-primary .menu .mega-menu-wrap--menu > .sub-menu > .menu-item:last-child {
        padding-bottom: 2rem;
    }

    .nav-primary .menu .sub-menu > .menu-item > p,
    .nav-primary .menu .sub-menu > .menu-item > a {
        font-size: 1.7rem;
    }


	.mega-menu .mega-menu-wrap--menu > ul.sub-menu > li > p:first-child {
		font-size: 1.6rem;
		margin: 0 0 1rem;
	}

	.dumpster-dropdown .mega-menu-wrap--menu a {
		display: grid !important;
		grid-template-columns: min(15rem, 20vw) 1fr;
		gap: 3rem;
		color: #000 !important;
		font-weight: 600 !important;
		margin-left: 1em;
		padding: 0;
	}

	.dumpster-dropdown .mega-menu-wrap--menu a:hover {
		filter: opacity(0.8);
	}

    .mega-menu-wrap--menu .mega-menu-title,
    .mega-menu-wrap--menu .mega-menu-ctas,
    .mega-menu-wrap--cta {
        display: none;
    }

	.nav-primary .menu .sub-menu .sub-menu-toggle {
		display: none !important;
	}

    .primary-menu-ctas {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
		padding: 5rem 6vw 0;
        border-top: 1px solid #c0c0c0;
    }

	.primary-menu-ctas .phone-link {
		font-size: 1.7rem;
	}

	.primary-menu-ctas .phone-link i,
	.primary-menu-ctas .phone-link svg {
		width: 1.7rem;
		height: 1.7rem;
	}

    .primary-menu-ctas a.button {
        font-size: 1.7rem;
        padding: 1rem 2.2rem;
    }

    .primary-menu-ctas > .top-nav-bar,
    .primary-menu-ctas > .top-nav-bar > .wrap {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .primary-menu-ctas .top-nav-bar > .wrap > .widget {
        border: none;
        padding: 0;
    }

    .primary-menu-ctas .top-nav-bar > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        margin: 0 0 4rem;
    }

    .primary-menu-ctas .top-nav-bar > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column {
        flex: unset;
        justify-content: center;
    }

    .primary-menu-ctas .top-nav-bar .custom-button a.button {
        font-size: 1.7rem;
    }

    .primary-menu-ctas .top-nav-bar .custom-button a.button svg {
        width: 1.9rem;
        height: 1.9rem;
    }

    .primary-menu-ctas .top-nav-bar .custom-social--link svg {
        width: 2rem;
        height: 2rem;
    }
}

@media (max-width: 767px) {
	.site-header > .wrap {
		width: 100%;
	}
}

@media (min-width: 1800px) {
	.banner-col-main::after {
		right: calc(50vw - 750px);
	}

	.text-img-main-col::before {
		margin-right: calc(50vw - 750px + 108px);
	}
}

.home .banner-col-main:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 5.59%, rgba(0, 0, 0, 0.322) 97.73%);
    opacity: 1;
}

.home .banner-col-main > .gb-layout-column-wrap > .gb-block-layout-column {
    max-width: 760px;
}

@media (min-width: 768px) {
	.home .banner-col-main + .wp-block-genesis-blocks-gb-columns {
		padding-top: 0;
	}

	.home .banner-col-main + .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		padding-top: var(--theme-section-padding);
	}
}

.entry-content > .inner-page-banner {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.entry-content > .inner-page-banner:after {
	content: '';
	background-image: inherit;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 45%;
	height: 100%;
	top: 0;
	left: auto;
	right: 0;
	clip-path: polygon(0 0, 75px 100%, 100% 100%, 100% 0);
	z-index: 3;
}

@media (max-width: 767px) {
	.entry-content > .inner-page-banner:after {
		display: none;
	}
}

.entry-content > .inner-page-banner > .gb-layout-column-wrap {
	background-color: #ed472e;
	grid-template-columns: 1fr 45%;
    gap: 6rem;
	width: 100%;
	max-width: 100%;
	margin: 0;
    padding: var(--theme-section-padding) 0;
	z-index: 2;
}

.entry-content > .inner-page-banner > .gb-layout-column-wrap > .gb-block-layout-column {
	width: calc(100% - 4vw);
    margin-left: 4vw;
}

.inner-page-banner .banner-btn-col {
    margin: 0;
}

.inner-page-banner .custom-button a.button {
    background-color: #fff;
    color: #000;
	margin: 1rem 0 0;
	border-color: #fff;
}

.inner-page-banner .custom-button a.button:hover {
    background-color: #dbdbdb;
}

@media (min-width: calc(1500px / 0.92)) {
	.entry-content > .inner-page-banner > .gb-layout-column-wrap > .gb-block-layout-column {
		width: calc(100% - 50vw + 750px);
		margin-left: calc(50vw - 750px);
	}
}

@media (max-width: 767px) {
	.inner-page-banner:before {
		opacity: 0.65;
	}

	.entry-content > .inner-page-banner > .gb-layout-column-wrap {
		background-color: transparent;
	}

	.entry-content > .inner-page-banner > .gb-layout-column-wrap > .gb-block-layout-column {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0 var(--theme-wrap-padding-mobile);
	}
}

.banner-logo-col {
    overflow: hidden;
}

.entry-content > .areas-served-section,
.entry-content > .areas-served-section > .gb-layout-column-wrap {
	display: flex;
    width: 100%;
    max-width: 100%;
	height: calc(100vh - 139px);
    margin: 0;
    padding: 0;
}

.logged-in.admin-bar .entry-content > .areas-served-section,
.logged-in.admin-bar .entry-content > .areas-served-section > .gb-layout-column-wrap {
	height: calc(100vh - 171px);
}

.entry-content > .areas-served-section > .gb-layout-column-wrap {
    grid-template-columns: 1fr 50%;
    gap: 0;
}

.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column {
    display: flex;
}

.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner {
    overflow-y: scroll;
}

.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner {
    margin-left: 4vw;
    padding: var(--theme-section-padding) 6rem;
    padding-left: 0;
    overflow-y: scroll;
}

@media (min-width: calc(1500px / 0.92)) {
	.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner {
		margin-left: calc(50vw - 750px);
	}
}

.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner,
.areas-served-section .google-map-embed,
.areas-served-section .google-map-embed--wrapper {
	display: flex;
    width: 100%;
    height: 100%;
}

.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner::-webkit-scrollbar {
	-webkit-appearance: none;
	appearance: none;
	width: 0.8rem;
}

.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner::-webkit-scrollbar-track {
	background-color: #f9f9f9;
}

.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner::-webkit-scrollbar-thumb {
	background-color: #dbdbdb;
}

.entry-content > .areas-served-section + .wp-block-genesis-blocks-gb-columns {
    padding-top: calc(var(--theme-section-padding) * 1.5);
    border-top: 1px solid #dbdbdb;
}

@media (max-width: 991px) {
	.entry-content > .areas-served-section,
	.entry-content > .areas-served-section > .gb-layout-column-wrap,
	.logged-in.admin-bar .entry-content > .areas-served-section,
	.logged-in.admin-bar .entry-content > .areas-served-section > .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
		height: auto;
	}

	.entry-content > .areas-served-section {
		padding: var(--theme-section-padding) 0;
	}

	.entry-content > .areas-served-section > .gb-layout-column-wrap {
		gap: 6rem;
		width: var(--theme-wrap-width);
		max-width: var(--theme-wrap-max-width);
		margin: 0 auto;
	}

	.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner {
		margin: 0;
		padding: 0;
		overflow-y: hidden;
	}

	.areas-served-section iframe {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.entry-content > .areas-served-section {
		padding: var(--theme-section-padding-mobile) 0;
	}

	.entry-content > .areas-served-section > .gb-layout-column-wrap {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0 var(--theme-wrap-padding-mobile);
	}
}

.quote-form > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    background-color: #fff;
    max-width: 896px;
    margin: 0 auto;
    padding: 6rem;
    border: 1px solid #ed472e;
    border-top-left-radius: 4.5rem;
    overflow: hidden;
}

.quote-form h1 {
    font-size: 3.2rem;
}

.quote-form h1 + p {
    font-size: 1.8rem;
    margin: 0 0 4rem;
}

.entry-content > .phone-banner {
    padding: 2.5rem 0;
}

.phone-banner a.button {
	margin: 0;
}

.vert-align-center > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.nav-primary svg[data-fa-pseudo-element="::after"] {
    display: none;
}

ul.checkmark-list li:before {
	content: '\f00c';
	/* display: none; */
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	opacity: 0;
}

ul.checkmark-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0;
}

ul.checkmark-list li {
    position: relative;
    display: grid;
    grid-template-columns: 1.8rem 1fr;
    gap: 1.5rem;
    font-size: 1.8rem;
}

ul.checkmark-list li svg {
    position: absolute;
    display: flex;
    width: 1.8rem;
    height: 1.8rem;
    color: #ed472e;
    font-size: 1.8rem;
    top: 0.556rem;
    left: 0;
}

.wp-block-genesis-blocks-gb-columns[style*="background-color:#2b2d2f"] ul.checkmark-list li svg {
    color: #fff;
}

.areas-served {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.areas-served--search {
	position: relative;
    display: flex;
    align-items: center;
}

.areas-served--search input {
    width: 100%;
    font-size: 1.5rem;
    padding: 8px 12px;
    border: 1.5px solid #d9d9d9;
    border-radius: 0.8rem;
    outline: none;
}

.areas-served--search:after {
	content: '\f002';
	display: none;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
}

.areas-served--search svg {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    right: 12px;
}

.areas-served--locations ul {
    column-count: 2;
    gap: 4rem;
    margin: 0;
}

.areas-served--locations ul li {
    list-style-type: none;
}

.areas-served--locations ul li:not(:first-child) {
    margin: 1.5rem 0 0;
}

.areas-served--locations ul li a {
	position: relative;
    display: grid;
    grid-template-columns: 1.8rem 1fr;
    gap: 1.5rem;
    font-size: 1.8rem;
    font-weight: 500;
}

.areas-served--locations ul li a:before {
	content: '\f276';
	/* display: none; */
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	opacity: 0;
}

.areas-served--locations ul li svg {
    position: absolute;
    display: flex;
    width: 1.8rem;
    height: 1.8rem;
    color: #ed472e;
    font-size: 1.8rem;
    top: 0.556rem;
    left: 0;
}

.open-positions {
    display: grid;
    grid-template-columns: 3.6rem 3fr auto 2fr;
    align-items: center;
    row-gap: calc(5rem + 1px);
    column-gap: 2.5rem;
	margin: 4rem 0 0;
}

.open-position {
	display: contents;
}

.open-position--icon {
    background-color: #ed472e;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
}

.open-position:not(:first-child) .open-position--icon:before {
    content: '';
    background-color: #cdcdcd;
    position: absolute;
    width: 92vw;
    height: 1px;
    top: calc(-2.5rem - 0.5px);
    left: 0;
}

.open-position--icon i,
.open-position--icon svg {
    width: 1.6rem;
    height: 1.6rem;
    color: #fff;
    font-size: 1.6rem;
}

.open-position--title h3 {
    font-size: 1.8rem;
}

.open-position--info p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4rem;
    color: #2b2d2f;
    font-size: 1.7rem;
}

.open-position--info p .area {
    margin-right: auto;
}

.open-position--info p .separator {
    background-color: #c0c0c0;
    width: 1px;
    height: 1.7rem;
}

.open-position--cta {
    display: flex;
    justify-content: flex-end;
}

.open-position--cta a.cta-link {
    display: grid;
    grid-template-columns: 1fr 1.7rem;
    gap: 1.25rem;
    color: #ed472e;
    font-size: 1.7rem;
    font-weight: 600;
}

@media (max-width: 767px) {
	.open-positions {
		display: flex;
		flex-direction: column;
	}

	.open-position {
		display: grid;
		grid-template-columns: 3.6rem 1fr auto;
		align-items: center;
		row-gap: 2rem;
		column-gap: 2.25rem;
		width: 100%;
	}

	.open-position--icon {
		grid-row: 1;
		grid-column: 1;
	}

	.open-position--title {
		grid-row: 1;
		grid-column: 2;
	}

	.open-position--info {
		grid-row: 2;
		grid-column: 1 / span 2;
	}

	.open-position--info p {
		justify-content: flex-start;
	}

	.open-position--info p .area {
		margin-right: 0;
	}
	
	.open-position--cta {
		grid-row: 1 / span 2;
		grid-column: 3;
		justify-content: flex-start;
	}
}

@media (max-width: 512px) {
	.open-position {
		grid-template-columns: 3.6rem 1fr;
	}

	.open-position--cta {
		grid-row: 3;
		grid-column: 1 / span 2;
		justify-content: flex-start;
	}
}

.entry-content > .partnerships-section {
    padding: 6rem 0;
}

.partnerships-section h2 {
    font-size: 3.2rem;
    margin: 0 0 4rem;
}

.partnerships-slider .partnership {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	height: 100%;
    max-height: 90px;
}

.partnerships-slider .partnership img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.max-760 {
    max-width: 760px;
    margin: 0 auto;
}

.cards-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 960px;
    margin: 0 auto;
}

.cards-section .gb-block-container,
.right-dumpster-section-main .gb-block-container {
    grid-column: 1 / span 2;
}

.cards-section .wp-block-genesis-blocks-gb-columns,
.cards-section .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap,
.right-dumpster-section-main .wp-block-genesis-blocks-gb-columns,
.right-dumpster-section-main .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
	display: contents;
}

.cards-section .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column,
.right-dumpster-section-main .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column {
    grid-area: unset;
}

.cards-section .icon-block {
	margin: 0 0 1rem;
}

.cover-section-main:before {
    opacity: 0.2;
}

.cover-section-main:not(.free-quote-sec) > .gb-layout-column-wrap > .gb-block-layout-column {
    background-color: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8.8px);
    max-width: 600px;
	padding: 5rem;
	border-radius: 3.5rem;
}

.right-dumpster-section-main > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
	max-width: 1150px;
    margin: 0 auto;
}

body.page:not(.home):not(.main-dumpster-page) .right-dumpster-section-main > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
	grid-template-columns: repeat(3, 1fr);
	max-width: 100%;
}

body.page:not(.home):not(.main-dumpster-page) .right-dumpster-section-main h2 {
    grid-column: 1 / span 3;
	margin: 0;
}

@media (max-width: 991px) {
	body.page:not(.home):not(.main-dumpster-page) .right-dumpster-section-main > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
		grid-template-columns: repeat(2, 1fr);
	}

	body.page:not(.home):not(.main-dumpster-page) .right-dumpster-section-main h2 {
		grid-column: 1 / span 2;
	}
}

.dimension-capacity-main,
.dimension-capacity-main > .gb-layout-column-wrap {
    display: grid !important;
	gap: 2rem;
	margin: 0 !important;
}

@media (max-width: 991px) {
	.top-nav-bar .gb-layout-column-wrap > .gb-block-layout-column:first-child {
		display: none;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 1.8rem;
	}

	h1 {
		font-size: 4rem;
	}

	button,
	a.button,
	input[type='submit'] {
		font-size: 1.7rem;
		padding: 1.2rem 2rem;
	}

	.curved-design-img .gb-block-layout-column-inner figure,
	.image-content-section .gb-block-layout-column-inner figure {
		min-height: 300px;
		max-height: 300px;
		padding: 0 4rem 4rem 0;
		border-top-left-radius: 4.5rem;
	}

	.home .banner-col-main:before {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 5.59%, rgba(0, 0, 0, 0.422) 97.73%);
		opacity: 1;
	}

	.banner-col-main:after,
	.text-img-main-col:before {
		display: none;
	}

	.banner-btn-col {
		margin-bottom: 6rem;
	}

	.cards-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner,
	.right-dumpster-section-main > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
		display: flex;
		flex-direction: column;
		gap: 4rem;
	}

	.max-760 h2,
	.max-760 p {
		text-align: left;
	}

	.cover-section-main:before {
		opacity: 0.65;
	}

	.cover-section-main:not(.free-quote-sec) > .gb-layout-column-wrap > .gb-block-layout-column {
		background-color: transparent;
		backdrop-filter: none;
		max-width: 100%;
		padding: 0;
	}

	.cover-section-main h2,
	.cover-section-main h3,
	.cover-section-main p {
		text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17);
	}
}

.footer-main-col > .gb-layout-column-wrap {
    grid-template-columns: 1fr 1fr 2fr;
    gap: 6rem;
}

.footer-main-col .menu {
    column-count: 2;
    gap: 10rem;
    width: fit-content;
    margin: 0;
}

.site-footer-widgets > .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
    gap: 4rem;
}

.site-footer-widgets .widget:nth-child(2) {
    width: 100%;
}

.site-footer-widgets .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.site-footer-widgets .wp-block-image {
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 0 3rem;
}

.site-footer-widgets .custom-socials {
    justify-content: center;
    width: 100%;
}

.footer-cta .gb-container-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-cta p {
    font-weight: 600;
}

@media (max-width: 991px) {
	.site-footer-widgets > .wrap {
		align-items: flex-start;
	}

	.footer-main-col > .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
	}

	.site-footer-widgets .custom-socials {
		justify-content: flex-start;
	}

	.site-footer-credits.standalone {
		padding: 6rem 0 4rem;
	}
}

.team-member-archive {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 6rem;
    column-gap: 4rem;
}

.team-member--link {
    display: flex;
    flex-direction: column;
	height: 100%;
    padding: 2rem;
    border: 1px solid #dbdbdb;
    border-radius: 0.8rem;
    box-shadow: 0px 4px 11px -4px rgba(0, 0, 0, 0.17);
}

.team-member--link:hover {
	filter: none;
}

.team-member--headshot {
    aspect-ratio: 1 / 1;
    display: flex;
	margin: -2rem -2rem 2rem;
    overflow: hidden;
}

.team-member--headshot img {
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
    height: 100%;
    transition: 0.7s cubic-bezier(0.23, 0.14, 0.19, 1) transform;
}

.team-member--link:hover .team-member--headshot img {
    transform: scale3d(1.2, 1.2, 1.2);
}

.team-member--name:not(:last-child) {
    margin: 0 0 0.5rem;
}

.team-member--name:last-child {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-member--name h3 {
    color: #000;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1.38;
    text-align: center;
    transition: 0.25s ease-in-out all;
}

.team-member--link:hover .team-member--name h3 {
    color: #ed472e;
}

.team-member--role p {
    color: #000;
    font-size: 1.7rem;
    line-height: 1.38;
    text-align: center;
}

@media (max-width: 1195px) {
    .team-member-archive {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 895px) {
    .team-member-archive {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-member {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .team-member-archive {
        grid-template-columns: auto;
    }
}

.text-img-main-col > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.contact-section .gb-block-layout-column,
.contact-section .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.contact-section .wp-block-image {
    display: flex;
    height: 100%;
	max-height: 400px;
    margin: 1.5rem 0 0;
}

.contact-section .wp-block-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
	max-height: 400px;
}

@media (max-width: 767px) {
	.contact-section > .gb-layout-column-wrap {
		grid-template-columns: 1fr 60%;
	}

	.contact-section .wp-block-image,
	.contact-section .wp-block-image img {
		max-height: 250px;
	}
}

.single-team-member > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.single-team-member a.button {
    margin: 0;
}

.single-team-member--title h1 {
    font-size: 4rem;
    line-height: 1.2;
    margin: 0 0 0.7rem;
}

.single-team-member--title p {
    color: #757575;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}

.single-team-member--content h2 {
	font-size: 2.6rem;
}

@media (max-width: 991px) {
	.single-team-member > .gb-layout-column-wrap {
    	display: flex;
		flex-direction: column;
	}

	.single-team-member > .gb-layout-column-wrap > .gb-block-layout-column,
	.single-team-member > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
		display: contents;
	}

	.single-team-member .custom-button {
		align-items: flex-start;
		order: 1;
	}

	.single-team-member--headshot {
		max-width: 300px;
	}
}

.calendar-section > .gb-layout-column-wrap {
    grid-template-columns: 1fr min(700px, 60%);
}

.calendar-section h1 {
    font-size: 4.5rem;
}

.calendar-section ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.calendar-section ul li {
    font-size: 1.7rem;
}

.service-areas-section .max-760 {
    margin: 0;
}

.benefits-section .wp-block-genesis-blocks-gb-columns {
    margin: 4rem 0 0;
    padding: 0;
}

.benefits-section .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    gap: 2rem;
}

@media (max-width: 991px) {
	.benefits-section .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		grid-template-columns: repeat(2, 1fr);
    	grid-template-areas: unset;
		gap: 2rem;
	}

	.benefits-section .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column {
		grid-area: unset;
	}
}

@media (max-width: 767px) {
	.benefits-section .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
	}
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: calc(16rem + 3px);
    column-gap: 6rem;
    margin: 9rem 0 0;
}

.process-step {
    background-color: #fff;
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
    padding: 3rem;
	border: 1.5px solid #dbdbdb;
	border-radius: 2rem;
}

.process-step--number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    margin-bottom: -3rem;
    background-color: #fff;
    border: 1.5px solid #dbdbdb;
    border-radius: 50%;
    box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.17);
    transform: translateY(calc(-50% - 3rem));
}

.process-step--number p {
    font-size: 2.4rem;
    font-weight: 500;
}

.process-step--heading h3 {
    font-size: 2.2rem;
    margin: 0 0 1.5rem;
    text-align: center;
}

.process-step--copy {
    flex: 1;
}

.process-step--copy p {
    font-size: 1.8rem;
    text-align: center;
}

@media (min-width: 992px) {
	.process-step:not(:nth-child(3n)):not(:last-child):after {
		content: '';
		position: absolute;
		width: 8rem;
		height: 3px;
		top: auto;
		left: 100%;
		border-top: 3px dashed #ed472e;
	}

	.process-step:nth-child(3n):not(:last-child):after {
		content: '';
		position: absolute;
		width: 3px;
		height: 8rem;
		top: 100%;
		left: auto;
		border-left: 3px dashed #ed472e;
	}

	.process-step:nth-child(3n):not(:last-child):before {
		content: '';
		position: absolute;
		width: calc(200% + 12rem + 9px);
		height: 3px;
		top: calc(100% + 8rem + 1.5px);
		left: auto;
		right: calc(50% - 1.5px);
		border-top: 3px dashed #ed472e;
	}

	.process-step:nth-child(3n + 1):not(:first-child):before {
		content: '';
		position: absolute;
		width: 3px;
		height: 8rem;
		top: auto;
		left: auto;
		bottom: 100%;
		border-left: 3px dashed #ed472e;
		z-index: -1;
	}
}

@media (max-width: 991px) {
	.process-steps {
		grid-template-columns: repeat(2, 1fr);
	}

	.process-step:not(:nth-child(2n)):not(:last-child):after {
		content: '';
		position: absolute;
		width: 8rem;
		height: 3px;
		top: auto;
		left: 100%;
		border-top: 3px dashed #ed472e;
	}

	.process-step:nth-child(2n):not(:last-child):after {
		content: '';
		position: absolute;
		width: 3px;
		height: 8rem;
		top: 100%;
		left: auto;
		border-left: 3px dashed #ed472e;
	}

	.process-step:nth-child(2n):not(:last-child):before {
		content: '';
		position: absolute;
		width: calc(100% + 6rem + 6px);
		height: 3px;
		top: calc(100% + 8rem + 1.5px);
		left: auto;
		right: calc(50% - 1.5px);
		border-top: 3px dashed #ed472e;
	}

	.process-step:nth-child(2n + 1):not(:first-child):before {
		content: '';
		position: absolute;
		width: 3px;
		height: 8rem;
		top: auto;
		left: auto;
		bottom: 100%;
		border-left: 3px dashed #ed472e;
		z-index: -1;
	}
}

@media (max-width: 767px) {
	.process-steps {
		display: flex;
		flex-direction: column;
		row-gap: 9rem;
	}

	.process-step:before,
	.process-step:after {
		display: none !important;
	}
}

.google-map-embed--wrapper {
    display: flex;
}

.google-map-embed--wrapper iframe {
    width: 100%;
    height: 450px;
}

.areas-served-section .google-map-embed--wrapper iframe {
	height: 100%;
}

@media (max-width: 991px) {
	.areas-served-section .google-map-embed--wrapper iframe {
		height: 350px;
	}
}

@media (max-width: 767px) {
	.google-map-embed--wrapper iframe {
		height: 350px;
	}
}

.forms-permitting-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.forms-permitting-section .wp-block-genesis-blocks-gb-column .gb-layout-column-wrap {
    gap: 2rem;
}

.forms-permitting-section .wp-block-genesis-blocks-gb-columns .gb-block-layout-column-inner {
    background-color: #2b2d2f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 8rem 6rem;
}

.forms-permitting-section .wp-block-genesis-blocks-gb-columns:first-child .gb-block-layout-column:last-child .gb-block-layout-column-inner,
.forms-permitting-section .wp-block-genesis-blocks-gb-columns:last-child .gb-block-layout-column:first-child .gb-block-layout-column-inner {
    background-color: #e20c08;
}

.forms-permitting-section p {
    color: #fff;
    font-size: 4.4rem;
	line-height: 1.3;
    text-align: center;
    text-decoration: underline;
}

.forms-permitting-section p a {
    color: #fff !important;
    font-weight: 700 !important;
}

@media (max-width: 991px) {
	.forms-permitting-section .wp-block-genesis-blocks-gb-column .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
	}

	.forms-permitting-section .wp-block-genesis-blocks-gb-columns:last-child .gb-block-layout-column:first-child .gb-block-layout-column-inner {
		background-color: #2b2d2f;
	}

	.forms-permitting-section .wp-block-genesis-blocks-gb-columns:last-child .gb-block-layout-column:last-child .gb-block-layout-column-inner {
		background-color: #e20c08;
	}
}

@media (max-width: 767px) {
	.forms-permitting-section .wp-block-genesis-blocks-gb-columns .gb-block-layout-column-inner {
		padding: 6rem 4rem;
	}

	.forms-permitting-section p {
		font-size: 2.8rem;
	}
}

.entry-content a.button.cta-link {
    background-color: transparent;
    color: #ED472E;
    font-weight: 700;
    padding: 0;
    border: none;
}

.contact-widget:first-of-type {
    margin-top: 1.5rem;
}

.contact-widget:not(:last-child) {
	margin-bottom: 4rem;
}

.contact-widget h3 {
    color: #555;
    font-size: 1.6rem;
    font-weight: 700;
	line-height: 1;
	margin: 0 0 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-widget p {
    font-size: 1.7rem;
    line-height: 1.7;
}