﻿@charset "UTF-8";
@font-face {
  font-family: "casella-master";
  src: url("../fonts/casella-master.eot");
  src: url("../fonts/casella-master.eot") format("embedded-opentype"), url("../fonts/casella-master.ttf") format("truetype"), url("../fonts/casella-master.woff") format("woff"), url("../fonts/casella-master.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "casella-master" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fooicon-plus:before {
  content: "\f067";
}

.fooicon-minus:before {
  content: "\f068";
}

.icon-munc:before {
  content: "\e90e";
}

.icon-home:before {
  content: "\e900";
}

.icon-industry:before {
  content: "\e901";
}

.icon-small-business:before {
  content: "\e902";
}

.icon-retail:before {
  content: "\e903";
}

.icon-property:before {
  content: "\e904";
}

.icon-hotel:before {
  content: "\e905";
}

.icon-construction:before {
  content: "\e906";
}

.icon-medical:before {
  content: "\e907";
}

.icon-education:before {
  content: "\e908";
}

.icon-calc:before {
  content: "\e909";
}

.icon-truck:before {
  content: "\e90a";
}

.icon-trash:before {
  content: "\e90b";
}

.icon-phone:before {
  content: "\e90c";
}

.icon-earthlife:before {
  content: "\e90d";
}

.curbside:after {
  content: "\e90b";
  font-family: "casella-master" !important;
}

.dumpster:after {
  content: "\e90a";
  font-family: "casella-master" !important;
}

.quote:after {
  content: "\e909";
  font-family: "casella-master" !important;
}

.contactUs:after {
  content: "\e90c";
  font-family: "casella-master" !important;
}

@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Black";
  src: url("../fonts/Gotham-Black.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "location-markers";
  src: url("../fonts/location-markers.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #606060;
  background: #FFF;
  overflow-x: hidden;
  margin: 0 auto;
}

h1 {
  font-family: "Gotham-Black";
}

h2 {
  font-family: "Gotham-Black";
  line-height: 1.3;
}

h3 {
  font-family: "Gotham-Black";
  line-height: 1.3;
  margin: 0;
}

h4 {
  font-family: "Gotham-Bold";
  line-height: 1.3;
}

h2 + h3, h2 + h4, h3 + h4 {
  margin-top: 30px !important;
}

a, a:link, a:visited, a:active, a:hover, img, a img {
  border: none;
  outline: none;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  font-family: "Gotham-Bold";
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: normal;
  font-family: "Gotham-Bold";
  color: #367F17;
  font-size: 14px;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.umbraco-forms-field-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.umbraco-forms-field-wrapper input {
  width: auto !important;
  max-width: 100% !important;
}

textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
  margin: 0;
  padding: 12px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  vertical-align: middle;
  outline: none;
  border: 1px solid #E8E8E8;
  background: #FFF;
  appearance: none;
  border-radius: 0;
  transition: all 0.2s linear;
}

.checkbox-custom + .label-custom, .checkbox-custom:focus + .label-custom {
  outline: none;
  cursor: pointer;
}

input[type=file], input[type=image], input[type=submit], input[type=reset], input[type=button], input[type=radio], input[type=checkbox] {
  width: auto;
}

.checkbox-custom, .checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.checkbox-custom:checked + .label-custom:after {
  color: #6ebf4b;
  content: "\f14a";
}

.checkbox-custom + .label-custom:after {
  font-size: 18px;
  font-family: "FontAwesome";
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  text-align: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "\f0fe";
  color: #DDD;
}

.visually-hidden {
  color: #000;
  background-color: #FFF;
}

.transferIcon {
  width: 35px;
  height: 33px;
  background: #FFF;
  border-radius: 50%;
}

.recyclingIcon {
  width: 35px;
  height: 33px;
  background: #FFF;
  border-radius: 50%;
}

.haulingIcon {
  width: 35px;
  height: 33px;
  background: #FFF;
  border-radius: 50%;
}

.landfillIcon {
  width: 35px;
  height: 33px;
  background: #FFF;
  border-radius: 50%;
}

.organicsIcon {
  width: 35px;
  height: 33px;
  background: #FFF;
  border-radius: 50%;
}

.corporateIcon {
  width: 35px;
  height: 33px;
  background: #FFF;
  border-radius: 50%;
}

.recyclingIcon:before {
  color: #0082ca;
  content: "\e904";
  font-family: "location-markers";
  font-size: 44px;
  margin-top: -12px;
  position: absolute;
}

.haulingIcon:before {
  color: #00253f;
  content: "\e901";
  font-family: "location-markers";
  font-size: 44px;
  margin-top: -12px;
  position: absolute;
}

.transferIcon:before {
  color: #a154a1;
  content: "\e905";
  font-family: "location-markers";
  font-size: 44px;
  margin-top: -12px;
  position: absolute;
}

.landfillIcon:before {
  color: #e46425;
  content: "\e902";
  font-family: "location-markers";
  font-size: 44px;
  margin-top: -12px;
  position: absolute;
}

.organicsIcon:before {
  color: #3d963a;
  content: "\e903";
  font-family: "location-markers";
  font-size: 44px;
  margin-top: -12px;
  position: absolute;
}

.corporateIcon:before {
  color: #2f559a;
  content: "\e906";
  font-family: "location-markers";
  font-size: 44px;
  margin-top: -12px;
  position: absolute;
}

.markerLink a {
  color: #FFF;
  background-color: #7abf23;
  text-align: center;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  font-family: "Gotham-Bold";
  font-weight: normal;
  border: 2px solid #7abf23;
  font-size: 11px;
  width: auto;
  display: inline-block;
  margin: 0.5rem 0 0;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.markerLink a:hover {
  color: #7abf23;
  background-color: #FFF;
  border: 2px solid #7abf23;
}

.globalWidth {
  position: relative;
  padding: 0 30px;
}
@media (min-width: 600px) {
  .globalWidth {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .globalWidth {
    width: 86%;
    margin: 0 auto;
    padding: 0;
  }
}

.internal-mainBody-generalTxt-container {
  font-size: 13px;
  line-height: 1.7;
  font-family: "Droid Serif", serif;
}
@media (min-width: 960px) {
  .internal-mainBody-generalTxt-container {
    font-size: 14px;
    line-height: 2;
  }
}
@media (min-width: 1400px) {
  .internal-mainBody-generalTxt-container {
    font-size: 15px;
  }
}

.news-indListing-container {
  display: block;
  width: 100%;
  margin: 0 0 50px;
  padding: 0 0 50px;
  border-bottom: 3px solid #f4f4f4;
}
@media (min-width: 768px) {
  .news-indListing-container {
    display: table;
    table-layout: fixed;
  }
}
.news-indListing-container .paragraph--type--sidebar-panel img {
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.news-indListing-container .paragraph--type--sidebar-panel h3 {
  font-size: 26px;
  color: #000;
}
.news-indListing-container .paragraph--type--sidebar-panel p {
  margin-top: 5px;
  font-size: 15px;
  line-height: 30px;
  font-family: "Droid Serif";
}

.z-container .z-content-inner .internal-mainBody-container {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 960px) {
  #tabbed-nav .videos-listings-group .resources-listing:nth-child(1) {
    border: none;
  }
}

#tabbed-nav .resources-listing-image {
  margin: 0;
  flex: 0 0 100%;
}
#tabbed-nav .resources-listing-image > div {
  height: 100%;
}
#tabbed-nav .resources-listing-image > div .video-embed-field-responsive-video {
  position: relative;
}
#tabbed-nav .resources-listing-image > div .video-embed-field-responsive-video:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.internal-mainBody-featuredContent-container {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Droid Serif", serif;
  margin: 0 0 35px;
}
@media (min-width: 960px) {
  .internal-mainBody-featuredContent-container {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 50px;
  }
}
@media (min-width: 1400px) {
  .internal-mainBody-featuredContent-container {
    font-size: 20px;
  }
}
.internal-mainBody-featuredContent-container a {
  color: #00263E;
  font-family: "Gotham-Bold";
  transition: 0.2s all ease-in-out;
}
.internal-mainBody-featuredContent-container a:hover {
  color: #367F17;
}

.internal-resourceSolution-upperContentCol-leftColContainer {
  display: block;
}
@media (min-width: 840px) {
  .internal-resourceSolution-upperContentCol-leftColContainer {
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .internal-resourceSolution-upperContentCol-leftColContainer {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .internal-resourceSolution-upperContentCol-leftColContainer {
    display: table-cell;
    width: auto;
  }
}
.internal-resourceSolution-upperContentCol-leftColContainer .addThis-container {
  margin: 25px 0 0;
}
.internal-resourceSolution-upperContentCol-leftColContainer p {
  margin: 0 0 20px 0;
}
.internal-resourceSolution-upperContentCol-leftColContainer div p {
  margin: 0 0 20px 0;
}

.featured-btnRow-IndBtn-innerWrapper, .featured-btnRow-IndBtn-container a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 30px;
  border-radius: 5px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.featured-btnRow-container {
  margin: 0 0 50px 0;
}
@media (min-width: 600px) {
  .featured-btnRow-container {
    font-size: 0;
    flex-direction: row !important;
    align-items: flex-start !important;
    display: flex !important;
  }
}
.featured-btnRow-container .featured-btnRow-IndBtn-container {
  display: block;
  width: 100%;
  font-size: 14px;
  margin: 0 0 20px;
}
@media (min-width: 600px) {
  .featured-btnRow-container .featured-btnRow-IndBtn-container {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    padding: 0 30px 0 0;
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .featured-btnRow-container .featured-btnRow-IndBtn-container {
    width: 22%;
  }
}
.featured-btnRow-container .featured-btnRow-IndBtn-container a {
  background: #FFF;
  border: 2px solid #e2e2e2;
}
.featured-btnRow-container .featured-btnRow-IndBtn-container a .featured-btnRow-IndBtn-icon {
  font-size: 37px !important;
  height: 50px;
  font-weight: normal;
  margin: 0 0 15px;
  color: #367F17;
}
.featured-btnRow-container .featured-btnRow-IndBtn-container a .featured-btnRow-IndBtn-title {
  font-family: "Gotham-Bold";
  font-weight: normal;
  font-size: 17px;
  color: #00263E;
  line-height: 1.1;
}
@media (min-width: 1400px) {
  .featured-btnRow-container .featured-btnRow-IndBtn-container a .featured-btnRow-IndBtn-title {
    font-size: 20px;
  }
}
.featured-btnRow-container .featured-btnRow-IndBtn-container a:hover {
  border: 2px solid #00263E;
  background: #00263E;
}
.featured-btnRow-container .featured-btnRow-IndBtn-container a:hover .featured-btnRow-IndBtn-icon {
  color: #7abf23;
}
.featured-btnRow-container .featured-btnRow-IndBtn-container a:hover .featured-btnRow-IndBtn-title {
  color: #FFF;
}
.featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer .featured-btnRow-IndBtn-wrapper {
  display: table;
  width: 100%;
}

.featured-btnRow-container--no-border {
  margin-bottom: 0;
}

.internal-fullWidthPromo-contentContainer {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  display: block;
  text-align: left;
}
@media (min-width: 768px) {
  .internal-fullWidthPromo-contentContainer {
    padding: 120px 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: url(/content/images/blueTrans.png);
  }
}

.c-career--cta.blue, .c-career--categories {
  background-color: #00263E;
  padding: 6px 5% 36px;
}
@media (min-width: 768px) {
  .c-career--cta.blue, .c-career--categories {
    margin: 0;
    padding: 36px 5% 36px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .c-career--cta.blue, .c-career--categories {
    padding: 48px 10%;
  }
}
.c-career--cta.blue .c-career--cta-text, .c-career--categories .c-career--cta-text {
  color: #FFF;
}
@media screen and (min-width: 960px) {
  .c-career--cta.blue .c-career--cta-text, .c-career--categories .c-career--cta-text {
    line-height: 2;
  }
}
@media screen and (min-width: 1400px) {
  .c-career--cta.blue .c-career--cta-text, .c-career--categories .c-career--cta-text {
    font-size: 15px;
  }
}

.c-career--cta.white, .c-career--text-block {
  background-color: #FFF;
  padding: 6px 5% 36px;
}
@media (min-width: 768px) {
  .c-career--cta.white, .c-career--text-block {
    margin: 0;
    padding: 36px 5% 36px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .c-career--cta.white, .c-career--text-block {
    padding: 48px 10%;
  }
}

.c-career--link-container {
  margin-top: 20px;
}
.c-career--link-container ul {
  padding: 0 3%;
}
@media (min-width: 768px) {
  .c-career--link-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
}
.c-career--link-container ul li.c-career--link-items {
  text-align: left;
  padding-top: 15px;
  margin-bottom: 18px;
  margin-right: 6px;
  position: relative;
  list-style: none;
}
@media (min-width: 768px) {
  .c-career--link-container ul li.c-career--link-items {
    flex: 0 0 31%;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 5%;
    margin-right: 6px;
    height: 50px;
    position: relative;
  }
}
@media (min-width: 900px) {
  .c-career--link-container ul li.c-career--link-items {
    flex: 0 0 31%;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 2%;
    margin-right: 6px;
    height: 50px;
    position: relative;
  }
}

@media (max-width: 768px) {
  .tabs-tab-list {
    margin: 0;
    padding: 0;
  }
}

li.c-career--link-items a, .c-career--search a {
  background-color: #76bd22;
  color: #FFF;
  display: block;
  border-radius: 5px;
  padding: 20px 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
  line-height: 20px;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  li.c-career--link-items a, .c-career--search a {
    padding: 0px 0px 0px 12px;
    line-height: 50px;
  }
}

li.c-career--link-items a:hover, .c-career--search a:hover {
  background-color: #FFF;
  border: 2px solid #76bd22;
  color: #76bd22;
}

.c-career--search a {
  position: relative;
}
@media (min-width: 1200px) {
  .c-career--search a {
    line-height: 44px;
  }
}

.c-career--search a:after {
  position: absolute;
  right: 12px;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  content: "\f002";
  color: #FFF;
  padding-left: 12px;
  font-weight: 900;
  font-size: 20px;
}

li.c-career--link-items a:after {
  position: absolute;
  right: 12px;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  content: "\f08e";
  color: #FFF;
  padding-left: 12px;
  font-weight: 900;
  font-size: 20px;
}

li.c-career--link-items a:hover:after {
  color: #76bd22;
}

.c-career--section-title {
  font-family: "Gotham-Black";
  text-transform: uppercase;
  font-size: 36px !important;
  line-height: 40px;
  margin: 36px 0;
}
@media (min-width: 768px) {
  .c-career--section-title {
    margin: 0 0 20px;
  }
}
.c-career--section-title h2 {
  margin: 0;
  font-size: 36px;
}

.c-career--section-title.blue {
  color: #00263E;
}

.c-career--cta-text {
  font-size: 13px;
  line-height: 1.7;
  font-family: "Droid Serif", serif;
}

.green {
  color: #76bd22;
}

.c-career--cta-button a {
  font-size: 14px;
  color: #76bd22;
  display: inline-block;
  background: #FFF;
  border: 2px solid #76bd22;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
  width: 170px;
  height: 50px;
  line-height: 48px;
  text-align: center;
}

.c-career--cta.white .c-career--cta-button a:hover {
  background-color: #76bd22;
  color: #FFF;
}

.c-career--cta.blue .c-career--cta-button a {
  background-color: #76bd22;
  color: #FFF;
}

.c-career--cta.blue .c-career--cta-button a:hover {
  background-color: #FFF;
  color: #76bd22;
}

.c-career--text.top div p {
  margin: 0 0 20px 0;
}

.card-container {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 300px;
  overflow: visible;
}
.card-container .beneIcon {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 0px;
  overflow: visible;
  transform: translate(-50%, 6%);
}
.card-container .card-content {
  display: block;
  width: 100%;
}
.card-container .card-content .beneTitle {
  left: 8%;
  top: 130px;
  position: absolute;
  overflow: visible;
  width: 232px;
  height: 22px;
  text-align: center;
  font-family: Gotham Narrow, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: #00263e;
  text-transform: uppercase;
}
.card-container .card-content .beniList {
  left: 8%;
  top: 166px;
  position: absolute;
  overflow: visible;
  width: 232px;
  height: 137px;
  line-height: 20px;
  margin-top: -1.5px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #606060;
  font-family: "Droid Serif", serif;
}
.card-container .card-content::after {
  content: "";
  position: absolute;
  top: 130px;
  bottom: 0;
  right: -5px;
  width: 1px;
  height: 48%;
  border-radius: 5px;
  border-right: dotted #76bc21;
}
@media (max-width: 600px) {
  .card-container .card-content::after {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 935px) {
  .card-container:nth-child(2) .card-content::after {
    display: none;
  }
}

@media (min-width: 936px) and (max-width: 1400px) {
  .card-container:nth-child(3) .card-content::after {
    display: none;
  }
}

.card-container:last-of-type .card-content::after {
  display: none;
}

.testimonials-container {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
}
.testimonials-container .testimonial-container {
  margin: 50px 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .testimonials-container .testimonial-container {
    margin: 20px 0px;
  }
}
.testimonials-container .testimonial-container .testimonial-image-container {
  display: flex;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .testimonials-container .testimonial-container .testimonial-image-container {
    display: none;
  }
}
.testimonials-container .testimonial-container .testimonial-image-container img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.testimonials-container .testimonial-container .testimonial-text-container {
  display: flex;
  width: 100%;
  text-align: left;
  padding: 30px;
  border: 2px solid #00263E;
  border-style: dashed;
  border-radius: 15px;
  max-width: 900px;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
@media (max-width: 768px) {
  .testimonials-container .testimonial-container .testimonial-text-container {
    margin: 20px;
  }
}
@media (max-width: 400px) {
  .testimonials-container .testimonial-container .testimonial-text-container {
    margin: 0px;
  }
}
.testimonials-container .testimonial-container .testimonial-text-container .testimonial-image-container {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  margin-bottom: 40px;
}
.testimonials-container .testimonial-container .testimonial-text-container .testimonial-image-container img {
  display: flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0px 10px 10px #dedede;
}
@media (min-width: 769px) {
  .testimonials-container .testimonial-container .testimonial-text-container .testimonial-image-container {
    display: none;
  }
}
.testimonials-container .testimonial-container .testimonial-text-container .testimonial-quote {
  font-size: 18px;
  line-height: 1.7;
  position: relative;
  color: #00263E;
}
.testimonials-container .testimonial-container .testimonial-text-container .testimonial-meta {
  margin: 15px 0 0;
  position: relative;
  left: 0%;
  max-width: 220px;
}
@media (min-width: 1200px) {
  .testimonials-container .testimonial-container .testimonial-text-container .testimonial-meta {
    left: 75%;
  }
}
@media (min-width: 1000px) {
  .testimonials-container .testimonial-container .testimonial-text-container .testimonial-meta {
    left: 70%;
  }
}
.testimonials-container .testimonial-container .testimonial-text-container .testimonial-meta .testimonial-name {
  font-family: "Gotham-Bold";
  color: #00263d;
  font-size: 15px;
}
.testimonials-container .testimonial-container .testimonial-text-container .testimonial-meta .testimonial-attribute {
  font-size: 14px;
  color: #00263E;
  margin: 5px 0 0;
  word-break: break-word;
}
.testimonials-container .testimonial-container .testimonial-text-container:before {
  font-family: "FontAwesome";
  content: "\f10d";
  top: 0; /* Cambiado */
  left: 35px;
  font-style: normal;
  color: #7abf23;
  font-size: 45px;
  position: absolute;
  transform: translateY(-50%); /* Agregado */
}
.testimonials-container .testimonial-container .testimonial-text-container:after {
  position: relative;
  font-family: "FontAwesome";
  content: "\f10e";
  bottom: 0;
  right: 45px;
  font-style: normal;
  color: #7abf23;
  font-size: 45px;
  position: absolute;
  transform: translateY(50%);
}

.grey-line {
  background: #e2e2e2;
  height: 5px;
  width: 100%;
  border: none;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .grey-line {
    margin-bottom: 70px;
  }
}

@media (max-width: 880px) {
  .stateMap img {
    width: 100% !important;
  }
  .stateLeft {
    width: 100% !important;
    margin: 0 !important;
  }
  .stateLeft ul {
    margin: 0px 0px 0px 15px !important;
  }
  .stateRight {
    width: 100% !important;
    margin: 0 !important;
  }
  .stateRight ul {
    margin: 0px 0px 0px 15px !important;
  }
  .wwdImg {
    width: 100% !important;
  }
}
/* ELEMENT SIZES */
/* COLORS */
/* FONTS */
footer {
  display: block;
}

.footer-container {
  background: #00263e;
  z-index: 1;
  position: relative;
}

.footer-Region-container {
  padding: 0 0 50px;
}

.footer-Nav-container {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.footer-Nav-container ul {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.footer-Nav-container ul .footer-socialContainer-desktop {
  display: flex;
  margin-top: 25px;
}
.footer-Nav-container ul .footer-socialContainer-desktop ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 5px;
}
.footer-Nav-container ul .footer-socialContainer-desktop ul li a {
  color: #FFF;
  font-size: 25px;
  margin: 0 1px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer-Nav-container ul .footer-socialContainer-desktop ul li a:hover {
  color: #76bd22;
}

.footer-Nav-container ul li {
  display: inline-block;
  margin-bottom: 8px;
}

.footer-Nav-container ul li a {
  text-transform: uppercase;
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
}

.footer-Nav-container ul li a:hover {
  color: #76bc21;
  text-decoration: underline;
}

.footer-Nav-container ul li a:focus {
  border: 1px solid #fff;
}

.footer-socialContainer {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
@media (max-width: 760px) {
  .footer-socialContainer {
    display: flex;
  }
}

.footer-socialContainer ul li {
  display: inline-block;
  text-align: center;
}

.footer-socialContainer ul li a {
  color: #FFF;
  font-size: 25px;
  margin: 0 1px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer-socialContainer ul li a:hover {
  color: #76bd22;
}

.footer-attribute {
  font-size: 13px;
  text-align: center;
  color: #d3d3d3;
  font-family: "Gotham-Book";
}

nav.footer-Nav-container select {
  display: inline-block;
  padding: 12px;
  width: 100%;
  font-size: 14px;
  color: #7C7979;
  border: 1px solid #E8E8E8;
  background-color: #FFF;
  background-position: right center;
  background-image: url(/content/images/menulist.png);
  background-repeat: no-repeat;
}

select:focus {
  color: #666;
  background-color: #FFF;
}

@media (max-width: 760px) {
  .footer-Nav-container ul {
    display: none;
  }
  .footer-socialContainer {
    flex-direction: column;
  }
  .footer-attribute {
    margin-top: 50px;
  }
}
@media (min-width: 760px) {
  nav.footer-Nav-container select {
    display: none;
  }
}
#generalNav {
  position: sticky;
  background: #FFF;
  z-index: 99;
  top: 0;
  transition: all 0.5s ease-in-out;
  height: 80px;
}

.navGlobal-container {
  position: relative;
  background: #00263e;
  padding: 20px 30px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 8px 10px -4px #000000;
  -moz-box-shadow: 0 8px 10px -4px #000000;
  -webkit-box-shadow: 0 8px 10px -4px #000000;
}

.navGlobal-container .navGlobal-wrapper {
  width: 100%;
  max-width: 900px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.navGlobal-btn-container {
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  padding: 0 15px 0 0;
  margin: 0 auto;
}

.navGlobal-btn-container .navGlobal-btn {
  display: inline-block;
  font-size: 9.75px;
  font-family: "Gotham-Bold";
  text-transform: uppercase;
  color: #FFF;
  display: flex;
  align-items: center;
  padding: 3px;
}

.navGlobal-btn-container .navGlobal-btn:focus {
  outline: 1.5px solid #fff;
}

.navGlobal-btn-container .navGlobal-btn .navGlobal-btn-iconWrapper {
  width: 35px;
  margin-right: 5px;
  line-height: 0;
}

.navGlobal-btn-container .navGlobal-btn .navGlobal-btn-iconWrapper img {
  width: 100%;
}

.navGlobal-btn-container .navGlobal-btn .navGlobal-btn-txtWrapper span {
  display: block;
}

.navGlobal-btn-container .navGlobal-btn:hover {
  opacity: 0.5;
}

.mobileBtnWrapper {
  position: absolute;
  top: 22px;
  right: 30px;
  line-height: 0;
}

.mobileBtnWrapper a.mainMenuToggle {
  position: relative;
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  color: #0a253e;
  text-decoration: none;
  transition: all 0.5s ease;
  content: "\f0c9";
  cursor: pointer;
}

.mobileBtnWrapper a.mainMenuToggle .visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
  color: #001928;
  background-color: #FFF;
}

.mobileBtnWrapper a.mainMenuToggle.active:before {
  content: "\f00d";
  color: #001928;
}

.mobileBtnWrapper a.mainMenuToggle:before {
  content: "\f0c9";
}

.nav-container {
  width: 100%;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
}

.navbar-content {
  width: 86%;
}

.topNav-container {
  width: 86%;
  max-width: 1260px;
  justify-content: space-between;
  flex-direction: row;
  height: 89px;
  align-items: center;
  display: flex;
  transition: all 0.5s ease-in-out;
}

.topNav-container .logo-container a .casella-logo {
  width: 190px;
  transition: all 0.5s ease-in-out;
}

.topNav-container .logo-container a:hover {
  opacity: 0.5;
}

.topNav-container .logo-container a:focus {
  outline: 1.5px solid #00263E;
}

.topNav-container .navMobileMenu {
  display: block;
  margin-top: 20px;
}

.topNav-container .navMobileMenu .navGlobal-container-mobile {
  display: none;
}

.topNav-container .navMobileMenu .navGlobal-container-mobile .navGlobal-wrapper-mobile {
  padding: 25px 40px;
}

.topNav-container .navMobileMenu .searchFormPanel-mobile {
  display: none;
}

.topNav-container .navMobileMenu .searchFormPanel-mobile form {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px 30px 27px;
}

.topNav-container .navMobileMenu .searchFormPanel-mobile .searchFormPanelSearchField {
  display: table-cell;
  vertical-align: middle;
  margin-right: 50px;
  width: 70%;
}

.topNav-container .navMobileMenu .searchFormPanel-mobile .searchFormPanelSearchField label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: "Gotham-Bold";
  font-size: 14px;
}

.topNav-container .navMobileMenu .searchFormPanel-mobile .searchFormPanelSearchField input[type=text] {
  border: 1px solid #aacdaa !important;
  height: 55px;
  padding: 0 20px;
  line-height: 55px;
  border-radius: 5px;
}

.topNav-container .navMobileMenu .searchFormPanel-mobile .searchFormPanelButtonWrappers {
  display: table-cell;
  vertical-align: middle;
  width: 110px;
  text-align: right;
}

.topNav-container .navMobileMenu .searchFormPanel-mobile .searchFormPanelButtonWrappers button.searchSubmit {
  height: 55px;
  line-height: 53px;
  padding: 0 20px;
  font-family: "Gotham-Bold";
  font-size: 15px;
  background: #FFF;
  outline: none;
  color: #215a43;
  border: 2px solid #FFF;
  border-radius: 5px;
}

.topNav-container .navMobileMenu.active {
  display: block;
}

.topNav-container ul.adwMenu.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
}

.topNav-container ul.adwMenu {
  display: flex;
  position: relative;
  z-index: 100;
}

.topNav-container ul.adwMenu .mobileTopHeader {
  display: flex;
}

.topNav-container ul.adwMenu .tierMenu.over .openChild.active .openChildInner:before {
  transform: rotate(180deg);
}

.topNav-container ul.adwMenu .tierMenu.over .openChild.open .openChildInner:before {
  transform: rotate(180deg);
  color: #215a43;
}

.topNav-container ul.adwMenu .tierMenu.over .subMenu {
  background: #FFF;
  border: 1px solid #e4e4e4;
}

.topNav-container ul.adwMenu .tierMenu.over .subMenu li .openChild .openChildInner:before {
  color: #00263e;
}

.topNav-container ul.adwMenu .tierMenu.over .subMenu li.over .subMenu li a {
  background: #367F17;
  border-bottom: none;
  border-right: 1px solid #6ac742;
  border-left: 1px solid #6ac742;
  color: #fff;
}

.topNav-container ul.adwMenu .tierMenu.over .subMenu li.over .subMenu li a:hover {
  background: #0a253e;
  color: #FFF;
}

.topNav-container ul.adwMenu li {
  display: block;
  position: relative;
}

.topNav-container ul.adwMenu li:focus {
  outline: 1.5px solid #007BFF;
}

.topNav-container ul.adwMenu li a {
  display: block;
  color: #0a253e;
  padding: 8px 20px 8px 0;
  font-size: 15px;
  font-family: "Gotham-Bold", sans-serif;
}

.topNav-container ul.adwMenu li a:hover {
  color: #00263e;
}

.topNav-container ul.adwMenu li a:focus {
  outline: 1.5px solid #00263E;
}

.topNav-container ul.adwMenu li a.navigationSearchAction {
  padding: 10px 0 0 0;
}

.topNav-container ul.adwMenu li a.navigationSearchAction div {
  font-size: 13px;
  color: #767676;
  background: #FFF;
  display: block;
}

.topNav-container ul.adwMenu li a.navigationSearchAction div .searchIcon {
  display: block;
  margin: 0 0 8px;
}

.topNav-container ul.adwMenu li .openChild.active .openChildInner:before {
  transform: rotate(180deg);
}

.topNav-container ul.adwMenu li .openChild {
  display: block;
  position: absolute;
  right: -10px;
  top: 0px;
  width: 45px;
  height: 100%;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.topNav-container ul.adwMenu li .openChild:focus-visible {
  outline: 1.5px solid #00263E;
}

.topNav-container ul.adwMenu li .openChild .openChildInner:before {
  display: block;
  position: relative;
  content: "\f103";
  top: 7px !important;
  color: #4f7b9a;
  font-size: 17px;
}

.topNav-container ul.adwMenu li .subMenu.active li .openChild .openChildInner:before {
  color: #00263e;
}

.topNav-container ul.adwMenu li .subMenu.active li .openChild:hover {
  background: #aaa;
}

.topNav-container ul.adwMenu li .subMenu.active li .openChild:hover .openChildInner:before {
  color: #FFF;
}

.topNav-container ul.adwMenu li .subMenu {
  display: none;
}

.topNav-container ul.adwMenu li .subMenu li {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}

.topNav-container ul.adwMenu li .subMenu li a {
  background: #fff;
  color: #00263e;
}

.topNav-container ul.adwMenu li .subMenu li a:hover {
  background: #f4f4f4;
  color: #00263e;
}

.topNav-container ul.adwMenu li .subMenu li .subMenu.active {
  background: #367F17;
}

.topNav-container ul.adwMenu li .subMenu li .subMenu.active li a {
  background: #367F17;
  border-bottom: none;
  border-right: 1px solid #6ac742;
  border-left: 1px solid #6ac742;
  color: #fff;
}

.topNav-container ul.adwMenu li .subMenu li .subMenu.active li a:hover {
  background: #0a253e;
  color: #FFF;
}

.topNav-container ul.adwMenu li .subMenu li.active a {
  background: #f4f4f4;
  color: #00263e;
}

.topNav-container ul.adwMenu li .subMenu li .subMenu {
  display: none;
  position: relative;
  text-align: left;
  border: none;
  background: #367F17;
  top: 0;
  flex-direction: column;
  margin: -8px 0px 8px 0px;
  width: 100%;
}

.topNav-container ul.adwMenu li .subMenu li .subMenu li {
  background: #367F17;
  border-top: 1px solid #6ac742;
  border-bottom: none;
}

.topNav-container ul.adwMenu li .subMenu li .openChild.active + .subMenu {
  display: flex;
}

.topNav-container ul.adwMenu li .openChild.active + .subMenu {
  display: block;
}

.topNav-container ul.adwMenu li ul {
  position: absolute;
  min-width: 233px;
  transform: translateY(0.5rem);
  display: none;
  text-align: left;
  flex-direction: column;
  border-top: 3px solid #c2d2cb;
  padding: 0;
  width: auto;
}

.topNav-container ul.adwMenu li ul li {
  border-top: none;
  background: #FFF;
  width: 99%;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.topNav-container ul.adwMenu li ul li span {
  right: 0px !important;
  top: 0px !important;
}

.topNav-container ul.adwMenu li ul li span .openChildInner {
  top: -5px !important;
  position: relative;
}

.topNav-container ul.adwMenu li ul li a {
  color: #00263e;
  font-size: 12px;
  font-family: "Gotham-Bold", sans-serif;
  font-weight: normal;
  text-align: left;
  padding: 13px 0px 13px 15px;
}

.topNav-container ul.adwMenu li ul .last {
  background: #00263e;
}

.topNav-container ul.adwMenu li ul .last a {
  background-color: #00263e;
  color: #FFF;
}

.topNav-container ul.adwMenu li ul .last a:hover {
  background: #0a253e;
  color: #c2d2cb;
}

/* Media Calls */
@media (min-width: 600px) {
  .navGlobal-container {
    padding: 8px 0px 8px 10px;
  }
}
@media (min-width: 1000px) {
  .mobileBtnWrapper {
    right: 40px;
    display: none;
  }
}
@media (min-width: 1200px) {
  #generalNav {
    height: 90px;
  }
  #generalNav .header-logo {
    bottom: 35px;
  }
  .navGlobal-container {
    position: absolute;
    top: 90px;
    width: 100%;
    padding: 8px 0px 8px 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  #generalNav.scrollIn .navGlobal-container {
    top: -100px;
  }
  #generalNav.scrollIn .nav-container .topNav-container {
    height: 60px;
    transition: all 0.3s ease-in;
  }
  #generalNav.scrollIn .nav-container .topNav-container .navMobileMenu {
    margin-top: 0;
  }
  #generalNav.scrollIn .nav-container .topNav-container .logo-container a .casella-logo {
    width: 110px;
    height: auto;
  }
  .topNav-container ul.adwMenu .mobileTopHeader {
    display: none;
  }
}
@media (max-width: 600px) {
  .topNav-container .navMobileMenu .navGlobal-container-mobile .navGlobal-wrapper-mobile {
    padding: 25px 0px;
    flex-direction: row;
    display: flex;
  }
  .navGlobal-container .navGlobal-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .navGlobal-btn-container {
    width: 36%;
  }
  .careers {
    margin-top: 10px;
    position: relative;
  }
  .newsMedia {
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .navGlobal-btn-container .navGlobal-btn .navGlobal-btn-txtWrapper {
    text-align: left;
  }
  .topNav-container ul.adwMenu .navigationSearchAction {
    display: none;
  }
  .topNav-container ul.adwMenu {
    display: none;
    width: 100%;
    background-color: #FFF;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 1;
    padding: 0;
  }
  .topNav-container ul.adwMenu li {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e4e4e4;
    width: 90%;
  }
  .topNav-container .navMobileMenu .searchFormPanel-mobile {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top: none;
    background: #418600;
    border-bottom: 3px solid #f1f2f2;
  }
}
@media (max-width: 1200px) {
  .navGlobal-container {
    display: flex;
    top: 80px;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .topNav-container .logo-container a .casella-logo {
    width: 160px;
    position: relative;
    top: 0;
  }
  .topNav-container .navMobileMenu {
    margin-top: 20px;
  }
  .topNav-container .navMobileMenu .navGlobal-container-mobile {
    display: flex;
    background: #00263e;
    width: 100%;
    margin: 40px 0px 0px 0px;
  }
  .topNav-container ul.adwMenu .mobileTopHeader .navGlobal-container {
    display: flex;
  }
  .topNav-container ul.adwMenu li a {
    font-size: 13px;
    line-height: 1.3;
  }
  .topNav-container ul.adwMenu li .subMenu li .subMenu li {
    border: none;
    width: 100%;
    background: #013c6c;
    border-top: 1px solid #134e7f;
  }
  .topNav-container ul.adwMenu li .subMenu li .subMenu li .subMenu li {
    background: #00263e;
    border-top: 1px solid #004978;
  }
  .topNav-container ul.adwMenu li .subMenu li .subMenu {
    background: #0a253e;
  }
  .topNav-container ul.adwMenu li ul li {
    border: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    background: #0a253e;
  }
  .topNav-container ul.adwMenu li ul li span {
    right: -10px !important;
  }
  .topNav-container ul.adwMenu li ul li a {
    display: block;
    padding: 13px 45px 12px 10px;
    color: #FFF;
    font-size: 12px;
    background: #0a253e;
  }
  .topNav-container ul.adwMenu li ul {
    position: relative;
    display: none;
    top: -10px;
    border-top: none;
  }
  .topNav-container ul.adwMenu li {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
  .topNav-container ul.adwMenu li:last-of-type {
    display: flex;
    flex-direction: column;
    border-top: none;
    width: 90%;
  }
  .topNav-container ul.topnav.active {
    display: block;
  }
  .topNav-container {
    height: 80px;
  }
}
@media only screen and (min-width: 600px) {
  .topNav-container ul.adwMenu li {
    display: inline-block;
    margin: 10px 0px 10px 17px;
  }
  .topNav-container ul.adwMenu li .openChild {
    width: 25px;
    top: 0;
  }
  .topNav-container ul.adwMenu li .openChild .openChildInner:before {
    top: 17px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .topNav-container ul.adwMenu li ul {
    position: absolute;
    margin-top: 45px;
  }
}
.hero-container {
  background: #00263E;
}
.hero-container .home-headerPanel-container {
  background: #00263E;
  padding: 55px 0;
}
@media (min-width: 599px) {
  .hero-container .home-headerPanel-container {
    display: none;
  }
}
.hero-container .home-headerPanel-container h1 {
  color: #FFF;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
}
@media (min-width: 768px) {
  .hero-container .home-headerPanel-container h1 {
    font-size: 50px;
    text-align: center;
  }
}
.hero-container .home-headerPanel-container .home-headerPanel-listContainer {
  margin: 20px 0 0;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .hero-container .home-headerPanel-container .home-headerPanel-listContainer {
    margin: 40px 0 0;
  }
}
.hero-container .home-headerPanel-container .home-headerPanel-listContainer ul {
  text-align: left;
}
@media (min-width: 600px) {
  .hero-container .home-headerPanel-container .home-headerPanel-listContainer ul {
    text-align: center;
  }
}
.hero-container .home-headerPanel-container .home-headerPanel-listContainer ul li {
  display: block;
}
@media (min-width: 600px) {
  .hero-container .home-headerPanel-container .home-headerPanel-listContainer ul li {
    display: inline-block;
  }
}
.hero-container .home-headerPanel-container .home-headerPanel-listContainer ul li a {
  font-size: 13px;
  color: #7abf23;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hero-container .home-headerPanel-container .home-headerPanel-listContainer ul li a {
    font-size: 14px;
  }
}
.hero-container .home-headerPanel-container .home-headerPanel-listContainer ul li:after {
  content: "•";
  color: #fff;
  margin: 0 10px 0 15px;
  display: none;
}
@media (min-width: 600px) {
  .hero-container .home-headerPanel-container .home-headerPanel-listContainer ul li:after {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .hero-container .home-headerPanel-container .home-headerPanel-listContainer ul li:after {
    margin: 0 20px 0 25px;
  }
}
@media (max-width: 1200px) {
  .hero-container .home-headerPanel-container .home-headerPanel-listContainer ul li:last-of-type:after {
    display: none;
  }
}
.hero-container .home-headerPanel-container .home-headerPanel-listContainer ul li:before {
  content: "•";
  display: inline-block;
  color: #fff;
  margin: 0 10px 0 0;
}
@media (min-width: 600px) {
  .hero-container .home-headerPanel-container .home-headerPanel-listContainer ul li:before {
    display: none;
  }
}
.hero-container .home-headerPanel-container .home-headerPanel-listContainer:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  border-top: 1px solid #265736;
  margin: 25px 0 20px;
}
@media (min-width: 600px) {
  .hero-container .home-headerPanel-container .home-headerPanel-listContainer:before {
    margin: 40px auto 45px;
  }
}
.hero-container .home-resourceGrid {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 1024px) {
  .hero-container .home-resourceGrid {
    display: none;
  }
}
.hero-container .home-resourceGrid .home-resourceGrid-wrapper {
  width: 100%;
}
.hero-container .home-resourceGrid .home-resourceGrid-wrapper .home-resourceGrid-wrapper:hover {
  opacity: 1;
}
.hero-container .home-resourceGrid .home-resourceGrid-wrapper img {
  display: block;
  width: 100%;
}
.hero-container .home-resourceGrid .home-resourceGrid-wrapper .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #428600;
}
.hero-container .home-resourceGrid .home-resourceGrid-wrapper .overlay:hover {
  opacity: 1;
}
.hero-container .home-resourceGrid .home-resourceGrid-wrapper .text {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: "Gotham-Bold";
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.hero-container .home-resourceGrid .home-resourceGrid-wrapper .text span {
  font-size: 80%;
  opacity: 0.5;
}
.hero-container .home-resourceGrid .home-resourceGrid-wrapper .text .fa-external-link-square:before {
  content: "\f14c";
}
.hero-container .home-verticalPanel-container {
  position: relative;
  width: 100%;
  padding: 50px 0px 0px 0px;
  margin: 0;
  border-bottom: 10px solid #e8e8e8;
  background: #fff;
}
@media (min-width: 1200px) {
  .hero-container .home-verticalPanel-container {
    display: table;
    width: auto;
    border-bottom: 10px solid #e8e8e8;
    padding: 66px 5% 90px;
  }
}
.hero-container .home-verticalPanel-container .resident .home-verticalPanel-indVertical-upperBorder {
  right: 0;
  width: 118%;
  border-top: 8px solid #367F17;
}
.hero-container .home-verticalPanel-container .resident .home-verticalPanel-iconWrapper-iconElement {
  background: #367F17 !important;
}
.hero-container .home-verticalPanel-container .resident .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper h2 {
  color: #367F17;
}
.hero-container .home-verticalPanel-container .resident .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container {
  border: 2px solid #367F17;
}
.hero-container .home-verticalPanel-container .resident .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container .accordion-toggle {
  background: #367F17;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.hero-container .home-verticalPanel-container .resident .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container .accordion-toggle .toggle-icon {
  border-left: 1px solid #94c47f;
}
.hero-container .home-verticalPanel-container .resident .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container .accordion-toggle:hover {
  background: #367F17;
  color: #fff;
}
@media (min-width: 1200px) {
  .hero-container .home-verticalPanel-container .resident .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container .accordion-toggle:hover {
    background: none;
    color: #367F17;
  }
}
.hero-container .home-verticalPanel-container .resident .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container ul {
  padding: 20px 0px 0px 5px;
}
.hero-container .home-verticalPanel-container .resident .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container ul li div a {
  color: #367F17;
}
.hero-container .home-verticalPanel-container .resident .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container .home-verticalPanel-locationSearch-container {
  margin: 10px 0px;
}
.hero-container .home-verticalPanel-container .smBusiness .home-verticalPanel-indVertical-upperBorder {
  width: 100%;
  border-top: 8px solid #00326f;
}
.hero-container .home-verticalPanel-container .smBusiness .home-verticalPanel-iconWrapper-iconElement {
  background: #00326f;
}
.hero-container .home-verticalPanel-container .smBusiness .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper h2 {
  color: #00326f;
}
.hero-container .home-verticalPanel-container .smBusiness .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container {
  border: 2px solid #00326f;
}
.hero-container .home-verticalPanel-container .smBusiness .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container .accordion-toggle {
  background: #00326f;
  color: #fff;
}
.hero-container .home-verticalPanel-container .smBusiness .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .smallBusiness-btn-container {
  margin: 20px 0 0;
  text-align: left;
  width: 100%;
  display: flex;
}
@media (min-width: 1200px) {
  .hero-container .home-verticalPanel-container .smBusiness .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .smallBusiness-btn-container {
    text-align: center;
    margin: 40px 0 0;
  }
}
@media (max-width: 600px) {
  .hero-container .home-verticalPanel-container .smBusiness .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .smallBusiness-btn-container {
    margin: 70px 0 0;
  }
}
.hero-container .home-verticalPanel-container .smBusiness .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .smallBusiness-btn-container a {
  background: #00326f;
  border-radius: 5px;
  border: 2px solid #00326f;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  padding: 28px 30px 29px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .hero-container .home-verticalPanel-container .smBusiness .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .smallBusiness-btn-container a {
    padding: 30px 60px 28px 30px;
  }
}
@media (max-width: 600px) {
  .hero-container .home-verticalPanel-container .smBusiness .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .smallBusiness-btn-container a {
    padding: 28px 30px 29px;
  }
}
.hero-container .home-verticalPanel-container .smBusiness .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .smallBusiness-btn-container a .smallBusiness-btn-upper {
  font-size: 90%;
  color: #70a1c9;
  margin: 0 2px 0 0;
  padding: 5px 0 0;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .hero-container .home-verticalPanel-container .smBusiness .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .smallBusiness-btn-container a .smallBusiness-btn-upper {
    margin: 0;
  }
}
.hero-container .home-verticalPanel-container .smBusiness .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .smallBusiness-btn-container a .smallBusiness-btn-lower {
  padding: 5px 0 0;
  display: inline-block;
  white-space: nowrap;
}
.hero-container .home-verticalPanel-container .smBusiness .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .smallBusiness-btn-container a:hover {
  border: 2px solid #00326f;
  background: none;
  color: #00326f;
}
.hero-container .home-verticalPanel-container .organization .home-verticalPanel-indVertical-upperBorder {
  width: 118%;
  border-top: 8px solid #00263E;
}
.hero-container .home-verticalPanel-container .organization .home-verticalPanel-iconWrapper-iconElement {
  background: #00263E;
}
@media (max-width: 1200px) {
  .hero-container .home-verticalPanel-container .organization .home-verticalPanel-indVertical-wrapper {
    border-bottom: none !important;
  }
}
.hero-container .home-verticalPanel-container .organization .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper h2 {
  color: #00263E;
}
.hero-container .home-verticalPanel-container .organization .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container {
  border: 2px solid #00263E;
}
.hero-container .home-verticalPanel-container .organization .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container .accordion-toggle {
  background: #00263E;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.hero-container .home-verticalPanel-container .organization .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container .accordion-toggle .toggle-icon {
  border-left: 1px solid #4e5d6c;
}
.hero-container .home-verticalPanel-container .organization .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container .accordion-toggle:hover {
  background: #00263E;
  color: #fff;
}
@media (min-width: 1200px) {
  .hero-container .home-verticalPanel-container .organization .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container .accordion-toggle:hover {
    background: none;
    color: #00263E;
  }
}
.hero-container .home-verticalPanel-container .organization .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container ul {
  padding: 20px 0px 0px 5px;
}
.hero-container .home-verticalPanel-container .organization .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container ul li div a {
  color: #00263E;
}
.hero-container .home-verticalPanel-container .organization .home-verticalPanel-indVertical-wrapper .home-verticalPanel-contentWrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container ul li div a:before {
  color: #0082ca;
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container {
  display: block;
  width: auto;
  padding: 0 30px;
  position: relative;
}
@media (min-width: 600px) {
  .hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container {
    padding: 0 40px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container {
    display: table-cell;
    width: 33.3333%;
    border-right: 1px solid #e4e4e4;
    text-align: center;
  }
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-upperBorder {
  position: absolute;
  top: -57px;
  height: 1px;
  display: none;
  margin-left: -40px;
}
@media (min-width: 1200px) {
  .hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-upperBorder {
    display: block;
  }
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper {
  margin: 0 auto 30px;
  padding: 0 0 30px;
  border-bottom: 2px solid #e4e4e4;
  position: relative;
}
@media (min-width: 600px) {
  .hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper {
    display: table;
    table-layout: fixed;
  }
}
@media (min-width: 1200px) {
  .hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper {
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
  }
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper h2 {
  font-size: 26px;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 600px) {
  .hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper h2 {
    font-size: 33px;
  }
}
@media (min-width: 1200px) {
  .hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper h2 {
    font-size: 26px;
    margin-top: 30px;
  }
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper h2 span {
  font-size: 60%;
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .home-verticalPanel-content {
  line-height: 1.6;
  margin: 10px 0 0;
}
@media (min-width: 1200px) {
  .hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .home-verticalPanel-content {
    margin: 20px 0 0;
  }
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer {
  margin: 40px 0 0;
  text-align: left;
}
@media (max-width: 1200px) {
  .hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer {
    margin: 20px 0 0;
  }
}
@media (max-width: 600px) {
  .hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer {
    margin: 70px 0 0;
  }
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container {
  width: 100%;
  clear: both;
  border-radius: 5px;
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-toggle {
  position: relative;
  padding: 30px 60px 28px 30px;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-toggle .toggle-icon {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 30px;
  padding: 0 0 0 25px;
  height: 60px;
  line-height: 56px;
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content.active {
  display: flex;
  justify-content: center;
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content {
  display: none;
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container {
  width: 86%;
}
@media (min-width: 1600px) {
  .hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container {
    width: 90%;
  }
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container a:before {
  font-family: "casella-master";
  font-size: 18px;
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #ccc;
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li div a {
  display: table;
  font-size: 15px;
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li div a:before {
  color: #c1c1c1;
  display: table-cell;
  vertical-align: top;
  width: 25px;
  top: -3px;
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li div .service-curbside:before {
  content: "\e90b";
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li div .service-dumpster:before {
  content: "\e90a";
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li div .service-quote:before {
  content: "\e909";
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li div .service-contact:before {
  content: "\e90c";
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li div .service-agricultural:before {
  content: "\e90d";
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li div .service-retailers:before {
  content: "\e903";
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li div .service-construction:before {
  content: "\e906";
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li div .service-healthcare:before {
  content: "\e907";
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li div .service-education:before {
  content: "\e908";
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li div .service-industrial:before {
  content: "\e901";
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li div .service-municipalities:before {
  content: "\e90e";
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li div .service-property:before {
  content: "\e904";
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li div .service-resorts:before {
  content: "\e905";
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .internal-ToggleContainer .accordion-container .accordion-content .accordion-content-container li:last-of-type {
  border-bottom: none;
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .home-verticalPanel-iconWrapper {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  display: none;
}
@media (min-width: 600px) {
  .hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .home-verticalPanel-iconWrapper {
    position: relative;
    display: table-cell;
    width: 120px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .home-verticalPanel-iconWrapper {
    position: absolute;
    width: 100%;
  }
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .home-verticalPanel-iconWrapper .home-verticalPanel-iconWrapper-iconElement {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 75px;
  font-size: 30px;
  color: #FFF;
  text-align: center;
  border-radius: 100px;
}
@media (min-width: 1200px) {
  .hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .home-verticalPanel-iconWrapper .home-verticalPanel-iconWrapper-iconElement {
    width: 120px;
    height: 120px;
    line-height: 90px;
    font-size: 45px;
    border: 10px solid #FFF;
    position: absolute;
    top: -130px;
    transform: translateX(-50%);
  }
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container .home-verticalPanel-indVertical-wrapper .home-verticalPanel-iconWrapper .home-verticalPanel-iconWrapper-iconElement span {
  top: 12%;
  position: relative;
}
.hero-container .home-verticalPanel-container .home-verticalPanel-indVertical-container:last-child {
  border-right: none;
}
.hero-container .home-gridDisplay-container {
  display: flex;
  border-top: 4px solid #FFF;
  border-bottom: 10px solid #e8e8e8;
  background: #fff;
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .hero-container .home-gridDisplay-container {
    flex-direction: row;
  }
}
.hero-container .home-gridDisplay-container .customerCareGrid {
  background: #367F17 !important;
  border-top: 4px solid #367F17;
}
.hero-container .home-gridDisplay-container .customerCareGrid .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-titleContainer h2 {
  color: #fff !important;
}
.hero-container .home-gridDisplay-container .customerCareGrid .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-titleContainer .home-gridDisplay-leftCol-subTitle-lower {
  color: #fff !important;
}
.hero-container .home-gridDisplay-container .customerCareGrid .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-contentContainer .home-gridDisplay-leftCol-content-ctaBtnContainer {
  margin: 20px 0 0;
}
.hero-container .home-gridDisplay-container .customerCareGrid .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-contentContainer .home-gridDisplay-leftCol-content-ctaBtnContainer a {
  border: 2px solid #001a2a !important;
  color: #FFF;
  background: #001a2a !important;
  text-decoration: none;
}
.hero-container .home-gridDisplay-container .customerCareGrid .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-contentContainer .home-gridDisplay-leftCol-content-ctaBtnContainer a:hover {
  border: 2px solid #FFF !important;
  background: #367F17 !important;
  color: #fff !important;
}
@media (min-width: 1200px) {
  .hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container {
    vertical-align: top;
    width: 50%;
    border-right: 2px solid #fff;
  }
}
.hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer {
  padding: 0 30px;
}
@media (min-width: 600px) {
  .hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer {
    padding: 0 50px 0 14%;
  }
}
.hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer .home-gridDisplay-leftCol-indWrapper {
  display: block;
  padding: 50px 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer .home-gridDisplay-leftCol-indWrapper {
    padding: 70px 0;
  }
}
.hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-titleContainer h2 {
  font-size: 24px;
  color: #367F17;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-titleContainer h2 {
    font-size: 30px;
  }
}
.hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-titleContainer .home-gridDisplay-leftCol-subTitle-lower {
  font-size: 14px;
  color: #767676;
  line-height: 1.2;
  margin: 5px 0 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-titleContainer .home-gridDisplay-leftCol-subTitle-lower {
    font-size: 15px;
  }
}
.hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-contentContainer {
  display: block;
  width: 100%;
  margin: 20px 0 0;
}
@media (min-width: 1200px) {
  .hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-contentContainer {
    display: table;
  }
}
.hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-contentContainer .home-gridDisplay-leftCol-content-primaryText {
  font-family: "Droid Serif", serif;
  font-size: 15px;
  line-height: 1.7;
}
.hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-contentContainer .home-gridDisplay-leftCol-content-secondaryText {
  font-size: 15px;
  line-height: 1.5;
  margin: 20px 0 0;
}
.hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-contentContainer .home-gridDisplay-leftCol-content-ctaBtnContainer {
  margin: 20px 0 0;
}
.hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-contentContainer .home-gridDisplay-leftCol-content-ctaBtnContainer a {
  font-size: 16px;
  color: #FFF;
  display: inline-block;
  background: #367F17;
  padding: 30px 30px 28px;
  line-height: 1.2;
  border: 2px solid #367F17;
  border-radius: 5px;
}
.hero-container .home-gridDisplay-container .home-gridDisplay-leftCol-container .home-gridDisplay-leftCol-indContainer .home-gridDisplay-leftCol-indWrapper .home-gridDisplay-leftCol-contentContainer .home-gridDisplay-leftCol-content-ctaBtnContainer a:hover {
  border: 2px solid #367F17;
  background: #FFF;
  color: #367F17;
}
.hero-container .home-gridDisplay-container .home-gridDisplay-rightCol-container {
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .hero-container .home-gridDisplay-container .home-gridDisplay-rightCol-container {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    border-left: 2px solid #fff;
  }
}

#full-width-slider {
  width: 100%;
  height: 100% !important;
}

.coloredBlock {
  padding: 12px;
  background: rgba(255, 0, 0, 0.6);
  color: #FFF;
  width: 200px;
  left: 20%;
  top: 5%;
}

.rsImg {
  object-fit: cover;
}

.infoBlock {
  position: absolute;
  bottom: 100px;
  right: 16px;
  width: 50%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.infoBlockLeftBlack {
  background: rgba(255, 255, 255, 0.94);
  right: 0 !important;
  padding: 40px;
  top: auto !important;
  bottom: 100px;
  left: auto !important;
}
@media (min-width: 768px) and (max-width: 1150px) {
  .infoBlockLeftBlack {
    left: 50px !important;
    top: auto !important;
    bottom: 10%;
    right: auto !important;
    padding: 40px 0px 40px 40px;
  }
}
@media (max-width: 767px) {
  .infoBlockLeftBlack {
    left: 0;
    width: 100%;
    bottom: 10%;
    background: #fff;
    padding: 40px;
  }
}
.infoBlockLeftBlack .homepage-slider-caption-title {
  font-family: "Gotham-Black";
  font-size: 13px;
  margin: 0 10px 5px;
  color: #00326f;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .infoBlockLeftBlack .homepage-slider-caption-title {
    margin: 20px 30px 5px;
  }
}
@media (min-width: 1200px) {
  .infoBlockLeftBlack .homepage-slider-caption-title {
    font-size: 20px;
    margin: 0 0 5px;
  }
}
.infoBlockLeftBlack .homepage-slider-caption-body {
  font-size: 15px;
}
@media (max-width: 767px) {
  .infoBlockLeftBlack .homepage-slider-caption-body {
    width: 86%;
    margin: 0 30px 5px;
  }
}
.infoBlockLeftBlack .homepage-slider-caption-btn {
  margin: 40px 0px 0;
}
@media (max-width: 767px) {
  .infoBlockLeftBlack .homepage-slider-caption-btn {
    margin: 20px 30px 20px;
  }
}
.infoBlockLeftBlack .homepage-slider-caption-btn a {
  font-family: "Gotham-Bold";
  font-size: 14px;
  color: #FFF;
  display: inline-block;
  background: #00326f;
  padding: 20px 20px 18px;
  border: 2px solid #00326f;
  border-radius: 5px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .infoBlockLeftBlack .homepage-slider-caption-btn a {
    font-size: 16px;
    padding: 30px 30px 28px;
  }
}
.infoBlockLeftBlack .homepage-slider-caption-btn a:hover {
  color: #00326f;
  background: none;
  border: 2px solid #00326f;
}

.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}

.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}

.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  .infoBlock {
    padding: 20px 0px 20px 40px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
    border-bottom: 9px solid #f8f9f8;
  }
  .infoBlock h3 {
    font-size: 14px;
    line-height: 17px;
  }
}
.home-contact-us-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: white;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  margin-bottom: 40px;
}

.home-contact-us-container h2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  color: #00263e;
  font-size: 30px;
}

.home-contact-us-container h3 {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: center;
  color: #00263e;
  font-size: 25px;
}

.home-contact-us-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 200px;
}

.home-contact-us-block {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.home-contact-us-block:hover {
  border-radius: 10px;
  background: #76bc21;
  transition: background 1s;
}

.home-contact-us-block-icon {
  position: relative;
  display: flex;
  max-width: 75px;
  margin: 15px auto;
}

.home-contact-us-block-title {
  position: relative;
  display: flex;
  text-align: center;
  margin: 15px auto;
  border: 2px solid #76bc21;
  border-width: 2px 0;
}

@media (max-width: 600px) {
  .home-contact-us-container {
    flex-direction: column;
  }
}
.internal-headerPanel-container {
  margin-top: 30px;
  background: #00263E;
  padding: 60px 0;
}
.internal-headerPanel-container .globalWidth h1 {
  color: #7abf23;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .internal-headerPanel-container .globalWidth h1 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .internal-headerPanel-container .globalWidth h1 {
    font-size: 55px;
  }
}
.internal-headerPanel-container .globalWidth .internal-headerPanel-hero {
  color: #FFF;
  font-size: 15px;
  line-height: 1.5;
  margin: 15px 0 0;
}
@media (min-width: 960px) {
  .internal-headerPanel-container .globalWidth .internal-headerPanel-hero {
    font-size: 18px;
  }
}
.internal-headerPanel-container .globalWidth #breadcrumbs .internal-headerPanel-breadcrumbs {
  display: none;
}
@media (min-width: 960px) {
  .internal-headerPanel-container .globalWidth #breadcrumbs .internal-headerPanel-breadcrumbs {
    display: block;
  }
}
.internal-headerPanel-container .globalWidth #breadcrumbs .internal-headerPanel-breadcrumbs ul li {
  display: inline-block;
  font-size: 12px;
  font-family: "Gotham-Bold";
  color: #3e8ed9;
}
.internal-headerPanel-container .globalWidth #breadcrumbs .internal-headerPanel-breadcrumbs ul li a {
  color: #FFF;
}
.internal-headerPanel-container .globalWidth #breadcrumbs .internal-headerPanel-breadcrumbs ul li a:hover {
  color: #3e8ed9;
}
.internal-headerPanel-container .globalWidth #breadcrumbs .internal-headerPanel-breadcrumbs ul li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 7px 0 10px;
  color: #3e8ed9;
}
.internal-headerPanel-container .globalWidth #breadcrumbs .internal-headerPanel-breadcrumbs:before {
  content: "";
  display: block;
  margin: 25px 0 0;
  padding: 30px 0 0;
  height: 1px;
  width: 225px;
  border-top: 1px solid #45596c;
}

@media (max-width: 600px) {
  .internal-headerPanel-container {
    margin-top: 85px;
  }
}
.internal-mainBody-container {
  padding: 60px 0;
  background: #FFF;
}
.internal-mainBody-container .internal-mainBody-layoutContainer {
  width: 100%;
  display: table;
}
@media (max-width: 1200px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer {
    display: block;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer {
  padding: 0;
}
@media (min-width: 1200px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer {
    display: table-cell;
    vertical-align: top;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer .featured-btnRow-IndBtn-wrapper .field_modal_pdf {
  display: none;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .field-pdf-file .internal-mainBody-featuredContent-container__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  width: 100%;
  max-width: 768px;
}
@media (min-width: 960px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .field-pdf-file .internal-mainBody-featuredContent-container__inner {
    display: inline-flex;
    flex-wrap: nowrap;
    min-width: 750px;
    border: 1px solid #efefef;
    padding: 1.5rem 3rem;
    justify-content: space-between;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .field-pdf-file .internal-mainBody-featuredContent-container__inner .image {
  position: relative;
  margin: 20px 0;
  flex: 1 1 100%;
}
@media (min-width: 960px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .field-pdf-file .internal-mainBody-featuredContent-container__inner .image {
    flex: 0 1 auto;
    margin: 0;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .field-pdf-file .internal-mainBody-featuredContent-container__inner .image .image__inner a {
  display: block;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .field-pdf-file .internal-mainBody-featuredContent-container__inner .content {
  width: 100%;
  padding: 0;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .field-pdf-file .internal-mainBody-featuredContent-container__inner .content {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 960px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .field-pdf-file .internal-mainBody-featuredContent-container__inner .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    order: -1;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    width: auto;
    padding: 0 2rem 0 0;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .field-pdf-file .internal-mainBody-featuredContent-container__inner .content p {
  font-size: 15px;
  font-family: "Droid Serif", sans-serif;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .field-pdf-file .internal-mainBody-featuredContent-container__inner .content p:last-of-type {
  margin: 0;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .field-pdf-file .internal-mainBody-featuredContent-container__inner .content .link--pdf a {
  display: flex;
  align-items: center;
  margin: 1rem 0 0 0;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .field-pdf-file .internal-mainBody-featuredContent-container__inner .content .link--pdf a .fa-file-pdf-o {
  font-size: 42px;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .field-pdf-file .internal-mainBody-featuredContent-container__inner .content .link--pdf span {
  padding: 0 0 0 0.65rem;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline {
  padding: 5rem 0 0 0;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline h2 {
  margin: 0;
}
@media (min-width: 960px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline h2 {
    padding: 0 0 2rem 0;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group {
  padding: 0 0 3rem 0;
}
@media (min-width: 960px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group {
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0 0 50px 0;
    border-top: 2px solid #f3f3f3;
  }
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing {
    margin: 0;
    padding: 0;
    border-bottom: none;
    vertical-align: top;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .start-of-videos-resources {
  padding: 0;
  margin: 0;
  border: none;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .start-of-videos-resources .resources-listing-content {
  padding: 2rem 2rem 3rem;
  height: 100%;
  min-height: 350px;
  min-height: auto;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing-content {
  padding: 15px 20px 60px 20px;
  background: #00263E;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing-content .resources-listing-content--title--desc {
  padding-top: 1px;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing-content .resources-listing-title {
  margin: 5px 0 0 0;
  font-family: "Gotham-Bold";
  font-size: 24px;
  line-height: 1.4;
  color: #7abf23;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing-content .resources-listing-title {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing-content .resources-listing-title {
    font-size: 36px;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing-content .resources-listing-teaser {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #FFF;
}
@media (min-width: 600px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing-content .resources-listing-teaser {
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing-content .resources-listing-teaser {
    font-size: 18px;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing-image {
  margin: 0;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing-image > div {
  height: 100%;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing-image > div .video-embed-field-responsive-video {
  position: relative;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing-image > div .video-embed-field-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing-image > div .video-embed-field-responsive-video:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 2px solid #f3f3f3;
}
@media (min-width: 600px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 960px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group .resources-listing {
    margin: 0;
    padding: 0;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group > div {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group > div > div {
  display: flex;
  flex: 0 0 100%;
  margin: 2rem 0 0 0;
  flex-direction: column;
  justify-content: space-between;
  background-color: #00263E;
}
@media (min-width: 960px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group > div > div {
    flex: 0 0 45%;
    margin: 3rem 0 0 0;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .video-section .paragraph--type--video-headline .videos-listings-group > div > div:nth-child(odd) {
  margin-right: 4%;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .news-indListing-container {
  display: block;
  width: 100%;
  margin: 0 0 50px;
  padding: 0 0 50px;
  border-bottom: 3px solid #f4f4f4;
}
@media (min-width: 768px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .news-indListing-container {
    display: table;
    table-layout: fixed;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .news-indListing-container p a {
  color: #00263E;
  font-family: "Gotham-Bold";
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .news-indListing-container p a:hover {
  color: #367F17;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container h3 {
  color: #367F17;
  font-size: 15px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container h3 {
    font-size: 17px;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container div .internal-mainBody-featuredContent-container {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Droid Serif", serif;
  margin: 0 0 35px;
}
@media (min-width: 960px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container div .internal-mainBody-featuredContent-container {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 50px;
  }
}
@media (min-width: 1400px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container div .internal-mainBody-featuredContent-container {
    font-size: 20px;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container div .internal-mainBody-featuredContent-container p {
  font-size: 1rem;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container div .internal-mainBody-featuredContent-container p:last-of-type {
  margin: 0;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container div div .news-indListing-container .news-indListing-colLeft-container {
  display: block;
  line-height: 0;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container div div .news-indListing-container .news-indListing-colLeft-container {
    display: table-cell;
    vertical-align: top;
    width: 28%;
    padding: 0 50px 0 0;
    margin: 0;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container div div .news-indListing-container .news-indListing-colLeft-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container div div .news-indListing-container .news-indListing-colRight-container {
  display: block;
}
@media (min-width: 768px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container div div .news-indListing-container .news-indListing-colRight-container {
    display: table-cell;
    vertical-align: middle;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container div div .news-indListing-container .news-indListing-colRight-container .news-indListing-title-container {
  font-family: "Gotham-Black";
  line-height: 1.3;
  color: #00263d;
  font-size: 18px;
}
@media (min-width: 600px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container div div .news-indListing-container .news-indListing-colRight-container .news-indListing-title-container {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container div div .news-indListing-container .news-indListing-colRight-container .news-indListing-title-container {
    font-size: 26px;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container div div .news-indListing-container .news-indListing-colRight-container .news-indListing-teaser-container {
  margin: 5px 0 0;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container div div .news-indListing-container:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-sidebarContainer {
  display: block;
}
@media (min-width: 1200px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-sidebarContainer {
    display: table-cell;
    vertical-align: top;
    width: 325px;
    padding: 0 0 0 50px;
    border-left: 1px solid #e2e2e2;
  }
}
@media (min-width: 1400px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-sidebarContainer {
    width: 350px;
  }
}
.internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-sidebarContainer .internal-mainBody-generalTxt-container h3 {
  color: #367F17;
  font-size: 15px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .internal-mainBody-container .internal-mainBody-layoutContainer .internal-mainBody-sidebarContainer .internal-mainBody-generalTxt-container h3 {
    font-size: 17px;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer {
  display: block;
}
@media (min-width: 1200px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer {
    padding: 0 50px 0 0;
    display: table-cell;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internalFeaturedMedia.inBodyContent.topPosition {
  margin: 0 0 35px;
}
@media (min-width: 840px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internalFeaturedMedia.inBodyContent.topPosition {
    margin: 0 0 60px;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-featuredContent-container {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Droid Serif", serif;
  margin: 0 0 35px;
}
@media (min-width: 960px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-featuredContent-container {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 50px;
  }
}
@media (min-width: 1400px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-featuredContent-container {
    font-size: 20px;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-featuredContent-container p {
  margin: 0 0 20px 0;
}
@media (max-width: 1200px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-featuredContent-container p iframe {
    width: 100%;
    height: 14rem;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-featuredContent-container .internal-mainBody-featuredContent-container__inner {
  display: inline-flex;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-featuredContent-container .internal-mainBody-featuredContent-container__inner .content {
  background: #00263E;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container ul.indLocations-associatedZipCodes {
  font-size: 0;
  list-style: none;
  margin-top: 40px;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container ul.indLocations-associatedZipCodes li {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  position: relative;
  line-height: 1.4;
  margin: 0 0 10px;
}
@media (min-width: 600px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container ul.indLocations-associatedZipCodes li {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container ul.indLocations-associatedZipCodes li {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container ul.indLocations-associatedZipCodes li {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container ul.indLocations-associatedZipCodes li {
    width: 33.3333%;
  }
}
@media (min-width: 1800px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container ul.indLocations-associatedZipCodes li {
    width: 25%;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container ul.indLocations-associatedZipCodes li:before {
  font-family: "FontAwesome";
  content: "\f0da";
  display: inline-block;
  position: absolute;
  left: -15px;
  color: #367F17;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container h2 {
  color: #00263E;
  font-size: 17px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container h2 {
    font-size: 20px;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container h3 {
  color: #367F17;
  font-size: 15px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container h3 {
    font-size: 17px;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container h4 {
  color: #767676;
  font-size: 13px;
  margin: 0 0 10px;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px;
}
@media (min-width: 768px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container h4 {
    font-size: 15px;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container ul {
  list-style: disc;
  margin: 0 0 30px 15px;
  font-family: "Source Sans Pro", sans-serif;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container ul li ul {
  margin: 0 0 0px 25px;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container p + ul {
  margin-top: -10px;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container h5 {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 0.9rem;
  color: #1e6eb8;
  font-weight: 100;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container p {
  margin: 0 0 20px 0;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container p .fcBanner {
  width: 100%;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container p iframe {
  width: 100%;
  max-width: 630px;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container p .youtubeVid {
  aspect-ratio: 16/9;
  width: 100%;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container hr {
  margin: 45px 0px;
  border: none;
  border-top: 1px solid #ccc;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container a {
  color: #00263E;
  font-family: "Gotham-Bold";
  transition: color 0.2s ease-in-out;
  display: inline-block;
  line-height: 1.2;
  border-radius: 5px;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container a:hover {
  color: #367F17;
}
@media (min-width: 960px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container {
    font-size: 14px;
    line-height: 2;
  }
}
@media (min-width: 1400px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container {
    font-size: 15px;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-resourceSolution-upperContentCol-rightColContainer {
  display: block;
  margin: 50px 0 0;
}
@media (min-width: 840px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-resourceSolution-upperContentCol-rightColContainer {
    display: table-cell;
    vertical-align: top;
    width: 55%;
    padding: 0 0 0 5%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-resourceSolution-upperContentCol-rightColContainer {
    display: block;
    width: 100%;
    padding: 0;
    margin: 50px 0 0;
  }
}
@media (min-width: 1400px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-resourceSolution-upperContentCol-rightColContainer {
    display: table-cell;
    width: 55%;
    padding: 0 0 0 5%;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-resourceSolution-upperContentCol-rightColContainer h2 {
  color: #367F17;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-resourceSolution-upperContentCol-rightColContainer li {
  margin: 0 10px 10px;
  position: relative;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-resourceSolution-upperContentCol-rightColContainer ul {
  padding: 0;
  list-style: none;
  margin: 0 0 30px 0px;
  font-size: 16px;
  line-height: 1.6;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-resourceSolution-upperContentCol-rightColContainer ul li:before {
  content: "\f101";
  display: inline-block;
  position: relative;
  left: -10px;
  font-size: 11px;
  color: #00326f;
  font-family: "FontAwesome";
  top: -2px;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-resourceSolution-upperContentCol-rightColContainer ul li:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  border-top: 1px solid #e2e2e2;
  margin: 13px 0 10px;
}
.internal-mainBody-container .withSidebar .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-resourceSolution-upperContentCol-rightColContainer ul li:last-child:after {
  content: none;
}
@media (min-width: 1200px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer {
    width: 325px;
    padding: 0 0 0 50px;
    border-left: 1px solid #e2e2e2;
  }
}
@media (min-width: 1400px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer {
    width: 350px;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .internal-sidebar-elementSpacer {
  padding-top: 50px;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper {
    display: block;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .sidebarNavMainTitle {
  background: #367F17;
  padding: 20px 20px 20px 50px;
  margin: 0 0 15px -50px;
  position: relative;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .sidebarNavMainTitle a {
  font-size: 16px;
  color: #FFF;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .sidebarNavMainTitle a:hover {
  color: #00263E;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .sidebarNavMainTitle a:before {
  content: "\f0ca";
  font-family: "FontAwesome";
  position: absolute;
  top: 21px;
  left: 20px;
  display: inline-block;
  color: #7abf23;
  font-size: 14px;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu {
  display: block;
  text-align: left;
  padding: 0;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li.active a {
  color: #367F17;
  font-size: 15px;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li.active a:before {
  content: "";
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li {
  display: block;
  position: relative;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .subMenu {
  display: none;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .subMenu li {
  display: block;
  position: relative;
  width: 100%;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .subMenu li .subMenu {
  display: none;
  position: relative;
  text-align: left;
  border: none;
  background: #367F17;
  top: 0;
  flex-direction: column;
  margin: 0px 0px 8px 0px;
  width: 100%;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .subMenu li .subMenu li {
  background: #367F17;
  border-top: 1px solid #6ac742;
  border-bottom: none;
  border-right: 1px solid #6ac742;
  border-left: 1px solid #6ac742;
  padding: 4px 0px;
}
@media (max-width: 1200px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .subMenu li .subMenu li {
    border: none;
    width: 100%;
    background: #013c6c;
    border-top: 1px solid #134e7f;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .subMenu li .subMenu li a {
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .subMenu li .subMenu li a {
    background: #013c6c;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .subMenu li .subMenu li a:hover {
  background: #00263E;
  color: #FFF;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .subMenu li .subMenu li .openChild {
  color: #FFF;
}
@media (max-width: 1200px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .subMenu li .subMenu {
    background: #00263E;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild.active .openChildInner:before {
  transform: rotate(180deg);
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild.active + .subMenu {
  display: block;
  background: #00263E;
  padding: 0px;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild.active + .subMenu li a {
  background: #00326f;
  color: #FFF;
  border-top: 1px solid #0a599a;
  font-family: "Gotham-Bold";
  font-weight: normal;
  font-size: 12px;
  padding-left: 10px;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild.active + .subMenu li a:hover {
  background: #00263E;
  color: #FFF;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild.active + .subMenu li a:before {
  content: "›";
  padding: 0 5px 0 0;
  font-size: 13px;
  color: #999;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild.active + .subMenu li .openChild .openChildInner:before {
  color: #FFF;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild.active + .subMenu li .openChild.active {
  background: #00263E;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild.active + .subMenu li .subMenu.active {
  background: #00263E;
  margin: 0;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild.active + .subMenu li .subMenu.active li {
  background: #00263E;
  border: none;
  padding: 0;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild.active + .subMenu li .subMenu.active li a {
  background: #00263E;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild.active + .subMenu li .subMenu.active li a:hover {
  background: #000;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 45px;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild .openChildInner:before {
  display: block;
  position: relative;
  content: "\f103";
  top: 16px;
  color: #979797;
  font-size: 17px;
}
@media (min-width: 1200px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild .openChildInner:before {
    top: 17px;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild:hover {
  color: #FFF;
  background: #00326f;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li .openChild:hover .openChildInner:before {
  color: #FFF;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li > a {
  display: block;
  padding: 14px 45px 14px 0;
  font-size: 13px;
  text-rendering: auto;
  line-height: 1.3;
  text-decoration: none;
  border-top: 1px solid #e4e4e4;
  transition: all 0.5s ease;
  font-family: "Gotham-Bold";
  font-weight: normal;
  color: #767676;
  background: none;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li a:hover {
  color: #00326f;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li a:before {
  content: "›";
  padding: 0 5px 0 0;
  font-size: 13px;
  color: #454545;
  font-weight: normal;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .sidebarNav-wrapper .internal-sidebarMenu ul.adwMenu li:first-child a {
  border-top: none;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .internal-sidebar-elementSpacer {
  padding-top: 50px;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .internal-sidebar-elementSpacer:first-of-type {
  padding-top: 0;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .internal-sidebarPromo-container {
  display: block;
  width: 100%;
}
@media (min-width: 600px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .internal-sidebarPromo-container {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .internal-sidebarPromo-container {
    display: block;
    width: 100%;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .internal-sidebarPromo-container a {
  line-height: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  font-weight: 600;
  color: #00326f;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .internal-sidebarPromo-container a:hover {
  opacity: 0.7;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .internal-sidebarPromo-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .internal-sidebarPromo-container .internal-indInteractivePanel-gridColRight-wrapper {
  display: inline-block;
  width: 100%;
}
@media (min-width: 600px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .internal-sidebarPromo-container .internal-indInteractivePanel-gridColRight-wrapper {
    display: inline-block;
    width: 50%;
    padding: 0 25px 0 0;
  }
}
@media (min-width: 1200px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .internal-sidebarPromo-container .internal-indInteractivePanel-gridColRight-wrapper {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .internal-sidebarPromo-container:nth-child(even) {
  padding-right: 0;
}
@media (min-width: 600px) {
  .internal-mainBody-container .withSidebar .internal-mainBody-sidebarContainer .internal-sidebarPromo-container:nth-child(even) {
    padding-right: 25px;
  }
}

.internal-resourceSolution-subGridElement-container {
  background: #eff6fa;
  width: 100%;
  padding: 60px 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .internal-resourceSolution-subGridElement-container {
    padding: 80px 0;
    margin: 50px 0 0;
  }
}
.internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper {
  margin: 0;
}
@media (min-width: 600px) {
  .internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper {
    margin: 0 0 0 -50px;
    display: contents;
  }
}
.internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper .internal-resourceSolution-indSubGridElement-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  text-align: center;
}
@media (min-width: 600px) {
  .internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper .internal-resourceSolution-indSubGridElement-container {
    width: 40%;
    padding: 0 0 0 50px;
  }
}
@media (min-width: 1200px) {
  .internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper .internal-resourceSolution-indSubGridElement-container {
    width: 20%;
  }
}
.internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper .internal-resourceSolution-indSubGridElement-container .internal-resourceSolution-indSubGridElement-wrapper {
  position: relative;
  margin: 50px 0 0;
  border-top: 2px solid #cedde6;
  padding: 50px 0 0;
}
@media (min-width: 1200px) {
  .internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper .internal-resourceSolution-indSubGridElement-container .internal-resourceSolution-indSubGridElement-wrapper {
    margin: 0;
    border-top: none;
    padding: 0;
  }
}
.internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper .internal-resourceSolution-indSubGridElement-container .internal-resourceSolution-indSubGridElement-wrapper .internal-resourceSolution-indSubGridElement-iconContainer {
  position: relative;
  margin: 0 0 25px;
}
@media (min-width: 1200px) {
  .internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper .internal-resourceSolution-indSubGridElement-container .internal-resourceSolution-indSubGridElement-wrapper .internal-resourceSolution-indSubGridElement-iconContainer {
    position: absolute;
    top: -125px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }
}
.internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper .internal-resourceSolution-indSubGridElement-container .internal-resourceSolution-indSubGridElement-wrapper .internal-resourceSolution-indSubGridElement-iconContainer .internal-resourceSolution-indSubGridElement-iconWrapper {
  display: inline-block;
  color: #00263E;
  background: #FFF;
  font-size: 30px;
  width: 90px;
  line-height: 90px;
  border-radius: 45px;
}
.internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper .internal-resourceSolution-indSubGridElement-container .internal-resourceSolution-indSubGridElement-wrapper .internal-resourceSolution-indSubGridElement-contentContainer .internal-resourceSolution-indSubGridElement-title {
  font-family: "Gotham-Bold";
  font-size: 13px;
  color: #00263E;
  line-height: 1.3;
}
@media (min-width: 600px) {
  .internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper .internal-resourceSolution-indSubGridElement-container .internal-resourceSolution-indSubGridElement-wrapper .internal-resourceSolution-indSubGridElement-contentContainer .internal-resourceSolution-indSubGridElement-title {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper .internal-resourceSolution-indSubGridElement-container .internal-resourceSolution-indSubGridElement-wrapper .internal-resourceSolution-indSubGridElement-contentContainer .internal-resourceSolution-indSubGridElement-title {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper .internal-resourceSolution-indSubGridElement-container .internal-resourceSolution-indSubGridElement-wrapper .internal-resourceSolution-indSubGridElement-contentContainer .internal-resourceSolution-indSubGridElement-title {
    font-size: 15px;
  }
}
.internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper .internal-resourceSolution-indSubGridElement-container .internal-resourceSolution-indSubGridElement-wrapper .internal-resourceSolution-indSubGridElement-contentContainer .internal-resourceSolution-indSubGridElement-txt {
  font-size: 15px;
  margin: 15px 0 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper .internal-resourceSolution-indSubGridElement-container:first-child .internal-resourceSolution-indSubGridElement-wrapper {
    border-top: none;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .internal-resourceSolution-subGridElement-container .globalWidth .internal-resourceSolution-subGridElement-wrapper .internal-resourceSolution-indSubGridElement-container:nth-child(2) .internal-resourceSolution-indSubGridElement-wrapper {
    border-top: none;
    margin: 0;
    padding: 0;
  }
}

.internal-interActiveContent-container {
  border-top: 1px solid #FFF;
}
.internal-interActiveContent-container .relativeWrapper {
  position: relative;
}
.internal-interActiveContent-container .relativeWrapper .deeplink_target {
  top: -70px;
  position: absolute;
}
.internal-interActiveContent-container #tabs-container {
  display: flex;
  flex-wrap: wrap;
}
.internal-interActiveContent-container #tabs-container .arrow-up.show {
  display: flex;
}
.internal-interActiveContent-container #tabs-container .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #367F17;
  position: relative;
  left: 95%;
  top: 0;
  display: none;
}
@media (max-width: 935px) {
  .internal-interActiveContent-container #tabs-container .arrow-up {
    margin-top: 5px;
  }
}
.internal-interActiveContent-container #tabs-container .tab-mobile {
  background: #367F17;
  width: 100%;
  padding: 40px 30px 35px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.internal-interActiveContent-container #tabs-container .tab-mobile p {
  color: #FFF;
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;
  font-family: "Gotham-Black";
  font-weight: normal;
  margin: 0 -2px 0 0;
}
.internal-interActiveContent-container #tabs-container .tab-mobile p:before {
  content: "\f101";
  font-family: "FontAwesome";
  margin: 0 10px 0 0;
}
.internal-interActiveContent-container #tabs-container .tab-mobile span {
  color: #FFF;
}
.internal-interActiveContent-container #tabs-container .tab-mobile span:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 24px;
}
@media (min-width: 935px) {
  .internal-interActiveContent-container #tabs-container .tab-mobile {
    display: none;
  }
}
.internal-interActiveContent-container #tabs-container .tab-list {
  list-style: disc;
  margin: 0 0 0px 15px;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  background: none;
}
.internal-interActiveContent-container #tabs-container .z-tabs-desktop.show {
  display: flex;
}
.internal-interActiveContent-container #tabs-container ul.z-tabs-desktop {
  display: none;
  background: #367F17;
  margin: 0;
  list-style: none;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
@media (min-width: 935px) {
  .internal-interActiveContent-container #tabs-container ul.z-tabs-desktop {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 1450px) {
  .internal-interActiveContent-container #tabs-container ul.z-tabs-desktop {
    flex-wrap: nowrap;
  }
}
.internal-interActiveContent-container #tabs-container ul.z-tabs-desktop .tab:first-of-type {
  margin-left: 7%;
}
@media (min-width: 935px) and (max-width: 1100px) {
  .internal-interActiveContent-container #tabs-container ul.z-tabs-desktop .tab:first-of-type {
    margin-left: 0;
  }
}
@media (max-width: 935px) {
  .internal-interActiveContent-container #tabs-container ul.z-tabs-desktop .tab:first-of-type {
    margin-left: 0;
  }
}
.internal-interActiveContent-container #tabs-container ul.z-tabs-desktop .tab {
  background-color: #367F17;
  color: #FFF;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  text-transform: uppercase;
  color: #FFF;
}
.internal-interActiveContent-container #tabs-container ul.z-tabs-desktop .tab a {
  margin: 0 -2px 0 0;
  font-size: 15px;
  color: #FFF;
  padding: 40px 30px 35px;
  width: 200%;
  font-family: "Gotham-Black";
}
@media (max-width: 935px) {
  .internal-interActiveContent-container #tabs-container ul.z-tabs-desktop .tab a {
    font-size: 13px;
    padding: 18px 25px 15px;
    text-align: left;
    border-bottom: 1px solid #FFF;
  }
}
.internal-interActiveContent-container #tabs-container ul.z-tabs-desktop .tab a:before {
  content: "\f101";
  font-family: "FontAwesome";
  margin: 0 10px 0 0;
}
.internal-interActiveContent-container #tabs-container ul.z-tabs-desktop .tab:hover {
  background-color: #45852b;
}
.internal-interActiveContent-container #tabs-container ul.z-tabs-desktop .tab.ui-tabs-active {
  background-color: #45852b;
}
.internal-interActiveContent-container #tabs-container .z-content {
  background: #FFF;
  width: 100%;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-mainBody-container .tab-image-container img {
  width: 100%;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer {
  padding: 30px 10px;
}
@media (min-width: 600px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer {
    padding: 40px 40px 55px;
  }
}
@media (min-width: 1200px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer {
    padding: 80px 7%;
  }
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .tab-image-container {
  background: #00263E;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .tab-image-container img {
  width: 100%;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-mainBody-generalTxt-container h2 {
  margin: 0 0 15px;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-teaser {
  font-family: "Droid Serif", serif;
  line-height: 1.8;
  font-size: 13px;
  margin: 20px 0 0;
}
@media (min-width: 1200px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-teaser {
    font-size: 15px;
  }
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer h2 {
  font-family: "Gotham-Black";
  color: #00263E;
  font-size: 24px;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 600px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer h2 {
    font-size: 44px;
  }
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer h2 span {
  font-size: 30px;
  color: #76bc21;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer {
  display: block;
  width: 100%;
  margin: 30px 0 0;
}
@media (min-width: 1200px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer {
    display: table;
    margin: 40px 0 0;
  }
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-freeForm-txt-container {
  line-height: 1.6;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-freeForm-txt-container .fcUl .fcLi p {
  display: none;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-freeForm-txt-container .fcUl .fcLi.active p {
  display: block;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-freeForm-txt-container div .SLAGrid {
  font-size: 13px;
  line-height: 1.7;
  font-family: "Droid Serif", serif;
}
@media (min-width: 960px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-freeForm-txt-container div .SLAGrid {
    font-size: 14px;
    line-height: 2;
  }
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-freeForm-txt-container div .SLAGrid h3 {
  color: #367F17;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-freeForm-txt-container div .SLAGrid h1 {
  margin: 0;
  line-height: 1;
  font-size: 14px;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-freeForm-txt-container ul {
  margin: 0px 0px 0px -20px;
  list-style: disc;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-freeForm-txt-container h3 {
  font-size: 15px;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-freeForm-txt-container p:last-of-type {
  margin: 0;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-freeForm-txt-container p {
  margin: 0 0 20px 0;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft {
  display: block;
}
@media (min-width: 1200px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft {
    display: table-cell;
    vertical-align: top;
  }
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .videoContainer {
  margin: 0;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .videoContainer .fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.25%;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .videoContainer .fluid-width-video-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .galleryContainer {
  font-size: 0;
  margin: 0 0 0 -15px;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .galleryContainer .indGalleryWrapper {
  display: inline-block;
  width: 50%;
  padding: 0 0 0 15px;
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .galleryContainer .indGalleryWrapper {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .galleryContainer .indGalleryWrapper {
    width: 25%;
  }
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .galleryContainer .indGalleryWrapper a {
  display: inline-block;
  line-height: 0;
  opacity: 1;
  background: #001a2a url(../images/link.png) no-repeat center center;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .galleryContainer .indGalleryWrapper a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1;
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .galleryContainer .indGalleryWrapper a:hover img {
  opacity: 0.2;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container {
    font-size: 0;
    margin: 0 0 0 -50px;
    flex-direction: row;
  }
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container .internal-indInteractivePanel-indCaseStudy-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 0 0;
  border-top: 1px dotted #ccc;
  margin: 40px 0 0;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container .internal-indInteractivePanel-indCaseStudy-container {
    width: 40%;
    padding: 10px 40px 0 0px;
    border-top: none;
    margin: 0;
  }
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container .internal-indInteractivePanel-indCaseStudy-container .internal-indInteractivePanel-indCaseStudy-topContent .internal-indInteractivePanel-indCaseStudy-title {
  font-family: "Gotham-Black";
  color: #367F17;
  font-size: 22px;
}
@media (min-width: 600px) and (max-width: 1400px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container .internal-indInteractivePanel-indCaseStudy-container .internal-indInteractivePanel-indCaseStudy-topContent .internal-indInteractivePanel-indCaseStudy-title {
    min-height: 70px;
  }
}
@media (min-width: 1400px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container .internal-indInteractivePanel-indCaseStudy-container .internal-indInteractivePanel-indCaseStudy-topContent .internal-indInteractivePanel-indCaseStudy-title {
    min-height: 40px;
  }
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container .internal-indInteractivePanel-indCaseStudy-container .internal-indInteractivePanel-indCaseStudy-topContent .internal-indInteractivePanel-indCaseStudy-photo {
  line-height: 0;
  margin: 25px 0 0;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container .internal-indInteractivePanel-indCaseStudy-container .internal-indInteractivePanel-indCaseStudy-topContent .internal-indInteractivePanel-indCaseStudy-photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container .internal-indInteractivePanel-indCaseStudy-container .internal-indInteractivePanel-indCaseStudy-topContent .internal-indInteractivePanel-indCaseStudy-txt {
  font-size: 14px;
  line-height: 1.7;
  margin: 25px 0 0;
}
@media (max-width: 1000px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container .internal-indInteractivePanel-indCaseStudy-container .internal-indInteractivePanel-indCaseStudy-topContent .internal-indInteractivePanel-indCaseStudy-txt {
    max-width: 100%;
  }
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container .internal-indInteractivePanel-indCaseStudy-container .internal-indInteractivePanel-indCaseStudy-btn {
  margin: 25px 0 0;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container .internal-indInteractivePanel-indCaseStudy-container .internal-indInteractivePanel-indCaseStudy-btn a {
  font-family: "Gotham-Bold";
  font-size: 16px;
  color: #FFF;
  display: inline-block;
  background: #367F17;
  padding: 20px 20px 18px;
  border: 2px solid #367F17;
  border-radius: 5px;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container .internal-indInteractivePanel-indCaseStudy-container .internal-indInteractivePanel-indCaseStudy-btn a span {
  margin-right: 5px;
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container:nth-child(1) {
  margin: 0;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container:nth-child(1), .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColLeft .internal-indInteractivePanel-caseStudy-container:nth-child(2) {
    margin: 0;
    padding: 0 0 0 0px;
    border: none;
  }
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColRight {
  display: block;
  margin: 50px 0 0;
  padding: 50px 0 0;
  border-top: 2px solid #e2e2e2;
}
@media (min-width: 1200px) {
  .internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColRight {
    display: table-cell;
    vertical-align: top;
    width: 325px;
    padding: 0 0 0 50px;
    border-left: 1px solid #e2e2e2;
    margin: 0;
    border-top: none;
  }
}
.internal-interActiveContent-container #tabs-container .z-content .z-content-inner .internal-indInteractivePanelContainer .internal-indInteractivePanel-gridContainer .internal-indInteractivePanel-gridColRight img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.internal-interActiveContent-container #tabs-container .z-content.z-active {
  z-index: 8;
}
.internal-interActiveContent-container #tabs-container #Documents .z-content-inner .internal-mainBody-container .internal-indInteractivePanelContainer .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-mainBody-featuredContent-container.field-pdf-file .internal-mainBody-featuredContent-container__inner {
  border: none;
}
.internal-interActiveContent-container #tabs-container #Documents .z-content-inner .internal-mainBody-container .internal-indInteractivePanelContainer .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-mainBody-featuredContent-container.field-pdf-file .internal-mainBody-featuredContent-container__inner .content {
  flex-direction: row;
  align-items: end;
}
.internal-interActiveContent-container #tabs-container #Documents .z-content-inner .internal-mainBody-container .internal-indInteractivePanelContainer .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-mainBody-featuredContent-container.field-pdf-file .internal-mainBody-featuredContent-container__inner .content h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #606060;
  text-transform: none;
  font-family: "Source Sans Pro", sans-serif;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .internal-interActiveContent-container .withPromo .internal-indInteractivePanel-gridColLeft {
    padding: 0 50px 0 0;
  }
}
.internal-fullWidthPromo-container {
  border-bottom: 1px solid #00326f;
}
.internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer {
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  .internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer {
    display: table;
    height: 100%;
  }
}
.internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer img {
  display: none;
}
@media (max-width: 767px) {
  .internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer img {
    display: block;
    width: 100%;
  }
}
.internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-imageContainer-imageReplace {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: block;
}
@media (max-width: 767px) {
  .internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-imageContainer-imageReplace {
    display: none;
  }
}
.internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-contentContainer .globalWidth .internal-fullWidthPromo-contentWrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-contentContainer .globalWidth .internal-fullWidthPromo-contentWrapper .internal-fullWidthPromo-title {
  font-family: "Gotham-Black";
  font-size: 24px;
  color: #00263E;
}
.internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-contentContainer .globalWidth .internal-fullWidthPromo-contentWrapper .internal-fullWidthPromo-title span {
  background-color: rgba(9, 31, 45, 0.01);
}
@media (min-width: 767px) {
  .internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-contentContainer .globalWidth .internal-fullWidthPromo-contentWrapper .internal-fullWidthPromo-title {
    color: #FFF;
    font-size: 33px;
  }
}
@media (min-width: 960px) {
  .internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-contentContainer .globalWidth .internal-fullWidthPromo-contentWrapper .internal-fullWidthPromo-title {
    font-size: 40px;
  }
}
.internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-contentContainer .globalWidth .internal-fullWidthPromo-contentWrapper .internal-fullWidthPromo-subHeader {
  font-family: "Gotham-Bold";
  font-size: 14px;
  color: #00326f;
  margin: 10px 0 0;
  text-transform: uppercase;
  line-height: 1.3;
  background-color: rgba(9, 31, 45, 0.01);
}
@media (min-width: 767px) {
  .internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-contentContainer .globalWidth .internal-fullWidthPromo-contentWrapper .internal-fullWidthPromo-subHeader {
    color: #7abf23;
    font-size: 15px;
  }
}
.internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-contentContainer .globalWidth .internal-fullWidthPromo-contentWrapper .internal-fullWidthPromo-teaser {
  font-family: "Droid Serif", serif;
  font-size: 13px;
  color: #606060;
  margin: 20px 0 0;
  line-height: 1.6;
  background-color: rgba(9, 31, 45, 0.01);
}
@media (min-width: 767px) {
  .internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-contentContainer .globalWidth .internal-fullWidthPromo-contentWrapper .internal-fullWidthPromo-teaser {
    color: #FFF;
    font-size: 16px;
    margin: 30px 0 0;
  }
}
.internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-contentContainer .globalWidth .internal-fullWidthPromo-contentWrapper .internal-fullWidthPromo-Btn {
  margin: 30px 0 0;
  background-color: rgba(9, 31, 45, 0.01);
}
.internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-contentContainer .globalWidth .internal-fullWidthPromo-contentWrapper .internal-fullWidthPromo-Btn a {
  font-family: "Gotham-Bold";
  font-size: 16px;
  color: #FFF;
  display: inline-block;
  background: #00326f;
  padding: 20px 20px 18px;
  border: 2px solid #00326f;
  border-radius: 5px;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 767px) {
  .internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-contentContainer .globalWidth .internal-fullWidthPromo-contentWrapper .internal-fullWidthPromo-Btn a {
    color: #00326f;
    background: #FFF;
    border: 2px solid #FFF;
  }
}
.internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-contentContainer .globalWidth .internal-fullWidthPromo-contentWrapper .internal-fullWidthPromo-Btn a:hover {
  border: 2px solid #00326f;
  background: none;
  color: #00326f;
}
@media (min-width: 767px) {
  .internal-fullWidthPromo-container .internal-fullWidthPromo-imageContainer .internal-fullWidthPromo-contentContainer .globalWidth .internal-fullWidthPromo-contentWrapper .internal-fullWidthPromo-Btn a:hover {
    border: 2px solid #FFF;
    background: none;
    color: #FFF;
  }
}

#content-slider {
  width: 100% !important;
  max-width: 100%;
  height: 190px !important;
  background: none !important;
  display: flex;
}
@media (max-width: 500px) {
  #content-slider {
    height: 260px !important;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  #content-slider {
    height: 350px !important;
  }
}
@media (min-width: 768px) {
  #content-slider {
    height: 450px !important;
  }
}
@media (min-width: 2000px) {
  #content-slider {
    height: 710px !important;
  }
}
@media (min-width: 2500px) {
  #content-slider {
    height: 790px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #content-slider .rsOverflow {
    height: 400px !important;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  #content-slider .rsOverflow {
    height: 350px !important;
  }
}
@media (max-width: 500px) {
  #content-slider .rsOverflow {
    height: 260px !important;
  }
}
#content-slider .rsOverflow .rsContainer .rsContent .rsImg {
  object-fit: cover;
  height: calc(100% - 110px) !important;
}
@media (min-width: 1500px) {
  #content-slider .rsOverflow .rsContainer .rsContent .rsImg {
    margin-top: 0 !important;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  #content-slider .rsOverflow .rsContainer .rsContent .rsImg {
    height: 350px !important;
  }
}
@media (max-width: 500px) {
  #content-slider .rsOverflow .rsContainer .rsContent .rsImg {
    height: 190px !important;
  }
}
#content-slider .rsNav.rsBullets {
  bottom: 30% !important;
}
#content-slider .royalSlider.heroSlider {
  height: 500px !important;
}

.infoBottomBlock {
  width: 100%;
  background: #f5f5f5;
  color: #0e1f57;
  bottom: 0;
  top: auto !important;
  padding: 20px 40px;
}
@media (max-width: 768px) {
  .infoBottomBlock {
    padding: 0px 40px;
  }
}
@media (max-width: 500px) {
  .infoBottomBlock {
    padding: 0px 20px;
  }
}
.infoBottomBlock h4 {
  font-size: 18px;
  color: #00263E;
}

.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #001928;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}

.photosBy a {
  color: #001928;
}

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

.rsMinW .rsArrowLeft {
  bottom: 60% !important;
  left: 5px !important;
  right: 0 !important;
  position: absolute !important;
}
.rsMinW .rsArrowLeft .rsArrowIcn {
  background-color: rgba(0, 0, 0, 0.75) !important;
  width: 32px !important;
  height: 32px !important;
  background: url(/content/images/rs-left.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.rsMinW .rsArrowRight {
  bottom: 60% !important;
  right: 5px !important;
  position: absolute !important;
}
.rsMinW .rsArrowRight .rsArrowIcn {
  background-color: rgba(0, 0, 0, 0.75) !important;
  width: 32px !important;
  height: 32px !important;
  background: url(/content/images/rs-right.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.rsMinW .rsArrowDisabled .rsArrowIcn {
  background-color: rgba(0, 0, 0, 0.75) !important;
  width: 32px !important;
  height: 32px !important;
}

.rsMinW .rsBullets {
  right: 45%;
  bottom: 130px;
  position: absolute !important;
  display: flex;
  flex-direction: row !important;
}
.rsMinW .rsBullets span {
  border: 2px solid #fff;
  width: 13px;
  height: 13px;
  background: #aeaeae;
  display: flex !important;
  border-radius: 50%;
  margin: 0 3px;
}
@media (max-width: 768px) {
  .rsMinW .rsBullets span {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 768px) {
  .rsMinW .rsBullets {
    bottom: 30px !important;
    right: 40%;
  }
}

.rsMinW .rsBullet.rsNavSelected span {
  background-color: #00326f !important;
}

#content-slider-1 {
  width: 100% !important;
  max-width: 100%;
  background: none !important;
  height: auto;
  display: flex;
}
#content-slider-1 .rsOverflow {
  width: 100% !important;
  max-width: 100% !important;
}
#content-slider-1 .royalSlider.heroSlider {
  height: 500px !important;
}
#content-slider-1 .rsNav.rsBullets {
  bottom: 5% !important;
}

#your-business-slider {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  background: none !important;
}
#your-business-slider .royalSlider {
  width: 100%;
}
#your-business-slider .rsContainer {
  width: 100%;
}
#your-business-slider .rsContainer .rsContent .rsImg {
  height: 667px;
}
#your-business-slider .rsBullets {
  right: 45% !important;
  bottom: 5% !important;
  position: absolute !important;
  display: flex;
  flex-direction: row !important;
}
@media (min-width: 1200px) {
  #your-business-slider .rsBullets {
    right: 50% !important;
  }
}
#your-business-slider .rsBullets span {
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  background: #aeaeae;
  display: flex !important;
  border-radius: 50%;
  margin-right: 3px;
}

@media (min-width: 900px) and (max-width: 1150px) {
  #full-width-slider .rsOverflow {
    height: 70% !important;
  }
}
@media (min-width: 767px) and (max-width: 900px) {
  #full-width-slider .rsOverflow {
    height: 40% !important;
  }
}
@media (max-width: 768px) {
  #full-width-slider .rsOverflow {
    height: 100% !important;
  }
}
@media (min-width: 900px) and (max-width: 1150px) {
  #full-width-slider .rsOverflow .rsContainer {
    height: 1000px !important;
  }
}
@media (min-width: 767px) and (max-width: 900px) {
  #full-width-slider .rsOverflow .rsContainer {
    height: 615px !important;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  #full-width-slider .rsOverflow .rsContainer {
    height: 800px !important;
  }
}
@media (min-width: 450px) and (max-width: 600px) {
  #full-width-slider .rsOverflow .rsContainer {
    height: 600px !important;
  }
}
@media (max-width: 450px) {
  #full-width-slider .rsOverflow .rsContainer {
    height: 570px !important;
  }
}
#full-width-slider .rsOverflow .rsContainer .rsSlide {
  height: auto !important;
}
@media (max-width: 1150px) {
  #full-width-slider .rsOverflow .rsContainer .rsSlide .rsContent {
    margin-top: 0 !important;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  #full-width-slider .rsOverflow .rsContainer .rsSlide .rsContent {
    height: 800px !important;
  }
}
@media (min-width: 450px) and (max-width: 600px) {
  #full-width-slider .rsOverflow .rsContainer .rsSlide .rsContent {
    height: 600px !important;
  }
}
@media (max-width: 450px) {
  #full-width-slider .rsOverflow .rsContainer .rsSlide .rsContent {
    height: 570px !important;
  }
}
@media (max-width: 1150px) {
  #full-width-slider .rsOverflow .rsContainer .rsSlide .rsContent .rsImg {
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  #full-width-slider .rsOverflow .rsContainer .rsSlide .rsContent .rsImg {
    height: 615px !important;
  }
}
@media (max-width: 450px) {
  #full-width-slider .rsOverflow .rsContainer .rsSlide .rsContent .rsImg {
    height: 256px !important;
  }
}
@media (max-width: 600px) {
  #full-width-slider .rsOverflow .rsContainer .rsSlide .rsContent {
    margin-top: 0 !important;
  }
}

.internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-postSearch-container {
  margin: 0 0 40px;
}
.internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-postSearch-container h2 {
  margin: 0;
}
.internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-postSearch-container h2 span {
  font-size: 225%;
  display: block;
  margin: 5px 0 0 15px;
}
@media (min-width: 840px) {
  .internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-postSearch-container h2 span {
    display: inline-block;
    font-size: 150%;
    margin: 0;
  }
}
.internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-postSearch-container h2:before {
  font-family: "FontAwesome";
  content: "\f0da";
  display: inline-block;
  width: 15px;
  color: #367F17;
  text-rendering: auto;
}
.internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-postSearch-container .providerSearch-postSearch-toggleBtn-container {
  padding: 0 0 0 15px;
}
.internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-postSearch-container .providerSearch-postSearch-toggleBtn-container a {
  display: inline-block;
  border-top: 1px solid #e4e4e4;
  padding: 10px 0 0;
  margin: 13px 0 0;
  color: #999;
  text-decoration: none;
}
.internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container {
  padding: 30px;
  background: #f3f3f3;
}
@media (min-width: 600px) {
  .internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container {
    padding: 40px;
  }
}
.internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container form .providerSearch-searchForm-wrapper {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
@media (min-width: 600px) {
  .internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container form .providerSearch-searchForm-wrapper {
    display: table;
    table-layout: fixed;
  }
}
.internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container form .providerSearch-searchForm-wrapper .providerSearch-searchForm-town {
  display: block;
}
@media (min-width: 600px) {
  .internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container form .providerSearch-searchForm-wrapper .providerSearch-searchForm-town {
    display: table-cell;
    vertical-align: top;
  }
}
.internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container form .providerSearch-searchForm-wrapper .providerSearch-searchForm-spacer {
  display: block;
  font-family: "Gotham-Bold";
  color: #00326f;
  text-transform: uppercase;
  font-size: 13px;
  margin: 20px 0;
  position: relative;
}
@media (min-width: 600px) {
  .internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container form .providerSearch-searchForm-wrapper .providerSearch-searchForm-spacer {
    display: table-cell;
    vertical-align: bottom;
    width: 90px;
    text-align: center;
    padding: 0 0 10px;
    margin: 0;
  }
}
.internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container form .providerSearch-searchForm-wrapper .providerSearch-searchForm-spacer span {
  position: relative;
  background: #f3f3f3;
  z-index: 1;
  padding: 0 5px 0 0;
}
@media (min-width: 600px) {
  .internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container form .providerSearch-searchForm-wrapper .providerSearch-searchForm-spacer span {
    padding: 0;
  }
}
.internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container form .providerSearch-searchForm-wrapper .providerSearch-searchForm-spacer:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  border-top: 2px solid #d5d5d5;
  position: absolute;
  right: 0;
  top: 9px;
}
@media (min-width: 600px) {
  .internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container form .providerSearch-searchForm-wrapper .providerSearch-searchForm-spacer:after {
    display: none;
  }
}
.internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container form .providerSearch-searchForm-wrapper .providerSearch-searchForm-zip {
  display: block;
}
@media (min-width: 600px) {
  .internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container form .providerSearch-searchForm-wrapper .providerSearch-searchForm-zip {
    display: table-cell;
    vertical-align: top;
  }
}
.internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container form button.providerSearch-searchForm-searchSubmit {
  height: 55px;
  line-height: 53px;
  padding: 0 20px;
  font-family: "Gotham-Bold";
  font-weight: normal;
  font-size: 15px;
  background: #367F17;
  outline: none;
  color: #FFF;
  border: 2px solid #367F17;
  border-radius: 5px;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
.internal-mainBody-container .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .providerSearch-searchForm-container form .providerSearch-searchForm-searchSubmit:hover {
  color: #367F17;
  border: 2px solid #367F17;
  background: #FFF;
}

.globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-resourceSolution-upperContentCol-container {
  display: block;
  width: 100%;
}
@media (min-width: 840px) {
  .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-resourceSolution-upperContentCol-container {
    display: table;
    table-layout: fixed;
  }
}
@media (min-width: 1200px) {
  .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-resourceSolution-upperContentCol-container {
    display: block;
  }
}
@media (min-width: 1400px) {
  .globalWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer .internal-mainBody-generalTxt-container .internal-resourceSolution-upperContentCol-container {
    display: table;
    table-layout: fixed;
  }
}

.customerCare-alert-container {
  padding: 50px 0;
  background: #367F17;
}
.customerCare-alert-container .globalWidth .customerCare-alert-wrapper {
  display: block;
  width: 100%;
}
.customerCare-alert-container .globalWidth .customerCare-alert-wrapper .customerCare-alert-iconContainer {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 30px;
  font-family: "Gotham-Black";
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .customerCare-alert-container .globalWidth .customerCare-alert-wrapper .customerCare-alert-iconContainer {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    border-right: 1px solid #7abf23;
    font-size: 50px;
  }
  .customerCare-alert-container .globalWidth .customerCare-alert-wrapper .customerCare-alert-iconContainer span {
    color: #7abf23;
  }
}
.customerCare-alert-container .globalWidth .customerCare-alert-wrapper .customerCare-alert-messageContainer {
  display: block;
  color: #FFF;
  font-weight: 700;
  line-height: 1.3;
  padding: 0;
}
@media (min-width: 768px) {
  .customerCare-alert-container .globalWidth .customerCare-alert-wrapper .customerCare-alert-messageContainer {
    display: table-cell;
    padding: 0 0 0 50px;
  }
}
.customerCare-alert-container .globalWidth .customerCare-alert-wrapper .customerCare-alert-messageContainer .customerCare-alert-messageContainer p {
  margin: 0 0 15px;
}
.customerCare-alert-container .globalWidth .customerCare-alert-wrapper .customerCare-alert-messageContainer .customerCare-alert-indContainer {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #7abf23;
}
.customerCare-alert-container .globalWidth .customerCare-alert-wrapper .customerCare-alert-messageContainer .customerCare-alert-indContainer .customerCare-alert-indContainer-alertType {
  text-transform: uppercase;
  font-size: 13px;
  color: #b6e37d;
  font-family: "Gotham-Bold";
}
.customerCare-alert-container .globalWidth .customerCare-alert-wrapper .customerCare-alert-messageContainer .customerCare-alert-indContainer:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.indLocation-drop-off-time {
  padding: 40px 0 35px;
  line-height: 1.3;
  background: #7abf23;
  font-family: "Gotham-Black";
  color: #fff;
  font-size: 15px;
}
@media (min-width: 960px) {
  .indLocation-drop-off-time {
    font-size: 16px;
  }
}
.indLocation-drop-off-time .globalWidth .indLocation-drop-off-time__label {
  margin: 0;
}
@media (min-width: 1200px) {
  .indLocation-drop-off-time .globalWidth .indLocation-drop-off-time__label {
    margin: 0 15px 0 0;
  }
}
.indLocation-drop-off-time .globalWidth p {
  margin: 0 0 20px 0;
}

.indLocation-feed-body {
  background: #FFF;
  padding: 50px 0 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.indLocation-feed-body .globalWidth .indLocation-feed-body__items {
  margin: 0 0 40px;
}
.indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__title-header {
  margin: 0 0 40px;
}
.indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__title-header h2 {
  font-size: 18px;
  color: #00263E;
}
@media (min-width: 600px) {
  .indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__title-header h2 {
    font-size: 24px;
  }
}
@media (min-width: 960px) {
  .indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__title-header h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__title-header h2 {
    font-size: 33px;
  }
}
.indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__title-header h2:before {
  content: "\f00c";
  color: #367F17;
  font-family: "FontAwesome";
  display: inline-block;
  margin: 0 10px 0 0;
}
.indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__title-header .indLocation-feed-body__title-header__description {
  font-family: "Gotham-Book";
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0 0;
}
@media (min-width: 840px) {
  .indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__title-header .indLocation-feed-body__title-header__description {
    font-size: 16px;
    line-height: 1.5;
  }
}
.indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__title-header .indLocation-feed-body__title-header__description p:last-of-type {
  margin: 0;
}
.indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__groups {
  margin: 0;
}
@media (min-width: 960px) {
  .indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__groups {
    margin: 0 -50px 0 0;
  }
}
.indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__groups .indLocation-feed-body__groups__ind-container {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
  border-left: 4px solid #e4e4e4;
  padding: 0 0 0 15px;
}
@media (min-width: 960px) {
  .indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__groups .indLocation-feed-body__groups__ind-container {
    width: 40%;
    padding: 0 50px 0 0;
    border: none;
  }
}
@media (min-width: 1300px) {
  .indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__groups .indLocation-feed-body__groups__ind-container {
    width: 28%;
  }
}
.indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__groups .indLocation-feed-body__groups__ind-container div .indLocation-feed-body__groups__ind-container__title {
  font-family: "Gotham-Bold";
  color: #367F17;
  font-size: 16px;
  margin: 0 0 7px;
}
.indLocation-feed-body .globalWidth .indLocation-feed-body__items div .indLocation-feed-body__groups .indLocation-feed-body__groups__ind-container div .indLocation-feed-body__groups__ind-container__description {
  font-family: "Gotham-Book";
  font-size: 13px;
  line-height: 1.4em;
}
.indLocation-feed-body .globalWidth .indLocation-feed-body__items.items-not-allowed .indLocation-feed-body__title-header h2:before {
  content: "\f00d";
  color: #990000;
}
.indLocation-feed-body .globalWidth .indLocation-feed-body__items.items-not-allowed .indLocation-feed-body__groups__ind-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 30px;
  border-left: 4px solid #e4e4e4;
  padding: 0 0 0 15px;
}
@media (min-width: 960px) {
  .indLocation-feed-body .globalWidth .indLocation-feed-body__items.items-not-allowed .indLocation-feed-body__groups__ind-container {
    width: 40%;
    padding: 0 50px 0 0;
    border: none;
  }
}
@media (min-width: 1300px) {
  .indLocation-feed-body .globalWidth .indLocation-feed-body__items.items-not-allowed .indLocation-feed-body__groups__ind-container {
    width: 28%;
  }
}
.indLocation-feed-body .globalWidth .indLocation-feed-body__items.items-not-allowed .indLocation-feed-body__groups__ind-container div .indLocation-feed-body__groups__ind-container__title {
  font-family: "Gotham-Bold";
  color: #990000;
  font-size: 16px;
  margin: 0 0 7px;
}
.indLocation-feed-body .globalWidth .indLocation-feed-body__items.items-not-allowed .indLocation-feed-body__groups__ind-container div .indLocation-feed-body__groups__ind-container__description {
  font-family: "Gotham-Book";
  font-size: 13px;
  line-height: 1.4em;
}

.indLocation-global-statment {
  width: 100%;
  padding: 15px 0;
  background: #00263E;
  color: #FFF;
  font-family: "Gotham-Bold";
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2rem;
}
.indLocation-global-statment .indLocation-global-statment p:last-of-type {
  margin: 0;
}

.indLocation-upperGrid-container {
  background: #fff;
  padding: 50px 0 0;
}
@media (min-width: 1200px) {
  .indLocation-upperGrid-container {
    padding: 80px 0 50px;
  }
}
.indLocation-upperGrid-container .globalWidth .indLocation-upperGrid-wrapper {
  font-size: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .indLocation-upperGrid-container .globalWidth .indLocation-upperGrid-wrapper {
    margin: 0 -50px 0 0;
    width: auto;
  }
}
.indLocation-upperGrid-container .globalWidth .indLocation-upperGrid-wrapper .indLocation-upperGrid-indElement-container.indLocation--associated .indLocation-upperGrid-indElement-label {
  color: #367F17;
}
.indLocation-upperGrid-container .globalWidth .indLocation-upperGrid-wrapper .indLocation-upperGrid-indElement-container {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 0;
  margin: 0 0 50px;
}
@media (min-width: 600px) {
  .indLocation-upperGrid-container .globalWidth .indLocation-upperGrid-wrapper .indLocation-upperGrid-indElement-container {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding: 0 50px 0 0;
  }
}
@media (min-width: 1200px) {
  .indLocation-upperGrid-container .globalWidth .indLocation-upperGrid-wrapper .indLocation-upperGrid-indElement-container {
    width: 28%;
  }
}
.indLocation-upperGrid-container .globalWidth .indLocation-upperGrid-wrapper .indLocation-upperGrid-indElement-container .indLocation-upperGrid-indElement-label {
  color: #00263E;
  font-family: "Gotham-Bold";
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 0 8px;
}
.indLocation-upperGrid-container .globalWidth .indLocation-upperGrid-wrapper .indLocation-upperGrid-indElement-container .indLocation-upperGrid-indElement-blockContent {
  font-size: 15px;
  line-height: 1.5;
}
.indLocation-upperGrid-container .globalWidth .indLocation-upperGrid-wrapper .indLocation-upperGrid-indElement-container .indLocation-upperGrid-indElement-blockContent .indLocation-upperGrid-indElement-strong {
  color: #367F17;
  font-family: "Gotham-Bold";
}
.indLocation-upperGrid-container .globalWidth .indLocation-upperGrid-wrapper .indLocation-upperGrid-indElement-container .indLocation-upperGrid-indElement-blockContent ul {
  list-style: disc;
  margin: 5px 0 0 15px;
  padding: 0;
}
.indLocation-upperGrid-container .globalWidth .indLocation-upperGrid-wrapper .indLocation-upperGrid-indElement-container .indLocation-upperGrid-indElement-blockContent ul li a.list {
  font-size: 14px;
  color: #00326f;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.indLocation-upperGrid-container .globalWidth .indLocation-upperGrid-wrapper .indLocation-upperGrid-indElement-container .indLocation-upperGrid-indElement-blockContent ul li span {
  display: block;
  font-style: italic;
  font-size: 14px;
}
.indLocation-upperGrid-container .globalWidth .indLocation-upperGrid-wrapper .indLocation-upperGrid-indElement-container .indLocation-upperGrid-indElement-blockContent ul li:last-of-type {
  margin: 0;
}
.indLocation-upperGrid-container .globalWidth .indLocation-upperGrid-wrapper .indLocation-upperGrid-indElement-container a {
  font-family: "Gotham-Bold";
  font-size: 13px;
  color: #FFF;
  display: inline-block;
  background: #00326f;
  border: 2px solid #00326f;
  padding: 15px 15px 13px;
  border-radius: 5px;
  margin: 15px 0 0;
}

.indLocation-holidayPanel {
  margin: 20px 0 0;
  display: none;
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper {
  padding: 130px 0 0;
  position: relative;
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-closePanel-container {
  position: absolute;
  top: 30px;
  width: 100%;
  border-top: 8px solid #367F17;
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-closePanel-container a.indLocation-holidayPanel-close {
  position: absolute;
  top: -35px;
  display: inline-block;
  padding: 13px 15px;
  background: #367F17;
  font-size: 30px;
  border: 2px solid #367F17;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 600px) {
  .indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-closePanel-container a.indLocation-holidayPanel-close {
    left: 50%;
    transform: translateX(-50%);
  }
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-title {
  margin: 0 0 30px;
}
@media (min-width: 600px) {
  .indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-title {
    text-align: center;
    margin: 0 0 60px;
  }
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-title h2 {
  font-size: 24px;
  color: #00263E;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 600px) {
  .indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-title h2 {
    font-size: 35px;
    text-align: center;
  }
}
@media (min-width: 840px) {
  .indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-title h2 {
    font-size: 40px;
  }
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-title .indLocation-holidayPanel-title-location {
  font-family: "Droid Serif", serif;
  margin: 0 0 10px;
  font-size: 17px;
  text-align: left;
}
@media (min-width: 600px) {
  .indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-title .indLocation-holidayPanel-title-location {
    text-align: center;
  }
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer {
  margin: 0 0 50px;
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer table.footable, .indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer table.footable-details {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table thead .footable-header .indLocation-holidayPanel-gridContainer-label {
  font-family: "Gotham-Bold";
  color: #367F17;
  text-transform: uppercase;
  font-size: 14px;
  display: table-cell;
  text-align: left;
  padding: 8px;
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table thead .footable-header th[data-name=date],
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table thead .footable-header th[data-name=customer],
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table thead .footable-header th[data-name=service] {
  display: none;
}
@media (min-width: 1200px) {
  .indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table thead .footable-header th[data-name=date],
  .indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table thead .footable-header th[data-name=customer],
  .indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table thead .footable-header th[data-name=service] {
    display: table-cell;
  }
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table tbody tr td {
  display: table-cell;
  text-align: left;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table tbody tr td .fooicon {
  display: inline-block;
  font-size: inherit;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-right: 8px;
  opacity: 0.3;
}
@media (min-width: 1200px) {
  .indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table tbody tr td .fooicon {
    display: none;
  }
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table tbody tr .indLocation-holidayPanel-label {
  font-weight: 600;
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table tbody tr .views-field {
  display: none;
}
@media (min-width: 1200px) {
  .indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table tbody tr .views-field {
    display: table-cell;
  }
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table tbody .footable-detail-row {
  display: none;
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table tbody .footable-detail-row td {
  width: 100%;
  display: contents;
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table tbody .footable-detail-row td table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table tbody .footable-detail-row td table tbody tr {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table tbody .footable-detail-row td table tbody tr th {
  align-items: center;
  display: flex;
}
.indLocation-holidayPanel .globalWidth .indLocation-holidayPanel-wrapper .indLocation-holidayPanel-gridContainer .footable.table tbody .footable-detail-row td table tbody tr td {
  border: none;
  display: flex !important;
  width: auto;
  text-align: left;
}

.indLocation-SecondTier-container {
  background: #367F17;
}
.indLocation-SecondTier-container .indLocation-SecondTier-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
}
@media (max-width: 960px) {
  .indLocation-SecondTier-container .indLocation-SecondTier-wrapper {
    flex-wrap: wrap;
  }
}
.indLocation-SecondTier-container .indLocation-SecondTier-wrapper .indLocation-SecondTier-indElement {
  font-size: 14px;
  width: 100%;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 600px) and (max-width: 900px) {
  .indLocation-SecondTier-container .indLocation-SecondTier-wrapper .indLocation-SecondTier-indElement {
    flex-basis: 44%;
    max-width: 50%;
    flex-grow: 1;
    text-align: center;
  }
}
.indLocation-SecondTier-container .indLocation-SecondTier-wrapper .indLocation-SecondTier-indElement a {
  display: block;
  color: #FFF;
  transition: all 0.5s ease-in-out;
  padding: 30px 0px;
}
.indLocation-SecondTier-container .indLocation-SecondTier-wrapper .indLocation-SecondTier-indElement a:hover {
  background: #7abf23;
}
.indLocation-SecondTier-container .indLocation-SecondTier-wrapper .indLocation-SecondTier-indElement .indLocation-contactPanel-trigger .active {
  border-bottom: none;
  background-color: #00263E;
}
@media screen and (min-width: 600px) and (max-width: 900px) {
  .indLocation-SecondTier-container .indLocation-SecondTier-wrapper .indLocation-SecondTier-indElement:last-of-type {
    flex-basis: 100%;
    max-width: 100%;
    flex-grow: 1;
    text-align: center;
  }
}
.indLocation-SecondTier-container .indLocation-SecondTier-wrapper .indLocation-SecondTier-indElement:nth-child(2) {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.indLocation-staticGoogleMap {
  position: relative;
}
.indLocation-staticGoogleMap .map-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.indLocation-staticGoogleMap .map-container .static-map {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
}
.indLocation-staticGoogleMap .map-container .map-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(10, 37, 62, 0.9);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.indLocation-staticGoogleMap .map-container .map-overlay .indLocation-staticGoogleMap-btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00326f;
  padding: 30px 30px 27px;
  border-radius: 5px;
  font-family: "Gotham-Bold";
  font-size: 16px;
  color: #FFF;
  border: 2px solid #FFF;
}
.indLocation-staticGoogleMap .map-container .map-overlay:hover {
  opacity: 1;
}

.footable.table, .footable.table *, .footable-details.table, .footable-details.table * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footable.table th, .footable-details.table th {
  text-align: left;
}

.footable.table, .footable-details.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.footable.table > caption + thead > tr:first-child > th, .footable.table > colgroup + thead > tr:first-child > th, .footable.table > thead:first-child > tr:first-child > th, .footable.table > caption + thead > tr:first-child > td, .footable.table > colgroup + thead > tr:first-child > td, .footable.table > thead:first-child > tr:first-child > td, .footable-details.table > caption + thead > tr:first-child > th, .footable-details.table > colgroup + thead > tr:first-child > th, .footable-details.table > thead:first-child > tr:first-child > th, .footable-details.table > caption + thead > tr:first-child > td, .footable-details.table > colgroup + thead > tr:first-child > td, .footable-details.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.footable.table > thead > tr > th, .footable.table > tbody > tr > th, .footable.table > tfoot > tr > th, .footable.table > thead > tr > td, .footable.table > tbody > tr > td, .footable.table > tfoot > tr > td, .footable-details.table > thead > tr > th, .footable-details.table > tbody > tr > th, .footable-details.table > tfoot > tr > th, .footable-details.table > thead > tr > td, .footable-details.table > tbody > tr > td, .footable-details.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.footable.table > thead > tr > th, .footable.table > thead > tr > td, .footable-details.table > thead > tr > th, .footable-details.table > thead > tr > td {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.footable.table-condensed > thead > tr > th, .footable.table-condensed > tbody > tr > th, .footable.table-condensed > tfoot > tr > th, .footable.table-condensed > thead > tr > td, .footable.table-condensed > tbody > tr > td, .footable.table-condensed > tfoot > tr > td, .footable-details.table-condensed > thead > tr > th, .footable-details.table-condensed > tbody > tr > th, .footable-details.table-condensed > tfoot > tr > th, .footable-details.table-condensed > thead > tr > td, .footable-details.table-condensed > tbody > tr > td, .footable-details.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.footable.table-bordered, .footable-details.table-bordered {
  border: 1px solid #ddd;
}

.footable.table-bordered > thead > tr > th, .footable.table-bordered > tbody > tr > th, .footable.table-bordered > tfoot > tr > th, .footable.table-bordered > thead > tr > td, .footable.table-bordered > tbody > tr > td, .footable.table-bordered > tfoot > tr > td, .footable-details.table-bordered > thead > tr > th, .footable-details.table-bordered > tbody > tr > th, .footable-details.table-bordered > tfoot > tr > th, .footable-details.table-bordered > thead > tr > td, .footable-details.table-bordered > tbody > tr > td, .footable-details.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.footable.table-bordered > thead > tr > th, .footable.table-bordered > thead > tr > td, .footable-details.table-bordered > thead > tr > th, .footable-details.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.footable.table-striped > tbody > tr:nth-child(even), .footable-details.table-striped > tbody > tr:nth-child(even) {
  background-color: #f9f9f9;
}

.footable.table-hover > tbody > tr:hover, .footable-details.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.footable .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: visible;
  text-transform: none;
}

.footable .btn:hover, .footable .btn:focus, .footable .btn.focus {
  color: #333;
  text-decoration: none;
}

.footable .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.footable .btn-default:hover, .footable .btn-default:focus, .footable .btn-default.focus, .footable .btn-default:active, .footable .btn-default.active, .footable .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.footable .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.footable .btn-primary:hover, .footable .btn-primary:focus, .footable .btn-primary.focus, .footable .btn-primary:active, .footable .btn-primary.active, .footable .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.footable .btn-group, .footable .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.footable .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.footable .btn-group > .btn:first-child {
  margin-left: 0;
}

.footable .btn-group-vertical > .btn, .footable .btn-group > .btn {
  position: relative;
  float: left;
}

.footable .btn-group-xs > .btn, .footable .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.footable .btn-group-sm > .btn, .footable .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.footable .btn-group-lg > .btn, .footable .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.footable .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.footable .btn .caret {
  margin-left: 0;
}

.form-group {
  margin-bottom: 15px;
}

.footable .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.footable .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.footable .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.footable .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.footable .input-group-addon, .footable .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.footable .input-group-addon, .footable .input-group-btn, .footable .input-group .form-control {
  display: table-cell;
}

.footable .input-group-btn > .btn + .btn, .footable .input-group-btn:last-child > .btn, .footable .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.footable .input-group-btn > .btn {
  position: relative;
}

.footable .input-group-btn > .btn:hover, .footable .input-group-btn > .btn:focus, .footable .input-group-btn > .btn:active {
  z-index: 2;
}

.footable .input-group .form-control:first-child, .footable .input-group-addon:first-child, .footable .input-group-btn:first-child > .btn, .footable .input-group-btn:first-child > .btn-group > .btn, .footable .input-group-btn:first-child > .dropdown-toggle, .footable .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .footable .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.footable .input-group .form-control:last-child, .footable .input-group-addon:last-child, .footable .input-group-btn:last-child > .btn, .footable .input-group-btn:last-child > .btn-group > .btn, .footable .input-group-btn:last-child > .dropdown-toggle, .footable .input-group-btn:first-child > .btn:not(:first-child), .footable .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.footable .radio, .footable .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footable .radio label, .footable .checkbox label {
  max-width: 100%;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.footable .radio input[type=radio], .footable .radio-inline input[type=radio], .footable .checkbox input[type=checkbox], .footable .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.footable .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.footable .open > .dropdown-menu {
  display: block;
}

.footable .dropdown-menu-right {
  right: 0;
  left: auto;
}

.footable .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.footable .dropdown-menu > li > a:hover, .footable .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.footable .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.footable .pagination > li {
  display: inline;
}

.footable .pagination > li:first-child > a, .footable .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.footable .pagination > li > a, .footable .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.footable .pagination > li > a:hover, .footable .pagination > li > span:hover, .footable .pagination > li > a:focus, .footable .pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.footable .pagination > .active > a, .footable .pagination > .active > span, .footable .pagination > .active > a:hover, .footable .pagination > .active > span:hover, .footable .pagination > .active > a:focus, .footable .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.footable .pagination > .disabled > span, .footable .pagination > .disabled > span:hover, .footable .pagination > .disabled > span:focus, .footable .pagination > .disabled > a, .footable .pagination > .disabled > a:hover, .footable .pagination > .disabled > a:focus {
  color: #767676;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.footable .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.footable .label-default {
  background-color: #767676;
}

.footable-loader.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.footable .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 768px) {
  .form-inline {
    flex-direction: column-reverse;
    display: flex;
  }
  .form-group {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .form-inline {
    flex-direction: row-reverse;
    display: flex;
  }
  .footable .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .footable .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .footable .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .footable .form-inline .input-group .input-group-addon, .footable .form-inline .input-group .input-group-btn, .footable .form-inline .input-group .form-control {
    width: auto;
  }
  .footable .form-inline .input-group > .form-control {
    width: 100%;
  }
}
table.footable, table.footable-details {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table.footable-details {
  margin-bottom: 0;
}

table > tbody > tr > td > span.footable-toggle {
  margin-right: 8px;
  opacity: 0.3;
  display: flex;
  margin-top: 2px;
}
@media (min-width: 769px) {
  table > tbody > tr > td > span.footable-toggle {
    display: none;
  }
}
@media (max-width: 321px) {
  table > tbody > tr > td > span.footable-toggle {
    margin-top: 3px;
  }
}

table > tbody > tr > td > span.footable-toggle.last-column {
  margin-left: 8px;
  float: right;
}

table.table-condensed > tbody > tr > td > span.footable-toggle {
  margin-right: 5px;
}

table.footable-details > tbody > tr > th:nth-child(1) {
  min-width: 40px;
  width: 120px;
}

table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: break-all;
}

table.footable-details > thead > tr:first-child > th, table.footable-details > thead > tr:first-child > td, table.footable-details > tbody > tr:first-child > th, table.footable-details > tbody > tr:first-child > td, table.footable-details > tfoot > tr:first-child > th, table.footable-details > tfoot > tr:first-child > td {
  border-top-width: 0;
}

table.footable-details.table-bordered > thead > tr:first-child > th, table.footable-details.table-bordered > thead > tr:first-child > td, table.footable-details.table-bordered > tbody > tr:first-child > th, table.footable-details.table-bordered > tbody > tr:first-child > td, table.footable-details.table-bordered > tfoot > tr:first-child > th, table.footable-details.table-bordered > tfoot > tr:first-child > td {
  border-top-width: 1px;
}

div.footable-loader {
  vertical-align: middle;
  text-align: center;
  height: 300px;
  position: relative;
}

div.footable-loader > span.fooicon {
  display: inline-block;
  opacity: 0.3;
  font-size: 30px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: fooicon-spin-r 2s infinite linear;
  animation: fooicon-spin-r 2s infinite linear;
}

table.footable > tbody > tr.footable-empty > td {
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
}

table.footable > tbody > tr > td, table.footable > tbody > tr > th {
  display: none;
}

table.footable > tbody > tr.footable-empty > td, table.footable > tbody > tr.footable-empty > th, table.footable > tbody > tr.footable-detail-row > td, table.footable > tbody > tr.footable-detail-row > th {
  display: table-cell;
}

@-webkit-keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fooicon {
  display: inline-block;
  font-size: inherit;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fooicon:before, .fooicon:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fooicon-loader:before {
  content: "\f01e";
}

.fooicon-plus:before {
  content: "\f067";
}

.fooicon-minus:before {
  content: "\f068";
}

.fooicon-search:before {
  content: "\f002";
}

.fooicon-remove:before {
  content: "\f00d";
}

.fooicon-sort:before {
  content: "\f0dc";
}

.fooicon-sort-asc:before {
  content: "\f160";
}

.fooicon-sort-desc:before {
  content: "\f161";
}

.fooicon-pencil:before {
  content: "\f040";
}

.fooicon-trash:before {
  content: "\f1f8";
}

.fooicon-eye-close:before {
  content: "\f070";
}

.fooicon-flash:before {
  content: "\f0e7";
}

.fooicon-cog:before {
  content: "\f013";
}

table.footable > tbody > tr > td.footable-sortable, table.footable > tbody > tr > th.footable-sortable, table.footable > tfoot > tr > td.footable-sortable, table.footable > tfoot > tr > th.footable-sortable, table.footable > thead > tr > td.footable-sortable, table.footable > thead > tr > th.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

td.footable-sortable > span.fooicon, th.footable-sortable > span.fooicon {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

td.footable-sortable.footable-asc > span.fooicon, td.footable-sortable.footable-desc > span.fooicon, td.footable-sortable:hover > span.fooicon, th.footable-sortable.footable-asc > span.fooicon, th.footable-sortable.footable-desc > span.fooicon, th.footable-sortable:hover > span.fooicon {
  opacity: 1;
}

table.footable-sorting-disabled td.footable-sortable.footable-asc > span.fooicon, table.footable-sorting-disabled td.footable-sortable.footable-desc > span.fooicon, table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon, table.footable-sorting-disabled th.footable-sortable.footable-asc > span.fooicon, table.footable-sorting-disabled th.footable-sortable.footable-desc > span.fooicon, table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
  opacity: 0;
  visibility: hidden;
}

table.footable > thead > tr.footable-filtering > th {
  border-bottom-width: 1px;
  font-weight: 400;
}

table.footable.footable-filtering-right > thead > tr.footable-filtering > th, table.footable > thead > tr.footable-filtering > th {
  text-align: right;
}

table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
  text-align: left;
}

table.footable.footable-filtering-center > thead > tr.footable-filtering > th {
  text-align: center;
}

table.footable > thead > tr.footable-filtering > th div.form-group {
  margin-bottom: 0;
}

table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
  margin-top: 5px;
}

table.footable > thead > tr.footable-filtering > th div.input-group {
  width: 100%;
}

table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox {
  margin: 0;
  display: block;
  position: relative;
}

table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox > label {
  display: block;
  padding-left: 20px;
}

table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
}

@media (min-width: 768px) {
  table.footable > thead > tr.footable-filtering > th div.input-group {
    width: auto;
  }
  table.footable > thead > tr.footable-filtering > th div.form-group {
    margin-left: 2px;
    margin-right: 2px;
  }
  table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
    margin-top: 0;
  }
}
.job-mainListings-container .footable.table > thead > tr > th {
  padding: 15px;
}

.job-mainListings-container .footable.table > tbody > tr > td {
  vertical-align: middle;
  font-family: "Source Sans Pro", sans-serif;
  padding: 15px;
  border-top: 1px solid #e7e7e7;
}

th.job-num-container, th.job-jobTitle-container, th.job-city-container, th.job-state-container, th.job-status-container {
  font-family: "Gotham-Bold";
  color: #367F17;
  text-transform: uppercase;
  font-size: 14px;
}

.job-mainListings-container .footable.table > tbody > tr > td.job-jobTitle {
  font-weight: 600;
  color: #333;
}
@media (max-width: 1000px) {
  .job-mainListings-container .footable.table > tbody > tr > td.job-jobTitle {
    display: flex !important;
  }
}

.job-applyInfoBtn-container {
  width: 160px;
}

a.job-applyInfoBtn {
  padding: 10px 5px;
  background: #367F17;
  border: 2px solid #367F17;
  color: #FFF;
  display: block;
  text-align: center;
  width: 100%;
  font-family: "Gotham-Bold";
  text-transform: uppercase;
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
}

a.job-applyInfoBtn:hover {
  background: #FFF;
  color: #367F17;
  border: 2px solid #367F17;
}

.job-mainListings-container .footable .form-control {
  height: 45px;
  padding: 0 15px;
  font-family: "Gotham-Bold";
  font-size: 13px;
  line-height: 45px;
  color: #555;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  padding-right: 1em;
}

.job-mainListings-container .footable select::-ms-expand {
  display: none;
}

.job-mainListings-container .footable .form-control.stateInput {
  margin: 0;
}

.job-mainListings-container tr.footable-filtering th {
  padding: 0 0 30px !important;
}

.job-mainListings-container .footable .pagination > li > a, .job-mainListings-container .footable .pagination > li > span {
  padding: 10px 12px;
  font-family: "Gotham-Bold";
  font-size: 13px;
  line-height: 1;
}

.job-mainListings-container .footable .pagination > .active > a, .job-mainListings-container .footable .pagination > .active > span, .job-mainListings-container .footable .pagination > .active > a:hover, .job-mainListings-container .footable .pagination > .active > span:hover, .job-mainListings-container .footable .pagination > .active > a:focus, .job-mainListings-container .footable .pagination > .active > span:focus {
  background-color: #00326f;
  border-color: #00326f;
}

.job-mainListings-container .footable.table tbody tr:nth-child(even) {
  background: #f4f4f4;
}

.job-mainListings-container .footable.table tbody tr.footable-detail-row, .job-mainListings-container .footable.table tbody .footable-details.table tr {
  background: #fff;
}

.job-mainListings-container .footable.table tbody tr.footable-detail-row td {
  padding-left: 30px;
  padding-bottom: 0;
}

.job-mainListings-container .footable .btn-primary {
  color: #fff;
  background-color: #00326f;
  border-color: #00326f;
}

.internal-mainBody-generalTxt-container .job-mainListings-container a:after {
  display: none;
}

.job-mainListings-container .footable .btn {
  outline: none;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
}

.job-indListing-framework-container {
  display: block;
  width: 100%;
}

.job-indListing-framework-referenceContainer {
  display: block;
  font-size: 13px;
}

.job-indListing-framework-contentContainer {
  display: block;
}

.job-indListing-framework-referenceWrapper {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #e2e2e2;
}

.job-indListing-framework-reference-title {
  font-family: "Gotham-Bold";
  color: #3e8ed9;
}

.internal-mainBody-generalTxt-container .job-indListing-framework-referenceContainer a:after {
  display: none;
}

.job-indListing-applyToggle {
  margin: 20px 0 0;
}

.job-indListing-applyToggle a {
  font-family: "Gotham-Bold";
  font-size: 15px;
  width: 100%;
  text-align: center;
  color: #FFF;
  display: inline-block;
  background: #367F17;
  padding: 25px 15px 22px;
  line-height: 1.2;
  border: 2px solid #367F17;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.job-indListing-applyToggle a:hover {
  color: #367F17;
  background: #FFF;
  border: 2px solid #367F17;
}

.job-indListing-formToggle-container {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 6px solid #e4e4e4;
  display: none;
  width: 100%;
}

.job-indListing-formToggle-info {
  margin: 0 0 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.job-indListing-form-titleReference-container {
  display: block;
  width: 100%;
}

.job-indListing-form-titleReference-subContainer {
  display: block;
  width: 100%;
  margin: 15px 0 0;
}

.job-indListing-form-titleReference-subContainer.left, .job-indListing-form-titleReference-subContainer.right {
  padding: 0;
}

.job-indListing-form-personalInfo-container {
  margin: 40px 0 0;
}

.job-indListing-form-personalInfo-contactContainer {
  display: block;
  width: 100%;
}

.job-indListing-form-personalInfo-subContainer {
  display: block;
  width: 100%;
  margin: 15px 0 0;
}

.job-indListing-form-personalInfo-subContainer.left, .job-indListing-form-personalInfo-subContainer.right {
  padding: 0;
}

.job-indListing-form-applicationDetails-container {
  margin: 40px 0 0;
}

.job-indListing-form-applicationDetails-wrapper {
  display: block;
  width: 100%;
}

.job-indListing-form-applicationDetails-subContainer {
  display: block;
  width: 100%;
  margin: 15px 0 0;
}

.job-indListing-form-applicationDetails-subContainer.left, .job-indListing-form-applicationDetails-subContainer.right {
  padding: 0;
}

.job-indListing-form-applicationDetails-subContainer.left {
  margin: 0;
}

.job-indListing-form-submit-container {
  margin: 40px 0 0;
}

.job-indListing-form-submit-container {
  margin: 40px 0 0;
}

.providerSearch-listings-container .footable.table > thead > tr > th {
  padding: 15px;
}

.providerSearch-listings-container .footable.table > tbody > tr > td {
  vertical-align: middle;
  font-family: "Source Sans Pro", sans-serif;
  padding: 15px;
  border-top: 1px solid #e7e7e7;
}

th.providerSearch-town-container, th.providerSearch-provider-container, th.providerSearch-zip-container, th.providerSearch-phone-container {
  font-family: "Gotham-Bold";
  color: #367F17;
  text-transform: uppercase;
  font-size: 14px;
}

.providerSearch-listings-container .footable.table > tbody > tr > td.providerSearch-town, .providerSearch-listings-container .footable.table > tbody > tr > td.providerSearch-zip {
  font-weight: 600;
  color: #333;
}

.providerSearch-infoBtn-container {
  width: 160px;
}

a.providerSearch-infoBtn {
  padding: 10px 5px;
  background: #367F17;
  border: 2px solid #367F17;
  color: #FFF;
  display: block;
  text-align: center;
  width: 100%;
  font-family: "Gotham-Bold";
  text-transform: uppercase;
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
  text-decoration: none;
}

a.providerSearch-infoBtn:hover {
  background: #FFF;
  color: #367F17;
  border: 2px solid #367F17;
}

.locationMap-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .locationMap-container {
    font-size: 0;
    flex-direction: row;
  }
}
.locationMap-container .locationMap-contentCol-container {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-contentCol-container {
    width: 30%;
    padding: 0 20px 0 0;
  }
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper {
  padding: 50px 30px;
}
@media (min-width: 600px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper {
    padding: 50px 40px;
  }
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-pageCopy-container .internal-mainBody-featuredContent-container {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 50px;
}
@media (min-width: 960px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-pageCopy-container .internal-mainBody-featuredContent-container {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 50px;
  }
}
@media (min-width: 1400px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-pageCopy-container .internal-mainBody-featuredContent-container {
    font-size: 20px;
  }
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-searchForm-container {
  width: 100%;
  position: relative;
  margin: 10px 0 0;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-searchForm-container .locationMap-searchForm-title {
  font-family: "Gotham-Black";
  line-height: 1.3;
  color: #00326f;
  font-size: 17px;
}
@media (min-width: 600px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-searchForm-container .locationMap-searchForm-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-searchForm-container .locationMap-searchForm-title {
    font-size: 17px;
  }
}
@media (min-width: 1300px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-searchForm-container .locationMap-searchForm-title {
    font-size: 20px;
  }
}
@media (min-width: 1800px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-searchForm-container .locationMap-searchForm-title {
    font-size: 25px;
  }
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-searchForm-container .locationMap-searchForm-container {
  width: 100%;
  position: relative;
  margin: 10px 0 0;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-searchForm-container .locationMap-searchForm-container form .form-item {
  display: flex;
  width: 100%;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-searchForm-container .locationMap-searchForm-container form .form-item input[type=text] {
  height: 60px;
  line-height: 60px;
  padding: 0px 50px 0px 20px;
  font-size: 16px;
  border: 2px solid #EEE;
  background-image: none;
  display: flex;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-searchForm-container .locationMap-searchForm-container form .form-item input[type=text]:hover, .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-searchForm-container .locationMap-searchForm-container form .form-item input[type=text]:focus, .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-searchForm-container .locationMap-searchForm-container form .form-item input[type=text]:active {
  outline: none;
  background: #ffffff;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-searchForm-container .locationMap-searchForm-container .icon {
  position: absolute;
  top: 0;
  right: 20px;
  margin-top: 22px;
  z-index: 1;
  color: #AAA;
  font-size: 1rem;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-searchForm-container .locationMap-searchForm-container input[type=submit] {
  height: 45px;
  line-height: 44px;
  padding: 0 20px;
  font-family: "Gotham-Bold";
  font-weight: normal;
  font-size: 15px;
  background: #367F17;
  outline: none;
  color: #FFF;
  border: 2px solid #367F17;
  border-radius: 5px;
  margin: 0.75rem 0 0;
  transition: all 0.2s ease-in-out;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-searchForm-container .locationMap-searchForm-container input[type=submit]:hover {
  background: #FFF;
  color: #367F17;
  border: 2px solid #367F17;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container {
  width: 100%;
  clear: both;
  margin: 30px 0 0;
  border: 1px solid #eee;
  background: #f8f8f8;
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container {
    margin: 50px 0 0;
  }
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-toggle {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: "Gotham-Bold";
  line-height: 1;
  color: #367F17;
  font-size: 16px;
  padding: 20px 30px;
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-toggle {
    pointer-events: none;
    padding: 30px;
  }
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-toggle .locationMap-marker-accordion-toggle-icon {
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-toggle .locationMap-marker-accordion-toggle-icon {
    display: none;
  }
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content {
  display: none;
  padding: 30px;
  overflow: auto;
  border-top: 1px solid #eee;
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content {
    display: block !important;
    padding: 0 30px 30px;
    border: none;
  }
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dotted #DDD;
  position: relative;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container .checkbox-custom {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container .label-custom {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.corporate label:before, .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.dropoff label:before, .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.hauling label:before, .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.landfill label:before, .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.organics label:before, .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.recycling label:before, .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.transfer label:before {
  display: table-cell;
  width: 25px;
  font-size: 20px;
  vertical-align: middle;
  font-family: "location-markers" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.corporate label {
  color: #2f559a;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.corporate label:before {
  content: "\e906";
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.hauling label {
  color: #00253f;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.hauling label:before {
  content: "\e901";
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.landfill label {
  color: #e46425;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.landfill label:before {
  content: "\e902";
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.organics label {
  color: #3d963a;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.organics label:before {
  content: "\e903";
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.recycling label {
  color: #0082ca;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.recycling label:before {
  content: "\e904";
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.transfer label {
  color: #a154a1;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container.transfer label:before {
  content: "\e905";
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-marker-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .locationMap-key-location-container:last-of-type {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container {
  width: 100%;
  clear: both;
  margin: 30px 0 0;
  border: 1px solid #eee;
  background: #f8f8f8;
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container {
    background: #FFF;
    color: #367F17;
    font-size: 1rem;
  }
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-toggle.open {
  background: #7abf23;
  color: #FFF;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-toggle:hover {
  background: #7abf23;
  color: #FFF;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-toggle {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: "Gotham-Bold";
  line-height: 1;
  color: #367F17;
  font-size: 16px;
  padding: 20px 30px;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-toggle {
    padding: 30px;
    color: inherit;
  }
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-toggle .locationMap-marker-accordion-toggle-icon {
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-toggle .locationMap-marker-accordion-toggle-icon {
    display: block;
    top: 28px;
  }
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-content {
  display: none;
  padding: 30px;
  overflow: auto;
  border-top: 1px solid #eee;
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-content {
    display: block;
    padding: 0 30px 30px;
    border: none;
  }
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-content {
    display: none;
    padding: 30px;
    overflow: auto;
    border-top: 1px solid #eee;
  }
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .views-field-field-location-category {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dotted #DDD;
  position: relative;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .views-field-field-location-category .field-content a div {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  color: #606060;
  font-weight: bold;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .views-field-field-location-category .field-content a:before {
  display: table-cell;
  width: 25px;
  font-size: 20px;
  vertical-align: middle;
  font-family: "location-markers" !important;
  speak: none;
  font-style: normal;
  text-transform: none;
  line-height: 1;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .views-field-field-location-category .field-content a.corporate:before {
  content: "\e906";
  color: #2f559a;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .views-field-field-location-category .field-content a.hauling:before {
  content: "\e901";
  color: #00253f;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .views-field-field-location-category .field-content a.landfill:before {
  content: "\e902";
  color: #e46425;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .views-field-field-location-category .field-content a.organics:before {
  content: "\e903";
  color: #3d963a;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .views-field-field-location-category .field-content a.recycling:before {
  content: "\e904";
  color: #0082ca;
}
.locationMap-container .locationMap-contentCol-container .locationMap-contentCol-wrapper .locationMap-link-accordion-container .locationMap-marker-accordion-content .locationMap-locationToggles-wrapper .views-field-field-location-category .field-content a.transfer:before {
  content: "\e905";
  color: #a154a1;
}
.locationMap-container .locationMap-mapCol-container {
  display: block;
  line-height: 0;
  position: relative;
  background: #f8f8f8;
  border-top: 5px solid #f8f8f8;
  padding: 30px;
}
@media (min-width: 600px) {
  .locationMap-container .locationMap-mapCol-container {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-mapCol-container {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .locationMap-container .locationMap-mapCol-container {
    width: 69.2%;
  }
}
.locationMap-container .locationMap-mapCol-container .panelControllers {
  display: none;
  position: relative;
  font-size: 0;
  border-top: 5px solid #00326f;
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-mapCol-container .panelControllers {
    position: absolute;
    z-index: 3;
    top: -42px;
    margin: 0;
    border-top: none;
  }
}
.locationMap-container .locationMap-mapCol-container .panelControllers button {
  font-family: "Gotham-Bold";
  font-size: 13px;
  padding: 20px 5px;
  line-height: 1;
  background: #00326f;
  border: none;
  outline: none;
  color: #FFF;
  width: 50%;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-mapCol-container .panelControllers button {
    padding: 13px 20px 10px;
    width: auto;
    margin: 0 5px 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.locationMap-container .locationMap-mapCol-container .panelControllers button.active {
  background: #f8f8f8;
  color: #444;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container {
  background: #f8f8f8;
  width: 100%;
  padding: 0;
  line-height: 1.3;
  flex-direction: column;
  display: flex;
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-mapCol-container .locationMap-listView-container {
    padding: 50px 7% 50px 50px;
  }
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list {
  flex-direction: column;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 3px solid #fff;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-marker-container.Hauling .locationMap-listView-indListing-marker:before {
  content: "\e901";
  color: #00253f;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-marker-container.Corporate .locationMap-listView-indListing-marker:before {
  content: "\e906";
  color: #2f559a;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-marker-container.Landfill .locationMap-listView-indListing-marker:before {
  content: "\e902";
  color: #e46425;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-marker-container.Organics .locationMap-listView-indListing-marker:before {
  content: "\e903";
  color: #3d963a;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-marker-container.Recycling .locationMap-listView-indListing-marker:before {
  content: "\e904";
  color: #0082ca;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-marker-container.Transfer .locationMap-listView-indListing-marker:before {
  content: "\e905";
  color: #a154a1;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-marker-container {
  display: table-cell;
  vertical-align: top;
  width: 70px;
  padding: 0 30px 0 0;
}
@media (min-width: 600px) {
  .locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-marker-container {
    width: 100px;
  }
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-marker-container .locationMap-listView-indListing-marker {
  font-family: "location-markers" !important;
  font-size: 40px;
  text-align: center;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
@media (min-width: 600px) {
  .locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-marker-container .locationMap-listView-indListing-marker {
    font-size: 60px;
  }
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-marker-container .locationMap-listView-indListing-distance {
  font-family: "Gotham-Bold";
  line-height: 1.3;
  color: #9c9c9c;
  font-size: 12px;
  text-align: center;
  margin: 10px 0 0;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-content-container {
  display: table-cell;
  vertical-align: top;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-content-container .locationMap-listView-indListing-content-title {
  font-family: "Gotham-Bold";
  line-height: 1.2;
  color: #00263E;
  font-size: 17px;
}
@media (min-width: 600px) {
  .locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-content-container .locationMap-listView-indListing-content-title {
    font-size: 24px;
  }
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-content-container .locationMap-listView-indListing-content-meta {
  margin: 15px 0 0;
  font-size: 14px;
}
@media (min-width: 600px) {
  .locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-content-container .locationMap-listView-indListing-content-meta {
    font-size: 15px;
  }
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-content-container .locationMap-listView-indListing-content-meta .locationMap-listView-indListing-content-address {
  font-weight: 600;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-content-container .locationMap-listView-indListing-content-meta .locationMap-listView-indListing-content-address .btnIconWrapper {
  margin: 0 5px 0 0;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-content-container .locationMap-listView-indListing-content-meta div {
  margin: 0 0 5px;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-content-container .locationMap-listView-indListing-content-meta div:last-of-type {
  margin: 0;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-content-container .locationMap-listView-indListing-content-ctaContainer {
  margin: 5px 0 0;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-content-container .locationMap-listView-indListing-content-ctaContainer a {
  margin-top: 15px;
  margin-right: 5px;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-content-container .locationMap-listView-indListing-content-ctaContainer a.locationMap-listView-indListing-content-viewMap-btn {
  font-family: "Gotham-Bold";
  font-size: 12px;
  color: #FFF;
  display: inline-block;
  background: #76be43;
  padding: 10px 20px 9px;
  border: 2px solid #76be43;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-content-container .locationMap-listView-indListing-content-ctaContainer a.locationMap-listView-indListing-content-driving-btn {
  font-family: "Gotham-Bold";
  font-size: 12px;
  color: #FFF;
  display: inline-block;
  background: #00326f;
  padding: 10px 20px 9px;
  border: 2px solid #00326f;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-content-container .locationMap-listView-indListing-content-ctaContainer a.locationMap-listView-indListing-content-learnMore-btn {
  font-family: "Gotham-Bold";
  font-size: 12px;
  color: #FFF;
  display: inline-block;
  background: #00263E;
  padding: 10px 20px 9px;
  border: 2px solid #00263E;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.locationMap-container .locationMap-mapCol-container .locationMap-listView-container .content-list .locationMap-listView-indListing-container .locationMap-listView-indListing-content-container .locationMap-listView-indListing-content-ctaContainer a:last-of-type {
  margin-right: 0;
}
.locationMap-container .locationMap-mapCol-container .locationsMap-panel.content-map {
  position: relative !important;
  overflow: hidden;
  display: block;
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-mapCol-container .locationsMap-panel.content-map {
    position: absolute !important;
  }
}
.locationMap-container .locationMap-mapCol-container .content-map {
  height: 500px;
  width: 100%;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .locationMap-container .locationMap-mapCol-container .content-map {
    height: 100%;
    position: absolute;
    top: 0;
  }
}
.locationMap-container .locationMap-contentCol-container--staticmap {
  width: 100%;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer {
  position: relative;
  line-height: 1;
  background-color: #00263E;
  height: 650px;
  height: auto;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 600px) {
  .locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer {
    position: relative;
    line-height: 1;
    background-color: #00263E;
    height: auto;
  }
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer {
  position: absolute;
  top: 420px;
  z-index: 30;
  width: 100%;
  display: block;
}
@media (max-width: 999px) {
  .locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer {
    display: none;
  }
}
@media (min-width: 736px) {
  .locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer {
    position: absolute;
    top: 420px;
    z-index: 30;
    width: 100%;
  }
}
@media (min-width: 600px) {
  .locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer {
    position: absolute;
    top: 30px;
    z-index: 30;
    width: 100%;
  }
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey {
  padding: 15px;
  background: #fff;
  display: inline-block;
  line-height: 1.5;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles {
  width: 100%;
  display: table;
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: 1px dotted #e4e4e4;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper {
  display: flex;
  align-items: center;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper a {
  color: #777;
  padding-left: 6px;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper span.fa {
  font-size: 16px;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper .mapLabel {
  font-size: 13px;
  font-family: Gotham-Bold, sans-serif;
  margin: 0 0 0 8px;
  line-height: 1;
  font-weight: 400;
  vertical-align: middle;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper .mapLabel.recycleLabel, .locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper .mapLabel.recycleLabel:before {
  color: #0081c9;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper .mapLabel.organicLabel, .locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper .mapLabel.organicLabel:before {
  color: #76bd22;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper .mapLabel.landfillLabel, .locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper .mapLabel.landfillLabel:before {
  color: #ff681d;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper .mapLabel.landfillGasLabel, .locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper .mapLabel.landfillGasLabel:before {
  color: #ffe900;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper .mapLabel.transferLabel, .locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper .mapLabel.transferLabel:before {
  color: #8e4e81;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper .mapLabel:before {
  content: "\f111";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  padding-right: 3px;
  color: #00263e;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles .mapTogglesInnerWrapper .mapLabel.collectionLabel:before {
  color: #00263E;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapContentContainer .globalWidth .mapKey form .mapToggles.last3 {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapCustomers {
  background-color: #fff;
  padding: 9px 24px 9px 12px;
  position: absolute;
  bottom: 260px;
  right: 0;
  font-size: 13px;
  font-family: Gotham-Bold, sans-serif;
}
@media (min-width: 736px) {
  .locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapCustomers {
    bottom: 320px;
    right: 30px;
  }
}
@media (min-width: 600px) {
  .locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapCustomers {
    background-color: #fff;
    padding: 9px 24px 9px 12px;
    position: absolute;
    bottom: 100px;
    right: 100px;
    height: 42px;
  }
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapCustomers .c-map--customers {
  padding-top: 12px;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapCustomers .c-map--headquarters:before {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  padding-right: 3px;
  color: #fc0;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapCustomers .c-map--customers:before {
  content: "\f111";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  padding-right: 3px;
  color: #004a87;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapCaption {
  position: absolute;
  width: 45%;
  bottom: 0;
  right: 0;
}
@media (min-width: 736px) {
  .locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapCaption {
    bottom: 80px;
    right: 30px;
  }
}
@media (min-width: 600px) {
  .locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapCaption {
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapCaption {
    display: none;
  }
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapCaption p {
  color: #fff;
  font-style: italic;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapCaption p {
    color: #fff;
    font-style: italic;
    font-family: "Gotham-Bold", sans-serif;
    font-size: 14px;
    margin-bottom: 0;
  }
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapLayers {
  width: 100%;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapImageContainer .mapLayers img {
  width: 100%;
  max-width: 100%;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer {
  display: none;
}
@media screen and (max-width: 1000px) {
  .locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer {
    width: 100%;
    position: relative;
    display: block;
    background-color: #fff;
  }
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner {
  margin: 0 auto;
  max-width: 95%;
  line-height: 1.5;
  padding: 1rem;
}
@media screen and (max-width: 600px) {
  .locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner {
    max-width: 100%;
  }
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles {
  margin: 0;
  border-bottom: none;
  width: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 480px) {
  .locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles {
    margin: 0 0 8px;
    flex-basis: 100%;
    border-bottom: 1px dotted #e4e4e4;
  }
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper {
  display: flex;
  align-items: center;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper a {
  color: #777;
  padding-left: 6px;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper span.fa {
  font-size: 16px;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper .mapLabel {
  font-size: 13px;
  font-family: Gotham-Bold, sans-serif;
  margin: 0 0 0 8px;
  line-height: 1;
  font-weight: 400;
  vertical-align: middle;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper .mapLabel.recycleLabel, .locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper .mapLabel.recycleLabel:before {
  color: #0081c9;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper .mapLabel.organicLabel, .locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper .mapLabel.organicLabel:before {
  color: #76bd22;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper .mapLabel.landfillLabel, .locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper .mapLabel.landfillLabel:before {
  color: #ff681d;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper .mapLabel.landfillGasLabel, .locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper .mapLabel.landfillGasLabel:before {
  color: #ffe900;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper .mapLabel.transferLabel, .locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper .mapLabel.transferLabel:before {
  color: #8e4e81;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper .mapLabel:before {
  content: "\f111";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  padding-right: 3px;
  color: #00263e;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapKeyContainer .mapKeyInner .mapKeyTogglesContainer .mapToggles .mapTogglesInnerWrapper .mapLabel.collectionLabel:before {
  color: #00263E;
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapCaptionContainer {
  display: none;
}
@media screen and (max-width: 1200px) {
  .locationMap-container .locationMap-contentCol-container--staticmap .mapCaptionContainer {
    padding: 1rem;
    position: relative;
    display: block;
    background-color: #00263E;
  }
}
@media screen and (max-width: 1200px) {
  .locationMap-container .locationMap-contentCol-container--staticmap .mapCaptionContainer .mapCaptionInner {
    margin: 0 auto;
    max-width: 80%;
  }
}
.locationMap-container .locationMap-contentCol-container--staticmap .mapCaptionContainer .mapCaptionInner p {
  color: #fff;
  font-style: italic;
  font-family: Gotham-Bold, sans-serif;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .page-hero {
    margin-top: 70px;
  }
}
@media (min-width: 600px) {
  .page-hero {
    text-align: center;
    position: relative;
    width: 100%;
    height: 380px;
    margin-top: 50px;
  }
}
@media (min-width: 1000px) {
  .page-hero {
    height: 540px;
  }
}
@media (min-width: 1200px) {
  .page-hero {
    height: 440px;
    margin-top: 110px;
  }
}
.page-hero .page-hero--image {
  background: #818181;
  height: 100%;
  left: 0;
  padding: 0 !important;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 600px) {
  .page-hero .page-hero--image {
    position: absolute;
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .page-hero .page-hero--image {
    position: fixed;
    top: 140px;
  }
}
.page-hero .page-hero--image div img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  top: -80px;
  left: 0;
}
@media (min-width: 600px) {
  .page-hero .page-hero--image div img {
    position: absolute;
  }
}
@media (min-width: 600px) {
  .page-hero .page-hero--image::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 37, 62, 0.6);
    top: -80px;
  }
}
.page-hero .page-content {
  background: #818181;
  display: block;
  height: 100%;
  width: 100%;
  color: #FFF;
  align-items: center;
  justify-content: center;
}
@media (min-width: 600px) {
  .page-hero .page-content {
    background: none;
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #FFF;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .page-hero .page-content {
    padding: 36px 0;
  }
}
.page-hero .page-content .globalWidth {
  width: 100%;
  padding: 0;
  top: 0;
}
@media (min-width: 1200px) {
  .page-hero .page-content .globalWidth {
    top: -150px;
  }
}
.page-hero .page-content .globalWidth .internal-fullWidthPromo-contentWrapper {
  padding: 0;
  margin: 0 5%;
}
@media (min-width: 600px) {
  .page-hero .page-content .globalWidth .internal-fullWidthPromo-contentWrapper {
    padding: 0 5%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .page-hero .page-content .globalWidth .internal-fullWidthPromo-contentWrapper {
    padding: 0 5%;
    margin: 0;
  }
}
@media (min-width: 812px) {
  .page-hero .page-content .globalWidth .internal-fullWidthPromo-contentWrapper {
    padding: 0 5%;
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .page-hero .page-content .globalWidth .internal-fullWidthPromo-contentWrapper {
    padding: 60px 5%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .page-hero .page-content .globalWidth .internal-fullWidthPromo-contentWrapper {
    padding: 5% 10%;
    margin: 0;
  }
}
.page-hero .page-content .globalWidth .internal-fullWidthPromo-contentWrapper h1.internal-fullWidthPromo-title {
  color: #FFF;
  text-transform: uppercase;
  font-size: 32px;
  text-align: left;
}
@media (min-width: 600px) {
  .page-hero .page-content .globalWidth .internal-fullWidthPromo-contentWrapper h1.internal-fullWidthPromo-title {
    color: #FFF;
    text-transform: uppercase;
    font-size: 55px;
    text-align: left;
    line-height: 53px;
  }
}
.page-hero .page-content .globalWidth .internal-fullWidthPromo-contentWrapper h1.internal-fullWidthPromo-title span {
  /*text-shadow: 2px 2px 4px $color-black;*/
}
.page-hero .page-content .globalWidth .internal-fullWidthPromo-contentWrapper .internal-fullWidthPromo-teaser {
  font-family: "Droid Serif", serif;
  font-size: 24px;
  text-align: left;
  line-height: 1.2;
  color: #FFF;
}
@media (min-width: 600px) {
  .page-hero .page-content .globalWidth .internal-fullWidthPromo-contentWrapper .internal-fullWidthPromo-teaser {
    line-height: 28px;
    max-width: 600px;
    /*text-shadow: 2px 2px 4px $color-black;*/
  }
}

.internal-mainBody-container.page {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.internal-mainBody-container.page .pageWidth {
  width: 100%;
}
.internal-mainBody-container.page .pageWidth .internal-mainBody-layoutContainer {
  display: block;
  width: 100%;
}
.internal-mainBody-container.page .pageWidth .internal-mainBody-layoutContainer .internal-mainBody-contentContainer {
  padding: 0;
  display: block;
}

.careersDDBlock {
  border-bottom: 2px solid white !important;
}

.careersDDBlock:hover {
  color: #76bc21 !important;
}

.careersDDMobileBtn {
  font-family: "FontAwesome" !important;
  font-size: 18px;
  text-align: center;
  vertical-align: top;
  width: 10px;
  height: 10px;
  display: none;
  position: absolute;
  margin: 10px;
  top: -3px;
  left: 95px;
}

.careersDDMobileBtn:before {
  color: white;
  position: relative;
  display: block;
  content: "\f103";
  top: -4px;
}

.rotate180 {
  transform: rotate(180deg);
}

.cd-faq {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cd-faq {
    display: block;
  }
}
.cd-faq .cd-close-panel {
  position: fixed;
  top: 15px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 4002;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: right 0.4s;
}
@media only screen and (min-width: 767px) {
  .cd-faq .cd-close-panel {
    display: none;
  }
}
.cd-faq .cd-close-panel::before, .cd-faq .cd-close-panel::after {
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e;
  content: "";
}
.cd-faq .cd-close-panel::after {
  transform: rotate(-45deg);
}
.cd-faq .cd-close-panel::before {
  transform: rotate(45deg);
}
.cd-faq .cd-close-panel.move-left {
  right: 30px;
}
@media only screen and (min-width: 768px) {
  .cd-faq .cd-faq-categories {
    width: 30%;
    float: left;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq .cd-faq-categories {
    top: 0;
    left: 0;
    width: 250px;
    z-index: 2;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .cd-faq .cd-faq-categories {
    display: inline;
  }
  .cd-faq .cd-faq-categories a::before, .cd-faq .cd-faq-categories a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: inline-block;
    height: 1px;
    width: 10px;
    background-color: #7f868e;
    content: "";
  }
  .cd-faq .cd-faq-categories a::after {
    transform: rotate(90deg);
    content: "";
  }
}
.cd-faq .cd-faq-categories .selected {
  background: #fff;
  color: #00263E;
}
@media (min-width: 900px) {
  .cd-faq .cd-faq-categories .selected {
    background: #367F17;
    color: #fff;
  }
}
.cd-faq .cd-faq-categories li a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #FFF;
  color: #00263E;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  text-overflow: ellipsis;
  font-family: "Gotham-Bold";
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .cd-faq .cd-faq-categories li a {
    font-size: 12px;
    padding-left: 24px;
    padding: 0 24px;
    transition: background 0.2s, padding 0.2s;
    color: #767676;
    border-right: 3px solid #367F17;
  }
}
.cd-faq .cd-faq-categories li:last-of-type a {
  border-bottom: none;
}
.cd-faq .show-faq-items {
  right: 0 !important;
}
.cd-faq .cd-faq-items {
  position: fixed;
  height: 100%;
  width: calc(100% - 68px);
  top: 0;
  right: -200%;
  background: #ffffff;
  padding: 30px;
  overflow: auto;
  z-index: 4001;
  backface-visibility: hidden;
  transition: right 0.3s;
  border-left: 8px solid #00263E;
}
@media only screen and (min-width: 768px) {
  .cd-faq .cd-faq-items {
    position: static;
    height: auto;
    width: 65%;
    float: right;
    overflow: visible;
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
    border: none;
    z-index: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq .cd-faq-items {
    float: none;
    width: 100%;
  }
}
.cd-faq .cd-faq-items .cd-faq-group {
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-faq .cd-faq-items .cd-faq-group {
    display: block !important;
  }
  .cd-faq .cd-faq-items .cd-faq-group > li {
    background: #ffffff;
    margin-bottom: 15px;
    transition: all 0.2s;
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    transition: 0.2s all ease-in-out;
  }
  .cd-faq .cd-faq-items .cd-faq-group > li:hover {
    border: 2px solid #7abf23;
  }
}
.cd-faq .cd-faq-items .cd-faq-group .cd-faq-title {
  background: transparent;
  margin: 1em 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .cd-faq .cd-faq-items .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
  }
}
.cd-faq .cd-faq-items .cd-faq-group .cd-faq-title h2 {
  text-transform: uppercase;
  font-size: 12px;
  color: #367F17;
  font-family: "Gotham-Bold";
  font-weight: normal;
}
.cd-faq .cd-faq-items .cd-faq-group .cd-faq-title:hover {
  border: none;
}
@media only screen and (min-width: 768px) {
  .cd-faq .cd-faq-items .cd-faq-group li.content-visible .cd-faq-trigger::before {
    transform: rotate(-45deg);
  }
}
@media only screen and (min-width: 768px) {
  .cd-faq .cd-faq-items .cd-faq-group li.content-visible .cd-faq-trigger::after {
    transform: rotate(45deg);
  }
}
.cd-faq .cd-faq-items .cd-faq-group li .cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 0.4em;
  line-height: 1.2;
  font-family: "Gotham-Bold";
  font-weight: normal;
  font-size: 15px;
  color: #00263E;
}
@media only screen and (min-width: 768px) {
  .cd-faq .cd-faq-items .cd-faq-group li .cd-faq-trigger {
    font-size: 18px;
    margin: 0;
    padding: 24px 72px 21px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .cd-faq .cd-faq-items .cd-faq-group li .cd-faq-trigger::before {
    transform: rotate(45deg);
    right: 32px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cd-faq .cd-faq-items .cd-faq-group li .cd-faq-trigger::after {
    transform: rotate(-45deg);
  }
}
@media only screen and (min-width: 768px) {
  .cd-faq .cd-faq-items .cd-faq-group li .cd-faq-trigger::before, .cd-faq .cd-faq-items .cd-faq-group li .cd-faq-trigger::after {
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #7abf23;
    backface-visibility: hidden;
    transition-property: transform;
    transition-duration: 0.2s;
    content: "";
  }
}
@media (max-width: 767px) {
  .cd-faq .cd-faq-items .cd-faq-group li .cd-faq-content {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .cd-faq .cd-faq-items .cd-faq-group li .cd-faq-content {
    display: none;
    padding: 0 24px 30px;
  }
}
.cd-faq .cd-faq-items .cd-faq-group li .cd-faq-content p {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #606060;
}
@media only screen and (min-width: 768px) {
  .cd-faq .cd-faq-items .cd-faq-group li .cd-faq-content p {
    line-height: 1.6;
  }
}
.cd-faq .cd-faq-items .cd-faq-group li .cd-faq-content p:last-of-type {
  margin: 0;
}

.internal-mainBody-container .globalWidth h2.search-title {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: normal;
  font-family: "Gotham-Bold";
  color: #367F17;
  font-size: 14px;
  margin: 50px 0 0;
  padding: 50px 0 0;
  border-top: 3px solid #f4f4f4;
}
@media (max-width: 600px) {
  .internal-mainBody-container .globalWidth h3 {
    font-size: 15px !important;
  }
}
.internal-mainBody-container .globalWidth .search-form .container-inline {
  position: relative;
}
.internal-mainBody-container .globalWidth .search-form .container-inline label {
  display: inline;
}
.internal-mainBody-container .globalWidth .search-form .container-inline .form-item input[type=search] {
  font-size: 16px;
  padding: 0 120px 0 20px;
  height: 60px;
}
.internal-mainBody-container .globalWidth .search-form .container-inline input[type=submit] {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
  height: 60px;
  padding: 0 20px;
  font-family: "Gotham-Bold";
  font-size: 16px;
  color: #FFF;
  display: inline-block;
  background: #00326f;
  border: 2px solid #00326f;
  outline: none;
  cursor: pointer;
}
.internal-mainBody-container .globalWidth .search-form .container-inline input[type=submit]:hover {
  border: 2px solid #00326f;
  background: #FFF;
  color: #00326f;
}
.internal-mainBody-container .globalWidth ol {
  list-style: decimal;
  margin: 0 0 30px 15px;
}
.internal-mainBody-container .globalWidth ol li {
  border-top: 1px dotted #ddd;
  margin-top: 30px;
  padding: 25px 0 0;
}
.internal-mainBody-container .globalWidth ol li h3 {
  margin: 0 0 10px;
}
.internal-mainBody-container .globalWidth ol li h3 a {
  color: #00326f;
}
.internal-mainBody-container .globalWidth ol li h3 a:hover {
  color: #367F17;
}
.internal-mainBody-container .globalWidth ol li p {
  font-style: italic;
}
.internal-mainBody-container .globalWidth ol li:first-of-type {
  border-top: none;
  padding: 0;
}
.internal-mainBody-container .globalWidth nav.pager {
  margin: 50px 0 0;
  padding: 50px 0 0;
  border-top: 3px solid #f4f4f4;
}
.internal-mainBody-container .globalWidth nav.pager ul.pager__items {
  margin: 0;
  list-style: none;
  text-align: center;
}
.internal-mainBody-container .globalWidth nav.pager ul.pager__items li.pager__item.is-active a {
  color: #76be43;
  cursor: default;
  font-size: 1.3rem;
}
.internal-mainBody-container .globalWidth nav.pager ul.pager__items li.pager__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.4rem;
}
.internal-mainBody-container .globalWidth nav.pager ul.pager__items li.pager__item a {
  color: #00263d;
  cursor: pointer;
  font-family: "Gotham-Bold";
  font-size: 0.8rem;
}
.internal-mainBody-container .globalWidth nav.pager ul.pager__items li.pager__item a:hover {
  color: #CCC;
}
.internal-mainBody-container .globalWidth nav.pager ul.pager__items .pager__item--next {
  margin: 0 0 0 0.4em !important;
}
.internal-mainBody-container .globalWidth nav.pager ul.pager__items .pager__item--last {
  margin: 0 0 0 0.75rem !important;
}
.internal-mainBody-container .globalWidth nav.pager ul.pager__items .pager__item--last a {
  color: #AAA !important;
}
.internal-mainBody-container .globalWidth nav.pager ul.pager__items li.pager__item.pager__item--first {
  margin: 0 0.75rem 0 0;
}
.internal-mainBody-container .globalWidth nav.pager ul.pager__items li.pager__item.pager__item--first a {
  color: #AAA;
}

.lightgray {
  background: #EBEBEB;
}

.natural-gray {
  background: #F2F4F5;
}

#CommunityEngagement .primary-button.blue {
  padding: 0px 30px;
}
@media (max-width: 900px) {
  #CommunityEngagement .primary-button.blue {
    padding: 0;
  }
}

.two-column-page-content {
  margin: 0 auto;
  padding: 4rem 4rem 42px 4rem;
  display: flex;
  justify-content: center;
}
.two-column-page-content.blue {
  background: #00263E;
  color: #FFF;
}
.two-column-page-content.blue h2 {
  color: #76BC21 !important;
}
.two-column-page-content.white {
  background: #FFF;
  color: #00263E;
}
@media (max-width: 768px) {
  .two-column-page-content {
    padding: 8rem 2rem 28px 2rem;
  }
}
.two-column-page-content .reverse {
  flex-direction: row-reverse !important;
}
@media (max-width: 900px) {
  .two-column-page-content .reverse {
    flex-direction: column !important;
  }
}
.two-column-page-content .reverse > div {
  width: 49% !important;
}
@media (max-width: 900px) {
  .two-column-page-content .reverse > div {
    width: 100% !important;
  }
}
.two-column-page-content .column-big-image-and-content {
  display: flex;
  max-width: 1300px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .two-column-page-content .column-big-image-and-content {
    flex-direction: column;
  }
}
.two-column-page-content .column-big-image-and-content .card-image {
  width: 75%;
}
@media (max-width: 768px) {
  .two-column-page-content .column-big-image-and-content .card-image {
    width: 100%;
  }
}
.two-column-page-content .column-big-image-and-content .card-image img {
  max-width: 1000px;
  width: 100%;
  height: auto;
  border-radius: 14px;
  background: #d9d9d9;
}
.two-column-page-content .column-big-image-and-content .card-image p {
  font-size: 12px;
  text-align: left;
  line-height: 24px;
}
.two-column-page-content .column-big-image-and-content .card-content {
  width: 25%;
  margin: 0px 20px;
}
@media (max-width: 768px) {
  .two-column-page-content .column-big-image-and-content .card-content {
    width: 100%;
    margin: 0px 10px;
  }
}
.two-column-page-content .column-big-image-and-content .card-content p {
  text-align: left;
  margin: auto;
  margin-bottom: 20px;
  line-height: 24px;
}
.two-column-page-content .column-big-image-and-content .card-content p span {
  font-family: "Gotham-Bold";
  color: #76BC21;
}
.two-column-page-content .column-content {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  max-width: 1300px;
  width: 100%;
}
@media (max-width: 900px) {
  .two-column-page-content .column-content {
    flex-direction: column;
  }
}
.two-column-page-content .column-content .card-content {
  color: #00263E;
}
.two-column-page-content .column-content .card-content .span-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Gotham-Bold";
  color: #00263E;
  margin: 20px 0px 0px 0px;
}
@media (max-width: 768px) {
  .two-column-page-content .column-content .card-content .span-text {
    margin: 10px 0px 0px 0px;
  }
}
.two-column-page-content .column-content .card-content p {
  color: #00263E;
  margin: 10px 0px;
  font-family: "Gotham-Book";
}
.two-column-page-content .column-content .card-content .button-container {
  display: flex;
  justify-content: start;
}
@media (max-width: 768px) {
  .two-column-page-content .column-content .card-content .button-container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .two-column-page-content .column-content .card-content .button-container .primary-button {
    margin: 10px 0px;
  }
}
.two-column-page-content .column-content .card-content .button-container .primary-button.blue {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .two-column-page-content .column-content .card-content .button-container .primary-button.blue {
    margin-left: 0px;
  }
}
.two-column-page-content .column-content .card-content ul {
  margin: 15px 0px 0px 15px;
  list-style: initial;
}
.two-column-page-content .column-content .card-content ul li {
  margin: 0px 0px 0px 10px;
  font-family: "Gotham-Book";
  line-height: 24px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .two-column-page-content .column-content .card-content ul li {
    margin: 0px;
  }
}
.two-column-page-content .column-content .card-content ul li a {
  color: #00263E;
  text-decoration: underline;
}
.two-column-page-content .column-content .card-content ul li span {
  font-family: "Gotham-Bold";
  font-size: 16px;
}
.two-column-page-content .column-content > div {
  width: 45%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media (max-width: 900px) {
  .two-column-page-content .column-content > div {
    width: 100%;
    margin: 20px 0px;
  }
}
.two-column-page-content .column-content div img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
}
.two-column-page-content .column-content div h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  text-align: left;
}
.two-column-page-content .column-content div .span-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Gotham-Bold";
}
.two-column-page-content .column-content div p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.two-column-page-content .column-content .multiples-card-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
  max-width: 620px;
  margin: auto;
}
.two-column-page-content .column-content .multiples-card-images .main-image {
  grid-column: span 2;
  width: 100%;
  position: relative;
}
.two-column-page-content .column-content .multiples-card-images .main-image img {
  border-radius: 20px;
}
.two-column-page-content .column-content .multiples-card-images img {
  width: 100%;
  height: auto;
}
.two-column-page-content .column-content .left-column {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 530px;
}
.two-column-page-content .column-content .left-column .page-heading {
  font-size: 50px;
  font-weight: bold;
  color: #76BC21;
  margin: 20px 0px;
  width: 100%;
  line-height: 60px;
}
@media (max-width: 768px) {
  .two-column-page-content .column-content .left-column .page-heading {
    font-size: 46px;
    line-height: 45px;
    margin: 0px;
  }
}
@media (max-width: 480px) {
  .two-column-page-content .column-content .left-column .page-heading {
    font-size: 32px;
    line-height: 38px;
  }
}
.two-column-page-content .column-content .left-column .hero-text {
  font-size: 18px;
  color: #FFF;
  margin: 30px 0px;
  font-family: "Gotham-Book";
  line-height: 27px;
}
@media (max-width: 768px) {
  .two-column-page-content .column-content .left-column .internal-headerPanel-breadcrumbs {
    margin-bottom: 20px;
  }
}
.two-column-page-content .column-content .left-column .internal-headerPanel-breadcrumbs ul li {
  display: inline-block;
  font-size: 12px;
  font-family: "Gotham-Bold";
  color: #3e8ed9;
}
.two-column-page-content .column-content .left-column .internal-headerPanel-breadcrumbs ul li a {
  color: #FFF;
}
.two-column-page-content .column-content .left-column .internal-headerPanel-breadcrumbs ul li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 7px 0 10px;
  color: #3e8ed9;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 14px;
}
@media (max-width: 768px) {
  .video-container {
    max-width: 100%;
    height: 254px;
  }
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  border: none;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

/* Hero Image Container */
.hero-image-container {
  width: 100%;
  height: auto;
  max-width: 645px;
  min-height: 354px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}
@media (max-width: 768px) {
  .hero-image-container {
    max-width: 100%;
    min-height: auto;
  }
}

.hero-image {
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.container-icon-section {
  padding: 50px 0px;
}
@media (max-width: 768px) {
  .container-icon-section {
    padding: 10px 20px;
  }
}
.container-icon-section h2 {
  text-align: center;
  color: #00263E;
}
.container-icon-section.pillars {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-icon-section.pillars p {
  font-family: "Gotham-Book";
  font-size: 16px;
  line-height: 24px;
  max-width: 987px;
}
.container-icon-section.pillars .icon-content-cta {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .container-icon-section.pillars .icon-content-cta {
    display: grid;
    padding: 0px 0px 4rem 0px;
    gap: 0px;
  }
}
.container-icon-section.pillars .icon-content-cta .box {
  margin: 0px 40px 30px 40px;
}
@media (max-width: 768px) {
  .container-icon-section.pillars .icon-content-cta .box {
    margin: 2rem 0px 0px 2rem;
  }
}
.container-icon-section.pillars .icon-content-cta .box img {
  width: auto;
  cursor: pointer !important;
}
@media (max-width: 768px) {
  .container-icon-section.pillars .icon-content-cta .box img {
    height: 100%;
    width: 100%;
    max-width: 118px;
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .container-icon-section.pillars .icon-content-cta .box:last-child {
    grid-column: span 2;
    justify-self: center;
  }
}
.container-icon-section .icon-content-cta {
  display: grid;
  grid-template-columns: repeat(6, 118px);
  gap: 30px;
  padding: 4rem;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container-icon-section .icon-content-cta {
    grid-template-columns: repeat(3, 118px);
    gap: 90px;
  }
}
@media (max-width: 768px) {
  .container-icon-section .icon-content-cta {
    grid-template-columns: repeat(2, 50%);
    justify-content: center;
    padding: 2rem 2rem 28px 2rem;
    gap: 30px;
  }
}
.container-icon-section .icon-content-cta .box {
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 0 20px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .container-icon-section .icon-content-cta .box {
    height: auto;
  }
}
.container-icon-section .icon-content-cta .box h3 {
  text-align: center;
  color: #00263E;
  font-size: 20px;
  line-height: 28px;
  width: 170px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .container-icon-section .icon-content-cta .box h3 {
    width: 100px;
  }
}
.container-icon-section .icon-content-cta .box a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 210px;
}
.container-icon-section .icon-content-cta .box a img {
  width: 118px;
  height: 118px;
  object-fit: cover;
}
.container-icon-section .icon-content-cta .box img {
  width: 118px;
  height: 118px;
  object-fit: cover;
}

.image-content-cta-section {
  margin: 0 auto;
  padding: 4rem 4rem 42px 4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .image-content-cta-section {
    padding: 2rem 2rem 28px 2rem;
  }
}
.image-content-cta-section .image-content-cta {
  max-width: 1300px;
  font-family: "Gotham-Book";
  align-items: center;
  display: flex;
  flex-direction: column;
}
.image-content-cta-section .image-content-cta h2 {
  color: #00263E;
}
.image-content-cta-section .image-content-cta p {
  max-width: 960px;
  line-height: 28.8px;
  font-size: 16px;
  text-align: center;
}
.image-content-cta-section .image-content-cta .span-text {
  font-family: "Gotham-Bold";
}
.image-content-cta-section .image-content-cta .image-content-cta-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
}
.image-content-cta-section .image-content-cta .image-content-cta-container .text-and-button .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-content-cta-section .image-content-cta .image-content-cta-container .text-and-button .card-content p {
  max-width: 640px;
}
.image-content-cta-section .image-content-cta .image-content-cta-container .text-and-button .card-content p a {
  color: #00263E;
  text-decoration: underline;
}
.image-content-cta-section .image-content-cta .image-content-cta-container .card .card-content .primary-button {
  margin: 20px 0px;
}
.image-content-cta-section .image-content-cta-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
}
.image-content-cta-section .image-content-cta-container .card .card-content .primary-button {
  margin: 20px 0px;
}
@media (max-width: 768px) {
  .image-content-cta-section .image-content-cta-container .card {
    width: 100%;
  }
}

.sustainability-report {
  text-align: center;
  margin: 0 auto;
  padding: 4rem 4rem 42px 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sustainability-report.green {
  background: #76BC21;
}
@media (max-width: 768px) {
  .sustainability-report {
    padding: 2rem 2rem 28px 2rem;
  }
}
.sustainability-report .image-content-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sustainability-report .image-content-cta h2 {
  color: #00263E;
}
.sustainability-report .image-content-cta .image-content-cta-container {
  margin-bottom: 40px;
  gap: 8rem;
}
@media screen and (max-width: 1200px) {
  .sustainability-report .image-content-cta .image-content-cta-container {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .sustainability-report .image-content-cta .image-content-cta-container {
    gap: 1rem;
    margin-bottom: 0px;
  }
}
.sustainability-report .image-content-cta .image-content-cta-container .point {
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .sustainability-report .image-content-cta .image-content-cta-container .point {
    margin: 10px 0px;
  }
}
.sustainability-report .image-content-cta .image-content-cta-container .point .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sustainability-report .image-content-cta .image-content-cta-container .point .card-content h2, .sustainability-report .image-content-cta .image-content-cta-container .point .card-content h3 {
  color: #00263E;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
.sustainability-report .image-content-cta .image-content-cta-container .point .card-content p {
  color: #00263E;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-family: "Gotham-Book";
}
.sustainability-report .image-content-cta .image-content-cta-container .point .card-image {
  width: 107px;
  height: 107px;
  margin: 0px 28px 0px 0px;
}
.sustainability-report .image-content-cta .image-content-cta-container .point .card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}

.news-and-resources {
  text-align: center;
  margin: 0 auto;
  padding: 4rem 4rem 42px 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .news-and-resources {
    padding: 2rem 2rem 28px 2rem;
  }
}
.news-and-resources .image-content-cta h2 {
  color: #00263E;
}
.news-and-resources .image-content-cta .image-content-cta-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 70px;
  margin-top: 25px;
}
@media screen and (max-width: 900px) {
  .news-and-resources .image-content-cta .image-content-cta-container {
    flex-direction: column;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 0px;
  }
}
.news-and-resources .image-content-cta .image-content-cta-container .news-card {
  display: flex;
  width: 46%;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .news-and-resources .image-content-cta .image-content-cta-container .news-card {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.news-and-resources .image-content-cta .image-content-cta-container .news-card .card-image {
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  .news-and-resources .image-content-cta .image-content-cta-container .news-card .card-image {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.news-and-resources .image-content-cta .image-content-cta-container .news-card .card-image img {
  width: 320px;
  height: 195px;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .news-and-resources .image-content-cta .image-content-cta-container .news-card .card-image img {
    width: 100%;
    height: auto;
  }
}
.news-and-resources .image-content-cta .image-content-cta-container .news-card .card-content {
  width: 100%;
  max-width: 273px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-and-resources .image-content-cta .image-content-cta-container .news-card .card-content a:focus {
  outline: 1px solid #00263E;
}
.news-and-resources .image-content-cta .image-content-cta-container .news-card .card-content .link-news {
  font-size: 24px;
  color: #00263E;
  line-height: 29px;
  text-align: left;
  font-family: "Gotham-Bold";
  margin: 0px;
}
@media screen and (max-width: 900px) {
  .news-and-resources .image-content-cta .image-content-cta-container .news-card .card-content {
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.news-and-resources .image-content-cta .image-content-cta-container .news-card .card-content .primary-button {
  width: 216px;
  text-transform: capitalize;
}
@media screen and (max-width: 900px) {
  .news-and-resources .image-content-cta .image-content-cta-container .news-card .card-content .primary-button {
    width: 100%;
  }
}

.center-content {
  width: 100%;
  max-width: 960px;
  margin: 0px 0px 2rem 0px;
}
.center-content .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.center-content .card-content p {
  line-height: 24px;
  margin: 0;
  color: #00263E;
}

.title-and-text {
  margin: 0 auto;
  padding: 3rem 0px 0px 0px;
  display: flex;
  justify-content: center;
  color: #00263E;
}
@media (max-width: 768px) {
  .title-and-text {
    padding: 2rem 2rem 28px 2rem;
  }
}

.report-title {
  font-size: 20px !important;
  color: #00263E;
  font-family: "Gotham-Bold";
  text-align: left !important;
}

.card {
  overflow: hidden;
  width: calc(50% - 20px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.card.blue {
  border-radius: 10px 10px 20px 20px;
}
.card.blue .card-content {
  background-color: #00263E;
}
.card.blue .card-content h2 {
  color: #76BC21;
  font-size: 24px;
}
.card.blue .card-content p {
  color: #FFF;
}
.card.blue .card-image img {
  border-radius: 0px;
}
.card.white {
  box-shadow: none;
}
.card.white .card-image {
  border-radius: 20px;
}
.card.white .card-content {
  padding: 20px 0px;
}
.card.white .card-content h2 {
  color: #00263E;
}
.card.white .card-content p {
  color: #00263E;
}
.card .card-image {
  background-color: #EBEBEB;
  height: 277px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .card .card-image {
    height: auto;
  }
}
.card .card-image img {
  width: 100%;
  height: 277px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .card .card-image img {
    height: auto;
  }
}
.card .card-image p {
  margin: 0;
  color: #666;
}
.card .card-content {
  padding: 20px;
  color: #fff;
  flex: 1;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.card .card-content h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #76BC21;
  margin-top: 0;
}
.card .card-content p {
  font-size: 16px;
  line-height: 24px;
  text-align: start;
  font-family: "Gotham-Book";
  max-width: 560px;
}
.card .card-content p span {
  font-family: "Gotham-Bold";
}
.card .card-content .primary-button {
  margin: 20px 0px;
}

.primary-button {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 298px;
  height: 56px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  margin: 20px 0px;
}
.primary-button img {
  width: 24px !important;
  height: 24px;
  margin-left: 5px;
  margin-top: 2px;
}
.primary-button.green {
  background-color: #76BC21;
  color: #00263E;
}
.primary-button.green:hover, .primary-button.green:focus {
  background-color: #64943e;
}
.primary-button.blue {
  background-color: #00263E;
  color: #FFF;
}
.primary-button.blue:hover {
  background-color: #1d303f;
}
.primary-button.blue:focus {
  background-color: #014e7f;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

img {
  cursor: auto !important;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(20px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: auto;
}
.popup .popup-inner {
  background-color: #FFF;
  max-height: 90%;
  margin-top: 10%;
}
@media (max-width: 540px) {
  .popup .popup-inner {
    margin-top: 0;
    max-height: 95%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .popup .popup-inner {
    margin-top: 5%;
    max-height: 95%;
    border-radius: 4px;
  }
}
.popup .popup-inner .field_modal_pdf {
  left: 50%;
  background-color: white;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  overflow-y: auto;
  border-radius: 4px;
}
.popup .popup-inner .field_modal_pdf h2 {
  padding: 30px 0px 0px 50px;
}
@media (max-width: 600px) {
  .popup .popup-inner .field_modal_pdf h2 {
    padding: 65px 0px 0px 15px;
    margin: 0 0 -15px !important;
  }
}
.popup .popup-inner .field_modal_pdf p {
  font-size: 15px;
  line-height: 1.5;
  font-family: "Droid Serif", sans-serif;
  margin: 80px 0 0px 0;
  padding: 0rem 3rem;
  max-width: 785px;
}
@media (max-width: 600px) {
  .popup .popup-inner .field_modal_pdf p {
    padding: 0rem 1rem;
    margin: -20px 0 0px 0;
  }
}
.popup .popup-inner .field_modal_pdf button {
  position: absolute;
  top: 1.5rem;
  left: 0rem;
  background: transparent;
  color: #FFF;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 370%;
  z-index: -1;
  display: flex;
}
.popup .popup-inner .field_modal_pdf button img {
  width: 50px;
  height: 50px;
  filter: invert(100%);
  position: absolute;
  top: 0;
  right: 30px;
}
@media (max-width: 600px) {
  .popup .popup-inner .field_modal_pdf button img {
    margin-right: 0.8rem;
    width: 1.6rem;
    position: relative;
    right: auto;
  }
}
.popup .popup-inner .field_modal_pdf button img:active {
  border: 1px solid #001928;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .popup .popup-inner .field_modal_pdf button {
    position: absolute;
    background: #2c3e50;
    display: flex;
    height: 60px;
    right: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
}
.popup .popup-inner .field_modal_pdf button span {
  display: none;
}
@media (max-width: 600px) {
  .popup .popup-inner .field_modal_pdf button span {
    display: block;
    color: #FFF;
    font-size: 1.6rem;
  }
}
.popup .popup-inner .field_modal_pdf .field-pdf-file {
  margin: 0 !important;
}
.popup .popup-inner .field_modal_pdf .field-pdf-file .internal-mainBody-featuredContent-container__inner {
  border: none !important;
  margin: 0;
}
.popup .popup-inner .field_modal_pdf .internal-mainBody-featuredContent-container {
  display: flex;
  margin-bottom: 20px;
}
.popup .popup-inner .field_modal_pdf .internal-mainBody-featuredContent-container .internal-mainBody-featuredContent-container__inner {
  display: flex;
  flex-direction: column-reverse;
  border: none;
}
@media (max-width: 600px) {
  .popup .popup-inner .field_modal_pdf .internal-mainBody-featuredContent-container .internal-mainBody-featuredContent-container__inner {
    flex-direction: column;
  }
}
.popup .popup-inner .field_modal_pdf .internal-mainBody-featuredContent-container .internal-mainBody-featuredContent-container__inner .image {
  flex: none !important;
}
.popup .popup-inner .field_modal_pdf .internal-mainBody-featuredContent-container .internal-mainBody-featuredContent-container__inner .image .image__inner a img {
  width: auto;
  max-height: 220px;
}
@media (max-width: 600px) {
  .popup .popup-inner .field_modal_pdf .internal-mainBody-featuredContent-container .internal-mainBody-featuredContent-container__inner .image .image__inner a img {
    max-width: 280px;
  }
}
.popup .popup-inner .field_modal_pdf .internal-mainBody-featuredContent-container .internal-mainBody-featuredContent-container__inner .content h2 {
  color: #606060 !important;
  text-transform: none !important;
  font-size: 20px !important;
}
.popup .popup-inner .field_modal_pdf .internal-mainBody-featuredContent-container .internal-mainBody-featuredContent-container__inner .content p {
  padding: 0;
}
.popup .popup-inner .field_modal_pdf .internal-mainBody-featuredContent-container .internal-mainBody-featuredContent-container__inner .content p strong {
  font-style: italic;
}
.popup .popup-inner .field_modal_pdf .internal-mainBody-featuredContent-container .internal-mainBody-featuredContent-container__inner .content .link--pdf {
  color: #00263E;
  font-family: "Gotham-Bold";
}
.popup .popup-inner .field_modal_pdf .internal-mainBody-featuredContent-container .internal-mainBody-featuredContent-container__inner .content .link--pdf a {
  display: flex;
  align-items: center;
  margin: 1rem 0 0 0;
  color: #00263E;
}
.popup .popup-inner .field_modal_pdf .internal-mainBody-featuredContent-container .internal-mainBody-featuredContent-container__inner .content .link--pdf a i {
  margin: 0;
}
.popup .popup-inner .field_modal_pdf .internal-mainBody-featuredContent-container .internal-mainBody-featuredContent-container__inner .content .link--pdf a span {
  padding: 0 0 0 0.65rem;
}

.home-verticalPanel-locationSearch-container {
  background: #367F17;
  padding: 30px;
  margin: 10px;
  color: #FFF;
  border-radius: 5px;
}
.home-verticalPanel-locationSearch-container form {
  margin: 0;
  padding: 0;
  border: 0;
}
.home-verticalPanel-locationSearch-container form label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: normal;
  font-family: "Gotham-Bold";
  color: #367F17;
  font-size: 14px;
}
.home-verticalPanel-locationSearch-container form .locationSearchLabel {
  color: #FFF;
  margin-bottom: 8px;
  line-height: 1.3;
}
.home-verticalPanel-locationSearch-container form .locationSearchWrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.home-verticalPanel-locationSearch-container form .locationSearchWrapper .visually-hidden {
  display: none;
}
.home-verticalPanel-locationSearch-container form .locationSearchWrapper input[type=text] {
  margin: 0;
  padding: 0px 0px 0px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  vertical-align: middle;
  outline: none;
  border: 1px solid #E8E8E8;
  background: #FFF;
  border-radius: 0;
  width: 100%;
}
.home-verticalPanel-locationSearch-container form .locationSearchWrapper .locationSearchField {
  height: 60px;
  line-height: 60px;
}
.home-verticalPanel-locationSearch-container form .locationSearchWrapper .locationSearchSubmit {
  height: 45px;
  line-height: 1;
  padding: 0px;
  font-family: "Gotham-Bold";
  font-weight: normal;
  font-size: 15px;
  background: transparent;
  outline: none;
  color: #7abf23;
  border: 1px solid transparent;
  position: absolute;
  top: 30px;
  right: 10px;
  margin: 0;
  cursor: pointer;
}
.home-verticalPanel-locationSearch-container form .locationSearchWrapper .locationSearchSubmit .visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
  color: #001928;
  background-color: #FFF;
}

.marquee-container {
  max-height: 416px;
  min-height: 255px;
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
}

.marquee-media-bg {
  width: 100%;
  min-height: 260px;
}

.marquee-media-shade {
  background: #00263e;
  opacity: 0.4;
  display: flex;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 500px;
}

.marquee-media-copy {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 70px;
  left: 7%;
  width: 92%;
}

.marquee-media-copy h2 {
  color: white;
  font-size: 40px;
  margin: 20px 0 0;
}

.marquee-media-copy p {
  color: white;
  font-size: 18px;
  max-width: 430px;
  line-height: 24px;
}

.marquee-video {
  width: 100%;
  transform: translateY(-44%);
}

@media (min-width: 801px) and (max-width: 1400px) {
  .marquee-video {
    transform: translateY(-25%);
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  .marquee-media-copy h2 {
    font-size: 30px;
  }
  .marquee-video {
    transform: translateY(0);
  }
}
@media (max-width: 600px) {
  .marquee-video {
    transform: translateY(0);
    width: auto;
    height: 100%;
  }
  .marquee-media-copy {
    top: 0px;
  }
  .marquee-media-copy h2 {
    font-size: 30px;
  }
}
.home-sustainability-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}

.home-sustainability-title {
  display: flex;
  justify-content: center;
  width: 90%;
  color: #76bc21;
  font-family: "Gotham-Black", sans-serif;
  font-size: 50px;
  margin: 50px auto 0;
  text-align: center;
}

.home-sustainability-description {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 1080px;
  color: white;
  margin: 15px auto;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.home-sustainability-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: relative;
  gap: 20px;
}

.home-stat-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 300px;
}

.home-stat-block-title {
  display: flex;
  font-size: 70px;
  color: #76bc21;
  margin: 40px auto 0;
}

.home-stat-block-description {
  display: flex;
  color: white;
  font-size: 22px;
  text-align: center;
}

.home-sustainability-cta {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

@media (max-width: 450px) {
  .home-sustainability-title {
    font-size: 40px;
  }
}
.home-fresh-container {
  background: white;
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 50px;
}

.home-fresh-block {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-end;
  width: 500px;
  height: 555px;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  margin: 20px 0;
}

.home-fresh-block:nth-child(odd) .home-fresh-bg {
  transform: translateX(-20%);
}

.home-fresh-block:nth-child(even) {
  border-radius: 0 20px 20px 0;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: right;
}
.home-fresh-block:nth-child(even) .home-fresh-block-title {
  margin-top: 50px;
}

.home-fresh-bg {
  position: absolute;
  height: 100%;
  z-index: 1;
}

.home-fresh-shade {
  background: #00263e;
  opacity: 0.4;
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.home-fresh-block-title {
  position: relative;
  z-index: 10;
  width: 90%;
  color: #76bc21;
  margin: 0 20px;
  font-size: 30px;
}

.home-fresh-block-description {
  position: relative;
  z-index: 10;
  width: 90%;
  color: white;
  margin: 10px 20px;
  line-height: 22px;
}

.home-fresh-cta {
  display: flex;
  position: relative;
  z-index: 10;
  margin: 20px 20px 30px;
}

@media (min-width: 751px) and (max-width: 1080px) {
  .home-fresh-container {
    flex-wrap: wrap;
  }
  .home-fresh-block {
    width: 98%;
    height: 420px;
    overflow: hidden;
    border-radius: 20px;
    margin: 20px 0;
  }
  .home-fresh-bg {
    transform: translateX(0);
    width: 100%;
    height: auto;
  }
  .home-fresh-block:nth-child(odd) {
    border-radius: 20px;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
  }
  .home-fresh-block:nth-child(odd) .home-fresh-bg {
    transform: translateX(0);
  }
  .home-fresh-block-title {
    margin-top: 0;
  }
}
@media (min-width: 401px) and (max-width: 750px) {
  .home-fresh-container {
    flex-wrap: wrap;
  }
  .home-fresh-block {
    width: 98%;
    height: 420px;
    overflow: hidden;
    border-radius: 20px;
    margin: 20px 0;
  }
  .home-fresh-bg {
    transform: translateX(0);
    height: 100%;
    width: auto;
  }
  .home-fresh-block:nth-child(even) {
    border-radius: 20px;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
  }
  .home-fresh-block:nth-child(even) .home-fresh-bg {
    transform: translateX(0);
    height: 100%;
    width: auto;
  }
  .home-fresh-block-title {
    margin-top: 0;
  }
}
@media (max-width: 400px) {
  .home-fresh-container {
    flex-wrap: wrap;
  }
  .home-fresh-block {
    width: 98%;
    height: 420px;
    overflow: hidden;
    border-radius: 20px;
    margin: 20px 0;
  }
  .home-fresh-bg {
    transform: translateX(0);
    height: 100%;
    width: auto;
  }
  .home-fresh-block:nth-child(even) {
    border-radius: 20px;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
  }
  .home-fresh-block:nth-child(even) .home-fresh-bg {
    transform: translateX(0);
    height: 100%;
    width: auto;
  }
  .home-fresh-block-title {
    margin-top: 0;
    font-size: 22px;
  }
  .home-fresh-block-description {
    line-height: 19px;
    font-size: 12px;
  }
}
.home-quotes-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  background: white;
}

.home-quotes-content {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 90%;
  max-width: 1080px;
  margin: 20px auto;
  padding: 30px;
}

.home-quotes-content:before {
  font-family: "FontAwesome";
  content: "\f10d";
  top: 0;
  left: -20px;
  font-style: normal;
  color: #76bc21;
  font-size: 45px;
  position: absolute;
}

.home-quotes-content:after {
  font-family: "FontAwesome";
  content: "\f10d";
  bottom: 0;
  right: -20px;
  font-style: normal;
  color: #76bc21;
  font-size: 45px;
  position: absolute;
  transform: translatey(-50%) rotate(180deg);
}

.home-quotes-img {
  font-family: "Gotham", sans-serif;
  position: relative;
  width: 104px;
  height: 104px;
  border-radius: 50%;
}

.home-quotes-block-quote {
  position: relative;
  margin: 20px;
  line-height: 25px;
}

.home-quotes-block-credit {
  font-family: "Gotham", sans-serif;
  position: relative;
  display: flex;
}

.home-quotes-block-position {
  position: relative;
  display: flex;
}

.home-quotes-block-credit-info {
  font-family: "Gotham", sans-serif;
  position: relative;
  margin: 0;
}

.home-quotes-block-dash {
  display: flex;
  position: relative;
  margin-left: 20px;
}

.home-quotes-citation {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-left: 20px;
}

.home-quotes-who {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  height: 40px;
}

.home-quotes-where {
  margin-left: 30px;
}

@media (min-width: 410px) and (max-width: 1080px) {
  .home-quotes-content:before {
    left: 50px;
  }
  .home-quotes-content:after {
    right: 50px;
    transform: translateY(0%) rotate(180deg);
  }
}
@media (max-width: 409px) {
  .home-quotes-content:before {
    left: 50px;
  }
  .home-quotes-content:after {
    right: 50px;
    transform: translateY(40%) rotate(180deg);
    margin-bottom: 50px;
  }
}
.home-services-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 20px;
}

.home-services-section-title {
  font-family: "Gotham-Black", sans-serif;
  font-size: 50px;
  color: #76bc21;
  text-align: center;
}

.home-services-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0px auto;
}

.home-services-content:not(first-child) {
  padding-top: 20px;
}

.home-services-content:nth-child(odd) {
  flex-direction: row-reverse;
}
.home-services-content:nth-child(odd) .home-services-block .home-services-block-title {
  text-align: left;
}
.home-services-content:nth-child(odd) .home-services-block .home-services-block-description {
  text-align: left;
}

.home-services-bottom-stroke {
  border-bottom: solid 2px #707070;
  width: 80%;
}

.home-services-content:last-child .home-services-bottom-stroke {
  border-bottom: solid 0px #707070;
}

.home-services-container:not(first-child) {
  padding-top: 20px;
}

.home-services-media {
  position: relative;
  width: 530px;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-services-block {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 400px;
}

.home-services-block-title {
  position: relative;
  text-align: right;
  font-size: 30px;
  color: #76bc21;
  margin: 10px 0;
}

.home-services-block-description {
  position: relative;
  text-align: right;
  color: white;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 18px;
}

.home-services-cta {
  position: relative;
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  background: #76bc21;
  overflow: hidden;
}

.home-services-dropdown {
  color: white;
  font-family: "Gotham-Black", sans-serif;
  font-size: 20px;
  padding: 20px;
}

.home-services-dropdown:nth-child(1) {
  display: flex;
}

.home-services-dropdown:not(first-child) {
  display: none;
}

.hs-active {
  display: flex !important;
  border-top: 1px solid white !important;
  width: 90%;
}

.home-services-dropdown:last-child .hs-active:hover {
  border-radius: 0 0 10px 10px;
}

.hs-active:hover {
  background: #61991c;
}

.home-services-expander::before {
  font-family: "FontAwesome";
  content: "\f103";
  color: white;
  font-size: 40px;
  z-index: 100;
}

.home-services-expander {
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 19px;
  transition: transform 0.3s ease;
}

.cta-symbol-rotate {
  transform: rotate(180deg);
}

.home-services-img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 950px) {
  .home-services-content {
    padding-top: 20px;
  }
  .home-services-content:first-child {
    padding-top: 0px;
  }
  .home-services-content:after {
    border-bottom: solid 0px #707070;
  }
  .home-services-block {
    margin: 0 20px;
  }
  .home-services-block .home-services-block-title {
    text-align: left;
  }
  .home-services-img {
    border-radius: 0;
  }
  .home-services-block .home-services-block-description {
    text-align: left;
  }
  .home-services-section-title {
    margin: 0 auto;
  }
  .home-services-media {
    height: 250px;
  }
}
.home-one-off-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
}

.home-one-off-block-title {
  position: relative;
  font-family: "Gotham-Black", sans-serif;
  font-size: 50px;
  color: #76bc21;
  text-align: center;
  width: 90%;
  margin: 30px auto 0;
}

.home-one-off-block-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 30px auto;
  width: 100%;
  max-width: 1080px;
}

.home-one-off-video {
  width: 100%;
  max-width: 1080px;
}

@media (max-width: 700px) {
  .home-one-off-block-title {
    font-size: 30px;
  }
}
@keyframes slideLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@media (max-width: 935px) {
  [aria-controls=Zero-Sort_Recycling] {
    width: 100%;
    text-align: left;
    flex: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1450px) {
  [aria-controls=Zero-Sort_Recycling] {
    flex-basis: 33.3%;
    outline: 1px solid rgba(255, 255, 255, 0.4);
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  [aria-controls=Zero-Sort_Recycling] {
    flex-basis: 50%;
    outline: 1px solid rgba(255, 255, 255, 0.4);
    margin-left: 0 !important;
  }
}

@media (max-width: 935px) {
  [aria-controls=Brokerage_Services] {
    width: 100%;
    text-align: left;
    flex: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1450px) {
  [aria-controls=Brokerage_Services] {
    flex-basis: 33.3%;
    outline: 1px solid rgba(255, 255, 255, 0.4);
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  [aria-controls=Brokerage_Services] {
    flex-basis: 50%;
    outline: 1px solid rgba(255, 255, 255, 0.4);
    margin-left: 0;
  }
}

@media (max-width: 935px) {
  [aria-controls="Industrial/Specialty_Recycling"] {
    width: 100%;
    text-align: left;
    flex: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1450px) {
  [aria-controls="Industrial/Specialty_Recycling"] {
    flex-basis: 33.3%;
    outline: 1px solid rgba(255, 255, 255, 0.4);
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  [aria-controls="Industrial/Specialty_Recycling"] {
    flex-basis: 50%;
    outline: 1px solid rgba(255, 255, 255, 0.4);
    margin-left: 0;
  }
}

@media (max-width: 935px) {
  [aria-controls=Managing_Non-Salable_Consumer_Goods] {
    width: 100%;
    text-align: left;
    flex: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1450px) {
  [aria-controls=Managing_Non-Salable_Consumer_Goods] {
    flex-basis: 50%;
    outline: 1px solid rgba(255, 255, 255, 0.4);
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  [aria-controls=Managing_Non-Salable_Consumer_Goods] {
    flex-basis: 50%;
    outline: 1px solid rgba(255, 255, 255, 0.4);
    margin-left: 0;
  }
}

@media (max-width: 935px) {
  [aria-controls=TerraCycle] {
    width: 100%;
    text-align: left;
    flex: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1450px) {
  [aria-controls=TerraCycle] {
    flex-basis: 50%;
    outline: 1px solid rgba(255, 255, 255, 0.4);
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  [aria-controls=TerraCycle] {
    flex-basis: 100%;
    outline: 1px solid rgba(255, 255, 255, 0.4);
    margin-left: 0;
  }
}

.transition, .fcUl li i:before, .fcUl li i:after, p {
  transition: all 0.25s ease-in-out;
}

.flipIn, .fcUl li, h1 {
  animation: flipdown 0.5s ease both;
}

.no-select, h3 {
  user-select: none;
}

.fcUl {
  list-style: none;
  padding: 0;
  margin: 20px 0px 0px 15px !important;
}

.fcUl li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 18px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
  cursor: pointer;
}
.fcUl li p {
  display: none;
  animation: slideFromBottom 0.3s ease forwards;
}

.fcUl li:nth-of-type(1) {
  animation-delay: 0.5s;
}

.fcUl li:nth-of-type(2) {
  animation-delay: 0.75s;
}

.fcUl li:nth-of-type(3) {
  animation-delay: 1s;
}

.fcUl li:nth-of-type(4) {
  animation-delay: 1.25s;
}

.fcUl li:nth-of-type(5) {
  animation-delay: 1.5s;
}

.fcUl li:nth-of-type(6) {
  animation-delay: 1.75s;
}

.fcUl li:last-of-type {
  padding-bottom: 0;
}

.fcUl li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}

.fcUl li i:before, .fcUl li i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}

.fcUl li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}

.fcUl li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
@keyframes slideFromBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.accordion-tabs ul li {
  list-style: none;
  width: 100%;
}
.accordion-tabs ul li .js-tabs-panel {
  display: none;
}
.accordion-tabs ul li .js-tabs-panel.active {
  display: flex;
  width: 100%;
}
.accordion-tabs ul li .accordion-content {
  display: flex;
  flex-direction: row;
  margin: 48px 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 1080px) {
  .accordion-tabs ul li .accordion-content {
    flex-direction: column-reverse;
    margin: 24px 0;
  }
}
.accordion-tabs ul li .accordion-content .accordion-full-content {
  width: 100%;
}
.accordion-tabs ul li .accordion-content .accordion-left-content {
  width: 50%;
}
@media (max-width: 1080px) {
  .accordion-tabs ul li .accordion-content .accordion-left-content {
    width: 100%;
  }
}
.accordion-tabs ul li .accordion-content .accordion-left-content p {
  font-family: "Droid Serif", serif;
  font-size: 15px;
  line-height: 1.7;
  color: #606060;
}
.accordion-tabs ul li .accordion-content .accordion-left-content p a.inline-btn__green:after {
  display: none;
}
.accordion-tabs ul li .accordion-content .accordion-right-content {
  width: 50%;
  display: flex;
}
@media (max-width: 1080px) {
  .accordion-tabs ul li .accordion-content .accordion-right-content {
    width: 100%;
  }
}
.accordion-tabs ul li .accordion-content .accordion-right-content p {
  font-family: "Droid Serif", serif;
  font-size: 15px;
  line-height: 1.7;
  color: #606060;
}
.accordion-tabs ul li .accordion-content .accordion-right-content p a.inline-btn__green:after {
  display: none;
}
.accordion-tabs ul li .accordion-content .accordion-right-content-image {
  margin-left: 15px;
}
@media (max-width: 1080px) {
  .accordion-tabs ul li .accordion-content .accordion-right-content-image {
    margin-left: 0;
    padding: 30px 0px 0px 0px;
  }
}
@media (min-width: 1600px) {
  .accordion-tabs ul li .accordion-content .accordion-right-content-image {
    margin-left: 60px;
    justify-content: end;
  }
}
.accordion-tabs ul li .accordion-content .accordion-right-content-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 1080px) {
  .accordion-tabs ul li .accordion-content .accordion-right-content-image img {
    max-width: 420px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .accordion-tabs ul li .accordion-content .accordion-right-content-image img {
    max-width: 1080px;
    height: auto;
  }
}
@media (min-width: 1080px) {
  .accordion-tabs ul li .accordion-content .accordion-right-content-video {
    margin-left: 10px;
  }
}
.accordion-tabs ul li .accordion-content .accordion-right-content-video .responsive-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
@media (min-width: 1600px) {
  .accordion-tabs ul li .accordion-content .accordion-right-content-video .responsive-video-container {
    padding-bottom: 37.25%;
  }
}
@media (max-width: 600px) {
  .accordion-tabs ul li .accordion-content .accordion-right-content-video .responsive-video-container {
    margin: 30px 0px 15px 0px;
  }
}
.accordion-tabs ul li .accordion-content .accordion-right-content-video .responsive-video-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (min-width: 600px) {
  .accordion-tabs ul li .accordion-content .accordion-right-content-video .responsive-video-container iframe {
    max-width: 420px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .accordion-tabs ul li .accordion-content .accordion-right-content-video .responsive-video-container iframe {
    max-width: 600px;
  }
}

.tabs-trigger {
  background-color: #76bd22;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
  width: 100%;
  display: flex;
  position: relative;
  cursor: pointer;
  padding: 15px 0px 15px 15px;
}

.tabs-trigger:after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f068";
  color: #FFF;
  padding-right: 3px;
  position: absolute;
  right: 12px;
}

.tabs-trigger.active:after {
  content: "\f067";
  color: #FFF;
}

a.inline-btn__green {
  font-family: "Gotham-Bold";
  font-size: 13px;
  color: #FFF !important;
  background: #367F17 !important;
  padding: 12px 12px 10px;
  border: 2px solid #367F17 !important;
  border-radius: 5px;
}

a.inline-btn__green:hover {
  color: #367F17 !important;
  background: #FFF !important;
  border: 2px solid #367F17 !important;
}

a.inline-btn__blue {
  font-family: "Gotham-Bold";
  font-size: 13px;
  color: #FFF !important;
  background: #00263E !important;
  padding: 12px 12px 10px;
  border: 2px solid #00263E !important;
  border-radius: 5px;
}

a.inline-btn__blue:hover {
  color: #00263E !important;
  background: #FFF !important;
  border: 2px solid #00263E !important;
}

a.inline-btn__grey {
  font-family: "Gotham-Bold";
  font-size: 13px;
  color: #666 !important;
  background: #e4e4e4 !important;
  padding: 12px 12px 10px;
  border: 2px solid #e4e4e4 !important;
  border-radius: 5px;
}

a.inline-btn__grey:hover {
  color: #666 !important;
  background: #FFF !important;
  border: 2px solid #e4e4e4 !important;
}

.big-green-btn {
  position: relative;
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  background: #76bc21;
  color: white;
  font-family: "Gotham-Black", sans-serif;
  font-size: 20px;
  margin: 20px 0;
  padding: 20px;
  border: 2px solid #76bc21 !important;
}

.big-green-btn:hover {
  background: white;
  color: #76bc21;
}

@media (max-width: 400px) {
  .big-green-btn {
    font-size: 15px;
    padding: 15px;
  }
}
#sub-services-section .featured-btnRow-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #sub-services-section .featured-btnRow-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
#sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container {
  width: 100% !important;
}
@media (min-width: 600px) {
  #sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container {
    width: 30% !important;
  }
}
@media (min-width: 900px) {
  #sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container {
    width: 33.3% !important;
  }
}
#sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer .featured-btnRow-IndBtn-wrapper {
  min-height: 200px;
}
#sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer .featured-btnRow-IndBtn-wrapper a {
  background: #FFF;
  border: 2px solid #e2e2e2;
  width: 100%;
  padding: 30px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
#sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer .featured-btnRow-IndBtn-wrapper a .featured-btnRow-IndBtn-icon {
  font-size: 37px !important;
  height: 50px;
  font-weight: normal;
  margin: 0 0 15px;
  color: #367F17;
  font-family: "casella-master" !important;
}
#sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer .featured-btnRow-IndBtn-wrapper a .featured-btnRow-IndBtn-icon span.curbside:after {
  content: "\e90b";
}
#sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer .featured-btnRow-IndBtn-wrapper a .featured-btnRow-IndBtn-icon span.dumpster:after {
  content: "\e90a";
}
#sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer .featured-btnRow-IndBtn-wrapper a .featured-btnRow-IndBtn-icon span.quote:after {
  content: "\e909";
}
#sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer .featured-btnRow-IndBtn-wrapper a .featured-btnRow-IndBtn-icon span.contactUs:after {
  content: "\e90c";
}
#sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer .featured-btnRow-IndBtn-wrapper a .featured-btnRow-IndBtn-title {
  font-family: "Gotham-Bold";
  font-weight: normal;
  font-size: 20px;
  color: #00263E;
  line-height: 1.1;
}
#sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer .featured-btnRow-IndBtn-wrapper a .featured-btnRow-IndBtn-desc {
  color: #001928;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.5;
}
#sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer .featured-btnRow-IndBtn-wrapper a .featured-btnRow-IndBtn-desc p {
  margin: 0;
  padding: 0;
}
#sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer .featured-btnRow-IndBtn-wrapper a:hover {
  border: 2px solid #00263E;
  background: #00263E;
}
#sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer .featured-btnRow-IndBtn-wrapper a:hover .featured-btnRow-IndBtn-title {
  color: #FFF;
}
#sub-services-section .featured-btnRow-container .featured-btnRow-IndBtn-container .featured-btnRow-IndBtn-innerContainer .featured-btnRow-IndBtn-wrapper a:hover .featured-btnRow-IndBtn-desc {
  color: #FFF;
}
#sub-services-section .featured-btnRow-container .home-verticalPanel-locationSearch-container {
  width: 32% !important;
  min-height: 150px;
  margin: 0 30px 30px 0px !important;
  width: 100% !important;
}
@media (max-width: 600px) {
  #sub-services-section .featured-btnRow-container .home-verticalPanel-locationSearch-container {
    padding: 0 !important;
  }
}
@media (min-width: 600px) {
  #sub-services-section .featured-btnRow-container .home-verticalPanel-locationSearch-container {
    width: 28% !important;
  }
}
@media (min-width: 900px) {
  #sub-services-section .featured-btnRow-container .home-verticalPanel-locationSearch-container {
    width: 32% !important;
  }
}
@media (max-width: 600px) {
  #sub-services-section .featured-btnRow-container .home-verticalPanel-locationSearch-container form {
    padding: 30px !important;
  }
}

.cities-served-container {
  padding-right: 50px;
}

.cities-served-container h2 {
  color: #00263e;
  font-size: 17px;
  margin: 0 0 15px;
}

.cities-served-txt-container ul {
  margin: 40px 0 30px 15px;
  font-family: "Source Sans Pro", sans-serif;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.cities-served-txt-container li {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  position: relative;
  line-height: 1.4;
  margin: 0 0 10px;
}

.cities-served-txt-container li:before {
  font-family: "FontAwesome";
  content: "\f0da";
  display: inline-block;
  position: absolute;
  left: -15px;
  color: #367f17;
}

@media (min-width: 768px) {
  .cities-served-container h2 {
    font-size: 20px;
  }
}
@media (min-width: 600px) {
  .cities-served-txt-container li {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .cities-served-txt-container li {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .cities-served-txt-container li {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .cities-served-txt-container li {
    width: 33.3333%;
  }
}
.searchFormPanelContainer {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #00263e;
  opacity: 0.85;
}

.searchFormPanelInnerContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 300px auto;
  justify-content: center;
}

.searchFormPanelTxtContainer {
  color: white;
  margin: 20px auto;
}

.searchFormPanelTitle {
  font-family: "Gotham-black", sans-serif;
  font-size: 30px;
  margin: 20px auto;
  text-align: center;
}

.searchFormPanelButtonWrappers {
  margin: 20px auto;
}

.searchSubmit {
  color: white;
  background: #76bc21;
  border: 2px solid #76bc21;
  padding: 10px;
  border-radius: 10px;
  font-family: "Gotham-black", sans-serif;
  font-size: 18px;
  margin-right: 20px;
}

.searchPanel_close {
  color: white;
  background: #76bc21;
  border: 2px solid #76bc21 !important;
  padding: 13px;
  border-radius: 10px;
  font-family: "Gotham-black", sans-serif;
  font-size: 18px;
}

.searchSubmit:hover {
  background: white;
  color: #76bc21;
}

.searchPanel_close:hover {
  background: white;
  color: #76bc21;
}
