@charset "UTF-8";
/* Media Queries (For per element use) */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* Shorthand */
/* File Paths */
/* BASIC START CODE */
.page .fl-post-header {
  display: none !important;
}
.search-results .fl-post-header {
  display: block !important;
}
.fl-content-left .fl-row-content-wrap {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.fl-content-left .fl-module-content {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
}
.fl-content-left .fl-module-content h1 {
  margin-top: 0px !important;
}
@media only screen and (max-width: 1050px) {
  body {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fl-col-small {
    max-width: 100% !important;
  }
}
.fl-content-left {
  border-right: none !important;
}
.langswitch {
  color: #fff !important;
}
.langswitch a {
  color: #fff !important;
  background: url(../images/phone.png) 0px 4px;
  background-repeat: no-repeat !important;
  padding-left: 25px !important;
  background-size: 15px 15px !important;
}
@media only screen and (max-width: 767px) {
  .langswitch a {
    margin-right: 30px !important;
  }
}
.langswitch {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 15px;
  /* adjust spacing between items */
  flex-wrap: wrap;
  /* optional: allows wrapping on small screens */
}
@media only screen and (max-width: 767px) {
  .langswitch {
    justify-content: center !important;
  }
}
.langswitch p {
  margin: 0;
}
.langswitch #google_language_translator {
  margin: 0;
}
#google_language_translator select.goog-te-combo {
  padding: 2px !important;
}
@media only screen and (max-width: 767px) {
  #google_language_translator select.goog-te-combo {
    padding: 0px !important;
  }
}
.goog-te-combo {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .alignright {
    display: block !important;
    width: 100% !important;
  }
}
.pp-advanced-menu-mobile-toggle {
  width: 100% !important;
}
.main-header {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%) !important;
}
@media only screen and (max-width: 767px) {
  .main-header {
    background: #000 !important;
  }
}
.animated-slide {
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 26px !important;
  text-align: center !important;
}
.animated-slide video {
  top: 0px !important;
}
@media only screen and (max-width: 1050px) {
  .animated-slide {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .animated-slide {
    font-size: 18px !important;
  }
}
.animated-slide h2 {
  font-size: 90px !important;
  color: #fff !important;
  line-height: 120% !important;
  letter-spacing: 0px !important;
  font-style: italic !important;
}
@media only screen and (max-width: 1200px) {
  .animated-slide h2 {
    font-size: 80px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .animated-slide h2 {
    font-size: 54px !important;
  }
}
@media only screen and (max-width: 767px) {
  .animated-slide h2 {
    font-size: 42px !important;
  }
}
.faded-border-section {
  position: relative;
  background-color: rgba(30, 89, 78, 0.3);
  /* #1E594E at 30% opacity */
  padding: 2rem;
  text-align: center;
  color: #fff;
  /* optional for contrast */
}
.faded-border-section h1, .faded-border-section h2, .faded-border-section h3, .faded-border-section p {
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  /* optional */
}
.faded-border-section h1::before, .faded-border-section h1::after, .faded-border-section h2::before, .faded-border-section h2::after, .faded-border-section h3::before, .faded-border-section h3::after, .faded-border-section p::before, .faded-border-section p::after {
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 25%;
  /* how long the line extends */
}
.faded-border-section h1::before, .faded-border-section h2::before, .faded-border-section h3::before, .faded-border-section p::before {
  right: 1.9em;
  margin-left: -50%;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
.faded-border-section h1::after, .faded-border-section h2::after, .faded-border-section h3::after, .faded-border-section p::after {
  left: 1.9em;
  margin-right: -50%;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.rotating-verdicts {
  color: #000 !important;
}
.rotating-verdicts .pp-title-wrapper {
  display: none !important;
}
.rotating-verdicts em {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 100 !important;
  color: #1E594E !important;
  line-height: 100% !important;
}
.rotating-verdicts strong {
  font-size: 48px !important;
  font-weight: 400 !important;
  color: #1E594E !important;
  line-height: 100% !important;
}
.rotating-verdicts .sep {
  height: 2px !important;
  border-bottom: 1px solid #06A495 !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.rotating-verdicts p {
  margin-bottom: 0px !important;
}
.rotating-verdicts .owl-carousel .owl-dots.disabled {
  display: block !important;
  margin-top: 10px !important;
}
.rotating-verdicts .owl-dot span {
  width: 32px !important;
  border-radius: 0px !important;
  height: 3px !important;
}
.home-form {
  padding: 20px 30px !important;
  border-radius: 8px !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(24px) !important;
}
.home-form .gform_required_legend, .home-form .gform-field-label {
  display: none !important;
}
.home-form input.large, .home-form textarea {
  color: #fff !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
.home-form .gfield--type-html {
  display: none !important;
}
.home-form .gform_wrapper input::placeholder, .home-form .gform_wrapper textarea::placeholder {
  color: #fff;
  opacity: 1;
}
.firstresponder-form {
  padding: 20px 30px !important;
  border-radius: 8px !important;
  background-color: #355596 !important;
  backdrop-filter: blur(24px) !important;
}
.firstresponder-form .gform_required_legend, .firstresponder-form .gform-field-label {
  display: none !important;
}
.firstresponder-form input.large, .firstresponder-form textarea {
  color: #fff !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
.firstresponder-form .gfield--type-html {
  display: none !important;
}
.firstresponder-form .gform_wrapper input::placeholder, .firstresponder-form .gform_wrapper textarea::placeholder {
  color: #fff;
  opacity: 1;
}
.firstresponder-form .gform-footer {
  display: block !important;
  text-align: right !important;
}
.firstresponder-form .gform_button {
  background: #fff !important;
  color: #000000 !important;
}
.firstresponder-faq {
  border: 1px solid #355596 !important;
  border-radius: 12px !important;
  margin-bottom: 32px !important;
  padding: 10px 20px !important;
}
.firstresponder-faq h2 {
  font-size: 32px !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .firstresponder-faq h2 {
    font-size: 26px !important;
  }
}
.firstresponder-faq a {
  color: #355596 !important;
}
.firstresponder-faq a:hover {
  color: #EB1F24 !important;
}
.firstresponder-closing h3 {
  color: #EB1F24 !important;
  font-size: 32px !important;
}
@media only screen and (max-width: 767px) {
  .firstresponder-closing h3 {
    font-size: 24px !important;
  }
}
.fire-faq {
  border: 1px solid #06A495 !important;
  border-radius: 12px !important;
  margin-bottom: 32px !important;
  padding: 10px 20px !important;
}
.fire-faq h2 {
  font-size: 32px !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .fire-faq h2 {
    font-size: 26px !important;
  }
}
.fire-faq a {
  color: #355596 !important;
}
.fire-faq a:hover {
  color: #EB1F24 !important;
}
.dark-callout {
  background: #000 !important;
  color: #8FBFB6 !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  padding: 20px !important;
}
.callout-boxes .banner-title {
  font-family: "Playfair Display", serif !important;
  font-weight: 400 !important;
  font-size: 32px !important;
  line-height: 1.2em !important;
}
@media only screen and (max-width: 1200px) {
  .callout-boxes .banner-title {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .callout-boxes .banner-title {
    font-size: 24px !important;
  }
}
.callout-boxes .banner-description {
  font-size: 16px !important;
}
.callout-boxes .info-banner-wrap {
  margin: 30px 180px 30px 30px !important;
  display: block !important;
  background: rgba(0, 0, 0, 0.5) !important;
  padding-bottom: 80px !important;
  background-image: url(../images/first-responder-logo.png) !important;
  background-position: bottom 50px right 30px !important;
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 1200px) {
  .callout-boxes .info-banner-wrap {
    margin: 30px 30px 30px 30px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .callout-boxes .info-banner-wrap {
    background-position: bottom 10px right 10px !important;
  }
}
.fl-module-pp-info-banner .pp-info-banner-content {
  min-height: 500px !important;
}
@media only screen and (max-width: 1200px) {
  .fl-module-pp-info-banner .pp-info-banner-content {
    height: auto !important;
    min-height: auto !important;
  }
}
.callout-fire .banner-title {
  font-family: "Playfair Display", serif !important;
  font-weight: 400 !important;
  font-size: 32px !important;
  line-height: 1.2em !important;
}
@media only screen and (max-width: 1200px) {
  .callout-fire .banner-title {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .callout-fire .banner-title {
    font-size: 24px !important;
  }
}
.callout-fire .banner-description {
  font-size: 16px !important;
}
.callout-fire .info-banner-wrap {
  margin: 30px 180px 30px 30px !important;
  display: block !important;
  background: rgba(0, 0, 0, 0.5) !important;
  padding-bottom: 80px !important;
  background-image: url(../images/fire-survivors.png) !important;
  background-position: bottom 60px right 30px !important;
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 1200px) {
  .callout-fire .info-banner-wrap {
    margin: 30px 30px 30px 30px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .callout-fire .info-banner-wrap {
    background-position: bottom 10px right 10px !important;
  }
}
.services-header {
  font-size: 18px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  font-weight: 300 !important;
}
.services-header h2 {
  margin-top: 0px !important;
  font-size: 48px !important;
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .services-header h2 {
    font-size: 30px !important;
  }
}
.tab-content {
  font-size: 14px !important;
}
.tab-content h3 {
  color: #1E594E !important;
  font-size: 20px !important;
}
.tab-content a {
  color: #1E594E !important;
}
.tab-content a:hover {
  color: #000 !important;
}
.aop-buckets .pp-tabs-panel-content {
  border-radius: 8px !important;
}
.aop-buckets .pp-tabs-horizontal .pp-tabs-labels {
  justify-content: center !important;
}
.aop-buckets .pp-tabs-label {
  padding-bottom: 24px !important;
}
.team-text {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  /* Safari support */
  color: #EAEDED !important;
  padding-bottom: 40px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.team-text h2 {
  color: #EAEDED !important;
  margin-bottom: 32px !important;
}
.team-text p {
  margin-bottom: 32px !important;
}
.team-text a {
  color: #EAEDED !important;
  background: url(../images/arrow-right.png) 0px 6px;
  background-repeat: no-repeat !important;
  background-position: right !important;
  padding-right: 20px !important;
}
.team-header h2 {
  font-size: 48px !important;
}
@media only screen and (max-width: 767px) {
  .team-header h2 {
    font-size: 30px !important;
  }
}
.attorney-photo .pp-photo-caption {
  line-height: 1.4 !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #bfbfbf !important;
}
.attorney-photo .pp-photo-caption strong {
  font-family: "Playfair Display", serif !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  color: #000 !important;
  display: block !important;
}
.testimonial-rotate .owl-carousel .owl-item img {
  width: auto !important;
}
.testimonial-rotate .owl-theme .owl-dots {
  margin-top: 30px !important;
}
.testimonial-seemore a {
  color: #EAEDED !important;
  background: url(../images/arrow-right.png) 0px 6px;
  background-repeat: no-repeat !important;
  background-position: right !important;
  padding-right: 20px !important;
}
.fl-col[data-node="xy2gnprsd3lc"] .fl-col-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* push content to bottom */
  height: 100%;
}
.dark-zone {
  color: #fff !important;
}
.dark-zone h2 {
  margin-top: 0px !important;
  font-size: 48px !important;
  color: #fff !important;
  line-height: 1.2 !important;
}
@media only screen and (max-width: 767px) {
  .dark-zone h2 {
    font-size: 30px !important;
  }
}
.dark-zone h3 {
  font-size: 32px !important;
  color: #fff !important;
  line-height: 1.2 !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .dark-zone h3 {
    font-size: 26px !important;
  }
}
.dark-zone a {
  color: #fff !important;
}
.dark-zone a:hover {
  color: #107361 !important;
}
.dark-zone ul li {
  color: #107361 !important;
}
.success-stories-header {
  font-size: 18px !important;
  text-transform: uppercase !important;
  color: #8FBFB6 !important;
  font-weight: 300 !important;
}
.success-stories-header h2 {
  margin-top: 0px !important;
  font-size: 48px !important;
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .success-stories-header h2 {
    font-size: 30px !important;
  }
}
.in-the-news .pp-content-grid-post-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* ensures it fills the grid/card height */
}
.in-the-news .pp-content-grid-post-text {
  text-align: center !important;
  font-size: 14px !important;
}
.in-the-news .pp-content-grid-separator {
  background: #06A495 !important;
  width: 100% !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.in-the-news h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 18px !important;
}
.in-the-news h3 a {
  color: #1E594E !important;
}
.in-the-news h3 a:hover {
  color: #000 !important;
}
.in-the-news .pp-content-grid-post-more-link {
  margin-top: auto;
}
.in-the-news .pp-content-grid-post-more-link a {
  color: #000000 !important;
}
.in-the-news .pp-content-grid-post-more-link a:hover {
  color: #1E594E !important;
}
.in-the-news .pp-content-grid-post-more-link .fa-long-arrow-alt-right {
  margin-left: 5px !important;
}
.in-the-news-header {
  font-size: 18px !important;
  text-transform: uppercase !important;
  color: #06A495 !important;
  font-weight: 300 !important;
}
.in-the-news-header p {
  margin-bottom: 0px !important;
}
.in-the-news-header h2 {
  margin-top: 0px !important;
  font-size: 48px !important;
  color: #000 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  line-height: 1.1 !important;
}
@media only screen and (max-width: 767px) {
  .in-the-news-header h2 {
    font-size: 30px !important;
  }
}
.home-closing h3 {
  font-size: 36px !important;
  color: #000 !important;
  line-height: 1.1 !important;
}
@media only screen and (max-width: 767px) {
  .home-closing h3 {
    font-size: 30px !important;
  }
}
.home-closing h4 {
  margin-top: 0px !important;
  font-size: 24px !important;
  color: #000 !important;
}
@media only screen and (max-width: 767px) {
  .home-closing h4 {
    font-size: 20px !important;
  }
}
.footer-section h2 {
  font-family: "DM Sans", sans-serif;
  color: #06A495 !important;
  text-transform: uppercase !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
  font-weigth: 300 !important;
  margin-bottom: 30px !important;
}
.footer-section .foot-navi {
  margin-bottom: 0px !important;
  font-family: "Playfair Display", serif !important;
  font-size: 28px !important;
}
.footer-section .foot-navi .pagination-prev:hover:before {
  color: #cc0000 !important;
}
.footer-section .foot-navi ul li {
  min-width: 220px;
  border-bottom: 0px !important;
  display: inline-block;
  margin: 0 !important;
  padding: 0px 10px 15px 0px !important;
}
.footer-section .foot-navi ul li.current-menu-item a {
  text-decoration: underline;
  color: #06A495 !important;
}
.footer-section .foot-navi ul li.current-menu-item:before {
  color: #06A495 !important;
}
.footer-section .foot-navi ul li a {
  position: relative;
  font: 14px !important;
  border: none !important;
  color: #fff !important;
}
.footer-section .foot-navi ul li a:hover {
  color: #06A495 !important;
  text-decoration: none !important;
}
.footer-address a {
  color: #06A495 !important;
}
.footer-address a:hover {
  color: #fff !important;
}
.footer-address .pp-accordion-button-label::before {
  content: "Open 24 Hours" !important;
  font-size: 14px !important;
  color: #fff;
  margin-bottom: 2px;
}
.footer-address .pp-accordion-content {
  padding-left: 0px !important;
}
.footer-address .pp-accordion-button-label {
  font-family: "Playfair Display", serif !important;
  font-size: 28px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
.footer-address .pp-accordion-button-label strong {
  display: block !important;
}
.footer-address .pp-accordion-button {
  padding-left: 0px !important;
  padding-top: 0px !important;
}
.foot-form {
  color: #fff !important;
}
.foot-form .gform-field-label {
  display: none !important;
}
.foot-form .gform_wrapper input::placeholder, .foot-form .gform_wrapper textarea::placeholder {
  color: #fff;
  opacity: 1;
}
.foot-form input.large {
  background: #0F0F0F !important;
  border-top: 0px !important;
  border-right: 0px !important;
  border-left: 0px !important;
  border-radius: 0px !important;
}
.foot-form .gform_button {
  color: #fff !important;
  background: url(../images/arrow-right.png) 0px 6px;
  background-repeat: no-repeat !important;
  background-position: right !important;
  padding-right: 20px !important;
  border-radius: 0px !important;
  border: none !important;
}
.foot-form .gform_button:hover {
  background: url(../images/arrow-right.png) 0px 6px;
  background-repeat: no-repeat !important;
  color: #06A495 !important;
}
.social-closing-section {
  background: linear-gradient(0deg, #C9C9C9, #C9C9C9), linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.social-media-header h2 {
  font-size: 48px !important;
  line-height: 1.2 !important;
}
@media only screen and (max-width: 767px) {
  .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) {
    position: relative !important;
  }
}
.sub-opening h1 {
  font-size: 56px !important;
  line-height: 1.2 !important;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .sub-opening h1 {
    font-size: 30px !important;
  }
}
.sub-opening h1 + h2 {
  font-size: 28px !important;
  font-family: "DM Sans", sans-serif !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .sub-opening h1 + h2 {
    font-size: 23px !important;
  }
}
.about-hero {
  background: url(../images/about-us.jpg) !important;
  background-size: cover !important;
  background-position: bottom right !important;
}
@media only screen and (max-width: 767px) {
  .about-hero {
    background: #000 !important;
  }
}
.sub-content h2 {
  font-size: 32px !important;
  line-height: 1.2 !important;
}
.partners-rotate {
  color: #fff !important;
}
.partners-rotate h2 {
  color: #fff !important;
  font-size: 48px !important;
  line-height: 1.2 !important;
}
@media only screen and (max-width: 767px) {
  .partners-rotate h2 {
    font-size: 30px !important;
  }
}
.partners-rotate h3 {
  color: #fff !important;
}
.partners-rotate h4 {
  color: #8FBFB6 !important;
}
.testimonial-top {
  display: flex;
  align-items: center;
  justify-content: center;
  /* centers the pair */
  gap: 16px;
  margin-bottom: 40px !important;
}
.testimonial-top img {
  width: auto;
  height: auto;
  max-width: none;
}
.testimonial-top h3, .testimonial-top h4 {
  margin: 0;
  line-height: 1.3;
}
.partner-rotator .fl-testimonial {
  padding: 30px 20px !important;
  border: 1px solid #107361 !important;
  border-radius: 12px !important;
}
.recognized {
  background: #F3F3F2 !important;
  padding: 20px 20px !important;
  /* Reset the default bullets */
}
.recognized ul li {
  color: #8FBFB6 !important;
}
.recognized ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.recognized ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 6px;
}
.recognized ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/bullet-icon.png) no-repeat center center !important;
  background-size: 16px !important;
}
.paragraph-spacing p {
  margin-bottom: 16px !important;
}
.header-sub {
  color: #fff !important;
}
.header-sub h1 {
  color: #fff !important;
  line-height: 1.2 !important;
  margin-top: 0px !important;
  font-size: 48px !important;
}
@media only screen and (max-width: 767px) {
  .header-sub h1 {
    font-size: 30px !important;
  }
}
.header-sub h2 {
  color: #fff !important;
  line-height: 1.2 !important;
  font-size: 48px !important;
}
@media only screen and (max-width: 767px) {
  .header-sub h2 {
    font-size: 30px !important;
  }
}
.dark-sub {
  color: #fff !important;
}
.dark-sub h1 {
  color: #fff !important;
  line-height: 1.2 !important;
  margin-top: 0px !important;
  font-size: 56px !important;
}
@media only screen and (max-width: 767px) {
  .dark-sub h1 {
    font-size: 30px !important;
  }
}
.dark-sub h1 + h2 {
  color: #8FBFB6 !important;
  font-size: 32px !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .dark-sub h1 + h2 {
    font-size: 26px !important;
  }
}
.dark-sub h2 {
  color: #fff !important;
  line-height: 1.2 !important;
  font-size: 48px !important;
}
@media only screen and (max-width: 767px) {
  .dark-sub h2 {
    font-size: 30px !important;
  }
}
.first-responder-button .fl-button-icon-before {
  color: #EB1F24 !important;
}
.ref-text strong {
  text-transform: uppercase !important;
}
.ref-text b {
  color: #fff !important;
  font-weight: normal !important;
}
.ref-text ul li {
  color: #107361 !important;
  margin-bottom: 8px !important;
}
.dark-content {
  color: #fff !important;
}
.dark-content h1 {
  color: #fff !important;
  line-height: 1.2 !important;
  margin-top: 0px !important;
  font-size: 96px !important;
}
@media only screen and (max-width: 767px) {
  .dark-content h1 {
    font-size: 30px !important;
  }
}
.dark-content h2 {
  color: #fff !important;
  line-height: 1.2 !important;
  font-size: 48px !important;
}
@media only screen and (max-width: 767px) {
  .dark-content h2 {
    font-size: 30px !important;
  }
}
.newsletter-form .gform_required_legend {
  display: none !important;
}
.newsletter-form .gform-body {
  padding: 30px 30px 30px 30px !important;
  background: #fff !important;
}
.newsletter-form .gfield--input-type-text .gfield_label, .newsletter-form .gfield--input-type-email .gfield_label {
  display: none !important;
}
.newsletter-form input.large {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-radius: 0px !important;
  background: #fff !important;
  border-color: #000 !important;
}
.newsletter-form #field_submit {
  display: block !important;
  text-align: right !important;
}
.newsletter-form .gform_wrapper input::placeholder, .newsletter-form .gform_wrapper textarea::placeholder {
  color: #000;
  opacity: 1;
}
.newsletter-form .gfield--input-type-html {
  font-size: 13px !important;
}
.newsletter-form legend {
  border-bottom: none !important;
}
.newsletter-form .gfield_label_before_complex {
  color: #107361 !important;
}
.newsletter-form .gform-button {
  background: #000 !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.newsletter-form .gform-button:hover {
  background: #107361 !important;
}
.other-callout {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
@media only screen and (max-width: 767px) {
  .other-callout {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.other-callout p {
  margin-bottom: 30px !important;
}
.other-callout h2 {
  font-size: 32px !important;
  line-height: 1.2 !important;
}
.dark-events {
  color: #fff !important;
  font-size: 16px !important;
}
.dark-events h2 {
  color: #8FBFB6 !important;
  font-size: 48px !important;
}
@media only screen and (max-width: 767px) {
  .dark-events h2 {
    font-size: 30px !important;
  }
}
.three-box {
  color: #fff !important;
}
.three-box h2 {
  color: #fff !important;
  line-height: 1.2 !important;
  margin-top: 0px !important;
}
.three-box b {
  color: #fff !important;
  font-weight: normal !important;
}
.three-box ul li {
  color: #107361 !important;
  margin-bottom: 8px !important;
}
.special-col .fl-col-content {
  background: rgba(255, 255, 255, 0.1);
  /* transparent so backdrop shows */
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  /* Safari prefix */
}
.special-number .fl-number-circle-container {
  background: rgba(255, 255, 255, 0.1);
  /* transparent so backdrop shows */
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  /* Safari prefix */
  border-radius: 180px !important;
}
.scholar-col .fl-col-content {
  background: #F3F3F2;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  /* Safari prefix */
}
.team-page .pp-photo-caption-overlay {
  background: transparent !important;
  color: #8FBFB6 !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
}
.team-page .pp-photo-caption-overlay strong {
  font-family: "Playfair Display", serif !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  text-transform: none !important;
  display: block !important;
}
/* keep the wrapper aligned to the image dimensions */
.team-page .pp-photo-content-inner {
  position: relative;
  display: inline-block;
  /* matches image size exactly */
  overflow: hidden;
  vertical-align: top;
  /* removes baseline gap */
}
/* fix images that default to inline spacing */
.team-page .pp-photo-content-inner img {
  display: block;
  width: 100%;
  height: auto;
}
/* gradient overlay */
.team-page .pp-photo-content-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  /* shorthand for top:0; right:0; bottom:0; left:0 */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.68%, #000000 76.99%);
  z-index: 2;
  pointer-events: none;
}
/* caption on top of overlay */
.team-page .pp-photo-caption-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}
.attorney-bio h1 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .attorney-bio h1 {
    font-size: 30px !important;
  }
}
.attorney-bio h2 {
  color: #107361 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .attorney-bio h2 {
    font-size: 24px !important;
  }
}
.attorney-bio-alt h1 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .attorney-bio-alt h1 {
    font-size: 30px !important;
  }
}
.attorney-bio-alt h2 {
  color: #355596 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .attorney-bio-alt h2 {
    font-size: 24px !important;
  }
}
.attorney-stats .fl-module-content {
  background: #F3F3F2 !important;
  padding: 25px !important;
  border-radius: 16px !important;
}
.attorney-stats .fl-module-content h3 {
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .attorney-stats .fl-module-content h3 {
    font-size: 20px !important;
  }
}
.attorney-stats ul {
  padding-left: 5px !important;
}
.attorney-stats ul li {
  color: #000;
  position: relative;
  list-style: none;
  padding-left: 1em;
  margin-bottom: 8px !important;
}
.attorney-stats ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  color: #355596;
  font-weight: bold;
  font-size: 20px !important;
}
.rotating-fire {
  color: #fff !important;
}
.rotating-fire .pp-title-wrapper {
  display: none !important;
}
.rotating-fire em {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 100 !important;
  color: #fff !important;
  line-height: 100% !important;
}
.rotating-fire strong {
  font-size: 30px !important;
  font-weight: 400 !important;
  color: #fff !important;
  line-height: 100% !important;
}
.rotating-fire .sep {
  height: 2px !important;
  border-bottom: 1px solid #EB1F24 !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.rotating-fire p {
  margin-bottom: 0px !important;
}
.rotating-fire .owl-carousel .owl-dots.disabled {
  display: block !important;
  margin-top: 10px !important;
}
.rotating-fire .owl-dot span {
  width: 32px !important;
  border-radius: 0px !important;
  height: 3px !important;
}
.rotating-verdicts-blue {
  color: #fff !important;
}
.rotating-verdicts-blue .pp-title-wrapper {
  display: none !important;
}
.rotating-verdicts-blue em {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 100 !important;
  color: #fff !important;
  line-height: 100% !important;
}
.rotating-verdicts-blue strong {
  font-size: 48px !important;
  font-weight: 400 !important;
  color: #fff !important;
  line-height: 100% !important;
}
.rotating-verdicts-blue .sep {
  height: 2px !important;
  border-bottom: 1px solid #EB1F24 !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.rotating-verdicts-blue p {
  margin-bottom: 0px !important;
}
.rotating-verdicts-blue .owl-carousel .owl-dots.disabled {
  display: block !important;
  margin-top: 10px !important;
}
.rotating-verdicts-blue .owl-dot span {
  width: 32px !important;
  border-radius: 0px !important;
  height: 3px !important;
}
.bio-highlights h2 {
  color: #fff !important;
  font-size: 32px !important;
}
.dark-sub-two {
  color: #fff !important;
}
.dark-sub-two h1 {
  color: #fff !important;
  line-height: 1.2 !important;
  margin-top: 0px !important;
  font-size: 96px !important;
}
@media only screen and (max-width: 767px) {
  .dark-sub-two h1 {
    font-size: 30px !important;
  }
}
.dark-sub-two h2 {
  color: #fff !important;
  line-height: 1.2 !important;
  font-size: 26px !important;
  font-family: "DM Sans", sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .dark-sub-two h2 {
    font-size: 24px !important;
  }
}
.dark-green {
  color: #8FBFB6 !important;
  line-height: 1.2 !important;
  font-size: 26px !important;
  font-family: "DM Sans", sans-serif !important;
}
.aop-page .fl-col-content {
  background: rgba(243, 243, 243, 0.6) !important;
  backdrop-filter: blur(24px) !important;
  border-radius: 8px !important;
  padding: 20px !important;
}
.aop-page h3 {
  color: #1E594E !important;
  margin-top: 0px !important;
  border-bottom: 1px solid #1E594E !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  padding-left: 60px !important;
}
.aop-page ul li {
  color: #1E594E !important;
}
.aop-page a {
  color: #000000 !important;
  background: url(../images/arrow.png) 0px 6px;
  background-repeat: no-repeat !important;
  background-position: right !important;
  padding-right: 20px !important;
  background-size: 15px 7px !important;
}
.aop-page td {
  vertical-align: top !important;
}
.aop-page table {
  margin-top: 15px !important;
  margin-bottom: 10px !important;
}
.aop-page ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.aop-page ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 6px;
}
.aop-page ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/bullet.png) no-repeat center center !important;
  background-size: 16px !important;
}
#ci h3 {
  background: url(../images/ci.png) !important;
  background-size: 48px 48px !important;
  background-repeat: no-repeat !important;
}
#bi h3 {
  background: url(../images/bi.png) !important;
  background-size: 48px 48px !important;
  background-repeat: no-repeat !important;
}
#wd h3 {
  background: url(../images/wd.png) !important;
  background-size: 48px 48px !important;
  background-repeat: no-repeat !important;
}
#sa h3 {
  background: url(../images/sa.png) !important;
  background-size: 48px 48px !important;
  background-repeat: no-repeat !important;
}
#pl h3 {
  background: url(../images/pl.png) !important;
  background-size: 48px 48px !important;
  background-repeat: no-repeat !important;
}
#ca h3 {
  background: url(../images/ca.png) !important;
  background-size: 48px 48px !important;
  background-repeat: no-repeat !important;
}
#pr h3 {
  background: url(../images/pr.png) !important;
  background-size: 48px 48px !important;
  background-repeat: no-repeat !important;
}
#aa h3 {
  background: url(../images/aa.png) !important;
  background-size: 48px 48px !important;
  background-repeat: no-repeat !important;
}
.dark-sub-normal {
  color: #fff !important;
  backdrop-filter: blur(9px) !important;
}
.dark-sub-normal h2 {
  color: #fff !important;
  line-height: 1.2 !important;
  font-size: 32px !important;
}
@media only screen and (max-width: 767px) {
  .dark-sub-normal h2 {
    font-size: 24px !important;
  }
}
.dark-sub-normal h3 {
  color: #fff !important;
  line-height: 1.2 !important;
  font-size: 28px !important;
}
@media only screen and (max-width: 767px) {
  .dark-sub-normal h3 {
    font-size: 21px !important;
  }
}
.dark-sub-normal td {
  vertical-align: top !important;
}
.dark-sub-normal ul {
  padding-left: 5px !important;
}
.dark-sub-normal ul li {
  color: #fff;
  position: relative;
  list-style: none;
  padding-left: 1em;
  margin-bottom: 8px !important;
}
.dark-sub-normal ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  color: #107361;
  font-weight: bold;
  font-size: 20px !important;
}
.dark-sub-normal a {
  color: #fff !important;
}
.aop-employment .fl-col-content {
  background: #F3F3F2 !important;
}
.aop-employment .fl-col-content h2 {
  margin-top: 0px !important;
  font-size: 32px !important;
}
@media only screen and (max-width: 767px) {
  .aop-employment .fl-col-content h2 {
    font-size: 30px !important;
  }
}
.aop-employment .fl-col-content h3 {
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .aop-employment .fl-col-content h3 {
    font-size: 20px !important;
  }
}
.aop-employment ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.aop-employment ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 6px;
}
.aop-employment ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/bullet.png) no-repeat center center !important;
  background-size: 16px !important;
}
.practice-areas {
  color: #DCF2F0 !important;
}
.practice-areas h2 {
  color: #fff !important;
  font-size: 48px !important;
}
@media only screen and (max-width: 767px) {
  .practice-areas h2 {
    font-size: 30px !important;
  }
}
.practice-areas a {
  color: #DCF2F0 !important;
  background: url(../images/arrow-right.png) 0px 6px;
  background-repeat: no-repeat !important;
  background-position: right !important;
  padding-right: 20px !important;
  text-transform: uppercase !important;
}
.aop-dark-bucket {
  color: #fff !important;
}
.aop-dark-bucket .fl-col-content {
  background: #000 !important;
  padding: 20px !important;
}
.aop-dark-bucket h3 {
  color: #fff !important;
  margin-top: 0px !important;
  border-bottom: 1px solid #107361 !important;
  padding-bottom: 10px !important;
}
.aop-dark-bucket a {
  color: #fff !important;
}
.consumer-header {
  font-size: 18px !important;
  text-transform: uppercase !important;
}
.consumer-header h2 {
  font-size: 32px !important;
  line-height: 1.2 !important;
}
@media only screen and (max-width: 767px) {
  .consumer-header h2 {
    font-size: 30px !important;
  }
}
.our-success h2 {
  font-size: 56px !important;
  color: #fff !important;
  font-weight: 500 !important;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .our-success h2 {
    font-size: 30px !important;
  }
}
.first-faq h2 {
  font-size: 56px !important;
  font-weight: 500 !important;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .first-faq h2 {
    font-size: 30px !important;
  }
}
.aop-verdicts {
  color: #fff !important;
}
.aop-verdicts em {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 100 !important;
  color: #ffffff !important;
  line-height: 100% !important;
}
.aop-verdicts strong {
  font-size: 48px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  line-height: 100% !important;
}
.aop-verdicts .sep {
  height: 2px !important;
  border-bottom: 1px solid #8FBFB6 !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.aop-verdicts p {
  margin-bottom: 0px !important;
}
.aop-verdicts .owl-carousel .owl-dots.disabled {
  display: block !important;
  margin-top: 10px !important;
}
.aop-verdicts .owl-dot span {
  width: 32px !important;
  border-radius: 0px !important;
  height: 3px !important;
}
.sub-content h2 {
  margin-top: 0px !important;
}
.sub-green-text {
  color: #107361 !important;
  font-size: 24px !important;
}
.related-articles h3 {
  font-size: 32px !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .related-articles h3 {
    font-size: 26px !important;
  }
}
.related-articles ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.related-articles ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 6px;
}
.related-articles ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/bullet.png) no-repeat center center !important;
  background-size: 16px !important;
}
.big-sub-header-content h1 {
  margin-top: 0px !important;
  font-size: 96px !important;
}
@media only screen and (max-width: 767px) {
  .big-sub-header-content h1 {
    font-size: 30px !important;
  }
}
.success-block .pp-content-grid-content {
  margin-top: 0px !important;
  padding-bottom: 20px !important;
}
.success-block h4 {
  color: #fff !important;
  background: #107361 !important;
  text-align: center !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-family: "DM Sans", sans-serif;
  font-weight: 300 !important;
  font-size: 26px !important;
  line-height: 1.1 !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.success-block h3 {
  font-size: 24px !important;
  text-align: center !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.success-block p {
  text-align: center !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.success-block .pp-content-grid-content .readme {
  display: block !important;
  margin-top: 20px !important;
}
.green-bullets ul {
  padding-left: 5px !important;
}
.green-bullets ul li {
  color: #000;
  position: relative;
  list-style: none;
  padding-left: 1em;
  margin-bottom: 8px !important;
}
.green-bullets ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  color: #107361;
  font-weight: bold;
  font-size: 20px !important;
}
.faq-rotator .owl-dots {
  margin-top: 20px !important;
}
.faq-rotator .pp-content-wrapper {
  text-align: left !important;
}
.faq-rotator h2 {
  margin-top: 0px !important;
}
.faq-rotator .pp-testimonials .owl-item:nth-child(even) .pp-content-wrapper {
  background-color: #DCF2F0;
}
.faq-rotator .owl-item:nth-child(odd) .pp-content-wrapper {
  background-color: #F3F3F2;
}
.content-rotator h2 {
  margin-top: 0px !important;
  font-size: 48px !important;
  line-height: 1.1 !important;
}
@media only screen and (max-width: 767px) {
  .content-rotator h2 {
    font-size: 30px !important;
  }
}
.blog-page h2 {
  margin-top: 0px !important;
  font-size: 48px !important;
  color: #000 !important;
  margin-top: 0px !important;
  line-height: 1.1 !important;
}
@media only screen and (max-width: 767px) {
  .blog-page h2 {
    font-size: 30px !important;
  }
}
.news-menu .fl-menu-horizontal {
  width: 100% !important;
}
.news-menu .fl-has-submenu {
  width: 100% !important;
}
.news-menu .fl-has-submenu-container {
  width: 100% !important;
}
.news-menu .sub-menu {
  width: 100% !important;
}
.careers-section h2 {
  font-size: 32px !important;
  color: #8FBFB6 !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .careers-section h2 {
    font-size: 26px !important;
  }
}
/* BIO LINKEDIN */
.bio-image-linkedin .fl-col-content {
  position: relative;
}
.bio-image-linkedin .linkedin-badge {
  position: absolute;
  top: 20px;
  /* distance from top of image */
  left: 0px;
  /* distance from left */
  z-index: 1;
  /* keep it above the image */
}
/* OLD PPC CODE */
.ppc-header-cta {
  text-align: center !important;
  font-family: "Lato", sans-serif !important;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 1.1 !important;
}
@media only screen and (max-width: 767px) {
  .ppc-header-cta {
    font-size: 20px !important;
  }
}
.ppc-header-cta a {
  color: #fff !important;
  font-size: 50px !important;
}
@media only screen and (max-width: 767px) {
  .ppc-header-cta a {
    font-size: 34px !important;
  }
}
.ppc-header-cta strong {
  color: #00a393 !important;
  font-size: 18px !important;
}
@media only screen and (max-width: 767px) {
  .ppc-header-cta strong {
    font-size: 16px !important;
  }
}
.ppc-results-banner {
  font-family: "Lato", sans-serif !important;
  text-align: center !important;
  color: #262626 !important;
  font-size: 30px !important;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 767px) {
  .ppc-results-banner {
    font-size: 20px !important;
  }
}
.ppc-results-banner strong {
  font-weight: 900 !important;
}
@media only screen and (max-width: 767px) {
  .form-dark {
    text-align: center !important;
  }
}
.form-dark h1 {
  font-family: "Oswald", sans-serif;
  color: #00a393 !important;
  font-weight: bold !important;
  font-size: 94px !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 767px) {
  .form-dark h1 {
    font-size: 45px !important;
  }
}
.form-dark h2 {
  font-family: "Lato", sans-serif !important;
  text-transform: uppercase !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 62px !important;
  line-height: 1.1 !important;
}
@media only screen and (max-width: 767px) {
  .form-dark h2 {
    font-size: 25px !important;
  }
}
.truck-form .gfield_label {
  display: none !important;
}
.truck-form .gfield input.large {
  height: 50px !important;
}
.truck-form .gfield textarea.medium {
  height: 60px !important;
}
.truck-form h3 {
  color: #fff !important;
  margin-top: 0px !important;
  font-family: "Oswald", sans-serif;
  font-size: 42px !important;
  line-height: 1.1 !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  background: url(../images/down-arrow.png) 0px 7px !important;
  background-repeat: no-repeat !important;
  padding-left: 60px !important;
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .truck-form h3 {
    background: none !important;
    padding-left: 0px !important;
    font-size: 30px !important;
  }
}
.truck-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #00a393 !important;
}
.truck-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #00a393 !important;
}
.truck-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #00a393 !important;
}
.truck-form :-moz-placeholder {
  /* Firefox 18- */
  color: #00a393 !important;
}
.truck-form .gform_button {
  background: #fdc82d !important;
  color: #121212 !important;
  text-transform: uppercase !important;
  font-family: "Roboto", sans-serif;
  font-size: 30px !important;
  padding: 15px 30px !important;
  font-weight: bold !important;
  background-image: url(../images/button-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 18px) 20px !important;
  text-align: center !important;
  padding-right: 40px !important;
}
@media only screen and (max-width: 767px) {
  .truck-form .gform_button {
    font-size: 18px !important;
    background-image: none !important;
    padding-right: none !important;
  }
}
.truck-form .gform_submission_error {
  font-size: 16px !important;
  color: #00a393 !important;
}
.second-banner {
  text-align: center !important;
}
.second-banner h2 {
  font-family: "Oswald", sans-serif;
  font-size: 60px !important;
  line-height: 1.1 !important;
}
@media only screen and (max-width: 767px) {
  .second-banner h2 {
    font-size: 40px !important;
  }
}
.second-banner h3 {
  font-size: 36px !important;
  font-family: "Roboto", sans-serif;
  line-height: 1.1 !important;
  color: #767676 !important;
}
@media only screen and (max-width: 767px) {
  .second-banner h3 {
    font-size: 26px !important;
  }
}
.second-banner .reviews-text {
  text-align: center %i;
  font-family: "Oswald", sans-serif;
  font-size: 30px !important;
  line-height: 1.1 !important;
}
.main-ppc-content h1 {
  font-family: "Oswald", sans-serif;
  font-size: 72px !important;
  line-height: 1.1 !important;
}
@media only screen and (max-width: 767px) {
  .main-ppc-content h1 {
    font-size: 40px !important;
  }
}
.main-ppc-content .pp-list-item-icon {
  color: #0e756d !important;
  line-height: 1.7 !important;
}
.main-ppc-content .pp-icon-list-item {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.main-ppc-content .pp-list-item-text {
  color: #767676 !important;
  font-family: "Roboto", sans-serif;
  font-weight: bold !important;
  font-style: italic !important;
  font-size: 36px !important;
}
@media only screen and (max-width: 767px) {
  .main-ppc-content .pp-list-item-text {
    font-size: 20px !important;
  }
}
.main-ppc-content h2 {
  font-family: "Oswald", sans-serif;
  font-size: 60px !important;
  line-height: 1.1 !important;
  color: #0e756d !important;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 767px) {
  .main-ppc-content h2 {
    font-size: 36px !important;
  }
}
#ppcSpots h2 {
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase !important;
  font-size: 48px !important;
  color: #000 !important;
}
@media only screen and (max-width: 767px) {
  #ppcSpots h2 {
    font-size: 36px !important;
  }
}
#ppcSpots .homeSpot#upfront p {
  background-image: url(../images/nofees.png);
}
#ppcSpots .homeSpot#years p {
  background-image: url(../images/100.png);
}
#ppcSpots .homeSpot#cases p {
  background-image: url(../images/400.png);
}
#ppcSpots .homeSpot#billion p {
  background-image: url(../images/2billion.png);
}
#ppcSpots p {
  background-position: center 0px;
  background-repeat: no-repeat;
  display: block;
  padding-top: 120px !important;
  text-align: center !important;
  font-family: "Roboto", sans-serif;
  font-size: 18px !important;
  color: #000 !important;
  position: relative;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  #ppcSpots p {
    text-align: left !important;
    padding: 25px 0 25px 80px !important;
    background-position: left 30px;
    background-size: 55px 45px;
    font-size: 18px !important;
  }
}
.ppc-verdicts-dark h2 {
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase !important;
  font-size: 48px !important;
  color: #00a393 !important;
  line-height: 1.1 !important;
}
@media only screen and (max-width: 767px) {
  .ppc-verdicts-dark h2 {
    font-size: 36px !important;
  }
}
.ppc-verdicts-dark .verdict-ppc {
  text-align: center !important;
  font-size: 20px !important;
  color: #fff !important;
  font-family: "Work Sans", sans-serif !important;
}
.ppc-verdicts-dark .verdict-ppc h3 {
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: "Work Sans", sans-serif !important;
  font-size: 72px !important;
  font-weight: 600 !important;
}
@media only screen and (max-width: 767px) {
  .ppc-verdicts-dark .verdict-ppc h3 {
    font-size: 44px !important;
  }
}
.callout-bucket .fl-callout-content {
  padding: 10px 25px !important;
}
.callout-bucket h3 {
  color: #00a393 !important;
  text-transform: uppercase !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 28px !important;
}
.bottom-content {
  font-size: 36px !important;
  font-weight: 600 !important;
  font-family: "Lato", sans-serif !important;
  text-align: center !important;
}
@media only screen and (max-width: 767px) {
  .bottom-content {
    font-size: 20px !important;
  }
}
.disclaimer-ppc {
  font-size: 14px !important;
}
#contactbutton {
  position: static;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #contactbutton {
    width: 90% !important;
  }
}
#contactbutton.fixed {
  position: fixed;
  top: 84%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ppc-form {
  background: #0e756d !important;
  color: #fff !important;
  font-size: 13px !important;
}
.ppc-form .gfield_label {
  display: none !important;
}
.ppc-form .gform_button {
  color: #fff !important;
  width: 100% !important;
  font-size: 24px !important;
  background: #000 !important;
}
.ppc-form .gform_button:hover {
  background: #00b0a2 !important;
}
.ppc-form h3 {
  color: #fff !important;
  text-align: center !important;
  font-size: 28px !important;
}
.ppc-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
}
.ppc-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
}
.ppc-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
}
.ppc-form :-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
}
@media only screen and (max-width: 767px) {
  .ppc-header h1 {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ppc-header h2 {
    font-size: 24px !important;
  }
}
.header-cta {
  color: #fff !important;
}
.header-cta a {
  color: #fff !important;
}
.header-cta a:hover {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .alignright {
    display: block !important;
    width: 100% !important;
  }
}
.responder-sub {
  color: #fff !important;
}
.responder-sub h1 {
  color: #fff !important;
  line-height: 1.2 !important;
  margin-top: 0px !important;
  font-size: 48px !important;
}
@media only screen and (max-width: 767px) {
  .responder-sub h1 {
    font-size: 30px !important;
  }
}
.responder-sub h1 + h2 {
  color: #EB1F24 !important;
  font-size: 28px !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .responder-sub h1 + h2 {
    font-size: 26px !important;
  }
}
.responder-sub h2 {
  color: #fff !important;
  line-height: 1.2 !important;
  font-size: 48px !important;
}
@media only screen and (max-width: 767px) {
  .responder-sub h2 {
    font-size: 30px !important;
  }
}
.responder-sub a {
  color: #EB1F24 !important;
}
.responder-sub a:hover {
  color: #fff !important;
}
.dark-red {
  color: #EB1F24 !important;
  line-height: 1.2 !important;
  font-size: 26px !important;
  font-family: "DM Sans", sans-serif !important;
}
.fr-top {
  position: relative;
  text-align: center !important;
}
.fr-top h1, .fr-top h2 {
  padding-left: 80px;
}
.fr-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: url(../images/fr.png) no-repeat center / contain;
}
.did-you-know {
  color: #fff !important;
  background: #06A495 !important;
  padding: 20px !important;
}
.did-you-know h2 {
  color: #fff !important;
  margin-top: 0px !important;
}
.did-you-know a {
  color: #000 !important;
}
#startofcontent a {
  color: #EB1F24 !important;
}
#startofcontent a:hover {
  color: #355596 !important;
}
.first-responder-form p {
  text-align: left !important;
}
.first-responder-form strong {
  color: #ce2127 !important;
  text-transform: uppercase !important;
  font-size: 48px !important;
  line-height: 1.2 !important;
}
@media only screen and (max-width: 1050px) {
  .first-responder-form strong {
    font-size: 22px !important;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
    background: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .first-responder-form strong {
    font-size: 26px !important;
  }
}
.first-responder-form .gfield_label {
  display: none !important;
}
.first-responder-form .gfield_html {
  color: #fff !important;
  font-size: 16px !important;
}
@media only screen and (max-width: 1050px) {
  .first-responder-form .gfield_html {
    display: none !important;
  }
}
.first-responder-form .gform_footer {
  display: block !important;
  text-align: right !important;
  margin-top: -20px !important;
  padding-top: 0px !important;
}
@media only screen and (max-width: 1050px) {
  .first-responder-form .gform_footer {
    margin-top: 0px !important;
  }
}
.first-responder-form .gform_button {
  background: #ce2127 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.first-responder-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #757575 !important;
  font-size: 16px !important;
}
.first-responder-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575 !important;
  font-size: 16px !important;
}
.first-responder-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #757575 !important;
  font-size: 16px !important;
}
.first-responder-form :-moz-placeholder {
  /* Firefox 18- */
  color: #757575 !important;
  font-size: 16px !important;
}
.first-responder-form .gform_wrapper.gravity-theme .ginput_complex label {
  display: none !important;
}
.first-responder-form input[type=text], .first-responder-form input[type=password], .first-responder-form input[type=email], .first-responder-form input[type=tel], .first-responder-form input[type=date], .first-responder-form input[type=month], .first-responder-form input[type=week], .first-responder-form input[type=time], .first-responder-form input[type=number], .first-responder-form input[type=search], .first-responder-form input[type=url], .first-responder-form textarea {
  border-radius: 0px !important;
}
.first-responder-verdicts {
  color: #fff !important;
  font-size: 25px !important;
  line-height: 1.2 !important;
}
@media only screen and (max-width: 1050px) {
  .first-responder-verdicts {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  .first-responder-verdicts {
    font-size: 12px !important;
  }
}
.first-responder-verdicts strong {
  font-size: 50px !important;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 1050px) {
  .first-responder-verdicts strong {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 767px) {
  .first-responder-verdicts strong {
    font-size: 24px !important;
  }
}
.first-responder-verdicts p {
  margin-bottom: 25px !important;
  text-align: left !important;
}
/* Accordion Design */
.cord-date {
  background: #f0f3f3 !important;
  width: 10% !important;
  float: left !important;
  margin-right: 10px !important;
  padding: 5px !important;
}
.cord-date span {
  display: block !important;
  text-align: center !important;
  color: #0e756d !important;
}
.cord-date .big {
  font-size: 24px !important;
}
.cord-date .little {
  font-size: 16px !important;
}
.accord-title {
  width: 85% !important;
  float: left !important;
  padding: 5px !important;
  color: #3f5b58 !important;
  font-size: 21px !important;
}
.saboxplugin-wrap {
  margin-top: 40px !important;
}
.fl-post-title {
  font-size: 34px !important;
}
@media only screen and (max-width: 767px) {
  .fl-post-title {
    font-size: 30px !important;
  }
}
.fl-accordion-button {
  display: flex;
  align-items: center;
  /* vertical centering */
  justify-content: space-between;
  /* keeps label left, icon right */
}
.fl-accordion-button-label, .fl-accordion-button-icon {
  display: flex;
  align-items: center;
  /* centers text/icon within their own area */
}
.fl-accordion-button a:focus, .fl-accordion-button a:focus-visible {
  outline: none;
  box-shadow: none;
}
/* Sidebar Widgets Blog */
.fl-sidebar .widget_recent_entries, .fl-sidebar .widget_archive, .fl-sidebar .widget_categories {
  background: #fff !important;
  border: 1px solid #d5d8d8 !important;
  color: #211d1e !important;
}
.fl-sidebar .widget_recent_entries a, .fl-sidebar .widget_archive a, .fl-sidebar .widget_categories a {
  color: #3e5b57 !important;
}
.fl-sidebar .widget_recent_entries a:hover, .fl-sidebar .widget_archive a:hover, .fl-sidebar .widget_categories a:hover {
  color: #ea7a2e !important;
  text-decoration: underline !important;
}
.fl-sidebar .widget_recent_entries h4, .fl-sidebar .widget_archive h4, .fl-sidebar .widget_categories h4 {
  background: #0e756d !important;
  padding: 13px 16px !important;
  margin-bottom: 0px !important;
  font-size: 30px !important;
  color: #fff !important;
  margin-top: 0px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: "Oswald", sans-serif !important;
}
.fl-sidebar .widget_recent_entries ul, .fl-sidebar .widget_archive ul, .fl-sidebar .widget_categories ul {
  margin-bottom: 0px !important;
}
.fl-sidebar .widget_recent_entries li, .fl-sidebar .widget_archive li, .fl-sidebar .widget_categories li {
  padding: 15px 10px !important;
  border-color: #070707 !important;
}
.fl-sidebar .widget_recent_entries li a:before, .fl-sidebar .widget_archive li a:before, .fl-sidebar .widget_categories li a:before {
  display: none !important;
}
.side-rotator {
  margin-top: 40px !important;
  margin-bottom: 0px !important;
  background: #ffffff !important;
  color: #fff !important;
  border-left: 1px solid #d5d8d8 !important;
  border-right: 1px solid #d5d8d8 !important;
  border-top: 1px solid #d5d8d8 !important;
  border-bottom: 1px solid #d5d8d8 !important;
}
.side-rotator .slide {
  z-index: 5 !important;
}
.side-rotator .testimonial_rotator_widget_wrap.with-prevnext {
  border-left: 3px solid #eaeaea !important;
  border-right: 3px solid #eaeaea !important;
  border-top: 3px solid #eaeaea !important;
  border-bottom: 30px solid #eaeaea !important;
}
.side-rotator h2 {
  background: #222222 !important;
  padding: 13px 16px !important;
  margin-bottom: 0px !important;
  font-size: 30px !important;
  color: #fff !important;
  margin-top: 0px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: "Oswald", sans-serif !important;
}
.side-rotator h4 {
  background: #222222 !important;
  padding: 13px 16px !important;
  margin-bottom: 0px !important;
  font-size: 30px !important;
  color: #fff !important;
  margin-top: 0px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: "Oswald", sans-serif !important;
}
.side-rotator .testimonial_rotator_slide_title {
  color: #0e756d !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 34px !important;
}
.side-rotator .testimonial_rotator_quote {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 30px !important;
  color: #232323 !important;
  text-align: center !important;
}
@media only screen and (max-width: 1050px) {
  .side-rotator .testimonial_rotator_quote {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}
.side-rotator .testimonial_rotator_author_info {
  display: none !important;
}
.side-rotator .testimonial_rotator_prev, .side-rotator .testimonial_rotator_next {
  top: 100% !important;
  background: #e0e0e0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 14px !important;
}
.side-rotator .testimonial_rotator_prev {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.side-rotator .testimonial_rotator_next {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.side-rotator .testimonial_rotator_slide {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}
.side-rotator .testimonial_rotator_stars {
  display: none !important;
}
.success-read-more {
  padding-top: 10px !important;
  text-align: center !important;
  background: #f0f0f0 !important;
  border-left: 1px solid #d5d8d8 !important;
  border-right: 1px solid #d5d8d8 !important;
  border-bottom: 1px solid #d5d8d8 !important;
}
.success-read-more a {
  color: #3e5b57 !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
}
.success-read-more p {
  text-align: center !important;
}
/* AOP Menu */
.aop-menu h2 {
  background: #0e756d !important;
  padding: 13px 16px !important;
  margin-bottom: 0px !important;
  font-size: 30px !important;
  color: #fff !important;
  margin-top: 0px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: "Oswald", sans-serif !important;
}
.aop-menu h4 {
  background: #0e756d !important;
  padding: 13px 16px !important;
  margin-bottom: 0px !important;
  font-size: 30px !important;
  color: #fff !important;
  margin-top: 0px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: "Oswald", sans-serif !important;
}
.aop-menu {
  border-left: 1px solid #d5d8d8 !important;
  border-right: 1px solid #d5d8d8 !important;
  border-top: 1px solid #d5d8d8 !important;
  border-bottom: 20px solid #0e756d !important;
}
.aop-menu ul {
  margin-bottom: 0px !important;
}
.aop-menu li {
  padding: 0 !important;
  margin: 0px !important;
  border-bottom: 1px solid #d5d8d8 !important;
}
.aop-menu li a {
  display: block;
  color: #222222 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 15px 15px 15px 25px !important;
  position: relative;
  background: #fff;
  text-transform: uppercase !important;
}
.aop-menu li a:hover {
  background: #f0f0f0;
  color: #0e756d !important;
  text-decoration: none;
}
.aop-menu li.current_page_item a {
  background: #f0f0f0;
  color: #0e756d !important;
}
.impact-callout p {
  text-align: left !important;
}
