@media (max-width: 640px) {
  .home-hero h2 {
    font-size: 21px;
    line-height: 1;
  }
}

.number-bar {
  background-color: #003a5c;
  padding: 2em 0;
}
.number-bar_row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  text-align: center;
}
@media (max-width: 640px) {
  .number-bar_row {
    display: flex;
    flex-direction: column;
  }
}
.number-bar_item {
  width: 33%;
  color: #fff;
  font-size: 22px;
}
.number-bar_item strong {
  font-size: 25px;
}
@media (max-width: 640px) {
  .number-bar_item {
    margin-bottom: 1em;
  }
}
.number-bar_item:first-of-type {
  border-right: 3px solid rgba(255, 255, 255, 0.17);
}
@media (max-width: 640px) {
  .number-bar_item:first-of-type {
    border: none;
  }
}
.number-bar_item:last-of-type {
  border-left: 3px solid rgba(255, 255, 255, 0.17);
}
@media (max-width: 640px) {
  .number-bar_item:last-of-type {
    border: none;
  }
}
.number-bar_item .fa {
  color: #FFD700;
}

article#text-8 {
  padding: 0;
  background-color: transparent;
  margin-top: 0;
}
@media (max-width: 640px) {
  article#text-8 img {
    width: 100%;
  }
}

mark {
  font-family: "Roboto Condensed", sans-serif;
  background-color: transparent;
  color: #00a19a;
  display: block;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .blog .blog-snippet-container header,
.single .entry-content header {
    background-color: transparent !important;
  }
}

#ngagepopup tbody {
  background-color: transparent !important;
}

#field_20_2 {
  max-width: 380px;
  margin: 0 auto !important;
  display: block;
  padding: 0;
}

#field_20_1 {
  line-height: 1;
}

.blogsupform {
  margin-top: 4em;
}

.blogsupform .ginput_container_email {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.gform_wrapper .blogsupform .gform_footer {
  clear: initial;
  margin-top: 8px;
  padding: 0;
}
.gform_wrapper .blogsupform .gform_footer .button {
  height: 39px;
  line-height: 1 !important;
}

.page-id-2166 .hero,
.page-id-25954 .hero,
.page-id-2160 .hero {
  padding: 15em 0;
}
.page-id-2166 .hero .large-12,
.page-id-25954 .hero .large-12,
.page-id-2160 .hero .large-12 {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.78);
  width: 100%;
  left: 0;
  right: 0;
}
.page-id-2166 .hero .large-12 h1,
.page-id-2160 .hero .large-12 h1 {
  margin: 0;
  font-size: 35px;
}
@media (max-width: 640px) {
  .page-id-2166 .hero .large-12 h1,
.page-id-2160 .hero .large-12 h1 {
    font-size: 23px;
  }
}
@media (max-width: 640px) {
  .page-id-2166 .hero .large-12,
.page-id-2160 .hero .large-12 {
    position: relative;
    background: #003a5c;
  }
}

@media (max-width: 640px) {
  .svg-badges svg, .svg-badges img {
    margin: 0 auto;
    display: block;
  }
}

.google-review {
  background-color: #003a5c;
  border: 4px solid #fff;
  outline: #003a5c solid 4px;
  padding: 1em 2em;
  color: #fff;
  margin-bottom: 2em;
}
.google-review span.author {
  font-weight: bold;
  margin-bottom: 0.25em;
  display: block;
}
.google-review .g-title {
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
.google-review .review-stars {
  margin-top: 1em;
  display: block;
}

.c-cases_container {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .c-cases_container {
    display: inline-block;
    margin-bottom: 2em;
    margin-top: 2em;
    text-align: center;
  }
}
.c-cases_image {
  display: block;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .c-cases_image {
    margin: 0 auto 2em;
  }
}

.c-results_row {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 4em 0;
  position: relative;
}
.c-results_row:nth-of-type(even) .c-results_info {
  order: 2;
}
.c-results_row:nth-of-type(even) .c-results_result {
  right: auto;
  left: 2em;
}
@media (max-width: 640px) {
  .c-results_row:nth-of-type(even) .c-results_result {
    left: 0;
  }
}
@media (max-width: 640px) {
  .c-results_row {
    display: block;
  }
}
.c-results_info {
  background-position: center center;
  background-size: cover;
  padding: 4em;
  max-width: 60%;
  min-height: 320px;
}
@media (max-width: 640px) {
  .c-results_info {
    max-width: 100%;
    min-height: auto;
  }
}
.c-results_result {
  background-position: center center;
  background-size: cover;
  padding: 8em;
  position: relative;
  right: 2em;
  text-align: center;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 640px) {
  .c-results_result {
    max-width: 100%;
    right: 0;
  }
}
.c-results_title {
  border-bottom: 2px solid #00a19a;
  display: inline-block;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
}
.c-results_amount {
  align-items: center;
  background-color: rgba(0, 58, 92, 0.8);
  bottom: 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.c-results_span {
  font-size: 25px;
}
.c-results_price {
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 640px) {
  #footer {
    line-height: 2;
  }
}

#mobile-menu .menu .menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
}
#mobile-menu .menu .menu-item-has-children > span {
  flex-grow: 1;
}
#mobile-menu .menu .menu-item-has-children > span + a {
  display: flex;
}
#mobile-menu .menu .menu-item-has-children > span + a::after {
  margin: auto;
  position: static;
}
#mobile-menu .menu .menu-item-has-children > a:first-child {
  width: 100%;
}
#mobile-menu .menu .menu-item-has-children > ul {
  width: 100%;
}

.top-bar .menu a {
  padding: 1rem;
}

.practice-areas.adwords-side img {
 height: auto;
}
.adwords-sidebar h3 {
  color: #003a5c;
  font-weight: bold;
}
.adwords-main-heading {
  color: #003a5c;
  text-align: left;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.3;
  font-size: 36px;
}

.hero.adwords-hero {
 padding: 3em 0;
}

.adwords-banner h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 29px;
  line-height: 1;
  margin-bottom: 1px;
}

.adwords-banner h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.9em;
}
.adwords-banner .gform_wrapper {
  background-color: #003a5c;
  padding: 1px 22px 17px 22px;
  border-radius: 18px;
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(45,50,61,.28);
}

.adwords-banner .gform_wrapper .gform_body .gfield_label {
  color: #fff;
}

.adwords-banner .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.adwords-banner .gform_wrapper .top_label input.medium.datepicker {
  width: 100%;
}

.adwords-banner .gform_wrapper div.validation_error {
  color: #00a19c;
  border-top: 2px solid #00a19c;
  border-bottom: 2px solid #00a19c;
}

.adwords-banner .gform_wrapper .gform_footer .gform_button {
  padding: 5px 20px;
  margin-right: 0;
  text-transform: uppercase;
  font-weight: bold;
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid #fff;
  font-size: 2em;
  line-height: 1;
}

.adwords-banner .gform_wrapper .gform_footer {
  padding-top: 2px;
  text-align: right;
}

.adwords-phone .tc {
  text-align: right;
}

.adwords-phone .lower-text {
  color: #00a19c;
}
.adwords-hero .right-col p{
  color: #fff;
  font-size: 1.3em;
}

.adwords-hero .right-col .quote-text {
  font-weight: 600;
}

.adwords-hero .right-col .quote-author {
  font-style: italic;
}

.c-testimonials.adwords .c-testimonials_header {
  /* margin-top:60px; */
}

.pre-footer-quote {
  padding: 5rem 0;
}
.pre-footer-quote p {
  font-size: 1.9em;
  line-height: 1.5;
}

.pre-footer-quote .adword-prefooter-text {
  font-weight: bold;
}
.pre-footer-quote .adword-prefooter-author {
  font-style: italic;
}

.adwords-content {
  padding-right: 4em;
}
.c-testimonials.adwords {
  /* padding: 3rem 0; */
}
.practice-areas.adwords-side .pa-holder p {
  font-size: 11px;
  color: #fff;
}

.adwords-hero .quote-text {
  margin-top: 100%;
}
.adwords-content:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: -5%;
  margin: auto;
  opacity: var(--background-row-opacity);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  border-right: 2px solid #00a59a;
}
.adwords-content {
  position: relative;
}
.page-template-page-adwords-landing .main-logo {
  padding-top: 1em;
}

.adwords-hero .gform_wrapper .gfield_required {
  color: #00a19c;
}

.adwords-hero .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  color: #fff;
  margin-bottom: 0;
}
.adwords-hero .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  color: #fff;
}

.adwords-hero .gform_wrapper.gf_browser_chrome select {
  margin-bottom: 0;
}
@media screen and (max-width:1023px){
  .adwords-content {
    padding-right: 0.9375rem;
  }
  .adwords-content:after {
    border-right: 0px;
  }

  .adwords-hero .quote-text {
    margin-top:16px;
  }
}

@media screen and (max-width:640px){
  .hero.adwords-hero {
    padding: 3em 0 !important;
  }
  .page-template-page-adwords-landing .right.adwords-tpl,
  .adwords-tpl .adwords-phone {
    float: none;
  }
  .adwords-phone .tc {
    text-align: center;
  }

  .pa-widget .pa-holder {
    max-width: 90%;
  }

  .pa-widget .pa-holder {
    font-size: 17px;
  }

  .adwords-sidebar> h3 {
    margin-top: 3em;
  }
  .adwords-banner h2 {
    text-align: center;
  }
  .adwords-banner h3 {
    text-align: center;
  }
}



/*# sourceMappingURL=custom.css.map */
