/* .pure-u-lg-1-2 {
    width: 49% !important;
} */

.image-carousel-wrapper {
    margin:0 !important;
    align-items:center !important;
    position:relative !important;
}

.image-carousel {
    text-align: center !important;
}

.image-carousel span {
    display:inline;
    height:100px;
    width:100px; 
    overflow:hidden !important;
}

.contact-us {
    text-align: center;
    padding: 50px 0;
    background: #231F20;
}

.accordion-tab {
    padding: 5px 10px !important;
}

.vignette .short-description {
    padding: 10px;
}

.vignette .short-description img {
    /* height: 2rem;
    width: 2rem; */
    margin-right: 0.25rem !important;
    vertical-align: middle !important;
}

.vignette img.mainimg {
    margin: 0 auto !important; 
    display:block !important; 
    height: 16rem !important; 
    width: auto !important;
    float:none !important;
}

.vignette .thumbnail {
    margin: 0 auto !important;
    height: 50px !important;
    width: 2.5rem !important;
    cursor: pointer !important;
}

.vignette .shredding-calculator {
    text-align: center !important;
    padding: 0 0 2rem !important;
}

.vignette_main {
    border: solid 1px #666;
    border-radius: 10px;
    padding: 10px 0 0 25px;
    margin: 0 20px 0 0;
    float: left;
    width: 68%;
}

.calculator {
    border:solid 1px #999;
    border-radius: 15px;
    padding:15px;
    width: 30%;
    float: left;
}

.map-list {
    border: solid 1px #999;
    border-radius: 10px;
}

.map {
    border-radius: 10px;
    padding: 5px;
}

#map {
    height: 390px !important;
    width: 100% !important;
    max-width: unset !important;
}
/* Listings specific styles to override directory format */

.results {
    max-height: 400px;
    overflow: none;
    background-color: #f3f3f3;
    border-radius: 10px;
}

.drop-off-result div {
    padding: 0 2rem !important;
}

.drop-off-result .distance {
    line-height: 0.5 !important;
}

ol.drop-off-results-retail {
    margin-left: 1rem;
    margin-right: 1rem;
    max-height: 355px;   /* or whatever makes sense */
    overflow-y: auto;
    position: relative;
}

/* Critical CSS here */
.page-hero {
    background:url("https://www.shrednations.com/wp-content/uploads/boxes-background-mobile.webp");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
}
.page-hero .overlay {
    background:linear-gradient(49deg, #ffffffc4, 65%, transparent);
    height:100%;
    width:100%;
    left:0;
    top:0;
    opacity:100%;
    visibility:visible;
    position:absolute;
    z-index:1;
}
.page-hero .header {
    position:relative;
    z-index:99;
}
.page-hero .header h1 {
    color:#231F20;
}
.page-hero .header p {
    color:#231F20;
}
.page-hero .form {
    position:relative;
    z-index:99;
}
.page-hero .form #qf {
    box-shadow: 0 0 10px 2px grey;
}
.page-hero .service-buttons {
    display:flex;
    justify-content:space-around;
    gap:35px;
    margin:60px 0;
}
.page-hero .service-buttons a {
    width:50px;
}
.page-hero a:hover svg path {
    fill:#FF0033;
}
.page-hero .border {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index:2
}

.review-section h2 {
    color: #666 !important;
}

/* EVENT STYLES */

.events_container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* space between boxes */
    justify-content: space-between;
    max-width: 1400px;
}
.eventcard {
    flex: 1 1 100%; /* 3 per row minus gap space */
    gap: 20px;
    border: 1px solid #bbb;
    padding: 15px;
    box-sizing: border-box;
    background: #f5f5f5;
    box-shadow: 1px 1px 5px hsl(0deg 0% 0% / 0.2);
    border-radius: 10px;
    text-align:left;
    line-height: 1.5em;
    cursor: pointer;
}

.eventdetail, .eventdetail * {
    display: block;
    overflow: hidden;
    white-space: normal;

}

.eventcontent {
    width: 66.666%;
    float: left;
    padding: 0 20px 20px 20px;

}

.eventmap {
    width: 33.333%;
    float: left;
    padding: 0 10px 20px 20px;

}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    padding: 3px;
    float:right;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.open {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.invisible {
    display:none;
}
.vignette-hero {
    margin-top:-40px;
    position:relative;
    background:linear-gradient(90deg, #1f1f1f, #555555);
    overflow:hidden;
}
.vignette-hero .hero-svg {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.vignette-hero .hero-header {
    min-height:250px;
    display:flex;
    align-items:center;
}
.vignette-hero .hero-header h1 {
    margin:0 0 20px 0;
}
.vignette-hero .hero-header p {
    margin:0;
}
.vignette-hero .hero-header h1 {
    position:relative;
    color:white;
    z-index:2;
}
.vignette2 .preferred-partner {
    display: flex;
    align-items:center;
    margin-top:0;
    margin-bottom:20px;
}
.vignette2 .preferred-partner img {
    height: 50px;
    margin-right: 10px;
}
.vignette2 .preferred-partner p {
    font-weight:600;
    color:#FF0033;
    margin:0;
}
.vignette .open-hours div {
    padding:10px 5px;
    margin:0;
}
.vignette .open-hours-dropdown span {
  display:inline-block;
  width:40%;
}
.vignette .open-hours div:nth-child(even) {
  background:#f9f9f9;
}
.vignette2 .aux-content {
    padding:2rem 0 3rem;
    background: #f5f5f5;
}
.vignette2 .shredding-calculator {
    text-align:center;
    padding:2rem 0 2rem;
}
.vignette2 .shredding-calculator .inputs {
    display:flex;
    justify-content:center;
    flex-direction:column;
}
.vignette2 .shredding-calculator .inputs .qty,
.vignette2 .shredding-calculator .inputs .type {
    width:100%;
    margin:10px 0;
}
.vignette2 .shredding-calculator input#qty,
.vignette2 .shredding-calculator select#type {
    height:50px;
    border:1px solid #d3d3d3;
    width:100%;
}
.vignette2 .shredding-calculator .boxes {
  display:block;
  margin-top:30px;
}
.vignette2 .shredding-calculator .boxes .wrapper {
  border:1px solid #d3d3d3;
  width:max-content;
  max-width:100%;
  margin:auto;
  padding:20px 30px;
  border-radius:5px; 
}
.vignette2 .shredding-calculator .boxes .calculator-results {
    margin-bottom:10px;
    font-size:1.5rem;
}
.vignette2 .shredding-calculator .boxes .calculator-recommendations {
    font-size:1.25rem;
}
.vignette2 .shredding-calculator .boxes .calculator-recommendation a {
    display: block;
    margin-top: 10px;
}
.vignette2 .shredding-calculator .boxes .calculator-recommendation a:hover {
    text-decoration:underline;
}
.vignette2 .services-offered {
    background:#f5f5f5;
    padding:3rem 0 4rem;
}
.vignette2 .services-offered h2 {
  text-align:center;
}
.vignette2 .services-offered .services-offered-tiles {
    display:flex;
    justify-content:center;
    flex-direction:column;
    margin-top:30px;
}
.vignette2 .services-offered .services-offered-tiles .tile {
    display:inline-block;
    position:relative;
    margin:20px 0;
    background:white;
    border-radius:10px;
}
.vignette2 .services-offered .services-offered-tiles .tile:hover {
    box-shadow:0 0px 10px #8d898a;
}
.vignette2 .services-offered .services-offered-tiles .tile img {
    display:block;
    width:100%;
    margin:0 auto 30px;
    border-radius:10px 10px 0 0;
}
.vignette2 .services-offered .services-offered-tiles .tile h3 {
    font-size:1.1rem;
    padding:0 20px;
}
.vignette2 .services-offered .services-offered-tiles .tile p {
    padding:0 20px;
}
.vignette2 .services-offered .services-offered-tiles .tile a:hover {
    text-decoration:underline;
}
.simple-steps {
  background:white;
  padding:3rem 0;
}
.simple-steps .step {
  padding: 10px 30px;
}
.simple-steps .step h2 {
    margin-top: unset;
    margin-bottom: 1rem;
}
.simple-steps .step h2 span {
    color: #F36C21;
    margin-right: 5px;
}
.simple-steps .step p {
  margin-bottom:0;
}
.industries {
    padding: 60px 0 30px;
    text-align:center;
    background: #f1f1f1;
}
.industries .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:40px 0;
}
.industries .industry {
    flex-grow: 1;
    width: 50%;
    padding:20px 20px 0;
    border-radius:100px;
}
.industries .industry:hover {
    background:white;
}
.industries .industry svg {
    width:50px;
    height:auto;
}
.industries .industry:hover svg {
    filter: invert(59%) sepia(84%) saturate(3681%) hue-rotate(348deg) brightness(98%) contrast(95%);
}
.industries .industry h3 {
    font-size:12px;
    text-align:center;
}
.industries .industry:hover h3 {
    color:#f36c21;
}
.sectors {
  padding:0 0 3rem;
  background: #f1f1f1;
}
.sectors a {
  display:block;
  margin:0 0 20px;
  padding:20px;
  border-radius:10px;
}
.sectors a:hover {
  box-shadow: 0 0 20px -5px black;
}
.sectors .wrapper {
  display:flex;
  flex-direction:column;
  align-items:center;
}
.sectors .wrapper .left {
  text-align:center;
    flex-basis: 150px;
    flex-grow: 0;
    flex-shrink: 0;
}
.sectors .wrapper img {
  width:100px;
}
.sectors .wrapper p {
  margin:0;
}
.why {
    padding:60px 0;
    background:white;
    text-align:center;
}
.why .wrapper>div {
    width:100%;
  }
.why .wrapper svg:nth {
  width:175px;
  height:auto;
}
.vignette2 .process {
    padding:3rem 0 4rem;
    background:#f3f3f3;
}
.vignette2 .process h2 {
    text-align:center;
    margin:0;
    margin-bottom:20px;
}
.vignette2 .process p {
    padding:10px;
}
.vignette2 .process .process-tiles {
  display:flex;
  justify-content:space-between;
  flex-direction:column;
}
.vignette2 .process .process-tiles .tile {
    margin-top:15px;
    border:1px solid #808184;
    border-radius:5px;
}
.vignette2 .process .process-tiles h4 {
    margin:0;
    font-size:1.1rem;
    border-bottom:1px solid #808184;
    padding:20px 5px;
    text-align:center;
}
.vignette2 .process .process-tiles h4 span {
    font-size:1rem;
    margin-bottom:10px;
    display:block;
    font-weight:500;
}
.vignette2 .cost {
    padding: 3rem 0;
    background:#f3f3f3;
}
.vignette2 .cost img {
    width:100%;
}
.vignette2 .cost .pure-g {
    align-items:center;
}
.vignette2 .find-another-location {
  padding:2rem 0 4rem;
  margin-bottom:-40px;
}
.vignette2 .find-another-location .container {
  display:flex;
  justify-content:center;
  text-align:center;
}
.vignette2 .find-another-location .wrapper {
    width:500px;
    max-width:100%;
}
.vignette2 .mini-location-details {
    background:#f3f3f3;
    padding: 2rem 0;
}
.vignette2 .mini-location-details h2 {
    margin-bottom: 40px;
}
.vignette2 .mini-location-details .pricing-wrapper {
    margin-top:5px;
}
.vignette2 .reviews {
  display:flex;
  flex-direction:column;
}

.vignette2 .reviews .review-tile {
  width:100%;
  background:#f3f3f3;
  padding:20px;
  margin:10px 0;
  border-radius:5px;
}

.vignette2 .reviews .review-tile .name,
.vignette2 .reviews .review-tile .city-state {
  font-size:0.8rem;
  font-weight:600;
  margin-bottom:5px;
}

.vignette2 .reviews .review-tile .star-rating img {
  width:100px;
  margin:5px 0 10px -5px;
}

.vignette2 .reviews .review-tile .comment {
  line-height:1.25rem;
}

.faq {
  padding:2rem 0 3rem;
  background:#f3f3f3;
}
.faq h2 {
  text-align:center;
}

.vignette2 .nearby-cities {
    padding:40px 0;
}
.vignette2 .nearby-cities h2 {
    margin-bottom:30px;
}
.vignette2 .nearby-cities .city {
    margin: 10px 0;
}

.vignette .nearby-cities .city a:hover {
    font-weight:600;
}

.aux-content .button .button-inner {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.aux-content .button .button-inner img {
    margin-right: 5px;
}

.vignette .compliance {
    padding: 3rem 0 4rem;
    background:#f1f1f1;
}
.vignette .compliance img:not(.button-inner>img) {
    width:100%;
}
.vignette .compliance .pure-g {
    align-items:center;
}
.vignette .compliance .aux-content .cta .button {
  display:inline-block;
  margin:5px;
}

.vignette .contact-us {
  text-align:center;
  padding:4rem 0;
  background:#231F20;
}
.vignette .contact-us .wrapper {
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
.vignette .contact-us h2 {
    font-size:1.75rem;
    color:white;
    margin:0;
}
.vignette .contact-us p {
    color:white;
    margin:20px 0 20px 0;
}
.vignette .contact-us .cta .button {
    display:block;
    color: white;
    padding: 20px 50px;
}
.vignette .contact-us .cta .button:hover {
    background:#d45e1c;
    color:white;
}
.vignette .contact-us .cta .button:hover img {
    filter:unset;
}
.vignette .contact-us .cta .button .button-inner {
    display:flex;
    align-items:center;
}
.vignette .contact-us .cta .button img {
  margin-right:5px;
}
.vignette .exclusive-bin {
  margin:40px 0;
}
.vignette .exclusive-bin h2 {
  text-align:center;
}
.vignette .blog {
    background:#f3f3f3;
}

.links {
  text-align:center;
  margin:60px 0
}
.links .wrapper {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:center;
}
.links .wrapper svg {
  width:50%;
}
.links .wrapper a:hover svg {
  filter:invert(59%) sepia(84%) saturate(3681%) hue-rotate(348deg) brightness(98%) contrast(95%);
}
.links .wrapper a:hover h3 {
  color:#f36c21;
}
.stack-section {
  margin:50px 0;
}
.stack-section h2 {
  text-align:center;
}
.stack-section .stack {
  margin:30px 0;
  display: block;
  background:#f1f1f1;
}
.stack-section .stack:hover {
  box-shadow:0 0 20px grey;
}
.stack-section .stack .pure-g {
  align-items:center;
}
.stack-section .stack {
  width:100%;
}
.stack-section h3,
.stack-section p {
  margin: 20px 30px;
}

.review-section {
    padding: 20px 0 40px;
    background: url(https://www.shrednations.com/wp-content/uploads/boxes-background-mobile.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/* .review-section {
    padding:20px 0 40px;
    background:#231F20;
} */
.review-section .reviews .review {
    background: #f5f5f5;
    box-shadow: 4px 3px 10px hsl(0deg 0% 0% / 0.2);
    border: solid 1px #bbb;
}
.review-section h2 {
    text-align:center;
    color:white;
}
.review-section .cta {
    text-align:center;
}
.appointment-note {
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
    .vignette2 .shredding-calculator .inputs {
        flex-direction:row;
    }
    .vignette2 .shredding-calculator .inputs .qty {
        width:100px;
        margin:0;
        margin-right:5px;
    }
    .vignette2 .shredding-calculator .inputs .type {
        width:400px;
        margin:0;
    }
    .vignette2 .shredding-calculator input#qty,
    .vignette2 .shredding-calculator select#type {
        margin:0;
    }
    .vignette2 .mini-location-details h2 {
        font-size:2rem;
    }
    .vignette .contact-us h2 {
        font-size:2.25rem;
        margin-right:30px;
    }
}


@media only screen and (min-width: 1024px) {
    .vignette-hero .hero-svg {
        height: 200%;
        top: -50%;
    }
    .vignette-hero .hero-header {
        min-height:250px;
    }
    .vignette-hero .hero-header h1 {
        margin:0 0 10px 0;
        font-size:2rem;
    }
    .vignette2 .services-offered .services-offered-tiles {
        flex-direction:row;
    }
    .vignette2 .services-offered .services-offered-tiles .tile {
        width:100%;
        margin:0 10px;
        border:none;
    }
    /* .vignette2 .services-offered .services-offered-tiles .tile:not(:last-child) {
        border-right: 1px solid #a7a7a7;
    } */
    .industries .wrapper {
        flex-wrap:unset;
    }
    .vignette2 .cost img {
        padding-right:40px;
    }
    .vignette2 .process .process-tiles {
        flex-direction:row;
    }
    .vignette2 .process .process-tiles .tile {
        width:100%;
        margin:10px;
    }
    .vignette2 .reviews {
        display:flex;
        flex-direction:row;
    }
    .vignette2 .reviews .review-tile:not(:first-child, :last-child) {
        margin:10px 20px;
    }
    .vignette .map {
        margin:0;
    }

    .vignette .compliance img:not(.button-inner>img) {
        padding-right:40px;
    }

    .aux-content .cta .button {
        width:unset;
    }
    .vignette .contact-us .cta .button {
        display:inline-block;
    }

    .links .wrapper {
        flex-direction:row;
    }
    .review-section .reviews {
        flex-direction:row;
    } 
}

@media only screen and (min-width: 1280px) {
    .vignette .contact-us .cta {
        margin:0;
        display:flex;
    }
}

.page-hero {
    background:url("https://www.shrednations.com/wp-content/uploads/boxes-background-mobile.webp");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
}
.page-hero .overlay {
    background:linear-gradient(49deg, #ffffffc4, 65%, transparent);
    height:100%;
    width:100%;
    left:0;
    top:0;
    opacity:100%;
    visibility:visible;
    position:absolute;
    z-index:1;
}
.page-hero .header {
    position:relative;
    z-index:99;
}
.page-hero .header h1 {
    color:#231F20;
}
.page-hero .header p {
    color:#231F20;
}
.page-hero .form {
    position:relative;
    z-index:99;
}
.page-hero .form #qf {
    box-shadow: 0 0 10px 2px grey;
}
.page-hero .service-buttons {
    display:flex;
    justify-content:space-around;
    gap:35px;
    margin:60px 0;
}
.page-hero .service-buttons a {
    width:50px;
}
.page-hero a:hover svg path {
    fill:#FF0033;
}
.page-hero .border {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index:2
}
@media only screen and (min-width: 768px) {
    
}
@media only screen and (min-width: 1024px) {
    .page-hero {
        background:url("https://www.shrednations.com/wp-content/uploads/boxes-background.webp");
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
    }
    .page-hero .wrapper {
        display:flex;
        align-items:center;
    }
    .page-hero .header {
        width:60%;
    }
    .page-hero .form {
        width:40%;
        margin-left:20px;
    }
    .page-hero .service-buttons {
        justify-content:start;
        margin: 40px 0 0;
        gap:50px;
    }
}