* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
}

/*----- SKIP NAV LINKS -----*/
.skip__links {
  background-color: #1f7f9b;
  color: #ffffff;
}

.skip__link {
  background-color: #1f7f9b;
  color: #ffffff;
  font-weight: 700;
  left: 0.25%;
  padding: 1em;
  position: absolute;
  text-align: center;
  transform: translateY(-128%);
  transition: transform 0.3s;
  width: 15.25%;
}

.skip__link:focus {
  background-color: #00334d;
  border: 2px solid #1f7f9b;
  transform: translateY(-15%);
}

/*----- HEADER -----*/
header {
  display: inline-grid;
  display: -ms-inline-grid;
  flex-direction: row;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.navbar__container {
  margin-top: 1em;
  width: 100%;
}

/* Width at 70% in case we add a search bar later - SM 02.11.21 */
.navbar__container--logos {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
  margin-left: 1em;
  width: 70%;
}

.navbar__brand {
}

.img--responsive {
  display: flex;
}

.img--responsive img {
  height: 100px;
  margin-right: 3.5em;
  width: 200px;
}

.img--responsive a:hover,
.img--responsive a:focus {
  display: inline-block;
  margin: 0;
  padding: 0;
}

/*----- MAIN NAV -----*/
.navbar__navigation--main {
  background-color: #1f7f9b;
  clear: both;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

/* Mobile nav/hamburger icon */
.navigation__toggle {
  display: none;
}

ul.navigation__main__list {
  align-items: center;
  column-gap: 1.27em;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: inherit;
  visibility: visible;
  width: 100%;
  word-break: keep-all;
}

li.navigation__main__link {
  height: 100%;
}

li.navigation__main__link:hover,
li.navigation__main__link:focus {
  background-color: #00334d;
  color: #ffffff;
  box-sizing: border-box;
  height: 100%;
}

li.navigation__main__link a {
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  padding: 26px 28px;
  text-align: center;
  text-decoration: none;
}

li.navigation__main__link a:hover,
li.navigation__main__link a:focus {
  background-color: #00334d;
  color: #ffffff;
  text-decoration: underline;
}

li.navigation__main__link .currentsection:before {
  color: transparent;
  padding: 0;
  text-align: center;
}

li.navigation__main__link span.currentsection {
  background-color: #00334d;
  color: #ffffff;
  padding: 26px 28px;
}

.navigation__main--hasSubNav {
  position: inherit;
}

.hasSubNav--indicator {
  background-color: #1f7f9d;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.25em;
  height: 100%;
  padding: 1em 0;
  position: relative;
  width: auto;
}

.hasSubNav--indicator:hover,
.hasSubNav--indicator:focus {
  background-color: #00334d;
  color: #ffffff;
  position: relative;
}

.navigation__main__link .multilevel-linkul-0 {
  display: none;
}

.navigation__main__link ul.multilevel-linkul-0.active {
  background-color: #1f7f9b;
  border: 1px solid white;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  width: auto;
  word-break: normal;
  z-index: 100;
}

.navigation__sub__link {
  border-bottom: 1px solid white;
  list-style-type: none;
  padding: 0;
}

.navigation__sub__link a {
  color: #ffffff;
  padding: 0;
  text-align: left !important;
  text-decoration: none;
  text-transform: capitalize;
}

.navigation__sub__link:hover,
.navigation__sub__link a:hover {
  background-color: #00334d;
}

.navigation__main__link .navigation__sub__link ul.multilevel-linkul-1 {
  display: none;
}

.toggle {
  font-size: 20px;
}

/* MAIN CONTENT */
/* For pages with no sidebar and no hero image */
main.container--full__page {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em auto;
  width: 100%;
}

main.container--full__page .container__content--primary {
  float: none;
  order: 1;
  padding-left: 1em;
  width: 75%;
}

main.container--full__page .container__content--primary--supplemental {
  display: inline-flex;
  flex-flow: wrap;
  float: none;
  margin-bottom: 2em;
  margin-right: 0;
  margin-top: 1em;
  width: 100%;
}

/* For pages with sidebars and/or hero images */
main.container {
  align-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3em auto;
  overflow-x: hidden;
  width: 100%;
}

/* Breadcrumb */
main.container .row {
  position: inherit;
}

.nav__breadcrumb {
  font-size: 14px;
  margin-left: 2em;
  margin-top: 0;
}

.nav__breadcrumb ul {
  display: inline-flex;
}

.nav__breadcrumb ul li {
  list-style-type: none;
  padding-right: 0.5em;
}

.nav__breadcrumb ul li:after {
  content: ' \226B';
}

.nav__breadcrumb ul li:last-of-type::after {
  display: none;
}

.nav__breadcrumb ul li a {
  color: #00334d;
  font-weight: bold;
}

.nav__breadcrumb a:hover,
.nav__breadcrumb a:focus {
  color: #1f7f9b;
  text-decoration: underline;
}

.nav__breadcrumb a:visited {
  border-bottom: 1px dotted #1f7f9b;
}

/* Content containers */
/* Main content div */
.container__content {
  align-content: start;
  align-items: baseline;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5em;
  width: 100%;
}

/* Primary content div - right side of screen */
.container__content--primary {
  float: right;
  margin-top: 1.5em;
  order: 2; /* For desktop only */
  padding-left: 4em;
  width: 70%;
}

.container__content--primary h1 {
  color: #00334d;
  font-size: 2.5em;
  margin-bottom: 1em;
  margin-left: 0.33em;
  margin-right: 1em;
  margin-top: 0.15em;
}

.container__content--primary h2 {
  color: #00334d;
  font-size: 2em;
  margin: 1em 0;
}

.container__content--primary h3 {
  color: #1f7f9b;
  font-size: 1.75em;
  margin-top: 1.5em;
}

.container__content--primary h4 {
  color: #00334d;
  font-size: 1.25em;
}

.container__content--primary ul {
  margin-left: 3em;
}

.content__body {
  margin-bottom: 2em;
  margin-top: 2em;
}

.content--center {
  margin: 1em;
}

.content--center a,
.container__location--address a,
aside.content__callout a,
.footer__info--address a {
  color: #1f7f9b;
  font-weight: 600;
}

.content--center a:hover,
.content--center a:focus,
.container__location--address a:hover,
.container__location--address a:focus,
aside.content__callout a:hover,
aside.content__callout a:focus,
.footer__info--address a:hover,
.footer__info--address a:focus {
  color: #00334d;
  text-decoration: underline;
}

.content--center a:visited,
.container__location--address a:visited,
aside.content__callout a:visited,
.footer__info--address a:visited {
  color: #00334d;
  font-weight: 600;
}

.container__content--primary table {
  border: 1px solid #1f7f9b;
  color: #000000;
  margin-top: 2em;
  width: 100%;
}

.container__content--primary table a {
  color: #00334d;
  font-weight: 600;
}

.container__content--primary table a:hover,
.container__content--primary table a:focus {
  color: #00334d;
  text-decoration: underline;
}

.container__content--primary table a:visited {
  color: #00334d;
  font-weight: 400;
}

.container__content--primary tr {
  border-bottom: 1px solid #1f7f9b;
}

.container__content--primary tr:nth-child(odd) {
  background-color: #d4ebf2;
}

.container__content--primary td {
  padding: 1em;
}

/* Secondary content div - sidebar, left side of screen */
.container__content--secondary {
  align-content: center;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: inherit;
  justify-content: flex-start;
  margin: 1.5em auto auto;
  order: 1; /* For desktop only */
  padding-top: 1em;
  width: 25%;
}

.content__sidebar {
  margin: 0 auto;
}

/* For callouts, accordions, map content types, and anything else that needs to be in the primary content section */
.container__content--primary--supplemental {
  display: flex;
  flex-flow: row-reverse;
  float: right;
  margin-bottom: 2em;
  margin-right: -1em;
  margin-top: 1em;
  width: 100%;
}

/* Callout boxes */
.content__callout {
  border: 2px solid #1f7f9b;
  border-right: 3px solid #1f7f9b;
  color: #000000;
  margin-bottom: 2em;
  padding: 0 1.5em 2em 1.5em;
  width: 100%;
}

.content__callout h3 {
  color: #1f7f9b;
}

/* Map content */
.container__location {
  display: flex;
  flex-direction: row;
  margin: 1em auto 4em;
  padding: 1em;
  width: 100%;
}

.container__location--address {
  float: left;
  padding-right: 2em;
  width: 50%;
}

.container__location--map {
  float: right;
  margin-top: 1.5em;
  width: 45%;
}

/* Accordions */
.container__content--primary--accordions {
  position: inherit;
  width: 100%;
}

.accordion__group {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: -3em 0 auto 1.5em;
  width: 100%;
}

.accordion {
  display: flex;
  flex-basis: auto;
  flex-flow: wrap;
  margin: 0;
  position: relative;
  width: 100%;
}

.accordion__panel {
  width: 100%;
}

.accordion__panel .contract {
  display: none;
  width: 100%;
}

.accordion__heading {
  background-color: #1f7f9b;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0 0.75em 0.75em;
  text-align: left;
  width: 100%;
}

.accordion__heading:hover,
.accordion__heading:focus,
.accordion__heading:focus-within {
  background-color: #00334d;
}

.accordion__heading h3 {
  color: #ffffff;
  font-size: 1.25em;
  margin-top: 1em;
}

.accordion__heading--icon {
  color: #ffffff;
  float: right;
  font-weight: 700;
  margin: -2em 1em;
  transition: all 0.75s ease-in-out;
}

/* To rotate icon when active */
.icon--rotate {
  transition: all 1s linear;
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
}

.accordion__body--wrapper {
  border: 1px solid #ffcc65;
  display: none;
}

.accordion__body {
  padding: 1em;
}

.accordion__body p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

.accordion__body ul {
  margin: 0.5em 1em;
}

.accordion__body li {
  margin-left: 1em;
}

/* Cards */
.row__card {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.container__card {
  border: 1px solid lightgray;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 2em;
}

.card__content {
  height: auto;
  width: 250px;
}

.card__header {
  background-color: #1f7f9b;
  border: 1px solid #1f7f9b;
  padding: 1em;
}

.card__header a h2 {
  color: #ffffff;
  font-size: 1.33em;
  text-decoration: none;
}

.card__header a h2:hover,
.card__header a h2:focus {
  text-decoration: underline;
}

.card__body {
  padding: 1em;
}

/* Sidebar */
/* Secondary nav */
.nav__secondary {
  background-color: #1f7f9b;
  color: #000000;
  padding-bottom: 0.25em;
  padding-left: 0.66em;
  padding-top: 1em;
}

.nav__secondary ul {
}

.nav__secondary li {
  list-style-type: none;
}

.nav__secondary li a {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  overflow: hidden;
  padding: 0.25em;
  position: relative;
  transition: all 1s;
  width: 95%;
  z-index: 1;
}

.nav__secondary ul.multilevel-linkul-0 {
  display: flex;
  flex-direction: column;
}

.nav__secondary ul.multilevel-linkul-1 {
  margin-top: 0;
  padding-bottom: 0.25em;
}

.nav__secondary li a:hover,
.nav__secondary li a:focus {
  background-color: #00334d;
  color: #ffffff;
  height: 100%;
  width: 95%;
}

.nav__secondary li a:hover::before,
.nav__secondary li a:focus::before {
  height: 100%;
  width: 100%;
}

.nav__secondary .multilevel-linkul-1 li:nth-child(1) {
  margin-top: 0.33em;
}

.nav__secondary .multilevel-linkul-1 li:nth-child(2) {
  margin-top: 0.66em;
}

.nav__secondary.currentsection {
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  padding: 0.25em;
  width: 100%;
}

.nav__secondary.currentsection::before {
  color: #ffffff;
  content: ' \226B';
  padding-right: 0.5em;
}

.nav__secondary,
.cta__phone {
  margin-bottom: 1em;
}

/* Phone button */
.cta__phone button {
  margin: 0;
}

.btn__phone {
  background-color: #ffffff;
  border: 1px solid #1f7f9b;
  color: #1f7f9b;
  font-weight: bold;
  width: 100%;
}

.btn__phone a {
  color: #1f7f9b;
  text-decoration: none;
}

.btn__phone a:hover,
.btn__phone a:focus {
  color: #002539;
  text-decoration: underline;
}

/*.btn__phone:hover,
.btn__phone:focus,
.btn__phone a:hover,
.btn__phone a:focus{
  background-color: #1f7f9b;
  color: #ffffff;
  font-weight: bold;
  text-decoration: dotted;
} */

.fas.fa-phone-square-alt {
  float: left;
  font-size: 2em;
  margin: 1em 0.8em;
}

.btn__phone p {
  margin-right: 1.25em;
  margin-top: 1.33em;
}

/* Address & map */
.map__sidebar {
  height: auto;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 1.5em;
  width: 325px;
}

.map__sidebar--address {
  margin: 0 1em;
  width: 100%;
}

.map__sidebar--embed {
  height: auto;
  margin: 2em auto;
  width: 100%;
}

.map__sidebar--embed a img {
  height: 300px;
  width: 300px;
}

/* PDFs */
.pdf__sidebar {
  margin-top: 1.5em;
}

.pdf__sidebar--doc {
  text-align: center;
}

.pdf__sidebar--doc img {
  border: 1px solid #1f7f9b;
  margin: 0.33em;
}

/* FOOTER */
/* Address footer only appears on Medical Services pages */
footer {
  order: 4;
  width: 100%;
}

.footer__info--address {
  background-color: #ffffff;
  border-top: 1px solid lightgray;
  color: #000000;
  font-weight: normal;
  margin: 0 auto;
  order: 3;
  padding: 1em;
  text-align: center;
  width: 100%;
}

.footer__info--address p {
  margin-top: 0.75em;
}

.footer__info--standard {
  background-color: #1f7f9b;
  color: #ffffff;
  display: flex;
  padding: 1em 2em;
}

.footer__info--standard a {
  color: #ffffff;
  font-weight: bold;
}

.footer__info--standard a:hover,
.footer__info--standard a:focus {
  background-color: #00334d;
  border: 1px dotted #ffffff;
  color: #ffffff;
  font-weight: bold;
}

.footer__info--standard a:visited {
  color: #ffffff;
  text-decoration: underline;
}

.footer__info--standard--left {
  float: left;
  margin: 1em 1em 0 auto;
  width: 75%;
}

.footer__info--standard--right {
  float: right;
  margin: 1em 1em 0 auto;
  width: 25%;
}

.footer__info--standard--right p {
  float: right;
}

/***** -MEDIA QUERIES- *****/
/* For mobile content, the primary content appears first, the callouts appear second (when applicable), and the sidebar appears third.*/
@media screen and (width: 320px) and (orientation: portrait) {
  .container__location--map img {
    height: 250px !important;
    width: 250px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 400px) and (orientation: portrait) {
  .navbar__container {
    display: inline-flex;
    margin: 1em 0.5em;
    width: 100%;
  }

  .navbar__navigation--main {
    padding: 1em !important;
  }

  .img--responsive img {
    height: 100px !important;
    margin-right: 3.5em important!;
    width: 130px !important;
  }

  .content__callout img {
    float: none;
    margin: 1em;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait) {
  main.container--full__page {
    margin: 0 auto;
  }

  main.container--full__page .container__content--primary {
    padding-left: 0;
    width: 100%;
  }

  .container__content--primary h1 {
    font-size: 2em;
  }

  .container__content--primary h2 {
    font-size: 1.75em;
  }

  .container__content--primary h3 {
    font-size: 1.5em;
  }

  .container__content--primary h4 {
    font-size: 1.25em;
  }

  .row__card {
    justify-content: center;
  }

  .container__card {
    margin-bottom: 2em;
    width: 300px;
  }

  .card__content {
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 800px) and (orientation: portrait) {
  * Added 03.15.2021 because of overflow issues */ html {
    overflow-x: hidden;
  }

  body {
    display: flex;
    flex-direction: column;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
  }

  /* -HEADER- */
  header {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
  }

  .navbar__container {
    display: inline-flex;
    margin: 1em 1em;
    width: 100%;
  }

  .navbar__container--logos {
    flex-direction: row;
    margin: 0 0.25em;
    width: 100%;
  }

  .img--responsive {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 100%;
  }

  .img--responsive img {
    height: 100px;
    margin-right: 3.5em;
    width: 150px;
  }

  /* Main nav */
  .navbar__navigation--main {
    padding: 1em !important;
  }

  .navigation__toggle {
    display: flex;
    font-family: 'Lato', Helvetica, Arial, sans-serif !important;
    margin-right: 0.25em;
    margin-top: 0.25em;
  }

  .navigation__toggle--text {
    margin-left: 0.5em;
    margin-top: -0.22em;
  }

  ul.navigation__main__list {
    align-items: center;
    display: none;
    flex-direction: column;
    margin-bottom: 1em;
    margin-left: 0;
    padding-top: 1em;
    text-align: center;
  }

  li.navigation__main__link {
    padding: 0;
    position: inherit;
    width: 100%;
  }

  li.navigation__main__link:last-of-type {
    padding: 1em;
  }

  li.navigation__main__link span.currentsection {
    display: block;
    margin: 1.5em;
  }

  .navigation__main--hasSubNav {
    display: inline-grid;
    position: relative;
  }

  li.navigation__main__link ul.multilevel-linkul-0.active {
    left: 0;
    margin: 0 auto;
    position: inherit;
    right: 0;
    top: 0;
    width: 95%;
  }

  .hasSubNav--indicator {
    color: #ffffff;
    display: inline-block;
    display: -webkit-inline-flex; /* For Apple products, DO NOT REMOVE */
    font-family: 'Font Awesome 5 Free';
    font-size: 1.25em;
    height: 15px;
    margin-left: -3em;
    margin-top: 1.25em;
    padding: 0;
    position: absolute;
    width: 15px;
  }

  .hasSubNav--indicator:hover,
  .hasSubNav--indicator:focus {
    background-color: #00334d;
    color: #ffffff;
    margin-top: 2.5em;
    position: absolute;
  }

  .hasSubNav--indicator.fa-rotate-180:hover,
  .hasSubNav--indicator.fa-rotate-180:focus {
    display: inline-block;
    display: -webkit-inline-flex; /* For Apple products, DO NOT REMOVE */
    margin-top: 2.66em;
  }

  /* -MAIN- */
  /* Breadcrumb nav */
  main.container .row {
    display: inline-flex;
    padding-left: 1em;
    position: inherit;
    width: 100%;
    word-break: break-word;
  }

  .nav__breadcrumb {
    display: inline-flex;
    margin-top: 2em;
  }

  .nav__breadcrumb ul {
    flex-wrap: wrap;
  }

  .nav__breadcrumb ul li {
    padding: 0.25em;
  }

  /* Content */
  main.container {
    margin: 0 auto;
  }

  .container__content {
    align-content: start;
    align-items: baseline;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }

  /* Primary content */
  .container__content--primary {
    margin-top: 1.5em;
    order: 1; /* For mobile only */
    padding: 0;
    width: 100%;
  }

  .container__content--primary h1 {
    font-size: 2em;
  }

  .container__content--primary h2 {
    font-size: 1.75em;
  }

  .container__content--primary h3 {
    font-size: 1.5em;
  }

  .container__content--primary h4 {
    font-size: 1.25em;
  }

  .content__img--hero.content--center {
    margin: 0;
  }

  .img--responsive--hero {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }

  .content__body.content--center {
    margin: 1em;
  }

  .container__content--primary--accordions {
    width: 90%;
  }

  .accordion__heading h3 {
    font-size: 1.33em;
    word-break: break-word;
  }

  .container__content--primary--supplemental {
    flex-flow: column;
    float: none;
    margin: 3em auto;
    width: 95%;
  }

  .content__callout {
    border: 2px solid #1f7f9b;
    width: 100%;
  }

  .container__location {
    flex-direction: column;
    margin: 1em auto 1em;
  }

  .container__location--address {
    float: none;
    width: 100%;
  }

  /* Secondary content */
  .container__content--secondary {
    order: 2; /* For mobile only */
    padding: 0 0 2em 0;
    width: 100%;
  }

  .nav__secondary {
    padding-left: 1em;
  }

  .cta__phone button {
    margin: 0;
  }

  .btn__phone {
    width: 100%;
  }

  .map__sidebar--embed {
    margin: 2em 0.75em;
  }

  /* -FOOTER- */
  .footer__info--standard {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .footer__info--standard--left,
  .footer__info--standard--right {
    margin: 0 auto;
  }

  .footer__info--standard--left {
    float: none;
    text-align: center;
    width: 100%;
  }

  .footer__info--standard--right {
    float: none;
    text-align: center;
    width: auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 800px) and (orientation: landscape) {
  .navbar__navigation--main {
    padding: 1em !important;
  }

  main.container--full__page .container__content--primary {
    width: 100%;
  }

  .row__card {
    justify-content: space-around;
  }

  .container__card {
    margin-bottom: 2em;
  }

  .fa-rotate-180 {
    margin-top: 0;
  }

  .map__sidebar--embed img {
    height: 150px !important;
    margin-left: 2.5em;
    width: 150px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) and (orientation: landscape) {
  * -HEADER- */
  	/* Main nav */
    .navbar__navigation--main {
    padding: 1em !important;
  }

  .navigation__toggle {
    display: flex;
    font-family: 'Lato', Helvetica, Arial, sans-serif !important;
    margin-right: 0.25em;
    margin-top: 0.25em;
  }

  .navigation__toggle--text {
    margin-left: 0.5em;
    margin-top: -0.22em;
  }

  ul.navigation__main__list {
    align-items: center;
    display: none;
    flex-direction: column;
    height: auto;
    margin-bottom: 1em;
    margin-left: 0em;
    padding-top: 1em;
    position: relative;
    text-align: center;
  }

  li.navigation__main__link {
    padding: 0;
    position: inherit;
    width: 100%;
  }

  li.navigation__main__link:nth-child(3) {
    margin: 0;
  }

  li.navigation__main__link span.currentsection {
    display: block;
    margin: 1.5em;
  }

  .navigation__main--hasSubNav {
    display: inline-grid;
    position: inherit;
  }

  li.navigation__main__link ul.multilevel-linkul-0.active {
    left: 0;
    margin-top: 0;
    position: inherit;
    right: 0;
    width: 100%;
  }

  .hasSubNav--indicator {
    color: #ffffff;
    display: inline-block;
    display: -webkit-inline-flex; /* For Apple products, DO NOT REMOVE */
    font-family: 'Font Awesome 5 Free';
    font-size: 1.25em;
    height: 15px;
    margin-left: -6em;
    margin-top: 1.25em;
    padding: 0;
    position: absolute;
    width: 15px;
  }

  .hasSubNav--indicator:hover,
  .hasSubNav--indicator:focus {
    background-color: #00334d;
    color: #ffffff;
    margin-top: 2.5em;
    position: absolute;
  }

  .hasSubNav--indicator.fa-rotate-180:hover,
  .hasSubNav--indicator.fa-rotate-180:focus {
    display: inline-block;
    display: -webkit-inline-flex; /* For Apple products, DO NOT REMOVE */
    margin-top: 2.66em;
  }

  /* -MAIN - */
  main.container {
    flex-direction: row;
    margin: 0 auto;
  }

  /* Breadcrumb nav */
  .nav__breadcrumb {
    display: inline-flex;
    margin-top: 2em;
  }

  .nav__breadcrumb ul {
    flex-wrap: wrap;
  }

  /* Content container */
  .container__content {
    flex-direction: column;
    margin: 0;
  }

  /* Primary content */
  .container__content--primary {
    order: 1; /* For mobile only */
    padding: 0;
    width: 100%;
  }

  .container__content--primary h1 {
    font-size: 2em;
  }

  .container__content--primary h2,
  .container__content--secondary h2 {
    font-size: 1.75em;
  }

  .container__content--primary h3 {
    font-size: 1.5em;
  }

  .container__content--primary h4 {
    font-size: 1.25em;
  }

  .img--responsive--hero {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }

  .container__location {
    flex-direction: column;
    margin: 1em auto 1em;
  }

  .container__location--address {
    float: none;
    width: 100%;
  }

  /* Accordions */
  .container__content--primary--accordions {
    width: 90%;
  }

  .accordion__heading h3 {
    font-size: 1.33em;
    word-break: break-word;
  }

  /* Callout section */
  .container__content--primary--supplemental {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }

  .content__callout {
    border: 2px solid #1f7f9b;
    width: 100%;
  }

  /* Secondary content */
  .container__content--secondary {
    order: 2; /* For mobile only */
    padding: 0 0 2em 0;
    width: 100%;
  }

  .content__sidebar {
    margin: 0 auto;
    width: 100%;
  }

  .cta__phone button {
    margin: 0;
  }

  .btn__phone {
    width: 100%;
  }

  .map__sidebar {
    display: flex;
    height: auto;
    margin: 0 auto;
    padding: 1em;
    width: 100%;
  }

  .map__sidebar--address {
    float: left;
    margin: 0 auto;
    width: 50%;
  }

  .map__sidebar--embed {
    float: right;
    margin: 0 auto;
    padding-left: 2em;
    width: 50%;
  }

  .pdf__sidebar {
    margin-top: 1.5em;
  }

  .pdf__sidebar--doc {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .navbar__navigation--main {
    padding: 1em !important;
  }

  .navigation__main__link ul.multilevel-linkul-0.active {
    width: 55%;
  }

  .container__content--primary {
    float: none;
    order: 1;
    padding: 0;
    width: 100%;
  }

  .container__content--primary--accordions {
    width: 95%;
  }

  .container__content--primary--supplemental {
    margin: 3em auto;
    width: 100%;
  }

  .row__card {
    justify-content: space-evenly;
  }

  .container__content--secondary {
    margin: 0 auto 0 0;
    order: 2;
    width: 100%;
  }

  .content__sidebar {
    width: 100%;
  }

  .map__sidebar {
    display: flex;
    width: 100%;
  }

  .map__sidebar--address {
    margin: 0 1em;
    width: 50%;
  }

  .map__sidebar--embed {
    margin: 0 1em 1em 8em;
    width: 50%;
  }

  .pdf__sidebar {
    margin-top: 1.5em;
  }

  .pdf__sidebar--doc {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .navbar__navigation--main {
    padding: 1em !important;
  }

  main.container--full__page .container__content--primary {
    width: 90%;
  }

  .container__content--primary--accordions {
    width: 95%;
  }

  .container__content--primary--supplemental {
    margin-right: 0;
    width: 100%;
  }

  .row__card {
    justify-content: space-around;
  }

  .card__content {
    width: 300px;
  }

  .container__content--secondary {
    margin: 0;
    width: 100%;
  }

  .map__sidebar--embed {
    margin-left: -2.5em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .container__content--secondary {
    flex-wrap: initial;
    margin: 0;
    padding-left: 0;
  }

  .container__location--address {
    padding-right: 2em;
  }

  .container__location--map {
    margin-top: 2em;
  }
}
