@font-face {
  font-family: Editorsnote;
  src: url('../fonts/EditorsNote-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Editorsnote;
  src: url('../fonts/EditorsNote-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Editorsnote;
  src: url('../fonts/EditorsNote-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Editorsnote;
  src: url('../fonts/EditorsNote-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Editorsnote Hairline;
  src: url('../fonts/EditorsNote-Hairline.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Editorsnote;
  src: url('../fonts/EditorsNote-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Editorsnote;
  src: url('../fonts/EditorsNote-Extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Editorsnote;
  src: url('../fonts/EditorsNote-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #15b0f3;
  --black: #000;
  --very-dark-blue: #003c55;
  --dark-blue: #00638d;
  --white: white;
  --light-blue: #9ce1ff;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
  display:grid;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.1rem;
  background: #f0f0f0;
}

h1 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Editorsnote, Palatino Linotype, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 3.6rem;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Editorsnote, Palatino Linotype, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.2rem;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Editorsnote, Palatino Linotype, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8rem;
}

h4 {
  color: var(--very-dark-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Editorsnote, Palatino Linotype, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3rem;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Editorsnote, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

p {
  margin-bottom: 30px;
  line-height: 1.6rem;
}

a {
  color: var(--dark-blue);
  text-decoration: underline;
}

a:hover {
  color: var(--blue);
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  line-height: 1.6rem;
}

.top_navbar_strip {
  background-color: #075f85;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 40px;
  padding-right: 55px;
  display: flex;
}

.dropdown_link {
  width: auto;
  font-size: .9rem;
  position: relative;
}

.dropdown_link:hover {
  background-color: var(--very-dark-blue);
  color: #fff;
}

.top_navbar_btn {
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.top_navbar_btn:hover {
  opacity: .79;
  color: #a7e4ff;
  background-color: #0000004f;
}


.w-nav {
  background: #ebf2f5 !important;
}

.logo, .w-nav-brand {
  z-index: 9999;
  color: #353535;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: auto;
  padding: 9px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
  position: absolute;
  inset: 0 auto auto 5%;
  box-shadow: 0 13px 19px #0000000f;
}

.navlink_dropdown {
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
}

.dropdown_grid {
  padding: 0;
}

.navbar_menu {
  border-bottom: 1px #0000003d;
  padding-right: 0%;
}

.subpage_link {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.1rem;
  text-decoration: none;
}

.subpage_link:hover {
  color: #747474;
}

.dropdown_container {
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.dropdown_toggle {
  color: var(--black);
  border: 2px #000;
  border-bottom-color: #0000;
  padding-left: 15px;
  padding-right: 20px;
}

.dropdown_toggle.w--open {
  color: var(--dark-blue);
  background-color: #0000;
  border-bottom: 2px #000;
}

.navlink {
  color: var(--black);
  background-color: #0000;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
}

.navlink:hover {
  color: var(--dark-blue);
  background-color: #0000;
}

.dropdown_fullwidth_list {
  width: 100%;
  left: 0;
}

.dropdown_fullwidth_list.w--open {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 6px 6px #0000000d;
}

.navbar_inner_wrapper {
  background-color: #ecf2f5;
  border-bottom: 1px #00000047;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 50px;
  display: flex;
}

.dropdown_icon {
  margin-top: 27.2031px;
  margin-right: 5px;
  font-size: .8rem;
}

.top_btn_icon {
  width: 28px;
  height: auto;
  margin-right: 5px;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #00000026;
  justify-content: space-between;
  align-items: center;
  margin-left: 0%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown_list.w--open {
  background-color: #fff;
  width: auto;
  position: absolute;
  inset: auto auto auto 0%;
  box-shadow: 0 9px 7px #00000012;
}

.hero_section {
  background-color: #fff;
  height: 70svh;
  margin-left: 5%;
  margin-right: 5%;
}

.main_tagline_wrapper {
  z-index: 50;
  mix-blend-mode: normal;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10% 35px 35px;
  display: flex;
  position: static;
  inset: auto auto 10% 5%;
}

.main_tagline {
  color: var(--black);
  text-transform: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff0;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: -10px;
  padding: 0;
  font-family: Editorsnote, Palatino Linotype, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 200;
  line-height: 2.4rem;
}

.main_tagline._2 {
  color: var(--blue);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem;
}

.main_tagline._3 {
  margin-top: -4px;
  margin-bottom: 0;
  font-size: 1.8rem;
}

.hero_img_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero_img {
  object-fit: cover;
  object-position: 50% 70%;
  width: 100%;
  height: 100%;
}

.welcome_section {
  box-sizing: border-box;
  text-align: left;
  padding: 10%;
}

.welcome_headline {
  color: var(--black);
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 2.8rem;
}

.welcome_subheadline {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.columns_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
  display:grid;
}

.columns_grid.bottom_margin {
  margin-bottom: 10%;
}

.text_cell {
  justify-content: center;
  align-items: flex-start;
  padding-right: 0%;
}

.p_last {
  margin-bottom: 0;
}

.center_header_div {
  text-align: center;
  margin-bottom: 5%;
}

.center_header_div.nomargin {
  margin-bottom: 0%;
}

.img_cell {
  align-items: stretch;
}

.hp_img_div {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hp_img_div.vertical {
  height: 400px;
}

.hp_img_div.welcome {
  height: 500px;
  margin-top: -10%;
}

.hp_img_div.doc {
  height: 550px;
}

.hp_img_div.callout {
  height: 450px;
}

.hp_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.hp_img.doc {
  object-position: 50% 10%;
}

.hp_img._3 {
  object-position: 80% 50%;
}

.subheadline {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 2rem;
}

.button {
  background-color: var(--dark-blue);
  color: var(--white);
  text-transform: uppercase;
  padding: 16px 30px;
}

.button:hover {
  background-color: var(--blue);
  color: var(--white);
}

.button.white {
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
}

.button.white:hover {
  background-color: var(--blue);
}

.callout_txt {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.images_grid {
  width: 100%;
  padding: 0;
}

.text_cell_left {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0%;
}

.text_cell_right {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0%;
}

.text_decor {
  color: var(--blue);
  font-style: normal;
}

.services_section {
  margin-right: 0%;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.services_wrapper {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.services_img_div {
  width: 80%;
  height: 800px;
  overflow: hidden;
}

.services_img {
  object-fit: cover;
  object-position: 100% 0%;
  width: 100%;
  height: 100%;
}

.services_content_div {
  z-index: 10;
  background-color: var(--very-dark-blue);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--dark-blue), var(--very-dark-blue));
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  padding: 27px 27px 20px 5%;
  display: flex;
  position: absolute;
  inset: 10% auto auto 0%;
  box-shadow: 0 20px 20px 5px #0003;
}

.services_headline {
  color: var(--white);
}

.services_link {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.services_link:hover {
  color: #ace6ff;
}

.dot {
  background-color: var(--blue);
  border-radius: 0;
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

.doc_section {
  padding: 5% 10%;
}

.callouts_section {
  background-image: url('../images/grey-bg.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 85%;
  padding: 5% 10%;
}

.callouts_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 10%;
  padding: 0;
  display:grid;
}

.callout_cell {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--dark-blue), var(--very-dark-blue));
  color: var(--white);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding: 10% 5%;
  box-shadow: 0 18px 20px 5px #0000003b;
}

.callout_headline {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.sutter_logo {
  width: 200px;
  margin-top: 40px;
}

.appointment_section {
  background-color: var(--very-dark-blue);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--dark-blue), #01212e);
  color: var(--white);
  padding: 5% 20%;
}

.footer_section {
  padding: 5% 10%;
  background: #fff;
}

.footer_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
  display:grid;
}

.footer_cell {
  padding-right: 10%;
}

.contact_cell {
  padding-left: 0%;
  padding-right: 10%;
}

.footer_header {
  letter-spacing: 5px;
  text-transform: uppercase;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.footer_logo {
  width: 150px;
  margin-bottom: 30px;
}

.address_text {
  margin-bottom: 15px;
  font-size: .9rem;
  line-height: 1.2rem;
}

.location_wrapper {
  margin-bottom: 30px;
}

.location_name {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: .9rem;
  line-height: 1rem;
}

.hours_text {
  font-size: .8rem;
}

.footer_links {
  color: var(--dark-blue);
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
}

.services_links_gri {
  width: 100%;
  padding: 0;
}

.footer_text {
  font-size: .8rem;
  line-height: 1rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.s_wrapper {
  width: 70%;
  margin-top: 40px;
}

.contact_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 10%;
  padding: 0;
  display:grid;
}

.location_cell {
  padding-top: 0;
}

.location_cell2 {
  align-items: stretch;
  padding-top: 0;
}

.contact_wrapper {
  width: 100%;
}

.text_field {
  border: 1px solid var(--dark-blue);
  color: var(--black);
  min-height: 50px;
  margin-bottom: 20px;
}

.text_field::placeholder {
  color: var(--dark-blue);
}

.text_area {
  border: 1px solid var(--dark-blue);
  min-height: 120px;
}

.text_area::placeholder {
  color: var(--dark-blue);
}

.services_cell {
  padding-left: 79px;
}

.submit_btn {
  background-color: var(--dark-blue);
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: .9rem;
}

.submit_btn:hover {
  background-color: var(--blue);
}

.locations_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  padding: 0;
  display:grid;
}

.callout_icon {
  width: 60px;
  margin-bottom: 20px;
}

.white-h2 {
  color: var(--white);
}

.s_field {
  border: 1px solid var(--dark-blue);
}

.s_field::placeholder {
  color: var(--dark-blue);
}

.s_btn {
  display: none;
}

.testimonials_section {
  padding: 5% 20%;
}

.testimonials_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 5%;
  padding: 0;
  display:grid;
}

.testimonials_name {
  color: var(--dark-blue);
  margin-top: auto;
  font-weight: 700;
}

.quote_icon {
  width: 30px;
  margin-top: -9px;
  margin-bottom: 10px;
}

.testimonials_cell {
  justify-content: flex-start;
  align-items: center;
}

.services_text {
  width: 90%;
}

.doc_logo_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
  display:grid;
}

.hill_logo {
  width: 120px;
  margin-top: 40px;
}

.logo_cell {
  justify-content: flex-end;
  align-items: flex-start;
}

.testimonials_img_div {
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  overflow: hidden;
}

.testimonials_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.innerpage_section {
  background-color: #f0f0f0;
  padding: 10%;
}

.inner-header-wrapper {
  z-index: 50;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 90%;
  padding-top: 0%;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0% auto 0% 5%;
}

.inner_header_section {
  background-color: #fff;
  background-image: none;
  height: auto;
  padding: 165px 10% 0%;
  position: relative;
}

.post-type-archive.post-type-archive-locations .inner_header_section,
.locations-template-default .inner_header_section,
.glacial-thank-you-template-default .inner_header_section {
    padding: 250px 10% 0%;
}

.header_content_cell {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 40px;
  padding-left: 0%;
  padding-right: 5%;
}

.inner-hero_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-position: top;
}

.divider_text {
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
}

.hero_img_cell {
  align-items: stretch;
}

.breadcrumbs_link {
  color: #000;
  font-size: .9rem;
}

.breadcrumbs_link:hover {
  color: var(--blue);
}

.breadcrumbs_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0%;
  display: flex;
}

.hero_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
  display:grid;
}

.inner_hero_img_div {
  width: 100%;
  height: 100%;
  position: relative;
  top: 50px;
  overflow: hidden;
  box-shadow: 0 2px 20px 6px #00000014;
}

.services-dropdown .sub-menu {
    column-count: 4;
    column-gap: 10px;
    width: 100vw;
    padding: 20px;
    background: #fff;
    z-index: 9999999999;
}

.services-dropdown .sub-menu li {
    text-align: center;
}

ul#menu-footer-services-menu {
    column-count: 2;
    column-gap: 30px;
    padding-left: 0px;
    line-height: 20px;
}

ul#menu-footer-services-menu li {
    list-style: none;
}

ul#menu-footer-services-menu li a {
    text-decoration: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  .top_navbar_strip {
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 5%;
    padding-right: 20px;
  }

  .top_navbar_btn {
    margin-left: 10px;
    margin-right: 0;
  }

  .navlink_dropdown {
    display: block;
  }

  .navbar_menu {
    background-color: #fff;
  }

  .dropdown_toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

   .glacial-top-banner {
    justify-content: flex-end !important;
  }

  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar_inner_wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
  }

  .dropdown_icon {
    margin-right: 19px;
  }

  .dropdown_list.w--open {
    position: relative;
  }

  .menu_btn {
    border: 1px solid #000;
  }

  .menu_btn:hover {
    color: #fff;
    background-color: #000;
  }

  .menu_btn.w--open {
    background-color: #555;
    border-color: #555;
  }

  .hero_section {
    height: 500px;
  }

  .main_tagline_wrapper {
    padding-top: 220px;
  }

  .welcome_headline {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .p_last {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .hp_img_div.vertical {
    height: 300px;
  }

  .hp_img_div.welcome {
    height: 400px;
    margin-top: 0%;
  }

  .hp_img_div.doc {
    height: 450px;
  }

  .hp_img {
    object-position: 50% 10%;
  }

  .services_img {
    object-position: 45% 15%;
  }

  .services_content_div {
    width: 45%;
    top: 5%;
  }

  .callouts_section {
    padding-bottom: 10%;
  }

  .callouts_grid {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .callout_cell {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .callout_headline {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }

  .appointment_section {
    padding: 15%;
  }

  .footer_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .contact_cell {
    padding-right: 0%;
  }

  .services_cell {
    padding-left: 0;
  }

  .testimonials_section {
    padding: 10% 15%;
  }

  .testimonials_grid {
    margin-bottom: 10%;
  }

  .testimonials_cell {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .innerpage_section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .inner_header_section {
    padding-top: 215px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .header_content_cell {
    padding-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .top_navbar_strip {
    justify-content: flex-end;
  }

  .top_navbar_btn {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .8rem;
  }

  /* .logo {
    width: 150px;
    left: 20px;
  } */

  .dropdown_toggle, .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top_btn_icon {
    width: 24px;
  }

  .navbar {
    position: static;
  }
  
  .logo, .w-nav-brand {
    width: 85px;
    position: fixed;
  }

  .glacial-top-banner {
    justify-content: flex-end !important;
  }

  .dropdown_list.w--open {
    box-shadow: none;
    background-color: #f0eeee;
  }

  .hero_section {
    height: 350px;
  }

  .main_tagline_wrapper {
    padding-top: 130px;
  }

  .hp_img_div.callout {
    height: 300px;
  }

  .services_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .services_wrapper {
    flex-flow: column;
  }

  .services_img_div {
    width: 100%;
    height: 300px;
    display: none;
  }

  .services_img {
    object-position: 80% 15%;
  }

  .services_content_div {
    width: 100%;
    margin-top: 0;
    padding-top: 33px;
    padding-bottom: 35px;
    padding-left: 12%;
    position: relative;
    top: 0%;
  }

  .services_headline {
    font-size: 2rem;
  }

  .callouts_section {
    background-size: auto 90%;
  }

  .callout_cell {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .testimonials_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .innerpage_section {
    padding-top: 15%;
    padding-left: 10%;
    padding-right: 10%;
  }
  
  .glacial-thank-you-template-default .inner_header_section {
    padding: 200px 10% 0%;
  }

  .inner_header_section {
    padding-top: 130px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .header_content_cell {
    padding-bottom: 0;
  }

  .inner_hero_img_div {
    top: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.7rem;
  }

  .logo {
    width: 130px;
  }

  .glacial-top-banner {
    justify-content: flex-end !important;
  }

  .top_navbar_strip {
    display: none;
  }

  .top_btn_text {
    display: none;
  }

  .hero_section {
    height: 300px;
  }

  .main_tagline {
    margin-bottom: 2px;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .main_tagline._2 {
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
  }

  .main_tagline._3 {
    margin-top: 7px;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .hp_img_div.vertical {
    height: 150px;
  }

  .hp_img_div.welcome, .hp_img_div.doc {
    height: 250px;
  }

  .hp_img_div.callout {
    height: 200px;
  }

  .callout_txt {
    font-size: 1rem;
  }

  .callouts_section {
    padding-bottom: 15%;
  }

  .callouts_grid {
    margin-bottom: 25%;
  }

  .appointment_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer_cell {
    padding-right: 0%;
  }

  .services_links_gri {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .s_wrapper {
    width: 100%;
  }

  .contact_grid {
    margin-bottom: 30%;
  }

  .white-h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .innerpage_section {
    padding-top: 24%;
  }

  ul#menu-footer-services-menu {
    column-count: 1;
  }
}

#w-node-bc1ceb92-80d4-560a-c5d5-5bba71aa4769-af2433e8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0bdcf26b-a6f1-77e2-07d0-25fa2942dbda-af2433e8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6f62f600-577b-c3db-3719-c7cb90299508-af2433e8, #w-node-_2fd0f56a-d6ca-0ca1-1ff5-ac5275a3d90f-af2433e8, #w-node-_2e45b79c-b598-9f29-5a83-8b4010179319-af2433e8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b0cf1eaa-7bae-0038-2ef9-274b0f13229e-af2433e8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9b2b1837-76b8-d063-4b08-bcb5b0f19add-af2433e8, #w-node-_929e368e-3579-0a8c-b61d-9718df6180d3-af2433e8, #w-node-e0adfdde-b7f8-e296-9ec0-d2474a16f3ce-af2433e8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e47c997b-2957-e687-40a4-f30176dad0d7-af2433e8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-f12c9b64-ca2b-2f44-d975-20073faaae8d-af2433e8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ce2454f6-2ee0-9ac2-f467-2bbacdec53c5-af2433e8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
}

#w-node-_4b5af002-bc87-d098-92ae-085ea954e96e-af2433e8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_765c9dbf-1cea-25c0-d97b-2d2cd0bb5f89-9bc74023 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_3ca65fe1-2b5c-8fc2-6828-748a11bfaca4-9bc74023 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-_6a57b8e4-6439-4508-6da5-caa33d622fcc-9bc74023 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_6a57b8e4-6439-4508-6da5-caa33d622fe0-9bc74023 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6a57b8e4-6439-4508-6da5-caa33d623003-9bc74023 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
}

#w-node-_6a57b8e4-6439-4508-6da5-caa33d623012-9bc74023 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0bdcf26b-a6f1-77e2-07d0-25fa2942dbda-af2433e8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2fd0f56a-d6ca-0ca1-1ff5-ac5275a3d90f-af2433e8, #w-node-e47c997b-2957-e687-40a4-f30176dad0d7-af2433e8, #w-node-ce2454f6-2ee0-9ac2-f467-2bbacdec53c5-af2433e8, #w-node-_6a57b8e4-6439-4508-6da5-caa33d622fcc-9bc74023, #w-node-_6a57b8e4-6439-4508-6da5-caa33d623003-9bc74023 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0cf1eaa-7bae-0038-2ef9-274b0f13229e-af2433e8, #w-node-_9b2b1837-76b8-d063-4b08-bcb5b0f19add-af2433e8, #w-node-_929e368e-3579-0a8c-b61d-9718df6180d3-af2433e8, #w-node-_3ca65fe1-2b5c-8fc2-6828-748a11bfaca4-9bc74023 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e0adfdde-b7f8-e296-9ec0-d2474a16f3ce-af2433e8, #w-node-f12c9b64-ca2b-2f44-d975-20073faaae8d-af2433e8, #w-node-_4b5af002-bc87-d098-92ae-085ea954e96e-af2433e8, #w-node-_6a57b8e4-6439-4508-6da5-caa33d622fe0-9bc74023, #w-node-_6a57b8e4-6439-4508-6da5-caa33d623012-9bc74023 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Editorsnote';
  src: url('../fonts/EditorsNote-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorsnote';
  src: url('../fonts/EditorsNote-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorsnote';
  src: url('../fonts/EditorsNote-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorsnote';
  src: url('../fonts/EditorsNote-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorsnote Hairline';
  src: url('../fonts/EditorsNote-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorsnote';
  src: url('../fonts/EditorsNote-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorsnote';
  src: url('../fonts/EditorsNote-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorsnote';
  src: url('../fonts/EditorsNote-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}