/*!
Theme Name: Roll Off Dumpster
Theme URI: https://www.rolloffdumpsterdirect.com
Author: Boom Visibility
Author URI: https://www.boomvisibility.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: roll-off-dumpster
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Roll Off Dumpster is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #59544C;
	font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	margin: 0 0 clamp(15px, 3vw, 25px);
	line-height: 1.2;
}
h1 {font-size: clamp(25px, 3vw, 45px);}
h2 {font-size: clamp(22px, 2.5vw, 32px);color: #10254C;}
h3 {font-size: clamp(20px, 2.25vw, 26px);color: #10254C;}

p {
	margin: 1em 0;
	font-size: clamp(16px, 1.8vw, 18px);
}
p:empty {display: none;}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
span.orange {color: #FF6900;}
.textalign-center {text-align: center;}
.clearboth {clear: both;}

/* Elements
--------------------------------------------- */
body {
	background: #f7f7f7;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	clear: both;
}

ul, .entry-content ul.two-col.check li, .state-page-info .entry-content ul li {
	list-style: none;
}
@media(min-width: 480px) {
ul.two-col.check, .state-page-info ul {
    column-count: 2;
	column-gap: 30px; }
}
ul.two-col.check, .state-page-info ul {
	padding-left: 30px;
	margin-top: 20px;
}
ul.two-col.check li, .state-page-info ul li {position: relative;margin: 0 0 20px 0;}
ul.two-col.check li:before, .state-page-info ul li:before {
	content: '';
	width: 20.265px;
	height: 14.829px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20.265" height="14.829" viewBox="0 0 20.265 14.829"><path id="Path_169" data-name="Path 169" d="M171.592,1668.572l6.5,6.5,11.647-11.647" transform="translate(-170.532 -1662.36)" fill="none" stroke="%23e44400" stroke-width="3"/></svg>');
	background-size: cover;
	position: absolute;
	left: -30px;
	top: 3px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
li > ul.children {
    margin-left: 0;
    margin: 5px 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

@media(min-width: 767px){
	ul.two-col {
		column-count: 2;
		column-gap: 30px;
		padding-left: 30px;
	}
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #10254C;
	text-decoration: none;
	transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

a:visited {
	color: #10254C;
}

a:hover,
a:focus,
a:active,
.entry-content a:not(.button):not(.phone-click),
.faqs .entry-content a  {
	color: #FF6900;
}
.entry-content a.button:hover {
	background: #10254C;
	color: #fff;
}
.entry-content a:hover {
	color: #10254C;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.button-container {
	margin-top: 25px;
}

button,
.button,
.button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"],
main .search-filter-input-button.search-filter-field__input {
	border: 0px solid transparent;
    font-size: clamp(15px, 2vw, 18px);
    border-radius: 13px;
    background: #FF6900;
    color: #fff;
    line-height: 1;
    padding: clamp(5px, 2em, 10px) clamp(12px, 2vw, 18px);
	display: inline-block;
	text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
main .search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected) {
	background: #10254C;
	color: #fff;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #10254C;
    border: 1px solid #10254C;
    border-radius: 13px;
    padding: 5px 13px;
}
main .search-filter-field__input {
	color: #10254C;
    border: 1px solid #10254C;
    border-radius: 13px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

@media(min-width: 767px){
	button,
	.button,
	.button:visited,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		letter-spacing: 2px;
	}
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

@media(min-width: 767px) {
.entry-content  .gform_wrapper.gravity-theme .button-style .gfield_label {
	float: left; margin-right: 20px;}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Containers */
.container {max-width: 90%; margin: 0 auto;}

@media(min-width: 767px) {
	.flex-container {
		display: flex;
		flex-wrap: wrap;
	}
	.justify-center {justify-content: center;}
	.flex-around {justify-content: space-around;}
	.flex-between {justify-content: space-between;}
	.flex-reverse {flex-direction: row-reverse;}
	.flex-2 > * {flex: 0 0 48%;}
	.flex-3 > *, .flex-6 > *, .flex-container .one-third {flex: 0 0 32%;}
	.flex-container .two-thirds {flex: 0 0 64%;}
	.flex-4 > * {flex: 0 0 24%;}
	.flex-center {align-items: center;}
}

@media(min-width: 1025px) {
	.container.container-small {max-width: 800px;}
}
@media(min-width: 1250px) {
	.container {max-width: 1200px;}
	.flex-6 > * {flex: 0 0 15%;}
}

/* Header */
#masthead {
	background-size: 800px;
	background-position: top;
    background-blend-mode: multiply;
	position: relative;
}
.masthead-flex .main-navigation{
    background: #fff;
	padding: 0 0 0 30px;
    border-radius: 13px;
}
#masthead > .container {
	padding: clamp(25px, 3vw, 45px) 0 clamp(35px, 5vw, 75px) 0;
}
.masthead-flex > .site-branding{max-width: 200px;padding: 3%;}
.home .top-text{
	padding: clamp(155px, 16vw, 400px) 0 clamp(45px, 15vw, 100px) clamp(25px, 5vw, 75px);
}
.page-template-template-landing-page .top-text {
    padding: clamp(155px, 16vw, 400px) 0 clamp(45px, 15vw, 100px) clamp(25px, 5vw, 75px);
	text-align: center;
    position: relative; }
header.entry-header {
    text-align: center;
    padding: clamp(35px, 5vw, 35px) 0 clamp(75px, 8.8vw, 200px) 0;
}
.top-text h1, .top-text h2, .top-text a {
	color: #fff;
}
.top-text #breadcrumbs {
	font-size: clamp(15px, 2vw, 18px);
	margin-top: 8px;
}
.top-text #breadcrumbs,
.top-text .entry-meta,
.top-text a:hover {color: rgba(255,255,255,0.8);}
.top-text h2 {
	font-weight: 700;
	font-size: clamp(18px, 2vw, 24px);
}
.top-text h1 {margin: 0;}
@media(min-width: 767px){
	#masthead {
		background-size: cover;
		background-position: center;
	}
	body:not(.home) #masthead {
		background-position: center 35%;
	}
	body.page-template-template-landing-page #masthead {background-position: center;}
	.masthead-flex > .site-branding{max-width: 300px;padding: 0;}
}
@media(min-width: 1025px) {
	.masthead-flex {
		padding: 0 30px 0 0;
	}
	.masthead-flex > .site-branding{
		margin-left: 25px;
    	margin-top: -16px;
    	margin-bottom: -25px;
		}
	.masthead-flex > #site-navigation{
		flex-basis: calc(100% - 300px);
		position: relative;
	}
}

@media(max-width:1025px) {
	#masthead > .container {padding: 0;max-width: 100%;}
}

@media(min-width:1550px){
	#masthead > .container {max-width: 90%;}
	.masthead-flex > #site-navigation{
		max-width: 900px;
	}
}

/* Footer */
footer.site-footer {
	background-color: #10254C;
	padding-top: clamp(35px, 5vw, 75px);
	padding-bottom: clamp(15px, 2.5vw, 35px);
	margin-top: clamp(55px, 7vw, 110px);}
footer.site-footer.form-page {
	padding-top: clamp(55px, 7vw, 110px);
	margin-top: 0;
	}
.footer-cta {
    background: #FF6900;
    max-width: 100%;
	border-radius: 22px;
	padding: 30px;
}
.footer-cta h3 {
	color: #fff;
	text-align: center;}
.footer-cta a,
.footer-cta ul li {color: #fff;}
.footer-phone a.phone-click {display: block;}
ul#footer-menu {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}
ul#footer-menu li a {
	color: #fff;
	padding: 0 2vw;
	font-size: clamp(15px, 2vw, 18px);
    font-weight: bold;}
ul#footer-menu li.emphasis a, ul#footer-menu li a:hover {
	color: #FF6900;
}
ul#footer-menu li.emphasis a:hover {color: #fff;}
ul.two-col.check.check-white {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    max-width: 800px;
    margin: 0 auto 20px auto;
}
ul.two-col.check.check-white li {
    flex-basis: 300px;
    margin: 0;
    font-weight: bold;
    font-size: clamp(17px, 2vw, 20px);
	padding-left: 25px;
}
ul.two-col.check.check-white li:before {
    background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20.265" height="14.829" viewBox="0 0 20.265 14.829"><path id="Path_496" data-name="Path 496" d="M171.592,1668.572l6.5,6.5,11.647-11.647" transform="translate(-170.532 -1662.36)" fill="none" stroke="%23fff" stroke-width="3"/></svg>');
	top: 5px;
	left: -5px;}
.copyright {padding: clamp(15px, 2.5vw, 35px) 0;}
.copyright p {margin: 0; color: #768AB1;}
.testimonials h3 {margin-bottom: clamp(35px, 5vw, 75px);padding: 10px;}
.testimonials .skeepers_carousel_container .carousel-container,
.testimonials .skeepers_carousel_container .skeepers_carousel-main {
	height: auto;
}

.skeepers_carousel_container .skeepers_carousel-main .swiper .swiper-wrapper .swiper-slide {
    opacity: 0.6;
}
.skeepers_carousel_container .skeepers_carousel-main .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.skeepers-widget {
    max-width: 200px;
    margin: 0 auto;
}
.skeepers-widget a{margin: 0 auto;}
.testimonials .skeepers_carousel_container .skeepers_carousel-main .swiper .swiper-wrapper .skeepers-w25 .carousel-content .carousel__comment .skeepers-content {
	justify-content: center;
	font-family: 'Nunito Sans', sans-serif;
	color: #10254C;
	text-align: center;
    line-height: 30px;
	max-width: 450px;
    margin: 0 auto 25px auto;
}
.testimonials .skeepers_carousel_container .swiper-pagination-horizontal,
.testimonials .skeepers_carousel_container:not(.extended-wrapper) .rating__value,
.testimonials .skeepers_carousel_container .skeepers_carousel-main .swiper .swiper-wrapper .skeepers-w25 .carousel-content .full-width .review__carousel .review__rating {
	display: none;
	width: 0;
	min-width: 0;
	max-width: 0;
}
.testimonials .skeepers_carousel_container .carousel-container {
	width: 750px;
	margin: 0 auto;
}
.testimonials .skeepers_carousel_container .skeepers_carousel-main .swiper .swiper-wrapper .skeepers-w25 .carousel-content .full-width,
.testimonials .skeepers_carousel_container .skeepers_carousel-main .swiper .swiper-wrapper .skeepers-w25 .carousel-content .full-width .review__carousel,
.testimonials .skeepers_carousel_container .swiper-slide .stars {
	justify-content: center;
}
.testimonials .skeepers_carousel_container .swiper-slide .stars__item {
	background: transparent !important;
	width: 28px;
	height: 28px;
	margin: 0 5px;
}
.testimonials .skeepers_carousel_container .swiper-slide .stars__item::after {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.273" height="27.142" viewBox="0 0 28.273 27.142"><path id="star" d="M25.8,16.527l9.477,1.838-6.6,7.113,1.2,9.664L21.136,31,12.4,35.142l1.2-9.664L7,18.365l9.477-1.838L21.136,8Z" transform="translate(-7 -8)" fill="%23ff6900"/></svg>');
	width: 28px;
	height: 28px;
}
.testimonials .skeepers_carousel_container .carousel-container .slide-arrow#slide-arrow-prev,
.testimonials .skeepers_carousel_container .carousel-container .slide-arrow#slide-arrow-next {
	color: #fff;
    background: #263D69;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 0;
    font-size: 30px;
    line-height: 26px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	z-index: 9;
}
.testimonials .skeepers_carousel_container .carousel-container .slide-arrow#slide-arrow-prev {
	left: 20px;
}
.testimonials .skeepers_carousel_container .carousel-container .slide-arrow#slide-arrow-next {
	right: 20px;
}
.skeepers_carousel_container .skeepers_carousel-main .swiper .swiper-wrapper .skeepers-w25 .carousel-content{
	text-align: center !important;
	background-color: #fff !important;
	border: 0px solid transparent !important;
	border-radius: 22px !important;
	padding: clamp(25px, 3vw, 50px) !important;

}
.testimonials .skeepers_carousel_container .skeepers_carousel-main .swiper .swiper-wrapper .skeepers-w25 .carousel-content .carousel__comment .skeepers-reviewer-wide.display-publisher {
	font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
}
p.skeepers-content {
    font-size: clamp(17px, 2vw, 20px) !important;
}
.verified-reviews-link {
    margin-top: clamp(35px, 7vw, 85px);
}
#copyright-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
}
#copyright-menu li {margin: 0 11px;}
#copyright-menu li a {
	color: #768AB1;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;}
#copyright-menu li a:hover {
	color: #fff;
}
.social-media.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.social {
    background: #263D69;
    width: 42px;
    height: 42px;
    text-align: center;
    margin-left: 10px;
    border-radius: 13px;
    padding: 10px;}
.social, .social a svg path {
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.social:hover {
	background: #FF6900;
}
.social:hover a svg path {
	fill: #fff;
}
@media(min-width: 480px){
	.footer-phone a.phone-click {display: inline-block;}
}
@media(min-width: 767px){
	footer.site-footer {padding-top: 0px;}
	.footer-cta {margin: -110px auto clamp(35px, 6vw, 85px) auto;padding: 3%;}
	ul.two-col.check.check-white {padding: 10px 50px;}
	#copyright-menu li {margin: 0;}
	#copyright-menu li:before {
		content: '|';
		color: #768AB1;
		margin: 0 11px;
	}
}
@media(min-width: 1025px){
	.testimonials .skeepers_carousel_container .skeepers_carousel-main .swiper {
		overflow: visible;
	}
	.footer-cta {max-width: 935px;}
}

/* Home Page */
section.about {
  margin-top: clamp(75px, 15vw, 200px);
	background-position: center;
	background-size: cover;
	padding-top: clamp(55px, 7vw, 115px);
	padding-bottom: clamp(55px, 7vw, 115px);
}
.about-content {
	padding: clamp(25px, 4.5vw, 55px);
	background: #fff;
	border-radius: 22px;
}
.about-content ul {padding-top: 10px;}
section.midsection {
	background: #263D69;
	color: #fff;
	padding: clamp(55px, 7vw, 115px) 0;
}
section.midsection h3 {
	font-size: clamp(18px, 2vw, 22px);
	color: #fff;
	margin: 25px 0 10px 0;
}
section.midsection .service {text-align: center;margin: 0 0 45px 0;}
section.midsection-buttons {
  margin-top: 35px;
}
section.midsection-buttons .button{
  text-transform: none;
  margin-bottom: 10px;
	text-align: center;
	display: block;
}
.sizes {padding: clamp(55px, 7vw, 115px) 0;}
.sizes-area {
	background: #fff;
  padding: 2% 2% 0% 2%;
  border-radius: 22px;
}
.sizes-header {
  max-width: 90%;
  margin: 0 auto 50px auto;
}
.size-icon {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sizes-area .size {
	position: relative;
  padding-bottom: 5%;
}
.sizes-area .size .sizes-button .button {
	background: #10254C;
	text-transform: none;
}
.lower-text {padding-bottom: clamp(55px, 7vw, 115px);}
.dumpster-guide-link {margin-top: clamp(55px, 7vw, 115px);}
.dumpster-guide-link .button {text-transform: none;}
@media(min-width: 767px) {
	section.about {
		padding-top: 0px;
		margin-top: 200px;}
	.about-content {flex-basis: 100%;margin-top: -115px;}
	section.midsection .service {text-align:left;margin: 0;}
	section.midsection-buttons .button{display: inline-block;}
	.sizes-header { max-width: 600px; }
	.sizes-area .flex-4 > * {flex: 0 0 45%;}
	.sizes-area .size:nth-child(3), .sizes-area .size:nth-child(4) {
		padding: 5% 0;
	}
	.sizes-area .size .sizes-button {
		position: absolute;
		width: 100%;
		bottom: -5%;
		display: flex;
		justify-content: center; }
}
@media(min-width: 1025px) {
	.about-content {flex-basis: 60%;}
	.sizes-area .flex-4 > * {flex: 0 0 17%;}
	.sizes-area .size:nth-child(3), .sizes-area .size:nth-child(4) {
		padding: 0 0 5% 0;
	}
}

.service-area {
	background: #263D69;
	margin-top: clamp(75px, 15vw, 200px);
	content-visibility: visible !important;
	padding: 35px 0;}
.service-area[data-wpr-lazyrender] {
	content-visibility: visible;
}
.service-area-list {
    background: #fff;
    padding: 30px;
    border-radius: 22px;
	flex-basis: 85%;
}
.service-area-image {
    flex-basis: 30%;
    margin: 5% 0;
    border-radius: 50%;
    border: 16px solid #fff;
    line-height: 0;
    background-size: cover;
    position: relative;
    padding-bottom: 89%;
}
.state p {
	margin: 5px 0;
	color: #263D69;
    font-weight: bold;
	display: inline-block;
    vertical-align: middle;
}
.state a.state-link {
    color: #263D69;
    font-weight: bold;
    margin-left: 9px;
	display: inline-block;
    vertical-align: middle;
}
span.state-title {
    margin-left: 7px;
	display: inline-block;
    vertical-align: middle;}
.state .location {
	padding-left: 25px;
}
.state.open .plus a{
	transform: rotate(45deg);
}
.state .plus a{
	font-size: 20px;
	font-weight: bold;
	color: #FF6900;
	display: inline-block;
  vertical-align: middle;
	transition: transform .4s;
	-moz-transition: transform .4s;
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transform: rotate(0deg);
}
.state .plus a:focus {
	outline: none;
}
body.home section.footer-section {
    padding-top: 0px;
    background: #f7f7f7;
}
@media(min-width: 767px){
	.service-area {
		padding: 0;
	}
	.service-area-list {
		padding: 5%;}
	.service-area-list, .service-area-image {
		margin-top: -150px;
		margin-bottom: 150px;
	}
	.service-area-list .col-6 {
		width: 40%;
		float: left;
	}
	.service-area-image {
		margin-left: -15%;
		padding-bottom: calc(30% - 32px);
	}
}

/* Dumpster Sizes */
.main-table ~ .main-table {
    margin: -1.5em 0 0 0;
}
.size-flex {
	margin: 25px 0;}
@media(min-width: 767px) {
	.size-flex {
		align-items: center;
		padding: 25px 0;
		border-bottom: 1px solid #10254C;}
	.size-flex:last-of-type {border-bottom: 0px solid transparent;}
}

/* State Page */
span.bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #FF6900;
    border-radius: 50%;
    vertical-align: middle;
}
.big-button {
	position: relative;
    background: #FF6900;
	color: #fff;
    padding: 20px 30px;
    border-radius: 22px;
	font-size: clamp(18px, 2.5vw, 27px);
}
.big-button a {
	color: #fff;
	font-weight: 700;
}
.state-posts {
	padding: clamp(35px, 5vw, 75px) 0;
	background: #fff;
}
.state-posts h2 {text-align: center; margin: 0 0 clamp(15px, 2.5vw, 35px) 0;}
.state-posts .state-flex {
	padding: clamp(35px, 5vw, 75px) 0;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.state-posts .state-flex:last-of-type {
	border-bottom: 0px solid transparent;
}
.state-post {margin-top: clamp(15px, 2.5vw, 35px);}
section.permit-section {
    background: #fff;
    padding: clamp(35px, 5vw, 75px) 0;
}
@media (min-width: 767px) {
	.state-post-image {flex-basis: 25%;}
	.state-post {flex-basis: 70%;margin-top: 0;}
	.state-flex:nth-child(even) {
		flex-direction: row-reverse;
	}
	.big-button {
		position: absolute;
		bottom: -35px;}
}

/* Faq */
.faqs{
    margin: clamp(35px, 5vw, 75px) 0;
}
.faq-section h2 {text-align: center;}
.faqs .container{
	background: #fff;
	border-radius: 22px;
	padding: clamp(35px, 5vw, 75px);
}
.faqs h2 {
	color: #10254C;
	margin: 3% 0;
}
.faqs h2:first-of-type {margin-top: 0;}
.accordion {margin-left: 3%;}
.accordion .info {
    flex-basis: 75%;
    cursor: pointer;
}
.accordion-flex {
    padding: 20px 0;
    border-bottom: 1px solid #10254C;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.accordion:last-of-type .accordion-flex{border-bottom: 1px solid transparent;}
.accordion-category ~ .accordion-category {
	margin-top: clamp(25px, 3vw, 35px);
}
.accordion-category h3 {
	font-size: clamp(18px, 2vw, 21px);
	color: #FF6900;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.accordion p {
	font-size: clamp(16px, 2vw, 18px);
}
.accordion h3 {margin: 0;}
.accordion h4.info, .accordion div.info p {
	color: #10254C;
	font-size: 18px;
	font-weight: 700;
	margin: 0;}
.accordion .faq-content h4 {
	font-size: clamp(16px, 2vw, 18px);
	font-weight: 700;
	margin: 1em 0;
}
.accordion-plus {
	cursor: pointer;
    display: block;
    border-radius: 100%;
    background: #FF6900;
    color: #fff;
    width: 28px;
    height: 28px;
	position: relative;
	text-align: center;
	transform: rotate(0deg);
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
}
.accordion-plus:before {
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%, -50%);
    content: '+';
	font-size: 24px;
    line-height: 28px;
    text-align: center;
}
.accordion-plus.open {
    transform: rotate(45deg);
}
.accordion-plus.open:before {
	font-size: 32px;
	left: 49%;
    top: 45%;
}
.entry-content ul li, .faq-content ul li {
	list-style: disc;
}

@media (min-width: 1168px){
.faqs .container, #primary.default > .container {
    max-width: 1056px;}
}

/* Blog */
.blog article,
.category article,
.search article,
.archive article {
margin-top: 35px;}
.blog article:first-of-type,
.category article:first-of-type,
.search article:first-of-type,
.archive article:first-of-type {
	margin-top: clamp(35px, 5vw, 75px);
}
.no-feature.entry-content {
	padding: clamp(35px, 7vw, 75px);
	margin-top: clamp(35px, 7vw, 75px);
	flex-basis: 100%;
}
@media(min-width: 767px) {
	.blog article:nth-child(even) .flex-featured-image,
	.category article:nth-child(even) .flex-featured-image,
	.search article:nth-child(even) .flex-featured-image,
	.archive article:nth-child(even) .flex-featured-image {
		flex-direction: row;
	}
	.blog article:nth-child(even) .featured-image,
	.category article:nth-child(even) .featured-image,
	.search article:nth-child(even) .featured-image,
	.archive article:nth-child(even) .featured-image  {
		margin-left: 0%;
		margin-right: -10%;
	}
	.blog article:nth-child(even) .featured-image-text.entry-content,
	.category article:nth-child(even) .featured-image-text.entry-content,
	.search article:nth-child(even) .featured-image-text.entry-content,
	.archive article:nth-child(even) .featured-image-text.entry-content {
		padding: clamp(35px, 7vw, 75px) clamp(35px, 7vw, 75px) clamp(35px, 7vw, 75px) clamp(55px, 12vw, 155px);
	}
}

@media (min-width: 1025px){
	.blog article,
	.category article,
	.search article,
	.archive article {
	margin-top: clamp(-35px, -5vw, -75px);}
}

/* Single Posts */
.single #masthead {
	background-color: rgba(0, 0, 0, 0.3);
}

/* Reviews */
.testimonials {
	padding: clamp(55px, 7vw, 115px) 0 clamp(35px, 5vw, 75px) 0;
	text-align: center;
	overflow: hidden;
	clear: both;
}
.review-content {
    width: 250px;
    height: 200px !important;
}

/* Permits */
.city-list {margin-bottom: 20px;}
table.main-table {
    border-spacing: 0px;
	border: 1px solid #10254C;
}
table.main-table th {
	background: #10254C;
	color: #fff;
	text-align: left;
	padding: 2%;}
table.main-table td {padding: 2%;}
.single-permits.single-format-aside table.main-table td{display: block;}
table.main-table td.link {background: #10254C;width: 25%;}
table.main-table td.link a {color: #fff;}
.main-table p {margin: 0;}
.pricing.main-table p {
    font-size: clamp(14px, 1.6vw, 18px);
}
.main-table tr:nth-child(odd) {
    background: #f7f7f7;
}
.main-table tr {
    display: flex;
    flex-wrap: wrap;
}
.main-table td {
    flex-basis: 100%;
}
.results-content ul {
    padding: 0;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.box {
    background: #FF6900;
    padding: clamp(20px, 3vw, 45px);
    text-align: center;
	border-radius: 22px;
}
.box h3, .box h3 a {
    color: #fff;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.box h3 span {font-weight: 900;}
.box p {color: #fff;font-size: clamp(17px, 2.2vw, 20px);margin: 0;}
.searchandfilter ul li.sf-field-search, .flex-container .search-filter-field--type-search {flex-basis: calc(100% - 250px);margin-right: -20px;}
.searchandfilter label, .search-filter-base {display: block;}
main .search-filter-input-text .search-filter-input-text__clear-button {
    margin-right: 15px;
}
.searchandfilter ul li input[type="text"], main .search-filter-input-text input[type=text].search-filter-input-text__input, 
main .search-filter-input-text input[type=text].search-filter-input-text__input:hover, main .search-filter-input-text input[type=text].search-filter-input-text__input:focus
{width: 100%;padding: 5px;}
.permit-box ul {padding: 0;}
.results-search {margin-bottom: clamp(35px, 5vw, 75px);}
.post-type-archive-permits .results-content .pagination {
    display: none;
}
section.permit-form-section {
    background: #10254C;
    padding: 75px 0;
}
.main-table a, a.how-link {
    word-break: break-word;
}
.how-answer {
    margin-bottom: 1.5em;
}
.how-answer p{
    margin-bottom: 0px;
}
@media(min-width: 767px){
	.main-table tr {display: table-row;}
	.searchandfilter ul li.sf-field-search, .flex-container .search-filter-field__input {flex-basis: calc(100% - 200px);}
	main.permit-main {
    position: relative;
    margin-top: clamp(-160px, -11vw, -55px);
	}
}

@media(min-width: 1025px) {
	.single-permits.single-format-aside table.main-table td {display: table-cell;}
	.single-permits.single-format-aside table.main-table td.link {
		width: 25%;
	}
}

/* Weight Guide */
.dumpster-table .main-table tr, .pricing.main-table tr {
	display: table-row;
}
.dumpster-table .main-table th {width: 100%;}

/* Pricing Table */
@media(max-width: 480px){
	.table-wrapper:before {
		content: 'Scroll right for more information';
		color: #FF6900;
	}
}
@media(max-width: 1024px){
	.table-wrapper {overflow-x: scroll;}
	.table-wrapper .main-table {min-width: 600px;}
}

/* Landing Page */
.page-template-template-landing-page nav#site-navigation, 
.page-template-template-landing-page section.midsection-buttons,
.page-template-template-landing-page .sizes-area .size .sizes-button,
.page-template-template-landing-page .dumpster-guide-link,
.page-template-template-landing-page .skeepers-widget,
.page-template-template-landing-page .site-info > .container > .flex-container.justify-center {
    display: none;
}
.page-template-template-landing-page .site-branding {text-align: center;}
.page-template-template-landing-page #masthead {
	position: relative;
}
.page-template-template-landing-page #masthead .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,rgba(0,0,0,.1) 0%,rgba(0,0,0,.1) 20%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 55%,rgba(0,0,0,.1) 82%,rgba(0,0,0,.1) 100%);
	z-index: 0;
}
.page-template-template-landing-page .masthead-flex.flex-between {
	display: flex;
	justify-content: center;
}
@media(min-width: 1025px){
	.page-template-template-landing-page #masthead > .container {position: relative;}
	.page-template-template-landing-page .site-branding a.phone.button {
    	position: absolute;
    	right: 0;
    	top: 50%;
    	transform: translateY(-50%);}
}
@media (min-width: 1168px){
	.page-template-template-landing-page #masthead > .container {max-width: 1056px;}
}

/* Default Page */
article.page, article.post {
    margin: clamp(35px, 5vw, 75px) 0;
}
.site-main.upper article {
	margin-top: clamp(-75px, -5vw, -35px);
}
.entry-content {
	background: #fff;
	padding: 30px;
	position: relative;
	border-radius: 22px;
}
.entry-content .button, .entry-content .button ~ .button {
	display: block; }
.entry-content .button ~ .button {
	margin-top: 10px;
}
section.blog {
    background: #ECEEF2;
    padding: clamp(35px, 5vw, 85px) 0;
}
.blog-post {
    background: #fff;
    padding: 30px 30px 50px 30px;
    position: relative;
    border-radius: 22px;
	margin-bottom: 75px;
}
.blog-post a.button {
	position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 250px;
    background: #10254C;
    text-transform: none;
    padding: 12px 20px;
	text-align: center;
}
.blog-post a.button:hover {
	background: #FF6900;
}
section.footer-section {
    padding-top: 50px;
    background: #ECEEF2;
}
section.footer-section.clean {
	background: transparent;
}
.featured-image img {
	border-radius: 22px;
}
.featured-image-text.entry-content {
	margin-top: -75%;
	margin-bottom: 5%;
	padding: clamp(35px, 7vw, 75px);
}

@media(min-width: 767px){
	.entry-content .button, .entry-content .button ~ .button {display: inline-block;} 
	.entry-content .button ~ .button {margin-left: 10px;}
	.entry-content {padding: 3% 3% 5% 3%;}
	.permit-main .entry-content {padding: 3%;}
	.flex-featured-image {flex-direction: row-reverse;}
	.featured-image-text.entry-content {
		flex-basis: 75%;
		margin: 0;
		padding: clamp(35px, 7vw, 75px) clamp(55px, 12vw, 155px) clamp(35px, 7vw, 75px) clamp(35px, 7vw, 75px);
	}
	.featured-image {
		flex-basis: 35%;
		margin-left: -10%;
		position: relative;
		z-index: 8;
	}
}
@media(min-width: 1025px) {
	.blog-post {
		padding: 3% 3% 5% 3%;
		margin-bottom: 0;
	}
}
/* County Pages */
ul.checks {padding: 0;}
body .entry-content ul.checks li {list-style: none;}
ul.checks li {
    list-style: none;
    min-height: 50px;
		list-style: none;
    display: flex;
    align-items: center;
		justify-content: center;
}
ul.checks li img {
    margin-right: 10px;
    float: left;
    width: 34px;
}
@media(min-width: 767px){
	ul.checks {column-count: 2;}
}

/* Town Pages */
.town-featured {
	width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 22px;
}
p.disclaimer {font-weight: normal; text-transform: initial;text-align: center;
    margin: 0;}
body .entry-content .sf-embed-pricing__zip a.button {display: inline-block;}
p.disclaimer small {display: block;margin-top: 10px;line-height: 1.2;}
@media(min-width: 767px) {
	.sf-embed-pricing__zip {text-align: right;}
}
@media(min-width: 1025px){
	.featured-image-text.town-featured-text {flex-basis: 60%;}
	.featured-image.town-featured {margin: 0;}
}

/* Sitemap Page */
.post-category h3 {margin: 1em 0;}
.permit-info-sitemap ul.children, .pages > ul > li > ul.children {
	column-count: 2;
	column-gap: 30px;
}
body .entry-content .permit-info-sitemap > ul > li, body .entry-content .post-list > li.post-category  {
	list-style: none;
}
.permit-info-sitemap > ul > li.page_item_has_children > a{
	font-size: clamp(18px, 2.5vw, 24px);
	font-weight: bold;
}
.post-category ul, .permit-info-sitemap ul.children, .pages ul.children {
	padding: 0 0 0 20px;
}
@media(min-width: 767px){
	.permit-info-sitemap ul.children, .pages > ul > li > ul.children {column-count: 3;}
}
@media(min-width: 1025px){
	.permit-info-sitemap ul.children, .pages > ul > li > ul.children {column-count: 4;}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Quote Box */
div#links {
    max-width: 95%;
    margin: 25px auto;
    background: #fff;
	color: #10254C;
    position: relative;
    border-radius: 22px;
	padding: 30px 20px 50px 20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.08);
	border: 3px solid #10254C;
}
div#links table {margin-bottom: 0;}
#links input[type="submit"] {
    position: absolute;
    bottom: -15px;
	right: 50%;
    transform: translateX(50%);
}
#links h3 {font-size: clamp(18px, 2vw, 21px);
	margin-bottom: 18px;
	border-bottom: 1px solid;
    display: inline-block;}
#links h3, #links span.form-header, #links span.zip {font-weight: 900;}
#links span.form-header {
    display: block;
    margin-bottom: 12px;
}
#links span.form-header, #links span.zip {text-transform: uppercase;}
#links span.zip {margin-right: 10px;}
#links .check-column {margin-bottom: 8px;}
div#popup.popupshow, div#waste.wasteshow, div#zip.zipshow{
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.popup-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width: 100%;
}
.popup-text {
	position: relative;
	background: #fff;
	padding: 30px;
	border-radius: 22px;
}
.popup-text a:not(.button) {
	color: #ff6900;
}
span.close {
    width: 25px;
    height: 25px;
    display: block;
    background: #ff6900;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: -10px;
    top: -10px;
	cursor: pointer;
}
.popup-text a.phone-click {color: #FF6900;}
.popup-text a.phone-click:hover {color: #10254Caa;}
.popout-link {position: relative;}
.popout-link span {
	position: absolute;
    display: none;
    bottom: 25px;
    width: 300px;
    padding: 20px;
    background: #fafafa;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 22px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.08);
}
.popout-link:hover span {display: block;}
#links [type="checkbox"], #links [type="radio"],
.gform_wrapper.gravity-theme .button-style .gfield-choice-input {
	box-sizing: border-box;
    padding: 0;
    border: 1px solid #10254C;
    border-radius: 22%;
    background: #ECEEF2;
    appearance: none;
    width: 18px;
    height: 18px;
    color: #ECEEF2;
    position: relative;
    display: inline-block;
    vertical-align: text-top;
}
#links [type="checkbox"]:after,
.gform_wrapper.gravity-theme .button-style .gfield-choice-input:after {
	content: "\f147";
    font-family: dashicons;
    font-size: 18px;
    position: absolute;
    line-height: 1;
    left: -2px;
}
#links [type="checkbox"]:checked, #links [type="radio"]:checked, .gform_wrapper.gravity-theme .button-style .gfield-choice-input:checked {background: #FF6900;}
#links input[type="submit"] {cursor: pointer;}
#links input#z {
	width: 130px;
	letter-spacing: 5px;
    text-align: center;
	margin-top: -25px;
    font-size: 20px;}
.form-body .flex-container {display: flex; flex-wrap: wrap;}
.column-header {flex-basis: 100%;}
.column-1, .column-2, .column-3 {
	flex-basis: 100%;
	display: flex;
	justify-content: space-between;
}
.column-1 div, .column-2 div, .column-3 div{
	flex-basis: 48%;
}
.column-4 {margin-top: 20px;}
.form-body label {
	font-size: clamp(13px, 2vw, 16px);
}
@media(min-width: 767px) {
	div#links {
		margin: -55px auto 0 auto;
		padding: clamp(20px, 2vw, 30px) clamp(25px, 3.5vw, 50px) 14px;}
	.permit-form-section div#links {margin: 0 auto;}
	#links input[type="submit"] {right: 50px;transform: translateX(0%);}
	.column-1, .column-2, .column-3 {flex-basis: 48%;display: block;}
	.column-4 {margin-top: 0px;}
}
@media(min-width: 1025px) {
	.column-header, .column-1, .column-2, .column-3 {
		flex-basis: 18%;
	}
}

@media(min-width: 1168px){
	div#links {max-width: 1056px;}
}

/* Pagination */
.navigation {text-align: center;}
.navigation li { display: inline-block; margin-right: 5px;}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {text-decoration:none;}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled, .pagination a.page-numbers, .pagination span {
	border-radius: 3px;
	border: 1px solid #FF6900;
	cursor: pointer;
	padding: 5px 12px; }
.navigation li a:hover, .navigation li.active a, .pagination a.page-numbers:hover, .pagination span.current { background-color: #FF6900; color: #fff;}
.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pagination > * {margin: 5px;}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation .menu-main-nav-container > ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 25px 0 0 0;
    position: absolute;
    top: 0;
	left: 0;
    background: #fff;
    width: 100%;
	z-index: 99;
}
.main-navigation ul li a {
	color: #10254C;
	font-weight: bold;
	padding: 10px 20px;
}
.main-navigation .menu-main-nav-container > ul > li.emphasis {
	background: #ECEEF2;}
.main-navigation ul li.current-menu-item > a {
	color: #FF6900;
}
.main-navigation ul ul {
	margin-left: 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a, .main-navigation li.assistance {
	background: #fff;
	padding: 10px 20px;
	font-size: clamp(14px, 1.25vw, 16px);
}
.main-navigation li.assistance ul {margin-bottom: 10px;}
.main-navigation li.assistance p {
	font-size: clamp(14px, 1.25vw, 16px);
	font-weight:700;
	margin: 0 0 5px 0;
	color: #FF6900;}
.main-navigation li.assistance p.assistance-link, .main-navigation li.assistance p.assistance-link a {font-size: 13px;}
.main-navigation li.assistance a{
	margin: 0 0 10px 0;
	padding: 0;
	border-radius: 0;
	width: auto;
	color: #10254C;
	background: transparent;
	display: inline-block;
}
.main-navigation li.assistance a:hover {
    color: #FF6900;
	background: transparent;
}
.main-navigation li.assistance ul {
	padding: 0 0 0 20px;
	color: #10254C;
}
.main-navigation li.assistance ul li{ font-size: clamp(10px, 1vw, 13px); }
.main-navigation ul ul a:hover {
	background:#FF6900;
	color: #fff;
}
.main-navigation ul#primary-menu > li:first-of-type{
	border-top: 1px solid #FF690042;
}
.main-navigation ul#primary-menu > li {
	border-bottom: 1px solid #FF690042;
}
.main-navigation ul li.facebook a:before {
	color: #FF6900;
	content: "\f305";
	font-size: 35px;
	font-family: dashicons;
}
.main-navigation ul li.facebook, .main-navigation ul li.youtube {
	display: inline-block;
	border-bottom: 0px solid transparent;
}
.main-navigation ul li.youtube a:before {
	color: #FF6900;
	content: "\f19b";
	font-size: 35px;
	font-family: dashicons;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation a.button {display: inline-block;}
.menu-item-has-children a span.plus {
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #FF6900;
    text-align: center;
    color: #fff;
    transform: rotate(0deg);
    -webkit-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    font-size: 20px;
    vertical-align: middle;
    line-height: 0.9;
}
.menu-item-has-children a span.plus.open {
	transform: rotate(45deg);
}
/* Small menu. */
.menu-toggle, .main-navigation ul {
	display: block;
}
.phone-button {
	margin: 0;
	text-align: center;
}
nav#site-navigation .menu-toggle {
    position: absolute;
	top: clamp(10px, 2.5vw, 25px);
    right: clamp(10px, 2.5vw, 25px);
	padding: 10px 15px;
	z-index: 999;
}
.menu-toggle .menu-bar {
	display: block;
	width: 1.125em;
	height: 0.25em;
	margin-top: 0.188em;
	background-color: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;}
.menu-toggle .menu-bar:first-of-type {margin: 0;}
.toggled .menu-toggle .menu-bar:nth-child(1) {
	margin-top: 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;}
.toggled .menu-toggle .menu-bar:nth-child(2) {
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;}
.toggled .menu-toggle .menu-bar:nth-child(3) {
	margin-top: -11.5px;
	margin-bottom: 7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;}

@media screen and (min-width: 1025px) {

	.menu-toggle {
		display: none;
	}
	.phone-button {
		position: absolute;
		top: -35px;
		right: 10px;
		margin: 0;
	}
	.main-navigation .menu-main-nav-container > ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0;
		margin: -1px;
		position: relative;
		background: transparent;
		width: auto;
	}
	.main-navigation ul#primary-menu > li,
	.main-navigation ul#primary-menu > li:first-of-type {
		border: 0px solid transparent;
	}
	.main-navigation .menu-main-nav-container > ul > li > a {
		padding: 11px 0;
		font-size: clamp(12px, 1.3vw, 18px);
	}
	.main-navigation .menu-main-nav-container > ul > li.emphasis {
		margin: 1px -39px 1px 1px;
    	border-radius: 13px;
    	background: #fff;
    	padding: 0px 5px 0 0;
    	z-index: 1;
	}
	.main-navigation .menu-main-nav-container > ul > li.emphasis > a {
		background: #ECEEF2;
		padding: 5px 1.5vw;
		margin: 5px 0;
		border-radius: 13px;
		border: 1px solid #10254C;
	}
	.main-navigation .menu-main-nav-container > ul > li.emphasis.current-menu-item > a,
	.main-navigation .menu-main-nav-container > ul > li.emphasis > a:hover {
		background:#10254C;
		color: #fff;
	}
	.main-navigation ul ul a {
		width: 250px;
		border-bottom: 1px solid rgba(0,0,0,0.2);}
	.main-navigation ul ul a:hover {
		border-bottom: 1px solid transparent;
	}
	.main-navigation ul ul li:last-of-type a, .main-navigation li.assistance{
		border-bottom: 0px solid transparent;
		border-radius: 0 0 22px 22px;}
	.main-navigation ul#primary-menu > li.phone a {
		background: #FF6900;
		color: #fff;
		padding: 11px 2vw 11px 39px;
		border-radius: 0 13px 13px 0;}
	.menu-item-has-children a span.plus {
		display: none;
	}
	.main-navigation ul li > .sub-menu {
		box-shadow: -3px -1px 13px rgba(0, 0, 0, 0.3);
		border-radius: 22px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
		left: -999em;
		transform: translateY(30px);
		opacity: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;}
	.main-navigation ul li:hover > ul.sub-menu {
		left: auto;
    	transform: translateY(0px);
    	opacity: 1;}
}

@media(max-width: 1025px){
	.main-navigation ul li > .sub-menu {display: none;}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
