@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #30618c;
  font-size: 16px;
  line-height: 20px;
}
.blue-line {
  display: none !important;
}

.officer-role {
  font-size: 1.2vw;
}

.facility-map-wrapper {
    width: 100%;
    margin-top: 4vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-right: 2vw;
    padding-left: 4vw;
    border-radius: 2vw;
    background-color: #fefeff;
    box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.34);
}

embed {
  width: 100%;
}

#our-officers > .container-div {
  margin-bottom: 10vh;
}

#more-info {
  padding: 12vh 0;
}

.wpcf7-response-output,
.ebd_input {
  color: white;
}

.no-posts {
  color: black;
  font-weight: 400;
}

.page-not-found {
  height: 60vh;
  display: flex;
  align-items: center;
}

.container-div.page-not-found-container {
  width: 83%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-not-found h1 {
  color: #30618c;
  text-align: center;
}

.page-not-found p {
  text-align: center;
}

.mc4wp-alert p {
  font-weight: 600;
  color: white;
  text-align: center;
}

.blog-header-link {
  text-decoration: none;
  color: black;
  transition: hover ease-in-out 0.05s;
}

.blog-header-link:hover h2 {
  color: #30618c;
}

.wpcf7-form {
  background-color: #30618c;
  padding: 2em 2em;
  border-radius: 20px;
  width: 70%;
}

.wpcf7 p {
  color: white;
  font-weight: 600;
  padding-bottom: 1em;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  margin-top: 0.6em;
  background-color: #fff;
  font-weight: 300;
  color: #000;
  border-radius: 17px;
  border: none;
  padding: 0.2em;
  padding-left: 0.6em;
  width: 100%;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-text input {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 17px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}

div.wpforms-container-full .wpforms-form input[type="email"].wpforms-field-email-primary,
#wpforms-4725-field_3 {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 17px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-number input {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 17px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}

a {
  text-decoration: none;
  color: #30618c;
  transition: hover ease-in-out 0.05s;
}

a:hover {
  color: #0ca9f0;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2.1em;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #30618c;
  font-size: 1.8vw;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
}

.hero-section {
  position: relative;
  overflow: hidden;
  height: 97vh;
}

.hero-section.about-us-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  max-width: 55%;
  padding: 6vw 3vw 10vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-container.about-us-page {
  padding-top: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-container.baby-hearing-problem-content {
  z-index: 2;
  padding-top: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.hero-container.hearing-refer-content {
  z-index: 2;
  max-width: 100%;
  padding: 6vw 0vw 3.2vw 8.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.hero-container.blog-hero {
  z-index: 2;
  width: 80%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.53);
}

.navbar {
  background-color: transparent;
}

.body {
  color: #37c1ff;
}

.nav-link {
  padding: 20px;
  -webkit-transition: color 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 200ms cubic-bezier(0.77, 0, 0.175, 1);
  color: #30618c;
  font-size: 1.3vw;
}

.nav-link:hover {
  color: #37c1ff;
}

.nav-link.drop-down {
  position: relative;
  top: -1px;
  margin-right: -10px;
  padding: 20px;
}

.nav-link.drop-down-nav-link {
  border-bottom: 1px solid hsla(0, 0%, 68.7%, 0.36);
}

.image {
  width: 10vw;
  height: auto;
  padding-top: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.slide {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url("../images/NHSRC_Landing-Page-1.jpg");
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-slider {
  position: absolute;
  z-index: -1;
}

.hero-slider.about-us {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 0px;
  background-image: url("../images/about-us-image.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slider {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 97vh;
}

.right-arrow {
  display: none;
}

.icon {
  display: none;
}

.slide-nav {
  display: none;
}

.icon-2 {
  display: none;
}

.header {
  position: relative;
  z-index: 2;
  overflow: visible;
  width: 38vw;
  height: auto;
}

.header.about-us-page {
  width: 100%;
  margin-top: 50px;
  color: #30618c;
  text-align: center;
}

.header.references {
  width: 100%;
  margin-top: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.header.blogs-page-header {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 4vh;
  color: #30618c;
  text-align: center;
  text-transform: uppercase;
}

.header.blogs-page-header.left {
  padding-bottom: 0vh;
  text-align: left;
}

.header.facility-finder-header {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5vh;
  color: #30618c;
  text-align: center;
  text-transform: uppercase;
}

.header.facility-finder-header.left {
  margin-top: 0vh;
  padding-bottom: 0vh;
  font-size: 3vw;
  text-align: left;
}

.header.single-blog-header {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0vh;
  color: #30618c;
  text-align: center;
  text-transform: uppercase;
}

.header.archive-header {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0vh;
  color: #30618c;
  text-align: center;
  text-transform: uppercase;
}

.hero-heading {
  margin-bottom: 1vw;
  font-size: 2.6vw;
  line-height: 4vw;
  text-transform: uppercase;
}

.hero-heading.officers-section {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  text-align: center;
}

.hero-heading.newsletter-section {
  margin-top: 30px;
  text-align: center;
}

.hero-heading.contact-us-section {
  margin-top: 0px;
  margin-bottom: 0vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.hero-heading.about-us-page {
  margin-top: 0px;
  margin-bottom: 0vw;
  text-transform: capitalize;
}

.hero-heading.about-us-page.capitalized {
  text-transform: uppercase;
}

.hero-heading.baby-hearing-problem-header {
  margin-top: 0px;
  margin-bottom: 0vw;
  text-transform: capitalize;
}

.hero-heading.baby-hearing-problem-header.capitalized {
  color: #30618c;
  text-transform: uppercase;
}

.hero-heading.hearing-refer-header {
  margin-top: 0px;
  margin-bottom: 0vw;
  text-transform: capitalize;
}

.hero-heading.hearing-refer-header.capitalized {
  color: #fff;
  text-transform: uppercase;
}

.hero-paragraph {
  margin-bottom: 6vh;
  color: #fff;
  font-size: 1.4vw;
  line-height: 2em;
}

.hero-paragraph.about-us-page {
  margin-top: 6vh;
  font-size: 1.3vw;
}

.hero-paragraph.baby-hearing-problem-text {
  margin-top: 8vh;
  padding-right: 4vw;
  color: #30618c;
}

.hero-paragraph.hearing-refer-text {
  margin-top: 4vh;
  margin-bottom: 8vh;
  color: #fff;
}

.container {
  display: block;
  max-width: 83%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-button {
  margin-top: 11px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #37c1ff;
  border-radius: 11px;
  background-color: transparent;
  -webkit-transition: color 200ms cubic-bezier(0.86, 0, 0.07, 1),
    background-color 200ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: color 200ms cubic-bezier(0.86, 0, 0.07, 1),
    background-color 200ms cubic-bezier(0.86, 0, 0.07, 1);
  color: #30618c;
  font-size: 1.3vw;
}

.nav-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#37c1ff), to(#37c1ff));
  background-image: linear-gradient(180deg, #37c1ff, #37c1ff);
  color: #fff;
}

.brand {
  margin-top: 16px;
}

.overlays-hero-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
}

.circle-edge-left {
  position: absolute;
  left: -9%;
  top: 5%;
  width: 8vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.circle-middle {
  position: absolute;
  left: 50%;
  top: 4%;
  width: 2vw;
  height: 2vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.circle-right-upper {
  position: absolute;
  left: 84%;
  top: 15%;
  width: 2.5vw;
  height: 2.5vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.circle-left-middle-lower {
  position: absolute;
  left: 2%;
  top: 68%;
  -o-object-fit: contain;
  object-fit: contain;
}

.circle-left-lower {
  position: absolute;
  left: 15%;
  top: 90%;
  width: 3vw;
  height: 3vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.circle-right-lower {
  position: absolute;
  left: 80%;
  top: 80%;
  width: 2vw;
  height: 2vw;
  -o-object-fit: contain;
  object-fit: contain;
}

/* .searchandfilter {
  
} */

.postform {
  cursor: pointer;
  margin-right: 2vw;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 14vw;
  padding: 0.3em 0.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 1.1vw;
  background-color: #fff;
  font-size: 1.2vw;
  line-height: 1em;
  color: #000;
}

.cta-button,
#wpforms-submit-4714,
#wpforms-submit-4725,
.wpcf7 input[type="submit"] {
  cursor: pointer;
  color: white;
  padding: 0.7em 3em;
  border: none;
  border-radius: 51px;
  background-color: #37c1ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#37c1ff), to(#0ca9f0));
  background-image: linear-gradient(90deg, #37c1ff, #0ca9f0);
  -webkit-transition: background-color 400ms cubic-bezier(1, 0, 0, 1);
  transition: background-color 400ms cubic-bezier(1, 0, 0, 1);
  font-size: 1.4vw;
  font-weight: 600;
  text-transform: uppercase;
}

.cta-button:hover,
#wpforms-submit-4714:hover,
#wpforms-submit-4725,
.wpcf7 input[type="submit"]:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(100%, #37c1ff),
    to(#0ca9f0)
  );
  background-image: linear-gradient(90deg, #37c1ff 100%, #0ca9f0);
  color: white;
}

.cta-button.center {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.19);
  text-align: left;
}

.cta-button.center.newsletter-cta {
  margin-top: 2vh;
  font-size: 2vw;
}

.cta-button.reference-cta {
  padding-right: 5.2em;
  padding-left: 5.2em;
}

.cta-button.reset {
  margin-left: 2vw;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff3737), to(#f00c0c));
  background-image: linear-gradient(90deg, #ff3737, #f00c0c);
}

.cta-button.reset:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff3737), to(#ff3737));
  background-image: linear-gradient(90deg, #ff3737, #ff3737);
}

.cta-button.search-btn {
  margin-bottom: 1.5vh;
  margin-left: 2vw;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.standards {
  padding-top: 40px;
}

.container-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-div.inverted {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.container-div.inverted.dr-chiong {
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-div.newsletter-section {
  display: block;
  margin-bottom: 64px;
  padding-top: 14px;
}

.container-div.contact-us-section {
  position: relative;
  z-index: 2;
  width: 83%;
}

.container-div.footer {
  position: relative;
  z-index: 2;
  width: 83%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-div.about-us-page {
  position: relative;
  z-index: 2;
  width: 83%;
}

.blue-line.dr-reyes {
  width: 26%;
}

.container-div.dr-chit {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-div.hearing-pass-container {
  position: relative;
  z-index: 2;
  width: 83%;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-div.references {
  position: relative;
  z-index: 2;
  display: block;
  width: 83%;
}

.container-div.blog-posts-container {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  width: 83%;
  padding-bottom: 5vh;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 8vh;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-div.sort-filter-wrapper {
  display: block;
  width: 83%;
  margin-bottom: 10vh;
}

.container-div.blog-content-container {
  position: relative;
  z-index: 2;
  display: block;
  width: 83%;
  padding-bottom: 14vh;
  justify-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-div.back-btn-container {
  position: relative;
  z-index: 2;
  display: block;
  width: 83%;
  padding-top: 6vh;
  padding-bottom: 0px;
  justify-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-div.certification-application {
  width: 83%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: transparent;
}

.container-div.certification-application-notice {
  position: relative;
  z-index: 2;
  display: block;
  width: 83%;
  padding-top: 0vh;
  padding-bottom: 10vh;
}

.container-div.paginate-div {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.container-div.archive-blog-posts-container {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  width: 83%;
  padding-bottom: 5vh;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 8vh;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h2-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vh;
}

.blue-line {
  width: 50%;
  height: 0.5vh;
  margin-top: 8px;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #30618c;
}

.blue-line.prof {
  width: 39%;
}

.blue-line.standards-section {
  width: 68%;
}

.blue-line.facitlities {
  width: 34%;
}

.blue-line.hearing-pass-line {
  width: 59%;
}

.blue-line.dr-chit {
  width: 34%;
}

.description-div {
  width: 45%;
}

.h2-heading {
  font-size: 1.5vw;
}

.h2-heading.white {
  color: #fff;
  font-size: 1.7vw;
}

.h2-heading.white.footer {
  margin-top: 0vh;
  margin-bottom: 0px;
  line-height: 1.6em;
  text-transform: uppercase;
}

.h2-heading.white.center {
  text-align: center;
}

.h2-heading.white.center.reference-header {
  margin-top: 0px;
}

.h2-heading.about-us-page {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4vh;
  padding-bottom: 4vh;
  color: #fff;
  text-align: center;
  text-transform: none;
}

.h2-heading.hearing-pass-header {
  margin-top: 10px;
  margin-bottom: 4px;
}

.h2-heading.blog-data-title {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}

.h2-heading.center {
  margin-right: auto;
  margin-left: auto;
}

.img {
  width: 32vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.img.standard-section {
  width: 31vw;
}

.img.facilities {
  width: 28vw;
}

.img.doctor-img {
  width: 28vw;
}

.description-paragraph {
  margin-bottom: 6vh;
  float: none;
  clear: none;
  font-size: 1.4vw;
  line-height: 2.4em;
  font-weight: 400;
}

.description-paragraph.white {
  margin-bottom: 2vh;
  color: #fff;
}

.description-paragraph.white.cell-no {
  margin-bottom: 8vh;
}

.description-paragraph.white.center {
  text-align: center;
}

.description-paragraph.white.center.small {
  font-size: 1.2vw;
  line-height: 1.9em;
}

.description-paragraph.white.notice-text {
  margin-bottom: 0vh;
}

.description-paragraph.hearing-pass-text {
  color: #30618c;
  line-height: 2em;
  text-align: center;
}

.description-paragraph.hearing-pass-text.left {
  margin-bottom: 0vh;
  text-align: left;
}

.overlay-upper {
  margin-bottom: 30px;
  text-align: right;
}

.overlay-lower {
  margin-top: 40px;
}

.blue-circle-right {
  width: 3vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.blue-circle-left {
  width: 3vw;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.we-train-profs {
  padding-top: 40px;
}

.find-facilities {
  margin-bottom: 50px;
  padding-top: 40px;
}

.our-officers {
  margin-bottom: 100px;
}

.blue-banner {
  position: static;
  width: 100%;
  margin-bottom: 100px;
  background-color: #30618c;
}

.blue-banner.about-us-page {
  margin-bottom: 0px;
  background-clip: border-box;
}

.newsletter {
  position: relative;
  height: 90vh;
  padding-bottom: 0px;
  background-image: url("../images/Newsletter-bg-image.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.header-div {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 16vh;
  padding-bottom: 6vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-div.newsletter-section {
  margin-bottom: 4vh;
  padding-bottom: 0vh;
}

.header-div.about-us-page {
  position: static;
  padding-bottom: 0vh;
}

.header-div.hearing-pass-header {
  position: static;
  margin-bottom: 4vh;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-div.blog-page-header {
  margin-bottom: 2vh;
  padding-top: 20vh;
  padding-bottom: 4vh;
}

.header-div.left {
  width: 83%;
  margin-right: auto;
  margin-bottom: 0vh;
  margin-left: auto;
  padding-bottom: 4vh;
}

.header-div.left.facility-finder {
  margin-bottom: 0vh;
  padding-top: 10vh;
  padding-bottom: 2vh;
}

.header-div.blog-page-header {
  margin-bottom: 0vh;
  padding-top: 12vh;
  padding-bottom: 0vh;
}

.header-div.single-blog-header {
  margin-bottom: 0vh;
  padding-bottom: 4vh;
}

.header-div.references {
  position: static;
  margin-bottom: 4vh;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-div.archive {
  margin-bottom: 0vh;
  padding-top: 6vh;
}

.input-form-wrapper.contact-form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-form {
  width: 52%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: rgba(55, 193, 255, 0.45);
}

.input-form.success {
  width: 100%;
}

.input-form.contact-form {
  width: 100%;
  padding: 4vh 2vw;
  background-color: rgba(55, 193, 255, 0.45);
}

.form {
  padding: 8vh 6vw;
  text-align: center;
}

.form.contact-form,
#wpforms-4725 {
  padding: 2.5vh 4vw;
  text-align: center;
}

.input-text,
#wpforms-4714-field_1,
#wpforms-4714-field_2,
#wpforms-4714-field_3,
#wpforms-4714-field_4,
#wpforms-4714-field_5 {
  margin-bottom: 1vh;
  padding: 1em 1em;
  border-radius: 17px;
  font-size: 1.4vw;
}

.input-text.contact-form {
  margin-bottom: 3vh;
}

/* .input-text.contact-form.contact-number {
  margin-bottom: 2vh;
} */

.input-text.contact-form.message-input {
  margin-bottom: 4vh;
  padding-bottom: 6.4em;
}

.success-text {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.error-message-div {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #c91f1f;
}

.error-message {
  color: #fff;
  text-align: center;
}

.blur-transition {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 16vh;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(51%, #30618c),
    to(#30618c)
  );
  background-image: linear-gradient(180deg, transparent, #30618c 51%, #30618c);
}

.contact-us {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#30618c), to(#30618c));
  background-image: linear-gradient(180deg, #30618c, #30618c);
}

.form-header {
  color: #fff;
  font-size: 1.6vw;
  line-height: 1.6em;
  font-weight: 600;
  text-align: center;
}

.form-header.all-caps {
  text-transform: uppercase;
}

.form-header.all-caps > p {
  text-transform: none !important;
  color: white;
  font-size: 1.2vw;
  font-weight: normal;
}

.contact-details-div {
  padding-left: 3.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-media-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-media-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0.7em;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 0.1vw;
  border-color: #fff;
  border-radius: 18px;
  background-color: transparent;
  -webkit-transition: border-width 200ms cubic-bezier(0.86, 0, 0.07, 1),
    background-color 200ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: border-width 200ms cubic-bezier(0.86, 0, 0.07, 1),
    background-color 200ms cubic-bezier(0.86, 0, 0.07, 1);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.social-media-btn:hover {
  border-style: solid;
  border-color: #37c1ff;
  background-color: #37c1ff;
  color: white;
}

.social-media-btn.facebook {
  margin-right: 1vw;
  border-width: 0.1vw;
}

.social-media-btn.facebook:hover {
  border-style: solid;
  border-width: 0.1vh;
  border-color: #37c1ff;
}

.social-media-btn-text {
  margin-left: 1em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 1.3vw;
  text-decoration: none;
}

.facebook-icon {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
}

.facebook-icon.footer {
  margin-right: 3vw;
  -webkit-transition: color 200ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: color 200ms cubic-bezier(0.86, 0, 0.07, 1);
}

.facebook-icon.footer:hover {
  color: #37c1ff;
}

.twitter-icon {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
}

.twitter-icon:hover {
  color: #fff;
}

.twitter-icon.footer {
  -webkit-transition: color 200ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: color 200ms cubic-bezier(0.86, 0, 0.07, 1);
}

.twitter-icon.footer:hover {
  color: #37c1ff;
}

.footer-section {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
}

.footer-overlay-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.footer-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 53vw;
}

.footer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-text {
  margin-bottom: 5vh;
  color: #30618c;
  font-size: 0.8em;
}

.footer-text.talkintech-footer {
  margin-bottom: 2vh;
  color: #fff;
}

.footer-text.footer-link-header {
  margin-bottom: 1vh;
  color: #30618c;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-text.copyright {
  color: #fff;
}

.footer-text.footer-link-text {
  margin-bottom: 0vh;
  -webkit-transition: color 200ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: color 200ms cubic-bezier(0.86, 0, 0.07, 1);
}

.footer-text.footer-link-text:hover {
  color: #37c1ff;
}

.footer-text.talkintechph-link {
  -webkit-transition: color 200ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: color 200ms cubic-bezier(0.86, 0, 0.07, 1);
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

.footer-text.talkintechph-link:hover {
  color: #37c1ff;
}

.social-media-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10vh;
  padding-left: 5vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-link {
  color: #30618c;
  text-decoration: none;
}

.list-item {
  margin-bottom: 1.2vh;
  display: block;
}

.blue-circle-footer {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: -10%;
  width: 4vw;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.contact-us-circle-overlays {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.contact-us-circle {
  position: absolute;
  left: -3%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 6vw;
}

.contact-us-circle.right {
  left: auto;
  top: 0%;
  right: -3%;
  bottom: 0%;
}

.about-us-circle {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-us-circle.upper-left {
  left: 20%;
  top: 6%;
  width: 3vw;
}

.about-us-circle.upper-middle {
  left: 48%;
  top: 11%;
  width: 2.5vw;
}

.about-us-circle.upper-right {
  left: auto;
  top: 15%;
  right: 7%;
  bottom: 0%;
}

.about-us-circle.middle-middle {
  left: 44%;
  top: 26%;
  width: 2vw;
}

.about-us-circle.middle-left {
  left: 6.4%;
  top: 55%;
  width: 4vw;
}

.about-us-circle.lower-left {
  left: -3%;
  top: 90%;
  right: auto;
  bottom: 0%;
  width: 6vw;
}

.about-us-circle.lower-middle {
  left: 43%;
  top: 78%;
  right: auto;
  bottom: 0%;
  width: 6vw;
}

.about-us-circle.lower-middle {
  left: 43%;
  top: 78%;
  right: auto;
  bottom: 0%;
  width: 6vw;
}

.about-us-circle.lower-middle {
  left: 43%;
  top: 80%;
  right: auto;
  bottom: 0%;
  width: 6vw;
}

.about-us-circle.lower-middle-right {
  left: 72%;
  top: 83%;
  right: auto;
  bottom: 0%;
  width: 4vw;
}

.about-us-circle.lower-right {
  left: 92%;
  top: 92%;
  right: auto;
  bottom: 0%;
  width: 3vw;
}

.about-us-circle.middle-right {
  left: auto;
  top: 38%;
  right: -3%;
  bottom: 0%;
  width: 6vw;
}

.slide-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url("../images/NHSRC_Collage1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url("../images/NHSRC_Collage2.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.slide-4 {
  background-image: url("../images/NHSRC_Collage7.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.text-block {
  color: #30618c;
}

.icon-3 {
  position: relative;
  left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #30618c;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.49);
}

.about-us {
  padding-top: 40px;
}

.why-baby-screening {
  padding-bottom: 10vh;
}

.about-us-page-text {
  width: 26vw;
  font-size: 1.3vw;
  line-height: 1.7em;
  text-align: center;
}

.need-screening-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.need-screening-img {
  width: 6vw;
  margin-bottom: 5vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.gray-line {
  width: 0.2vw;
  margin-right: 1vw;
  margin-left: 1vw;
  background-color: #afafaf;
}

.baby-hearing-problem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.baby-hearing-problem-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url("../images/NHSRC_Baby-hearing-problem-1.jpg");
  background-position: 27% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hearing-refer {
  position: relative;
  height: 100vh;
}

.hearing-refer-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url("../images/hearing-refer.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: cover;
  object-fit: cover;
}

.hearing-refer-content-wrapper {
  width: 55%;
}

.monthly-timeline {
  width: 53%;
  border-radius: 2vw;
  background-color: rgba(55, 193, 255, 0.45);
}

.montly-timeline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.arrow {
  width: 2vw;
  margin-right: 2vw;
  margin-left: 2vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-grid-wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 6vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-image {
  width: 40vw;
  border-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.list-text {
  margin-bottom: 0.8vh;
  display: block;
}

.hearing-pass-note-wrapper {
  padding: 2em 3.3em;
  border-radius: 4vw;
  background-color: #f2f2f2;
  box-shadow: 1px 1px 8px -1px rgba(0, 0, 0, 0.27);
}

.references-section {
  background-image: url("../images/references-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.reference-grid-wrapper {
  display: -ms-grid;
  display: grid;
  padding-bottom: 8vh;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.reference {
  width: 100%;
  padding-top: 2vh;
  padding-bottom: 2vh;
  border-radius: 2vw;
  background-color: rgba(55, 193, 255, 0.45);
  text-align: center;
}

.about-hero-us-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.about-us-upper {
  position: absolute;
  left: 55%;
  top: -2%;
  right: 0%;
  bottom: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-us-right-middle {
  position: absolute;
  left: 82%;
  top: 10%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 2vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-us-right {
  position: absolute;
  left: auto;
  top: 5%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 4vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-us-middle {
  position: absolute;
  left: auto;
  top: 32%;
  right: 8%;
  bottom: 0%;
  display: block;
  width: 2vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-us-lower-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 11%;
  bottom: -3%;
  width: 6vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog-hero-section {
  position: relative;
  overflow: hidden;
  height: 97vh;
  background-color: #30618c;
}

.hero-content {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.hero-image {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.blog-section-image {
  width: 30vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.default-hero-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
}

.upper-left {
  position: absolute;
  left: -4%;
  top: 10%;
  width: 8vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.upper-middle {
  position: absolute;
  left: 26%;
  top: 14%;
  right: auto;
  bottom: auto;
  width: 3vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.upper-right {
  position: absolute;
  left: 41%;
  top: 31%;
  right: auto;
  bottom: auto;
  width: 3vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.lower-left {
  position: absolute;
  left: 8%;
  top: 62%;
  width: 5vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.lower-middle {
  position: absolute;
  left: 36%;
  top: auto;
  right: auto;
  bottom: 11%;
  width: 2vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.right-lower {
  position: absolute;
  left: auto;
  top: auto;
  right: -4%;
  bottom: 10%;
  width: 8vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.lower-middle-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 12%;
  bottom: 9%;
  width: 2vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.right-upper {
  position: absolute;
  left: auto;
  top: 6%;
  right: 9%;
  bottom: auto;
  width: 3vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog-post {
  overflow: hidden;
  width: 26vw;
  padding-bottom: 2vh;
  border-radius: 1.5vw;
  background-color: #fefeff;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.34);
}

.blog-data-wrapper {
  padding-right: 1vw;
  padding-left: 1vw;
}

.blog-meta-data {
  margin-bottom: 1vw;
  color: #000;
  font-size: 1.1vw;
  line-height: 1.4em;
}

.blog-author {
  text-decoration: none;
  color: black;
  transition: color ease-in-out 0.05s;
}

.blog-author:hover {
  color: #3ac1ff;
}

.blog-tag {
  margin-right: 0.5vw;
  padding: 0.4em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #30618c;
  color: #fff;
  font-size: 0.9vw;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.blog-tag.blog-page {
  width: auto;
  margin-right: 1.4vw;
  margin-left: 1.4vw;
  padding: 0.5em 1.4em;
}

.blog-tag-link {
  text-decoration: none;
  color: white;
  transition: color ease-in-out 0.05s;
}

.blog-tag-link:hover {
  color: #3ac1ff;
}

.blog-summary-wrapper {
  padding-right: 1vw;
  padding-left: 1vw;
  font-size: 1.3vw;
  line-height: 1.7em;
}

.blog-summary {
  margin-bottom: 5vh;
  font-size: 1.2vw;
  line-height: 1.7em;
}

.see-more-wrapper {
  display: inline-block;
  padding-right: 1vw;
  padding-left: 1vw;
  float: right;
  text-align: right;
}

.left-arrow {
  font-size: 1.4vw;
}

.see-more {
  -webkit-transition: color 200ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: color 200ms cubic-bezier(0.86, 0, 0.07, 1);
  color: #000;
  text-decoration: none;
}

.see-more:hover {
  color: #30618c;
}

.see-more-text {
  font-size: 1.4vw;
}

.blog-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.sort-filter-block {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sort-filter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.searchandfilter input[type="text"] {
  width: 14vw;
  margin-right: 1vw;
  padding: 0.3em 0.5em;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 1.1vw;
  background-color: #fff;
  font-size: 1.2vw;
  line-height: 1em;
  color: #000;
}

.searchandfilter input[type="submit"] {
  cursor: pointer;
  padding: 0.4em 2.5em;
  border: none;
  color: white;
  border-radius: 51px;
  background-color: #37c1ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#37c1ff), to(#0ca9f0));
  background-image: linear-gradient(90deg, #37c1ff, #0ca9f0);
  -webkit-transition: background-color 400ms cubic-bezier(1, 0, 0, 1);
  transition: background-color 400ms cubic-bezier(1, 0, 0, 1);
  font-size: 1.4vw;
  font-weight: 600;
  text-transform: uppercase;
}

.searchandfilter input[type="submit"]:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(100%, #37c1ff),
    to(#0ca9f0)
  );
  background-image: linear-gradient(90deg, #37c1ff 100%, #0ca9f0);
  color: white;
}

.searchandfilter ul {
  padding: 0;
}

.select-field.sort-drop-down {
  margin-right: 2vw;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.field-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5vw;
  margin-bottom: 0px;
  padding-bottom: 1vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 1.1vw;
  line-height: 1em;
  font-weight: 400;
}

.input-field {
  width: 14vw;
  padding: 1vh 0.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 1.1vw;
  background-color: #fff;
  font-size: 1.2vw;
  line-height: 1em;
}

.input-field.search-bar {
  margin-left: 2vw;
}

.input-field.search-bar.facilty-finder {
  margin-left: 0vw;
}

.search-field-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-icon {
  position: absolute;
  left: auto;
  top: 15%;
  right: 3%;
  bottom: auto;
  width: 2.2vw;
  padding-right: 0.5vw;
  background-color: transparent;
  color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.table-wrapper {
  overflow: auto;
  height: 90vh;
  margin-top: 4vh;
  padding-top: 0vh;
  padding-right: 2vw;
  padding-left: 4vw;
  border-radius: 2vw;
  background-color: #fefeff;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.34);
}

.table {
  overflow: visible;
  margin-top: 6vh;
}

.back-btn {
  color: #888;
  font-weight: 600;
  text-decoration: none;
}

.html-embed {
  display: inline-block;
  float: left;
  color: #888;
}

.back-btn-text {
  display: inline-block;
  margin-left: 1vw;
  font-size: 1.5vw;
  line-height: 1em;
}

.blog-meta-data-wrapper {
  margin-bottom: 1vw;
  color: #000;
  font-size: 1.1vw;
  line-height: 1.4em;
}

.blog-image-wrapper {
  height: 28vh;
  overflow: hidden;
}

.single-blog-image-wrapper {
  margin-top: 4vh;
  margin-bottom: 4vh;
}

.single-blog-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

img.attachment-large {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog-page-content img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.blog-page-content h1 {
  color: #30618c;
  font-size: 2.6vw;
  text-transform: uppercase;
}

.blog-page-content ol {
  color: black;
  font-size: 1.5vw;
}

.blog-page-content p {
  font-size: 1.4vw;
  line-height: 2em;
}

.blog-page-content h4 {
  font-size: 1.6vw;
}

.blog-page-content ul {
  color: #000;
  font-size: 1.5vw;
}

.blog-page-content li {
  padding-top: 1.5vh;
  line-height: 2em;
}

.share-this-wrapper {
  padding-top: 6vh;
}

.certification-application {
  position: relative;
  z-index: 1;
  background-color: #30618c;
}

.certification-application-wrapper.contact-form {
  -webkit-box-flex: 0.3;
  -webkit-flex: 0.3 0 auto;
  -ms-flex: 0.3 0 auto;
  flex: 0.8;
}

.image-3 {
  width: 32vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.notice {
  width: 100%;
  padding: 4vw 6vw;
  border-radius: 20px;
  background-color: rgba(55, 193, 255, 0.45);
}

.single-blog-meta-data {
  margin-bottom: 1vw;
  color: #000;
  font-size: 1.1vw;
  line-height: 1.4em;
}

.single-blog-meta-data.center {
  margin-top: 0.5vw;
  font-size: 1.3vw;
  text-align: center;
}

.single-blog-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-menu {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paginate-temp-text {
  margin-right: auto;
  margin-left: auto;
  font-size: 1.5vw;
}

.page-numbers {
  font-weight: 600;
  margin: 0 1.5vw;
}

.page-numbers.current {
  color: #0ca9f0;
}

.blog-tag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.3vw;
  padding-bottom: 0.5vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.about-us-left-bottom {
  position: absolute;
  left: auto;
  top: auto;
  right: 45%;
  bottom: 9%;
  display: block;
  width: 3vw;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .blue-line.dr-reyes {
    width: 22%;
  }

  .officer-role {
    font-size: 1.8vw;
  }
  .h2-div > div > .h2-heading {
    font-size: 2.2vw;
  }

  .form-header.all-caps > p {
    font-size: 1.4vw;
  }

  .blog-image-wrapper {
    height: 15vh;
  }

  .h2-heading.blog-data-title {
    line-height: 1.8em;
  }

  .page-numbers {
    font-weight: 600;
    margin: 0 1.5vw;
  }

  .searchandfilter input[type="text"] {
    width: 20vw;
    padding: 0.6em;
    font-size: 1.4vw;
  }
  .postform {
    width: 20vw;
    padding: 0.6em;
    font-size: 1.4vw;
  }

  .searchandfilter input[type="submit"] {
    padding: 0.6em 3em;
    font-size: 1.4vw;
  }

  .blog-page-content li {
    font-size: 1.4vw;
  }

  .hero-container.about-us-page {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 1.6vw;
    text-align: left;
  }

  .nav-link.drop-down {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image {
    width: 12vw;
  }

  .slide {
    background-position: 57% 50%;
  }

  .hero-slider.about-us {
    background-position: 50% 50%;
  }

  .header.about-us-page {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3vw;
  }

  .header.references {
    font-size: 3vw;
  }

  .header.blogs-page-header {
    font-size: 2.6vw;
  }

  .header.archive-header {
    font-size: 3.5vw;
  }

  .hero-heading.about-us-page {
    font-size: 3vw;
  }

  .hero-heading.baby-hearing-problem-header.capitalized {
    font-size: 3vw;
  }

  .hero-heading.hearing-refer-header.capitalized {
    font-size: 3vw;
  }

  .hero-paragraph.about-us-page {
    font-size: 1.6vw;
  }

  .hero-paragraph.baby-hearing-problem-text {
    font-size: 1.6vw;
  }

  .hero-paragraph.hearing-refer-text {
    font-size: 1.6vw;
  }

  .nav-button {
    font-size: 1.6vw;
  }

  .container-div.contact-us-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-div.footer {
    width: 100%;
  }

  .blue-line {
    width: 40%;
    height: 0.3vh;
  }

  .blue-line.prof {
    width: 36%;
  }

  .blue-line.dr-chit {
    width: 33%;
  }

  .h2-heading.white.center.reference-header {
    font-size: 2vw;
  }

  .h2-heading.about-us-page {
    font-size: 1.5vw;
  }

  .h2-heading.hearing-pass-header {
    font-size: 2vw;
  }

  .h2-heading.center {
    font-size: 1.8vw;
  }

  .description-paragraph.white.center.small {
    font-size: 1.6vw;
  }

  .description-paragraph.hearing-pass-text {
    font-size: 1.6vw;
  }

  .description-paragraph.hearing-pass-text.left {
    font-size: 1.8vw;
  }

  .header-div {
    margin-bottom: 2vh;
  }

  .header-div.about-us-page {
    margin-top: 4vh;
    margin-bottom: 6vh;
  }

  .header-div.hearing-pass-header {
    padding-top: 5vh;
  }

  .header-div.references {
    padding-top: 5vh;
  }

  .input-form-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .input-form-wrapper.contact-form {
    padding-right: 11vw;
    padding-left: 11vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .input-form {
    width: 65%;
  }

  .contact-us {
    height: auto;
  }

  .contact-details-div {
    padding-left: 11vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .social-media-buttons-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .social-media-btn.facebook {
    margin-right: 4vw;
  }

  .footer-overlay {
    display: none;
  }

  .footer-title {
    padding-left: 6vw;
    background-color: #30618c;
  }

  .footer-links {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .about-us-circle.lower-middle {
    display: none;
  }

  .slide-3 {
    background-position: 50% 50%;
  }

  .slide-4 {
    background-position: 50% 50%;
  }

  .about-us-page-text {
    width: 26vw;
    font-size: 1.4vw;
  }

  .list-text {
    margin-bottom: 1.4vh;
  }

  .about-us-middle {
    display: none;
  }

  .blog-meta-data {
    font-size: 1.2vw;
  }

  .blog-tag {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    font-size: 1.1vw;
  }

  .blog-tag.blog-page {
    font-size: 1.8vw;
  }

  .select-field.sort-drop-down {
    width: 21vw;
    font-size: 1.6vw;
  }

  .input-field.search-bar.facilty-finder {
    width: 21vw;
    font-size: 1.6vw;
  }

  .search-icon {
    width: 3vw;
  }

  .single-blog-meta-data.center {
    font-size: 1.6vw;
  }

  .hamburger-icon {
    color: #30618c;
  }

  .hamburger-icon:hover {
    color: #37c1ff;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .nav-menu {
    position: absolute;
    display: block;
    padding-bottom: 2vh;
    padding-left: 6.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    text-align: left;
  }

  .paginate-temp-text {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .officer-role {
    font-size: 2.6vw;
  }
  .h2-div > div > .h2-heading {
    font-size: 3.5vw;
  }

  .wpcf7-form {
    width: 100%;
  }

  .page-numbers {
    font-weight: 600;
    margin: 0 2.5vw;
  }

  .blog-image-wrapper {
    height: 40vh;
  }

  .searchandfilter input[type="text"] {
    width: 25vw;
    padding: 0.6em;
    font-size: 2vw;
  }
  .postform {
    width: 25vw;
    padding: 0.6em;
    font-size: 2vw;
  }

  .searchandfilter input[type="submit"] {
    padding: 0.6em 3em;
    font-size: 2vw;
  }

  .blog-page-content li {
    font-size: 2vw;
  }

  .hero-section {
    height: 180vh;
  }

  .hero-section.about-us-page {
    height: 120vh;
  }

  .hero-container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-container.about-us-page {
    padding-top: 12vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .hero-container.baby-hearing-problem-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-container.hearing-refer-content {
    padding-left: 0vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-container.blog-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link {
    font-size: 3vw;
  }

  .image {
    width: 24vw;
  }

  .slide {
    background-image: url("../images/NHSRC_mobile-images1.png");
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-slider {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .hero-slider.about-us {
    background-image: url("../images/NHSRC_mobile_1.png");
    background-position: 50% 72%;
    background-size: cover;
  }

  .slider {
    height: 100%;
  }

  .header {
    width: 78vw;
    padding-top: 10vh;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .header.about-us-page {
    padding-top: 0vh;
    font-size: 3.5vw;
  }

  .header.references {
    margin-top: 0px;
    padding-top: 0vh;
    font-size: 3.5vw;
  }

  .header.blogs-page-header {
    font-size: 4.4vw;
  }

  .header.facility-finder-header.left {
    padding-top: 0vh;
  }

  .header.single-blog-header {
    padding-top: 5vh;
    font-size: 4.4vw;
  }

  .header.archive-header {
    font-size: 4.4vw;
  }

  .hero-heading {
    font-size: 1.5em;
    line-height: 6vw;
    text-align: center;
  }

  .hero-heading.about-us-page {
    font-size: 4vw;
  }

  .hero-heading.about-us-page.capitalized {
    font-size: 4vw;
  }

  .hero-heading.baby-hearing-problem-header.capitalized {
    font-size: 3.5vw;
  }

  .hero-heading.hearing-refer-header.capitalized {
    font-size: 3.5vw;
  }

  .hero-paragraph {
    margin-top: 1.5vh;
    font-size: 3vw;
  }

  .hero-paragraph.about-us-page {
    font-size: 2vw;
    text-align: center;
  }

  .hero-paragraph.baby-hearing-problem-text {
    margin-top: 4vh;
    padding-right: 4vw;
    padding-left: 4vw;
    font-size: 2vw;
    text-align: center;
  }

  .hero-paragraph.hearing-refer-text {
    font-size: 2vw;
    text-align: center;
  }

  .nav-button {
    font-size: 3vw;
  }

  .brand.w--current {
    margin-top: 2vh;
  }

  .overlays-hero-section {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 75vh;
  }

  .cta-button,
  #wpforms-submit-4714,
  #wpforms-submit-4725,
  .wpcf7 input[type="submit"] {
    font-size: 2.5vw;
  }

  .cta-button.center.newsletter-cta {
    font-size: 2.5vw;
  }

  .container-div {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-div.inverted {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-div.inverted.dr-chiong {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .container-div.newsletter-section {
    width: 90%;
    text-align: left;
  }

  .container-div.contact-us-section {
    height: 100%;
  }

  .container-div.footer {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-div.dr-chit {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-div.blog-posts-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-div.sort-filter-wrapper {
    width: 90%;
  }

  .container-div.certification-application {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-div.archive-blog-posts-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h2-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blue-line {
    width: 36%;
    height: 0.6vh;
  }

  .blue-line.standards-section {
    width: 36%;
  }

  .description-div {
    width: 85%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .h2-heading {
    font-size: 3vw;
  }

  .h2-heading.white {
    font-size: 3vw;
  }

  .h2-heading.white.center.reference-header {
    font-size: 2.5vw;
  }

  .h2-heading.about-us-page {
    padding-right: 4vw;
    padding-left: 4vw;
    font-size: 2.5vw;
  }

  .h2-heading.center {
    font-size: 2.5vw;
  }

  .img {
    width: 35vw;
  }

  .img.standard-section {
    width: 34vw;
  }

  .img.doctor-img {
    width: 28vw;
  }

  .description-paragraph {
    font-size: 2.2vw;
    text-align: center;
  }

  .description-paragraph.white {
    text-align: center;
  }

  .description-paragraph.white.cell-no {
    margin-bottom: 3vh;
  }

  .description-paragraph.hearing-pass-text {
    font-size: 2vw;
  }

  .description-paragraph.hearing-pass-text.left {
    font-size: 2vw;
  }

  .our-officers {
    margin-bottom: 100px;
  }

  .blue-banner {
    margin-bottom: 6vh;
  }

  .newsletter {
    height: auto;
    padding-bottom: 25vh;
  }

  .header-div.left {
    width: 90%;
  }

  .header-div.left.facility-finder {
    width: 90%;
    padding-top: 5vh;
  }

  .header-div.blog-page-header {
    padding-top: 0vh;
  }

  .input-form-wrapper.contact-form {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .input-text,
  #wpforms-4714-field_1,
  #wpforms-4714-field_2,
  #wpforms-4714-field_3,
  #wpforms-4714-field_4,
  #wpforms-4714-field_5 {
    padding-right: 1em;
    padding-left: 1em;
    font-size: 2.2vw;
  }

  .input-text.contact-form {
    font-size: 2.2vw;
  }

  .contact-us {
    height: auto;
  }

  .form-header {
    font-size: 2.5vw;
  }

  .contact-details-div {
    padding-left: 0vw;
  }

  .social-media-buttons-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-media-btn-text {
    font-size: 1.8vw;
  }

  .footer-section {
    display: block;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-title {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .footer-links {
    padding-right: 0vw;
    padding-bottom: 5vh;
    padding-left: 6vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .blue-circle-footer {
    right: 4%;
    bottom: -3%;
  }

  .about-us-circle.lower-middle-right {
    display: none;
  }

  .slide-2 {
    background-image: url("../images/NHSRC_mobile-images7.png");
    background-position: 50% 100%;
  }

  .slide-3 {
    background-image: url("../images/NHSRC_mobile-images9.png");
    background-position: 50% 100%;
  }

  .slide-4 {
    background-image: url("../images/NHSRC_mobile-images8.png");
    background-position: 50% 100%;
  }

  .about-us-page-text {
    width: 70%;
    font-size: 2.5vw;
  }

  .need-screening-elements {
    margin-bottom: 5vh;
  }

  .need-screening-img {
    width: 13vw;
  }

  .baby-hearing-problem {
    height: 127vh;
  }

  .baby-hearing-problem-bg {
    background-image: url("../images/NHSRC_mobile_baby-hearing-problem.png");
    background-position: 50% 100%;
  }

  .hearing-refer {
    height: 120vh;
  }

  .hearing-refer-bg {
    background-image: url("../images/NHSRC_mobile_baby-hearing-test.png");
    background-position: 50% 71%;
  }

  .hearing-refer-content-wrapper {
    width: 77%;
  }

  .hearing-pass-note-wrapper {
    padding: 1.4em;
  }

  .about-us-lower-right {
    display: none;
  }

  .blog-hero-section {
    height: 115vw;
  }

  .upper-right {
    display: none;
  }

  .blog-post {
    width: 65vw;
  }

  .blog-data-wrapper {
    padding-left: 1.5vw;
  }

  .blog-meta-data {
    font-size: 2.1vw;
  }

  .blog-tag {
    padding: 0.3em 0.5em;
    font-size: 2.1vw;
  }

  .blog-summary-wrapper {
    padding-left: 1.5vw;
  }

  .blog-summary {
    font-size: 2.1vw;
  }

  .left-arrow {
    font-size: 2vw;
  }

  .see-more-text {
    font-size: 2.1vw;
  }

  .blog-image {
    width: 65vw;
  }

  .select-field {
    width: 21vw;
    font-size: 2vw;
  }

  .select-field.sort-drop-down {
    width: 21vw;
    font-size: 2vw;
  }

  .field-label {
    display: none;
  }

  .input-field.search-bar {
    width: 14vw;
    margin-left: 0vw;
    font-size: 2vw;
  }

  .input-field.search-bar.facilty-finder {
    width: 21vw;
  }

  .search-icon {
    top: 19%;
    width: 3.4vw;
  }

  .back-btn-text {
    font-size: 2vw;
  }

  .blog-page-content h1 {
    font-size: 3vw;
  }

  .blog-page-content h2 {
    font-size: 2.4vw;
  }

  .blog-page-content p {
    font-size: 2vw;
  }

  .blog-page-content h4 {
    font-size: 2vw;
  }

  .certification-application-wrapper.contact-form {
    margin-top: 4vh;
    padding-right: 9vw;
    padding-left: 9vw;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .image-3 {
    width: 40vw;
  }

  .nav-menu {
    background-color: #fff;
  }

  .paginate-temp-text {
    font-size: 2.5vw;
  }

  .about-us-left-bottom {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .officer-role {
    font-size: 3.4vw;
  }
  .h2-div > div > .h2-heading {
    font-size: 4vw;
  }

  .form-header.all-caps > p {
    font-size: 2.4vw;
  }
  .page-numbers {
    font-weight: 600;
    font-size: 3.5vw;
    margin: 0 3.5vw;
  }

  .blog-image-wrapper {
    height: 20vh;
  }

  .searchandfilter input[type="text"] {
    width: 28vw;
    padding: 0.6em;
    font-size: 2.5vw;
  }
  .postform {
    width: 28vw;
    padding: 0.6em;
    font-size: 2.5vw;
  }

  .searchandfilter input[type="submit"] {
    padding: 0.6em 3em;
    font-size: 2.5vw;
    margin-top: 3vh;
  }

  .blog-page-content ul {
    font-size: 4vw;
  }

  .blog-page-content li {
    padding-top: 3vh;
    font-size: 4vw;
  }

  .hero-section {
    height: 154vh;
  }

  .hero-section.about-us-page {
    height: 124vh;
  }

  .hero-container.hearing-refer-content {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .image {
    width: 32vw;
  }

  .slide {
    width: 100%;
    height: 100%;
    background-image: url("../images/NHSRC_mobile_landing-page.png");
    background-position: 100% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .header {
    width: 90vw;
  }

  .header.about-us-page {
    line-height: 1.6em;
  }

  .header.references {
    font-size: 4vw;
  }

  .header.blogs-page-header {
    padding-top: 0vh;
    padding-bottom: 2vh;
    font-size: 5.5vw;
  }

  .header.facility-finder-header.left {
    padding-bottom: 0.5vh;
    font-size: 5.4vw;
  }

  .header.single-blog-header {
    padding-top: 0vh;
    font-size: 5vw;
  }

  .header.archive-header {
    padding-top: 0vh;
    padding-bottom: 2vh;
    font-size: 5.5vw;
  }

  .hero-heading {
    font-size: 6vw;
    line-height: 1.7em;
  }

  .hero-heading.newsletter-section {
    padding-right: 4px;
    padding-left: 4px;
  }

  .hero-heading.about-us-page {
    font-size: 5vw;
  }

  .hero-heading.about-us-page.capitalized {
    font-size: 5vw;
  }

  .hero-paragraph.about-us-page {
    font-size: 2.5vw;
  }

  .hero-paragraph.baby-hearing-problem-text {
    padding-right: 4vw;
    padding-left: 4vw;
    font-size: 2.5vw;
  }

  .circle-edge-left {
    left: 6%;
  }

  .circle-left-middle-lower {
    top: 37%;
    display: none;
  }

  .cta-button,
  #wpforms-submit-4714,
  #wpforms-submit-4725,
  .wpcf7 input[type="submit"] {
    font-size: 3vw;
  }

  .cta-button.center.newsletter-cta {
    font-size: 3vw;
  }

  .cta-button.search-btn {
    margin-left: 0vw;
    text-align: center;
  }

  .container-div {
    height: auto;
  }

  .container-div.newsletter-section {
    width: 97%;
  }

  .container-div.contact-us-section {
    height: auto;
  }

  .container-div.blog-posts-container {
    padding-bottom: 4vh;
  }

  .h2-heading {
    font-size: 4vw;
  }

  .h2-heading.white.center.reference-header {
    font-size: 3vw;
  }

  .h2-heading.hearing-pass-header {
    font-size: 3vw;
  }

  .h2-heading.center {
    font-size: 2.8vw;
  }

  .img {
    width: 50vw;
  }

  .img.standard-section {
    width: 40vw;
  }

  .img.facilities {
    width: 38vw;
  }

  .img.doctor-img {
    width: 40vw;
  }

  .description-paragraph {
    font-size: 2.8vw;
  }

  .description-paragraph.hearing-pass-text {
    font-size: 2.5vw;
  }

  .description-paragraph.hearing-pass-text.left {
    font-size: 2.5vw;
  }

  .blue-circle-right {
    width: 5vw;
  }

  .blue-circle-left {
    width: 5vw;
  }

  .newsletter {
    background-size: cover;
  }

  .header-div.blog-page-header {
    padding-top: 5vh;
  }

  .header-div.left {
    width: 90%;
    padding-bottom: 2vh;
  }

  .header-div.left.facility-finder {
    padding-top: 2vh;
    padding-bottom: 0vh;
  }

  .input-form-wrapper.subscribe-form {
    margin-right: auto;
    margin-left: auto;
  }

  .input-form {
    width: 80%;
  }

  .form {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }

  .input-text,
  #wpforms-4714-field_1,
  #wpforms-4714-field_2,
  #wpforms-4714-field_3,
  #wpforms-4714-field_4,
  #wpforms-4714-field_5 {
    font-size: 3vw;
  }

  .input-text.contact-form {
    font-size: 3vw;
  }

  .contact-us {
    height: auto;
  }

  .form-header {
    font-size: 3.5vw;
  }

  .social-media-btn-text {
    font-size: 2.5vw;
  }

  .footer-text.talkintech-footer {
    font-size: 2.5vw;
  }

  .footer-text.footer-link-header {
    font-size: 3.5vw;
  }

  .footer-text.copyright {
    font-size: 2.5vw;
  }

  .footer-text.footer-link-text {
    font-size: 2.5vw;
  }

  .slide-2 {
    background-position: 50% 100%;
  }

  .baby-hearing-problem {
    height: 88vh;
  }

  .hearing-refer {
    height: 60vh;
  }

  .image-grid-wrapper {
    justify-items: start;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .list-text {
    font-size: 2.8vw;
  }

  .reference-grid-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-us-right-middle {
    left: 91%;
  }

  .blog-hero-section {
    height: 94vh;
  }

  .blog-meta-data {
    margin-bottom: 2vw;
    font-size: 2.8vw;
  }

  .blog-tag {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    font-size: 3vw;
  }

  .blog-summary {
    font-size: 3.2vw;
  }

  .left-arrow {
    font-size: 2.6vw;
  }

  .see-more-text {
    font-size: 2.6vw;
  }

  .sort-filter-form {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .select-field {
    width: 38vw;
    font-size: 3vw;
  }

  .select-field.sort-drop-down {
    width: 38vw;
    font-size: 3vw;
  }

  .input-field.search-bar {
    width: 38vw;
    margin-left: 0vw;
    font-size: 3vw;
  }

  .input-field.search-bar.facilty-finder {
    width: 38vw;
    font-size: 3vw;
  }

  .search-icon {
    position: absolute;
    left: auto;
    top: 20%;
    right: 13%;
    width: 5vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .back-btn-text {
    font-size: 3vw;
  }

  .blog-page-content h1 {
    font-size: 6vw;
  }

  .blog-page-content h2 {
    font-size: 4vw;
    line-height: 1.7em;
  }

  .blog-page-content p {
    font-size: 4vw;
  }

  .blog-page-content h4 {
    font-size: 3.5vw;
  }

  .certification-application-wrapper.contact-form {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .image-3 {
    width: 50vw;
  }

  .single-blog-meta-data.center {
    font-size: 3vw;
  }

  .nav-menu {
    background-color: #fff;
  }
}

#w-node-d912ce81-72c0-5e9d-60cd-8dc8229e5764-dea1cdf6 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-d912ce81-72c0-5e9d-60cd-8dc8229e5764-dea1cdf6 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 360px) {
  .blog-image-wrapper {
    height: 14vh;
  }
}
