/*!
Theme Name: HearUSA
Theme URI: http://underscores.me/
Author: DMH
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hearusa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "Libre Franklin", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Libre Franklin", sans-serif;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

p, a, li, span, label, select, td {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.125rem;
  line-height: 1.7rem;
}

h3 {
  font-size: 1.4rem;
}

p {
  line-height: 1.7rem;
  font-size: 1.125rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
p a {
  color: #a6192e;
  line-height: 1.7rem;
  font-size: 1.125rem;
}
p a:hover {
  text-decoration: none;
}

a {
  color: #a6192e;
}
a:hover {
  color: #6b0e1c;
  text-decoration: none;
}

#page {
  background: #fafafa;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 800px) {
  #content {
    max-width: 1600px;
    margin: 5.9rem auto 0;
    width: 100%;
    background: #fff;
  }
}

.page-contain > p {
  max-width: 900px;
  margin: 0 auto 1.5rem;
  padding: 0 1rem;
}
.page-contain > p.disclaimer {
  font-size: .9rem;
  margin: 0 auto;
}

.no-header {
  margin-top: 3rem;
}
@media only screen and (min-width: 800px) {
  .no-header {
    margin-top: 5rem;
  }
}

.single-page {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.row {
  padding: 0 1rem;
}

.no-padding {
  padding: 0;
}

.home-header {
  position: relative;
}

.header-image {
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  position: relative;
  background-position: center;
  max-width: 1600px;
  margin: auto;
  background-color: #12163b;
}
.header-image:before {
  content: "";
  display: table;
}

.home-header-image {
  align-items: flex-start;
}
.home-header-image:before {
  padding-top: 50%;
}

.home-header .svg-container {
  display: none;
}
@media only screen and (min-width: 800px) {
  .home-header .svg-container {
    position: absolute;
    bottom: -8px;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 18%;
  }
}
.home-header .svg-container svg {
  position: absolute;
  top: 0;
  left: 0;
	display: none;
}

.radial-gradient {
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 800px) {
  .radial-gradient {
    background: radial-gradient(circle, rgba(2, 0, 36, 0) 0%, #3e60a4 100%);
  }
}

.header-image__content {
  color: #fff;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem;
  z-index: 1;
}
.header-image__content h1 {
  font-size: 3.5rem;
  font-weight: 300;
}
.header-image__content h3 {
  font-size: 2rem;
}
.header-image__content p {
  font-size: 1.375rem;
  line-height: 2rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .header-image__content p {
    background: none;
  }
}
.header-image__content p a {
  color: #a6192e;
  text-decoration: none;
}
@media only screen and (min-width: 800px) {
  .header-image__content p a {
    color: #fff;
  }
}

.header-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.home-header-image__content {
  display: flex;
  z-index: 2;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  padding: 0;
}
@media only screen and (min-width: 800px) {
  .home-header-image__content {
    flex-direction: row;
    text-align: left;
    padding: 0 1rem;
    margin-top: 10%;
  }
}
.home-header-image__content > div {
  flex: 1;
}
.home-header-image__content > div:not(:first-child) {
  margin-left: 0;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .home-header-image__content > div:not(:first-child) {
    margin-left: 5rem;
  }
}
.home-header-image__content > div p {
  margin: 1rem 0;
  font-size: 1.2rem;
}
.home-header-image__content > div p.home-header__white-box__copy {
  font-size: .9rem;
}
@media only screen and (min-width: 1024px) {
  .home-header-image__content > div p.home-header__white-box__copy {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 800px) {
  .home-header-image__content h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .home-header-image__content h1 {
    font-size: 3.5rem;
  }
}
.home-header-image__content .home-header-image__content__left p {
  font-size: 1.375rem;
}

.home-header__white-box {
  background: #fff;
  color: #000;
  padding: 2rem;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .home-header__white-box {
    width: auto;
    padding: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .home-header__white-box {
    padding: 2rem;
  }
}
.home-header__white-box p {
  padding: 0;
}

h3.home-header__white-box__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
h3.home-header__white-box__headline:before {
  content: "";
  background-image: url(../../images/icons/phone-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 43px;
  transform: rotate(-45deg);
  display: inline-block;
  margin-right: 1.2rem;
}
@media only screen and (min-width: 800px) {
  h3.home-header__white-box__headline {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  h3.home-header__white-box__headline {
    font-size: 2rem;
  }
}

/**********
* interior pages
**********/
.interior-header-image {
  text-align: center;
}
.interior-header-image:before {
  padding-top: 35%;
}
.interior-header-image h1 {
  font-size: 3.5rem;
  font-size: 30px;
  font-weight: 300;
}
@media only screen and (min-width: 800px) {
  .interior-header-image h1 {
    font-size: 60px;
  }
}

.interior-header-image__content.header-image-present {
  text-shadow: 0px 10px 40px #151414;
}

/*******
navless header
*******/
.navless .main-navigation {
  display: block;
}
.navless .navigation__row {
  flex-direction: column;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 800px) {
  .navless .navigation__row {
    flex-direction: row;
    padding: 0;
  }
}

.blue-logos {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .blue-logos {
    flex-direction: row;
  }
}
.blue-logos p {
  font-size: 1rem;
}
.blue-logos img {
  max-width: 225px;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 800px) {
  .blue-logos img {
    margin: 0 0 0 1rem;
  }
}

footer {
  background: linear-gradient(90deg, #0d2c6b 0%, #091d46 100%);
  padding: 4rem 2rem;
  z-index: 99;
}
footer h2, footer h3, footer h4 {
  padding: 0;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer a:hover {
  color: #aaa;
  text-decoration: underline;
}
footer ul li {
  list-style-type: none;
  margin: 0;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer.navless {
  background: #f2f2f2;
}
footer.navless .footer__left__headline {
  color: #000;
}
footer.navless .footer__copyright {
  color: #000;
}
footer.navless .footer__copyright a {
  color: #000;
  border-color: #000;
}

.footer__contain {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media only screen and (min-width: 800px) {
  .footer__contain {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.footer__left__headline {
  font-size: 1.5rem;
  margin: 0;
}

.footer__left__links {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
.footer__left__links a {
  margin-bottom: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-size: .9rem;
}
.footer__left__links a:hover {
  text-decoration: underline;
}

.footer__social-icons {
  display: flex;
  margin: 0;
  padding: 0;
}

.footer__social-icon a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer__social-icon a.facebook {
  background-image: url(../../images/social/facebook.svg);
}
.footer__social-icon a.twitter {
  background-image: url(../../images/social/twitter.svg);
}
.footer__social-icon a.pinterest {
  background-image: url(../../images/social/pinterest.svg);
}
.footer__social-icon a.instagram {
  background-image: url(../../images/social/instagram.svg);
}
.footer__social-icon a.youtube {
  background-image: url(../../images/social/youtube.svg);
}
.footer__social-icon a.linkedin {
  background-image: url(../../images/social/linkedin.svg);
}
.footer__social-icon a.flickr {
  background-image: url(../../images/social/flickr.svg);
}

.footer__right {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__right ul {
  margin: 2rem 0;
  padding: 0;
}
@media only screen and (min-width: 800px) {
  .footer__right ul {
    columns: 2;
    margin: 0;
  }
}
.footer__right ul li {
  margin-bottom: .5rem;
}

.footer__copyright {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .footer__copyright {
    flex-direction: row;
  }
}
.footer__copyright p, .footer__copyright a {
  font-size: .8rem;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 800px) {
  .footer__copyright a {
    border-left: 1px solid #fff;
    padding-left: .5rem;
    margin-left: .5rem;
  }
}

.hearusa-button__contain {
  display: flex;
  padding: 0 1rem 2rem 1rem;
}
@media only screen and (min-width: 800px) {
  .hearusa-button__contain {
    padding: 0 1rem;
  }
}
.hearusa-button__contain.center {
  justify-content: center;
}
@media only screen and (min-width: 800px) {
  .hearusa-button__contain.right {
    justify-content: flex-end;
  }
}

.hearusa-button {
  background: linear-gradient(135deg, #cce4f7 35%, #edf6fa 65%);
  color: #0d2c6b;
  padding: 1.075rem 3rem;
  display: inline-block;
  align-items: center;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  font-size: 0.9375rem;
}
.hearusa-button:after {
  content: "";
  background-image: url(../../images/icons/blue-caret.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: .6rem;
  display: inline-block;
  width: 6px;
  height: 10px;
  top: 25px;
  transition: all 100ms ease-out;
  position: absolute;
}
.hearusa-button:hover {
  background: #cce4f7;
  color: #0d2c6b;
}
.hearusa-button:hover:after {
  transition: all 100ms ease-out;
  margin-left: 1rem;
}
.hearusa-button.no-arrow {
  background: #cce4f7;
}
.hearusa-button.no-arrow:after {
  background: none;
}

input[type=submit] {
  font-family: "Libre Franklin", sans-serif;
  text-transform: uppercase;
  color: #0d2c6b;
  padding: 1.375rem 3rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: right 30px center, 0 0;
  transition: all 100ms ease-out;
  line-height: normal !important;
  background: #3e60af;
  color: #fff;
  cursor: pointer;
}
input[type=submit]:hover {
  background: #1a336b;
  color: #fff;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 2rem 1rem;
}

ul {
  list-style: disc;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
ul li {
  margin-bottom: 1rem;
  margin-left: 3rem;
}

ol {
  list-style: decimal;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/******
numbered list with icons
******/
.number-list-items {
  position: relative;
}
.number-list-items:after {
  content: "";
  background: linear-gradient(180deg, rgba(166, 25, 46, 0) 40%, #a6192e 100%);
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.number-list-item {
  display: flex;
}
.number-list-item .number {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-self: flex-start;
  margin-right: 1rem;
  flex: 1 0 auto;
}
.number-list-item.white .item-number-1 {
  background-image: url(../../images/numbers/circle-numbers-01-white.svg);
  width: 50px;
  height: 50px;
}
.number-list-item.white .item-number-2 {
  background-image: url(../../images/numbers/circle-numbers-02-white.svg);
  width: 50px;
  height: 50px;
}
.number-list-item .numbered-list-copy {
  margin-top: 0;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.wp-block-embed {
  max-width: 900px;
  margin: 3rem auto;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.6%;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

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

.page-contain table {
  margin: 0 auto;
  width: 900px;
}
.page-contain table td {
  text-align: center;
}

.page-contain .gform_wrapper {
  max-width: 900px;
  margin: 0 auto 3rem auto;
  padding: 0 1rem;
}
.page-contain .gform_wrapper .ginput_complex .ginput_right {
  width: 100%;
}
.page-contain .gform_wrapper .gform_body ul li select {
  border: 1px solid #d2d2d2;
  width: 100%;
  height: 58px;
  appearance: none;
  -webkit-appearance: none;
  background: url(../../images/icons/dropdown-icon.svg) 97%/10px no-repeat #fff;
  padding: .7rem 1rem;
  border-radius: 5px;
  font-size: 16px;
}
.page-contain .gform_wrapper .gform_body ul li select option {
  font-weight: 500;
}
.page-contain .gform_wrapper input:not([type='submit']), .page-contain .gform_wrapper input:not([type=checkbox]) {
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  height: 58px;
}
.page-contain .gform_wrapper textarea {
  border-radius: 5px;
  border: 1px solid #d2d2d2;
}
.page-contain .gform_radio_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.page-contain .gform_radio_buttons > label {
  flex: 1;
}
.page-contain .gform_radio_buttons .ginput_container_radio {
  flex: 1;
}
.page-contain .gform_radio_buttons .ginput_container_radio ul {
  display: flex;
}
.page-contain .gform_radio_buttons .ginput_container_radio ul li {
  flex: 1;
}
.page-contain .gform_radio_buttons .ginput_container_radio ul li input[type='radio'] {
  margin-top: 0;
  height: auto;
}
.page-contain .gform_checkboxes {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .page-contain .gform_checkboxes {
    flex-direction: row;
  }
}
.page-contain .gform_checkboxes > label {
  flex: 1;
  margin-top: 1.5rem;
}
.page-contain .gform_checkboxes .ginput_container_checkbox {
  flex: 1;
}
.page-contain .gform_checkboxes .ginput_container_checkbox ul li {
  display: flex;
  align-items: center;
}
.page-contain .gform_checkboxes .ginput_container_checkbox ul li input[type='checkbox'] {
  margin: 0 .4rem 0 0;
  height: auto;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 11px;
}
body .gform_wrapper .gfield_radio li label {
  margin: 4px 0 0 0;
}
@media only screen and (min-width: 800px) {
  body .gform_wrapper .gfield_radio li label {
    margin: 2px 0 0 10px;
  }
}
body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  letter-spacing: 0;
}

.gform_confirmation_wrapper {
  max-width: 900px;
  margin: 2rem auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1rem;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 1.5rem;
}
.gform_confirmation_wrapper .gform_confirmation_message h1, .gform_confirmation_wrapper .gform_confirmation_message h2, .gform_confirmation_wrapper .gform_confirmation_message h3, .gform_confirmation_wrapper .gform_confirmation_message h4, .gform_confirmation_wrapper .gform_confirmation_message h5 {
  padding: 0;
  margin-top: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
nav a {
  color: #000;
}
nav a:hover, nav a:focus, nav a:active {
  color: #000;
}
nav a:focus {
  outline: thin dotted;
}
nav a:hover, nav a:active {
  outline: 0;
}

a.link__headline {
  color: #a6192e;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  font-size: 0.9375rem;
  text-transform: uppercase;
}
a.link__headline:after {
  content: "";
  background-image: url(../../images/icons/red-caret.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: .3rem;
  display: inline-block;
  width: 6px;
  height: 10px;
  top: 8px;
  position: absolute;
  transition: all 100ms ease-out;
}
a.link__headline:hover:after {
  transition: all 100ms ease-out;
  margin-left: 1rem;
}
a.link__headline.white {
  color: #fff;
}
a.link__headline.white:after {
  content: "";
  background-image: url(../../images/icons/white-caret.svg);
}

a.return-link {
  position: relative;
  padding-left: 1rem;
}
a.return-link:before {
  content: "";
  background-image: url(../../images/icons/red-caret.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 6px;
  height: 10px;
  top: 7px;
  position: absolute;
  transition: all 100ms ease-out;
  left: 0;
}
a.return-link:hover:before {
  transition: all 100ms ease-out;
  left: 8px;
}

a.chat-link {
  cursor: pointer;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: none;
}
@media only screen and (min-width: 800px) {
  .main-navigation {
    display: block;
    clear: both;
    display: block;
    float: left;
    width: 100%;
    padding: 1.3rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #d2d2d2;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media only screen and (min-width: 800px) {
  .main-navigation ul {
    display: flex;
  }
}
.main-navigation ul li:not(:first-child) {
  margin-left: 2rem;
}
.main-navigation ul li.nav-search a {
  color: #a6192e;
  border-left: 2px solid #000;
  padding-left: 2rem;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 600;
}
.main-navigation a:hover {
  color: #3e60af;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media only screen and (min-width: 800px) {
  .menu-toggle {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.navigation__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}
@media only screen and (min-width: 800px) {
  .navigation__row {
    flex-direction: row;
  }
}

.main-navigation__logo {
  max-width: 250px;
}
.main-navigation__logo.no-logo .custom-logo-link {
  display: none;
}

/***
for dropdown nav
***/
ul.nav-menu li {
  position: relative;
}
ul.nav-menu li ul.sub-menu {
  display: none;
}

/*****
custom
*****/
/*------------------------------------*\
    #PRIMARY-MENU
\*------------------------------------*/
.primary-menu {
  /* more explicit here to prevent conflicts with
  	the megamenu / subnav */
}
.primary-menu__wrapper {
  background: rgba(255, 255, 255, 0.3);
}
.primary-menu > .nav > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.primary-menu > .nav > ul > li {
  position: relative;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.primary-menu > .nav > ul > li:hover {
  /* show mega menu on rollover */
}
.primary-menu > .nav > ul > li:hover .mega-menu__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.primary-menu > .nav > ul > li:hover .mega-menu__svg {
  opacity: 1;
}
.primary-menu > .nav > ul > li.has-dropdown:after {
  content: "";
  background-image: url(../../images/icons/dropdown-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 9px;
  display: inline-block;
  margin-left: .3rem;
}
.primary-menu > .nav > ul > li ul.subnav {
  flex-direction: column;
  padding: 1rem;
}
.primary-menu > .nav > ul > li ul.subnav li {
  margin: .5rem 0;
}
.primary-menu .sub-menu {
  display: none;
}

/* home */
.nav-home a {
  background: path("icon-home.svg") center center no-repeat;
}
.nav-home a:hover {
  background: white path("icon-home.svg") center center no-repeat;
}

/* search - needs to be specific in order to prevent
	interferences with the search bar */
.nav-search > a {
  background: path("icon-search.svg") center center no-repeat;
  left: 0;
  position: relative;
  transition: left 0.5s ease-in-out;
}
.nav-search > a:hover {
  background: white path("icon-search.svg") center center no-repeat;
}

/*------------------------------------*\
    #MEGA-MENU
\*------------------------------------*/
@keyframes reveal-mega-menu {
  0% {
    height: 0%;
  }
  100% {
    height: auto;
  }
}
@keyframes fadein-mega-menu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.mega-menu {
  position: relative;
  border: 1px solid #d2d2d2;
  border-top: none;
  border-radius: 5px;
  background: #fff;
  /* subnavigation within the mega menu */
}
.mega-menu__wrapper {
  display: none;
  left: -40%;
  padding: 45px 0 0;
  position: absolute;
  width: 175%;
  z-index: 1;
  top: 14px;
}
.mega-menu__wrapper:before {
  content: "";
}
.mega-menu__wrapper .mega-menu__svg {
  opacity: 0;
}
.mega-menu__wrapper .mega-menu__svg svg {
  top: 25px;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 1;
}
.mega-menu__subnav .subnav {
  text-align: center;
}
.mega-menu__subnav .subnav li {
  padding: 0 1rem;
}
.mega-menu__subnav .subnav li a:hover {
  color: #a6192e;
}

/******
** shiftnav mobile
******/
.shiftnav-inner .shiftnav-site-title {
  display: block;
  background: #f2f2f2;
}
.shiftnav-inner .shiftnav-site-title a {
  text-indent: -9999999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shiftnav-inner .shiftnav-site-title a:after {
  content: "";
  background: url(../../images/hearusa-logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 28px;
  display: flex;
}

.shiftnav-nav ul li a {
  border-bottom: 1px solid #d2d2d2;
}
.shiftnav-nav ul li.has-dropdown .sub-menu {
  background: #f2f2f2;
}
.shiftnav-nav ul li.has-dropdown .sub-menu li {
  margin: 0 1rem;
}
.shiftnav-nav ul li.has-dropdown .sub-menu li a {
  font-size: .9rem;
}

.mobile-header-logo {
  max-width: 100px;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.headline-icon-copy {
  max-width: 900px;
  margin: 2rem auto;
}
.headline-icon-copy ul li {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 800px) {
  .headline-icon-copy .hearusa-button__contain.right {
    float: right;
  }
}
.headline-icon-copy:last-of-type {
  margin-bottom: 3rem;
}

.headline-with-icon {
  display: flex;
  align-items: center;
  padding: .5rem 1rem;
}
.headline-with-icon img {
  max-width: 30px;
  margin-right: 1rem;
}

.headline-with-icon__headline {
  margin: 0;
  font-size: 1.375rem;
  padding: 0;
}

.content-intro-copy {
  font-weight: 300;
  max-width: 900px;
  margin: 3rem auto 1.6rem;
  padding: 0 1rem;
}
.content-intro-copy.centered {
  text-align: center;
}
.content-intro-copy.home-copy {
  font-size: 1.7rem;
  line-height: 2.3rem;
}
.content-intro-copy.interior-copy {
  font-size: 1.375rem;
  line-height: 2rem;
}
.content-intro-copy h3 {
  font-weight: 300;
  padding: 0;
}
.content-intro-copy p {
  padding: 0;
}

.callout-box__wrap {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto 2rem;
}
.callout-box__wrap a {
  color: #a6192e;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  align-items: center;
  position: relative;
  font-size: 15px;
}
.callout-box__wrap a:after {
  content: "";
  background-image: url(../../images/icons/red-caret.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: .5rem;
  display: inline-block;
  width: 6px;
  height: 10px;
  top: 8px;
  position: absolute;
  transition: all 100ms ease-out;
}
.callout-box__wrap a:hover:after {
  transition: all 100ms ease-out;
  margin-left: 1rem;
}

.callout-box__top {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .callout-box__top {
    flex-direction: row;
    align-items: center;
    padding: 1rem 3rem;
  }
}
.callout-box__top img {
  max-width: 50px;
  margin-right: .5rem;
}

.content-box__top-left {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 1rem;
}
.content-box__top-left h3 {
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin: 0;
}

.content-box__top-right {
  flex: 1;
  padding: 1rem;
}

.callout-box__bottom {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .callout-box__bottom {
    flex-direction: row;
    padding: 1rem 3rem;
  }
}
.callout-box__bottom div {
  flex: 1 0 50%;
  padding: 1rem;
  border-top: 1px solid #d2d2d2;
}
.callout-box__bottom div p {
  padding: 0;
}
.callout-box__bottom .callout-box__bottom-left {
  padding-right: 3rem;
}

.accordion__wrap {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
}
.accordion__wrap.faq .accordion__item {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 3rem;
}
.accordion__wrap.faq .accordion__title {
  padding: 1rem 4rem 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .accordion__wrap.faq .accordion__title {
    padding: 1rem 5rem 0 0;
    margin-bottom: 0;
  }
}
.accordion__wrap.faq .accordion__title:after {
  content: "";
  background-image: url(../../images/icons/red-caret-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  display: table;
  position: absolute;
  right: 0;
}
.accordion__wrap.faq .accordion__title.open:after {
  transform: rotate(90deg);
}
.accordion__wrap.faq .accordion__body p {
  padding: 0;
}
@media only screen and (min-width: 800px) {
  .accordion__wrap.faq .accordion__body {
    padding: 0 6rem 0 0;
    margin-top: .5rem;
  }
}
.accordion__wrap.terms .accordion__item .accordion__title {
  font-size: 1.125rem;
  align-items: center;
  border-left: 1px solid #d2d2d2;
  position: relative;
  margin: 0 0 0 4rem;
  padding: 0 0 1rem 3rem;
}
.accordion__wrap.terms .accordion__item .accordion__title:before {
  content: "";
  background-image: url(../../images/icons/red-caret.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 4.6rem;
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  left: -3rem;
  top: 10px;
  transform: rotate(0deg);
}
.accordion__wrap.terms .accordion__item .accordion__title.open:before {
  transform: rotate(90deg);
}
.accordion__wrap.terms .accordion__item .accordion__title span {
  color: #8c8c8c;
}
.accordion__wrap.terms .accordion__item p {
  border-left: 1px solid #d2d2d2;
  padding: 0 0 0 3rem;
  margin: 0 0 0 4rem;
}
.accordion__wrap.terms .accordion__item:not(:last-child) p {
  padding: 0 0 3rem 3rem;
}

.accordion__title {
  cursor: pointer;
}

.accordion__body.reveal {
  display: none;
}

.numbered-list {
  max-width: 900px;
  margin: 2rem auto;
}

.numbered-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 800px) {
  .numbered-list__item {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
  }
}

.numbered-list__icon {
  width: 55px;
  margin: 0 1rem 0 0;
}

.numbered-list__copy {
  flex: 1;
  text-align: center;
  font-size: 1.3rem;
}
.numbered-list__copy h3 {
  margin-top: 1rem;
  padding-left: 0;
}
.numbered-list__copy p {
  padding-left: 0;
}
@media only screen and (min-width: 800px) {
  .numbered-list__copy {
    text-align: left;
  }
}

.four-corners {
  max-width: 1100px;
  margin: auto;
  padding: 0 1rem;
  position: relative;
}

.corner-icons__wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (min-width: 800px) {
  .corner-icons__wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}

.corner-icons {
  display: flex;
  padding: 0 0 2rem 0;
  align-items: center;
  text-align: left;
  flex-direction: row;
}
@media only screen and (min-width: 800px) {
  .corner-icons {
    padding: 3rem 5rem 3rem 10rem;
    padding: 3rem 0rem 3rem 13rem;
    flex-direction: column;
    text-align: center;
    flex: 1 0 50%;
  }
}
.corner-icons:nth-child(2n+1) {
  padding: 0 0 2rem 0;
}
@media only screen and (min-width: 800px) {
  .corner-icons:nth-child(2n+1) {
    padding: 3rem 10rem 3rem 5rem;
    padding: 3rem 13rem 5rem 0rem;
  }
}

.corner-icon__circle {
  background-color: #3e60af;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  flex: 0 0 auto;
}
@media only screen and (min-width: 800px) {
  .corner-icon__circle {
    margin-right: 0;
    width: 120px;
    height: 120px;
  }
}
.corner-icon__circle img {
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 800px) {
  .corner-icon__circle img {
    width: 50px;
    height: 50px;
  }
}

.four-corner__center {
  text-align: center;
}
.four-corner__center h3 {
  font-size: 2.3rem;
}
.four-corner__center h3 span {
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.5rem;
}
.four-corner__center b {
  font-size: 3rem;
  font-weight: 700;
}
.four-corner__center span {
  color: #000;
  font-size: 1rem;
  font-family: "Libre Franklin", sans-serif;
  margin-top: 2rem;
  background: linear-gradient(135deg, #cce4f7 35%, #edf6fa 65%);
  display: inline-block;
  width: 100%;
  padding: 2rem 0;
}
@media only screen and (min-width: 800px) {
  .four-corner__center span {
    margin-top: 0;
    background: none;
    display: inline;
  }
}
@media only screen and (min-width: 800px) {
  .four-corner__center {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 25px 100px 0 rgba(0, 0, 0, 0.1);
    width: 450px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.carousel-title-with-link {
  margin-bottom: 2rem;
}
.carousel-title-with-link h2 {
  font-size: 2rem;
  margin: 0;
  padding: 0;
}
.carousel-title-with-link a {
  text-decoration: none;
  color: #a6192e;
  font-weight: 700;
}

.carousel__wrap {
  max-width: 1600px;
  margin: 3rem auto;
  position: relative;
  padding: 0 1rem;
}
@media only screen and (min-width: 800px) {
  .carousel__wrap {
    margin: 6rem auto;
    padding: 0 2rem;
  }
}
.carousel__wrap .slick-arrow {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 12px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel__wrap .prev-arrow {
  background-image: url(../../images/icons/black-caret.svg);
  transform: rotate(180deg);
  left: 1%;
}
.carousel__wrap .next-arrow {
  background-image: url(../../images/icons/black-caret.svg);
  right: 1%;
}

.carousel {
  max-width: 900px;
  max-width: 1300px;
  margin: auto;
}

.testimonial-carousel .slick-list {
  box-shadow: 0 25px 100px 0 rgba(0, 0, 0, 0.1);
}
.testimonial-carousel .carousel__item {
  margin-top: 1rem;
}
.testimonial-carousel .carousel__item .carousel__quote {
  border-left: 1px solid #d2d2d2;
  padding: 0 2rem;
  margin: 2rem 0;
}
.testimonial-carousel .carousel__item .carousel__attribute {
  margin-left: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.slick-current .carousel__item .carousel__quote {
  border-left: none;
}

.slick-track ~ .slick-active:first-child {
  background: blue;
}

.slick-dots {
  margin: 2rem auto;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin-left: 0;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  text-indent: -999999px;
  border: none;
  background: #d2d2d2;
  margin-right: 1rem;
  padding: 0;
}
.slick-dots li.slick-active button {
  background-color: #000;
}

.small-numbered__item {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 800px) {
  .small-numbered__item {
    flex-direction: row;
  }
}
.small-numbered__item:last-child .small-numbered__item__copy {
  padding-bottom: 0;
}

.small-numbered__item__number {
  flex: 0 0 7%;
}
.small-numbered__item__number p {
  color: #a6192e;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.small-numbered__item__copy {
  border-left: 1px solid #d2d2d2;
  padding: 0 0 2rem 1rem;
}
@media only screen and (min-width: 800px) {
  .small-numbered__item__copy {
    padding: 0 0 2rem 2rem;
    border-left: 1px solid #d2d2d2;
    flex: 0 0 95%;
  }
}
.small-numbered__item__copy h4 {
  margin: 0;
  padding-left: 0;
  font-size: 1.125rem;
}
.small-numbered__item__copy h4 span {
  color: #6f6f6f;
}
.small-numbered__item__copy p {
  padding-left: 0;
  margin-bottom: 0;
}

.testimonial__wrap {
  max-width: 900px;
  margin: auto;
}

.testimonial__wrap__headline {
  padding: 0;
}

.testimonials {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .testimonials {
    flex-direction: row;
  }
}

.testimonial {
  flex: 0 1 50%;
  padding-right: 5rem;
}
.testimonial:not(:first-child) {
  padding-right: 0;
}
.testimonial p, .testimonial h5 {
  padding: 0;
}

.testimonial__stars {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../images/icons/5-blue-stars.svg);
  width: 100px;
}
.testimonial__stars:before {
  content: "";
  padding-top: 16%;
  display: flex;
}

.centers-staff__wrap {
  border-bottom: 1px solid #d2d2d2;
  margin: 2.5rem 0;
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}

.staff__item {
  margin: 2rem 0;
}
.staff__item p {
  padding: 0;
}
.staff__item img {
  float: left;
  padding: 0 1rem 0 0;
  max-width: 250px;
}

.copy-with-page-links {
  display: flex;
  flex-direction: column-reverse;
  max-width: 900px;
  margin: auto;
  align-items: flex-start;
}
@media only screen and (min-width: 800px) {
  .copy-with-page-links {
    flex-direction: row;
  }
}

.in-page-link-copy {
  padding: 0 2rem 0 0;
  flex: 2;
}

.page-links__wrap {
  float: right;
  background-color: #f2f2f2;
  padding: 32px;
  margin: 0 0 1rem 1rem;
}

.page-links__title {
  margin: 0 0 1rem 0;
}

.page-links_items {
  margin: 0;
  padding: 0;
}

.page-links__item {
  margin: 0 0 .5rem 0;
  list-style-type: none;
}

.image-list__wrap {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  margin: 2rem auto 0;
}
@media only screen and (min-width: 800px) {
  .image-list__wrap {
    flex-direction: row;
  }
}

.image-list__items {
  margin-left: 0;
}

.image-list__image {
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .image-list__image {
    text-align: inherit;
  }
}
.image-list__image img {
  width: 300px;
}

.contact-callout {
  background: #f2f2f2;
  padding: 4rem;
  max-width: 900px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 800px) {
  .contact-callout {
    flex-direction: row;
  }
}

.contact-callout__copy {
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .contact-callout__copy {
    text-align: left;
  }
}

.coupon-code {
  background: #f2f2f2;
  padding: 2rem;
  max-width: 900px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 800px) {
  .coupon-code {
    padding: 4rem;
  }
}

.coupon-code__copy {
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .coupon-code__copy {
    text-align: left;
  }
}

.coupon-code__reveal {
  border-top: 1px solid #d2d2d2;
  margin-top: 3rem;
  padding-top: 2rem;
  display: none;
}
.coupon-code__reveal h3 {
  color: #3e60af;
}
.coupon-code__reveal ul {
  margin-left: 0;
  padding-left: 0;
  list-style-position: outside;
}
.coupon-code__reveal ul li {
  list-style-type: upper-alpha;
  margin-left: 2.5rem;
  padding: 0 0 0 2rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #aaa;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-separator {
  border: 0px solid #d2d2d2;
  height: auto;
  max-width: 875px;
  margin: 3rem auto;
}

.legal-copy {
  font-size: .9rem;
}

#breadcrumbs {
  max-width: 900px;
  margin: 2rem auto;
}
#breadcrumbs span {
  font-size: 0.9375rem;
}
#breadcrumbs span a {
  color: #000;
  font-size: 0.9375rem;
}
#breadcrumbs .breadcrumb_last {
  color: #9e9e9e;
}

.halves__wrap {
  max-width: 1100px;
  margin: auto;
}
.halves__wrap.small-container {
  max-width: 900px;
}

.halves__headline {
  margin-bottom: 0;
}

.halves {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 800px) {
  .halves {
    flex-direction: row;
    margin-bottom: 1rem;
  }
}

.one-half {
  flex: 1 0 50%;
}
.one-half.no-padding {
  flex: 0 0 45%;
}
.one-half.no-padding h6 {
  font-size: .8rem;
  color: #4c4c4c;
}

.one-half__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.one-half__image:before {
  content: "";
  padding-top: 60%;
  display: table;
}

.one-half__copy {
  padding: 0 2rem;
}
.one-half__copy.no-padding {
  padding: 0;
}
.one-half__copy h4 {
  font-size: 1.3rem;
  margin-top: 3rem;
}
.one-half__copy p b {
  font-size: .8rem;
}
.one-half__copy p a {
  color: #a6192e;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}
.one-half__copy p a:after {
  content: "";
  background-image: url(../../images/icons/red-caret.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: .5rem;
  display: inline-block;
  width: 6px;
  height: 10px;
  transition: all 100ms ease-out;
}
.one-half__copy p a:hover:after {
  transition: all 100ms ease-out;
  margin-left: 1rem;
}

.halves__full-width {
  max-width: 1600px;
  margin: 2rem auto;
  color: #fff;
}
.halves__full-width .one-half__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: top;
}
.halves__full-width .one-half__copy {
  background-color: #a6192e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
}
@media only screen and (min-width: 1024px) {
  .halves__full-width .one-half__copy {
    padding: 3rem 6rem;
  }
}
.halves__full-width .one-half__copy img {
  max-width: 200px;
}

.copy-over-image__headline {
  font-size: 2.5rem;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .copy-over-image__headline {
    font-size: 3rem;
  }
}

.copy-over-image__body {
  font-size: 1.2rem;
  margin: 0;
  padding: 0 2rem;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .copy-over-image__body {
    padding: 0 5rem;
    font-size: 1.3rem;
  }
}

/*****
for the halves on the about page
*****/
.halves-content-width {
  max-width: 900px;
  margin: auto;
}
.halves-content-width h3 {
  margin: 0;
}
.halves-content-width h3 a.link__headline {
  text-transform: inherit;
  font-size: 1.5rem;
}
.halves-content-width h3 a.link__headline:after {
  width: 8px;
  height: 13px;
  top: 9px;
}
.halves-content-width p {
  margin-top: .5rem;
}

.thirds__wrap {
  max-width: 900px;
  margin: auto;
  padding: 0 1rem;
}

.thirds {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
@media only screen and (min-width: 800px) {
  .thirds {
    flex-direction: row;
  }
}
.thirds.align-top {
  align-items: flex-start;
}
.thirds.align-center {
  align-items: center;
}
.thirds.align-bottom {
  align-items: flex-end;
}
.thirds.first-third .one-third {
  flex: 2;
}

.one-third {
  font-size: 1.5rem;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
}

.third {
  flex: 0;
  padding: 2rem;
}

.thirds__with-icon {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 800px) {
  .thirds__with-icon {
    flex-direction: row;
  }
}
.thirds__with-icon .third__item {
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .thirds__with-icon .third__item {
    max-width: 33%;
  }
}

.third__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2rem .5rem;
  flex: 1 1 33%;
}

.third__icon {
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
}

.avenues__wrap {
  max-width: 1600px;
  margin: 2rem auto;
  text-align: center;
  padding-top: 2rem;
}
@media only screen and (min-width: 800px) {
  .avenues__wrap {
    margin: 0 auto;
    padding: 100px 0;
  }
}
.avenues__wrap.drop-shadow__bottom {
  position: relative;
  box-shadow: 0 0 200px 2px #f1f1f1;
  box-shadow: 0 0 200px -30px #e8e5e5;
  margin-top: -6rem;
  margin-bottom: 5rem;
  background-color: #fff;
}
.avenues__wrap.drop-shadow__bottom:after {
  position: absolute;
  width: 100%;
  bottom: 1px;
  z-index: -1;
  transform: scale(0.9);
  box-shadow: 0px 0px 8px 2px #000000;
}
.avenues__wrap.drop-shadow__top {
  position: relative;
  box-shadow: 0 0 200px -30px #e8e5e5;
}

.avenues {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .avenues {
    flex-direction: row;
  }
}
.avenues > div {
  flex: 1;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.avenues > div:not(:first-child) {
  border-top: 1px solid #d2d2d2;
  padding: 2rem 4rem 0 4rem;
}
@media only screen and (min-width: 800px) {
  .avenues > div:not(:first-child) {
    border-left: 1px solid #d2d2d2;
    border-top: none;
  }
}
.avenues > div h3 {
  font-size: 1.7rem;
  margin: 0;
}
.avenues > div a {
  justify-content: center;
}

.avenues__headline {
  font-size: 1.7rem;
  margin-bottom: 3rem;
  margin-top: 0;
}

.button-group__contain {
  max-width: 900px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}
.button-group__contain .hearusa-button {
  margin: 3rem 0 0;
  cursor: pointer;
}

.button-group__wrap {
  float: left;
  margin: 1rem 0;
}
.button-group__wrap h3 {
  display: flex;
  padding: 0;
  font-size: 22px;
}
.button-group__wrap h3 span:first-child {
  margin-right: 1rem;
  white-space: nowrap;
}

.button-group {
  margin-left: 2rem;
}

/*********
eval questions page
*********/
.eval-questions {
  max-width: 900px;
  margin: auto;
}

/******
* button on eval questions
******/
.button-group input {
  display: none;
}
.button-group label {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .button-group label {
    float: left;
  }
}
.button-group label .button-group-item {
  background: #fff;
  border-left: 1px solid #d2d2d2;
  border-radius: 0;
  border-right: 1px solid #d2d2d2;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 1.5rem 3.5rem;
  width: 100%;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .button-group label .button-group-item {
    border-bottom: 1px solid #d2d2d2;
    border-left: 0;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #d2d2d2;
    width: auto;
  }
}
.button-group label .button-group-item:focus, .button-group label .button-group-item:hover {
  background-color: #f7f7f7;
}
.button-group label:first-child .button-group-item {
  border-top-radius: 3px;
  border-top: 1px solid #d2d2d2;
}
@media only screen and (min-width: 1024px) {
  .button-group label:first-child .button-group-item {
    border-bottom-left-radius: 3px;
    border-left: 1px solid #d2d2d2;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
  }
}
.button-group label:last-child .button-group-item {
  border-bottom-radius: 3px;
  border-bottom: 1px solid #d2d2d2;
}
@media only screen and (min-width: 1024px) {
  .button-group label:last-child .button-group-item {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-right: 1px solid #d2d2d2;
    border-top-right-radius: 3px;
  }
}
.button-group label input:checked + .button-group-item {
  background: #3e60af;
  border: 1px solid #2c5999;
  box-shadow: inset 0 1px 2px #3264ac;
  color: #fff;
}

/*********
Evaluation Results
*********/
.eval-results {
  max-width: 900px;
  margin: auto;
  display: none;
  padding: 0 1rem;
}
.eval-results h3, .eval-results h4, .eval-results p {
  padding: 0;
}

.eval-results__result {
  background-color: #dae7f4;
  padding: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .eval-results__result {
    flex-direction: row;
    margin: 2rem 0;
  }
}

.score-results {
  width: 150px;
  height: 150px;
  color: #000;
  font-size: 4rem;
  background-color: #fff;
  font-family: "Libre Franklin", sans-serif;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}

.eval-results__result__copy {
  border-top: 1px solid #d2d2d2;
  padding: 2rem 0 0 0;
  margin: 3rem 0 0 0;
}
@media only screen and (min-width: 800px) {
  .eval-results__result__copy {
    border-left: 1px solid #d2d2d2;
    border-top: none;
    padding: 0 0 0 3rem;
    margin: 0 0 0 3rem;
  }
}

.eval-results__result__score {
  font-weight: 600;
}

.revisit-eval-answers {
  color: #a6192e;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 2rem;
  display: block;
}

.location-wrap {
  max-width: 1100px;
  margin: auto;
  padding: 0 1rem;
}

.location-wrap__search {
  margin: 5rem 0;
}

.location-wrap__search__headline {
  max-width: 1100px;
  background: #f2f2f2;
  margin: 0;
  padding: 4rem 0 0 2rem;
}

.location-wrap__single-location {
  max-width: 900px;
  margin: auto;
}

.locations__look-up {
  background: #f2f2f2;
  padding: 2rem;
}

.locations__look-up__inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .locations__look-up__inner {
    flex-direction: row;
    align-items: center;
    padding: 0 2rem 2rem 2rem;
  }
}
.locations__look-up__inner #wpsl-search-wrap .wpsl-select-wrap {
  display: flex;
  align-items: center;
}
.locations__look-up__inner #wpsl-search-wrap #wpsl-results .wpsl-dropdown {
  width: auto;
}
.locations__look-up__inner #wpsl-search-wrap .input-contain {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  margin-bottom: 2rem;
  align-items: flex-start;
  width: 300px;
}
@media only screen and (min-width: 800px) {
  .locations__look-up__inner #wpsl-search-wrap .input-contain {
    padding-right: 1rem;
    border-bottom: none;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 800px) {
  .locations__look-up__inner #wpsl-search-wrap .input-contain:not(:first-child) {
    margin-left: 0;
    padding-right: 0;
  }
}
.locations__look-up__inner #wpsl-search-wrap .input-contain label {
  font-size: .9rem;
  font-weight: 700;
  color: #6f6f6e;
  margin-bottom: .3rem;
}
.locations__look-up__inner #wpsl-search-wrap .input-contain select, .locations__look-up__inner #wpsl-search-wrap .input-contain .wpsl-selected-item {
  appearance: none;
  -webkit-appearance: none;
  background: url(../../images/icons/dropdown-icon.svg) 90%/15% no-repeat #fff;
  padding: .7rem 1rem;
  border-radius: 2px;
  border-color: #d2d2d2;
  font-size: 16px;
  background-size: 7px;
}
@media only screen and (min-width: 800px) {
  .locations__look-up__inner #wpsl-search-wrap .input-contain select, .locations__look-up__inner #wpsl-search-wrap .input-contain .wpsl-selected-item {
    width: 11rem;
  }
}
.locations__look-up__inner #wpsl-search-wrap .input-contain select option, .locations__look-up__inner #wpsl-search-wrap .input-contain .wpsl-selected-item option {
  font-weight: 500;
}
.locations__look-up__inner #wpsl-search-wrap .input-contain .wpsl-selected-item:after {
  display: none;
}
.locations__look-up__inner #wpsl-search-wrap .input-contain input[type="text"] {
  padding: .6rem;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  height: 58px;
  width: 100%;
}
.locations__look-up__inner #wpsl-search-wrap form {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .locations__look-up__inner #wpsl-search-wrap form {
    flex-direction: row;
  }
}
.locations__look-up__inner #wpsl-search-wrap form > div {
  align-items: center;
}
.locations__look-up__inner #wpsl-search-wrap form > div:not(:first-child) .input-contain {
  border: none;
}
.locations__look-up__inner #wpsl-search-wrap form > div#wpsl-radius {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 800px) {
  .locations__look-up__inner #wpsl-search-wrap form > div#wpsl-radius {
    width: 50%;
    display: table-cell;
  }
}
.locations__look-up__inner #wpsl-search-wrap form .wpsl-dropdown {
  display: flex;
  align-items: center;
  width: auto;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  height: 58px;
}
.locations__look-up__inner .button-contain {
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 800px) {
  .locations__look-up__inner .button-contain {
    margin-left: auto;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.locations__look-up__inner .button-contain #wpsl-search-btn.hearusa-button {
  font-family: "Libre Franklin", sans-serif;
  text-transform: uppercase !important;
  color: #0d2c6b;
  padding: 1.375rem 3rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: right 30px center, 0 0;
  transition: all 100ms ease-out;
  line-height: normal;
  background: #3e60af;
  color: #fff;
  cursor: pointer;
}
.locations__look-up__inner .button-contain #wpsl-search-btn.hearusa-button:hover {
  background: #1a336b;
  color: #fff;
}

#wpsl-gmap img[src*="orange@2x"] {
  display: none !important;
}

#wpsl-wrap.wpsl-no-results #wpsl-gmap {
  display: none;
}
#wpsl-wrap.wpsl-no-results #wpsl-result-list {
  width: 100%;
  margin-right: 0;
}
#wpsl-wrap.wpsl-no-results .location-results__found-total {
  display: none;
}

/**** 
** wpsl search list
***/
#wpsl-result-list p {
  padding-left: 0;
}
#wpsl-result-list ul li {
  margin-left: 0;
  padding: 2rem 0;
}
#wpsl-result-list ul li:not(:first-child) {
  border-top: 1px solid #d2d2d2;
}
#wpsl-result-list ul li .wpsl-direction-wrap a.listing-center-details {
  display: block;
  margin: 1rem 0;
}
#wpsl-result-list #wpsl-stores {
  height: 100% !important;
}

#wpsl-wrap #wpsl-result-list ul li {
  margin-left: 0;
  padding: 2rem 0;
  border: none;
}
#wpsl-wrap #wpsl-result-list ul li:not(:first-child) {
  border-top: 1px solid #d2d2d2;
}

.info-window-title {
  font-weight: 700;
}

/****
** end wpsl search list
****/
.location-results {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 800px) {
  .location-results {
    flex-direction: row;
    margin-top: 2rem;
  }
}

.location-results__list {
  flex: 1;
  margin: 0 2rem 0 0;
}

.location-results__map {
  flex: 2;
}

.location-results__found-total {
  color: #6f6f6e;
}

.location__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.location__item:not(:first-child) {
  border-top: 1px solid #d2d2d2;
}
.location__item p {
  margin: 0;
}
.location__item p a {
  color: #a6192e;
}
.location__item p a:hover {
  text-decoration: none;
}

.location__headline {
  font-weight: 700;
  font-size: 1.3rem;
}

.location-button {
  margin: 3rem 0;
}

.location-contact__form {
  margin: 2rem 0;
}
.location-contact__form .headline {
  padding: 1rem;
}

/********
map
********/
.wpsl-gmap-canvas p {
  padding: 0;
}

#mapCanvas {
  height: 600px;
  width: 100%;
}

#mapCanvas img {
  max-width: none;
}

#mapCanvas .content {
  padding: 0 0.5em 1em 0.5em;
}

#mapCanvas .firstHeading {
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
}

#mapCanvas #bodyContent p {
  font-size: 1em;
  margin: 0;
}

/*******
Updating to hide title and other things on specific templates
********/
.single-member_page .wpsl-store-location-title, .single-member_page .wpsl-store-location-more {
  display: none;
}

.special-offers__contain {
  border-top: 1px solid #d2d2d2;
  padding: 1rem;
  max-width: 900px;
  margin: auto;
}
@media only screen and (min-width: 800px) {
  .special-offers__contain {
    padding: 1rem 0 4rem;
  }
}

.special-offers__section-title {
  padding: 0;
}

.special-offers {
  display: flex;
  max-width: 900px;
  margin: auto;
  padding: 0;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .special-offers {
    flex-direction: row;
  }
}
.special-offers.hide-offers {
  display: none;
}

.special-offer {
  flex: 0 1 100%;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 800px) {
  .special-offer {
    flex: 0 1 50%;
    padding-right: 2rem;
    padding-left: 0;
    margin-bottom: 0;
  }
  .special-offer:not(:first-child) {
    padding-right: 0;
  }
}

.special-offer__title {
  color: #3e60af;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}

.special-offer__content {
  padding: 00;
}

.special-offer__disclaimer {
  font-size: 15px;
  color: #4c4c4c;
  padding: 0;
}

.special-offer__action-text {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
}

/*******
** specific to special offers page
*******/
.special-offers__page {
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
}
.special-offers__page .special-offers {
  flex-direction: column;
}
.special-offers__page .special-offers .special-offer {
  flex: 0 1 100%;
  border-top: 1px solid #d2d2d2;
  padding: 2rem 0;
}
.special-offers__page .special-offers .special-offer:not(:first-child) {
  margin-bottom: 2rem;
}
.special-offers__page .special-offers .special-offer p {
  padding: 0;
}

.sticky-phone-callout {
  border-top: 1px solid #d2d2d2;
  background-color: #fff;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  display: none;
  z-index: 9;
}
.sticky-phone-callout p {
  max-width: 100%;
  text-align: center;
  padding: 0 4rem;
}
@media only screen and (min-width: 800px) {
  .sticky-phone-callout p {
    padding: 0;
    margin: 0;
  }
}
.sticky-phone-callout span {
  font-weight: 700;
}

.close-callout {
  width: 42px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #e3e3e3;
  position: absolute;
  top: 12px;
  right: 30px;
  cursor: pointer;
}
.close-callout.search-closeout {
  position: inherit;
}
.close-callout:after {
  content: "\00d7";
  display: flex;
  font-size: 2rem;
}

#searchOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(92, 99, 105, 0.97);
  z-index: 99;
  overflow: hidden;
  overflow-y: scroll;
  padding-top: 2.4rem;
}
#searchOverlay a {
  border: none;
}

#searchOverlay {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.search-bar__wrapper {
  z-index: 999;
  position: relative;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all .25s ease-out;
}
.search-bar__wrapper.active {
  width: 100%;
  opacity: 1;
  transition: all .25s ease-out;
}
.search-bar__wrapper.active .search-bar {
  display: block;
}
.search-bar__wrapper .search-bar {
  background: #fff;
  padding: 4rem 2rem;
  display: none;
}

.search-bar__form {
  display: flex;
  align-items: center;
}
.search-bar__form form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.search-bar__form form input[type="text"] {
  background-color: transparent;
  border: none;
  width: 100%;
  margin: 0 2rem;
  font-size: 1.4rem;
}
.search-bar__form form .hearusa-button {
  margin: 0 2rem;
}

.search-icon {
  background-image: url(../../images/icons/search.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 38px;
  height: 36px;
}

.search-divider {
  border-left: 1px solid #000;
  height: 30px;
  margin: 0 0 0 2rem;
}

/******
** search results
******/
.search-results__container {
  padding: 0 1rem;
}

.search-results-header {
  margin-top: 5rem;
}
.search-results-header h3 {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 30px;
  padding: 0;
}

.search-results__search-field__wrap {
  max-width: 900px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.search-results__search-field__wrap input[type="search"] {
  width: 100%;
  font-size: 1.4rem;
  padding-left: 10px;
  border: 1px solid #d2d2d2;
  border-right: none;
  border-radius: 3px;
}

.search-result {
  border-bottom: 1px solid #d2d2d2;
  max-width: 900px;
  margin: auto;
  padding: 1.5rem 0;
}
.search-result h2 {
  padding: 0;
}
.search-result h2 a {
  font-size: 1.4rem;
  font-weight: 300;
}
.search-result p {
  padding: 0;
}

.search-results-total {
  max-width: 900px;
  margin: auto;
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.search-results-total h4 {
  padding: 0;
  white-space: nowrap;
  font-weight: 300;
}

.search-results-header__border {
  border-bottom: 1px solid #d2d2d2;
  width: 80%;
}

.pagination-nav ul {
  display: inline-block;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-nav ul li {
  list-style-type: none;
  margin: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  min-width: 1rem;
  border-radius: 50%;
  vertical-align: middle;
  padding: 1rem 1.5rem;
}
.pagination-nav ul li:before {
  content: '';
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.pagination-nav ul li.active {
  background: #e3e3e3;
}
.pagination-nav ul li:first-child {
  margin-right: auto;
}
.pagination-nav ul li:last-child {
  margin-left: auto;
}
.pagination-nav ul li a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 700;
}

/*******
new pagination
*******/
.pagination-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: auto;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .pagination-nav {
    flex-direction: row;
  }
}
@media only screen and (min-width: 800px) {
  .pagination-nav > *:first-child {
    margin-right: auto;
    padding: 1rem 1.5rem;
  }
  .pagination-nav > *:last-child {
    margin-left: auto;
    padding: 1rem 1.5rem;
  }
}
.pagination-nav a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 700;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1rem;
  border-radius: 50%;
  vertical-align: middle;
  padding: 1rem 1.5rem;
}
.pagination-nav a:before {
  content: '';
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.pagination-nav span.current {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 700;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  min-width: 1rem;
  border-radius: 50%;
  vertical-align: middle;
  padding: 1rem 1.5rem;
  background: #e3e3e3;
}

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
.centers__header {
  display: flex;
  flex-direction: column;
  max-width: 1600px;
  margin: auto;
}
@media only screen and (min-width: 800px) {
  .centers__header {
    flex-direction: row;
  }
}

.centers__header__map-image {
  flex: 0 1 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.centers__header__map-image:after {
  content: "";
  padding-top: 80%;
}

.centers__header__map .wpsl-gmap-canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.centers__header__map iframe {
  top: 0;
}

.centers__header__buttons {
  display: flex;
  padding: 1rem;
  border-radius: 3px;
  background: #fff;
  color: #a3a3a3;
  margin: 0 0 2rem 2rem;
  position: relative;
}
.centers__header__buttons span {
  flex: 1;
  cursor: pointer;
  font-weight: 700;
  font-size: .9rem;
}
.centers__header__buttons span:not(:first-child) {
  border-left: 1px solid #a3a3a3;
  margin-left: .5rem;
  padding-left: .5rem;
}
.centers__header__buttons span.active {
  color: #000;
}

.centers__header__copy {
  background: #a6192e;
  padding: 4rem;
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.centers__header__copy h2, .centers__header__copy h3, .centers__header__copy h4, .centers__header__copy h5 {
  padding: 0;
}
.centers__header__copy p {
  padding: 0;
}
.centers__header__copy a {
  color: #fff;
}

.centers__header__location {
  margin: 0;
  text-transform: uppercase;
}

.centers__header__title {
  font-size: 2.5rem;
  margin: 1.5rem 0;
}

.centers__header__address-hours {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .centers__header__address-hours {
    flex-direction: row;
  }
}
.centers__header__address-hours > div {
  flex: 1;
}
.centers__header__address-hours > div:not(:first-child) {
  margin-top: 2rem;
}
@media only screen and (min-width: 800px) {
  .centers__header__address-hours > div:not(:first-child) {
    margin-top: 0;
  }
}
.centers__header__address-hours > div p {
  margin: 0;
}

.centers__header__address .wpsl-contact-details, .centers__header__address .wpsl-location-address, .centers__header__address .wpsl-locations-details {
  margin-bottom: 0;
}

.centers__header__phone {
  margin-top: 1rem;
}
.centers__header__phone p {
  margin: 0;
}

.centers-contact__location {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .centers-contact__location {
    flex-direction: row;
  }
}
.centers-contact__location > div {
  flex: 1;
}
@media only screen and (min-width: 800px) {
  .centers-contact__location > div {
    flex: 1 0 50%;
  }
}
.centers-contact__location .wpsl-locations-details .wpsl-contact-details {
  text-indent: -999999px;
}
.centers-contact__location .wpsl-locations-details .wpsl-contact-details span {
  display: block;
  text-indent: 0;
  line-height: 0;
}
.centers-contact__location .wpsl-locations-details .wpsl-location-address {
  margin-bottom: 0;
}
.centers-contact__location .location-contact__map .wpsl-gmap-canvas {
  margin-bottom: 0;
  height: 100%;
}
.centers-contact__location .location__item {
  padding: 2rem;
}
.centers-contact__location .location__item .return-link {
  margin-top: 1rem;
  display: inline-block;
}

.centers__request-callout {
  background: #f2f2f2;
  padding: 2rem;
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 800px) {
  .centers__request-callout {
    flex-direction: row;
    padding: 4rem 2rem;
  }
}

.centers__request-callout__headline {
  margin: 0 0 2rem;
  text-align: center;
  font-size: 1.375rem;
  line-height: 2rem;
}
@media only screen and (min-width: 800px) {
  .centers__request-callout__headline {
    flex: 0 1 50%;
    margin: 0;
    text-align: left;
  }
}

@media only screen and (min-width: 800px) {
  .centers__header__appointment__button {
    flex: 0 1 50%;
  }
}

.centers__body-copy {
  margin: 4rem 0;
}
.centers__body-copy h3 {
  font-weight: 300;
  line-height: 2rem;
}

.error-404 {
  margin: 4rem 0;
}
.error-404 p {
  margin: 3rem auto;
}

/*# sourceMappingURL=styles.css.map */
