/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.3em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

html, body, .page {
  width: 100%;
  height: 100%;
  color: #4C5459;
}

.content-area {
  margin-left: 100px;
}

.page-content {
  max-width: 800px;
}

h1, h2, h3, h4 {
  font-family: "Graphie", "Poppins", open-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #0000C9;
  margin: 0 0 20px 0;
}

h1 {
  font-size: 40px;
  letter-spacing: 0.57px;
  line-height: 48px;
  color: #000484;
}
h1 small {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.17px;
  font-weight: 700;
}

h2 {
  font-size: 18px;
  letter-spacing: 0.28px;
  line-height: 24px;
  margin: 30px 0 0;
}

h3 {
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  color: #000484;
  margin: 0;
}

p, label, li, span, div {
  font-family: "Graphie", "Poppins", open-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

p, label, li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #4C5459;
  margin: 0 0 20px 0;
  padding: 0;
}
p b, p strong, label b, label strong, li b, li strong {
  font-weight: 700;
}
p a, label a, li a {
  color: #4C5459;
  text-decoration: underline;
}
p a:hover, label a:hover, li a:hover {
  color: #7E5CC6;
}

blockquote {
  margin: 30px 34px 30px 7px;
}
blockquote p {
  font-family: "Graphie", "Poppins", open-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #4A4A4A;
  margin: 0;
  border-left: 6px solid #000484;
  padding: 10px 0 10px 20px;
}
blockquote p:last-child {
  margin: 0;
}

ul {
  margin: 0;
  padding-left: 15px;
}
ul li {
  margin: 0;
  padding: 0 0 5px;
}

a {
  text-decoration: none;
  color: inherit;
}

strong, b {
  font-weight: 600;
}

.wp-element-button {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #000484;
  padding: 6px 18px;
  background-color: #9AD5FF;
  border-radius: 18px;
  transition: all 0.1s ease-in-out;
  border: 1px solid #9AD5FF;
}
.wp-element-button:hover {
  background-color: transparent;
  border-color: #000484;
}

.allcaps {
  text-transform: uppercase;
}

.nomargin {
  margin: 0;
}

.page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
.page section {
  padding: 20px 40px 20px 140px;
  position: relative;
}
@media (max-width: 1023px) {
  .page section {
    padding: 20px;
  }
}
.page section.inner {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-image: url("../images/graphic_bg_shapes.svg");
  background-position: top 35vh left 100px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
}
.page section.inner .content-container {
  max-width: 782px;
}
@media (max-width: 1023px) {
  .page section.inner {
    background-position: bottom left;
  }
}
@media (min-width: 767px) {
  .page section.inner {
    padding-right: 0;
  }
}
.page section.inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/graphic_top_right.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 28%;
  z-index: -1;
}
@media (max-width: 1023px) {
  .page section.inner:after {
    background-position: top 90px right;
  }
}
@media (max-width: 767px) {
  .page section.inner:after {
    background-position: top 60px right;
  }
}
.page section.items {
  padding: 20px 40px 100px 140px;
}
@media (max-width: 1023px) {
  .page section.items {
    padding: 20px 20px 0;
  }
}
@media (max-width: 639px) {
  .page section.items {
    padding: 20px 20px 0;
  }
}
@media (max-width: 479px) {
  .page section.items {
    padding: 70px 20px 0;
  }
}
.page section.items > p {
  margin: auto;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #4A4A4A;
  text-align: center;
  max-width: 520px;
}
.page section.items > p + p {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .page section.items > p {
    max-width: calc(100% - 160px);
    margin-left: 20px;
  }
}
@media (max-width: 479px) {
  .page section.items > p {
    max-width: 90%;
    margin: auto;
  }
}
.page section.items > p + .grid {
  padding-top: 30px;
}
.page section.items .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .page section.items .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .page section.items .grid {
    grid-template-columns: 1fr;
  }
}
.page section.items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 60px 20px 0;
}
.page section.items .item .headshot-container {
  width: 100%;
  height: auto;
  transition: all 0.1s ease-in-out;
  border-radius: 50%;
  border: 10px solid #0000C9;
  overflow: hidden;
  position: relative;
}
.page section.items .item .headshot-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -15%;
  background-color: #0000C9;
  opacity: 0.68;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  transition: all 0.1s ease-in-out;
}
.page section.items .item .headshot-container > img {
  width: 100%;
  height: auto;
  transform: scale(1.02);
  transition: all 0.1s ease-in-out;
  filter: grayscale(1);
}
.page section.items .item.caregiver .headshot-container {
  border-color: #9D73F7;
}
.page section.items .item.caregiver .headshot-container:after {
  background-color: #9D73F7;
}
.page section.items .item .caption {
  padding: 15px 10px 10px 10px;
  margin: 0;
  color: #000484;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.page section.items .item:hover .headshot-container:after {
  top: 75%;
}
.page section.items .item:hover .headshot-container img {
  transform: scale(1.06);
  filter: grayscale(0);
}
.page section.items .item:hover .caption {
  color: #0000C9;
}
.page section.items .no-items {
  padding: 20px;
}
@media (max-width: 1023px) {
  .page section:first-of-type {
    padding: 110px 20px;
  }
}
@media (max-width: 639px) {
  .page section:first-of-type {
    padding: 80px 20px 0;
  }
}

header {
  position: fixed;
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #9AD5FF;
  z-index: 1;
}
header img {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px 30px 30px 30px;
  position: absolute;
  bottom: 0px;
}
header .rotate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  font-size: 14px;
  line-height: 14px;
  color: #000484;
  white-space: nowrap;
  letter-spacing: 2px;
}
header .rotate > b {
  font-weight: 800;
}
@media (max-width: 1023px) {
  header {
    width: 100%;
    height: 90px;
    top: unset;
    left: unset;
    bottom: unset;
    text-align: center;
  }
  header img {
    right: 0;
    height: 100%;
    width: auto;
    padding: 30px;
  }
  header .rotate {
    position: relative;
    transform: unset;
    top: unset;
    left: unset;
    bottom: unset;
  }
}
@media (max-width: 639px) {
  header {
    text-align: left;
    padding: 0 0 0 20px;
    height: 60px;
  }
  header img {
    padding: 20px;
  }
  header .rotate {
    font-size: 12px;
    line-height: 12px;
  }
}

.page footer {
  padding: 4px 40px 0 140px;
  background: #4C5459;
}
.page footer .separator {
  border-top: 1px solid #F4F1EE;
}
.page footer .lockup {
  display: flex;
  flex-flow: row;
  padding: 40px 0;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page footer .lockup {
    flex-flow: column;
    align-items: center;
  }
}
.page footer .lockup .cell {
  padding: 20px 0;
}
.page footer .lockup .cell p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #F4F1EE;
}
.page footer .lockup .cell p + p {
  margin-top: 1rem;
}
.page footer .lockup .cell:last-child {
  float: right;
  color: #F4F1EE;
}
.page footer .lockup .cell:last-child > p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #F4F1EE;
}
@media (max-width: 1023px) {
  .page footer {
    padding: 4px 20px 0 20px;
  }
}

section.location {
  background-color: #ffffff;
  background-image: url("../images/graphic_bottom_left.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 30%;
}
section.location .map-container {
  position: relative;
}
@media (max-width: 1199px) {
  section.location .map-container {
    max-width: 75vw;
  }
}
section.location .map-container #map {
  position: relative;
}
section.location .map-container .info {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 60px;
  background-color: #ffffff;
  margin-top: -60px;
  padding: 0;
  z-index: 10;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  display: none;
  cursor: pointer;
}
section.location .map-container .info .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
section.location .map-container .info .item .photo, section.location .map-container .info .item .content, section.location .map-container .info .item .triangle-down {
  pointer-events: none;
}
section.location .map-container .info .item .photo {
  height: 100%;
  width: auto;
  border-radius: 50%;
  border: 10px solid #0000C9;
}
section.location .map-container .info .item .content {
  padding: 5px 10px 5px 20px;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  z-index: 1;
}
@media (max-width: 1199px) {
  section.location .map-container .info .item .content {
    padding: 0.3vw 0.8vw 0.6vw;
  }
}
section.location .map-container .info .item .content p.title {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  color: #4A4A4A;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  section.location .map-container .info .item .content p.title {
    font-size: 1.3vw;
    letter-spacing: 0.1vw;
  }
}
section.location .map-container .info .item .content p.secondary {
  margin: 0 0 4px 0;
  line-height: 13px;
  font-size: 10px;
  color: #0000C9;
  letter-spacing: 1.5px;
  line-height: 13px;
  text-transform: uppercase;
}
section.location .map-container .info .item .content p.secondary.Caregiver {
  color: #7E5CC6;
}
@media (max-width: 1199px) {
  section.location .map-container .info .item .content p.secondary {
    font-size: 0.8vw;
    letter-spacing: 0.125vw;
  }
}
section.location .map-container .info .item .content p.location {
  margin: 0;
  line-height: 14px;
  font-size: 10px;
  color: #9b9b9b;
  letter-spacing: 0.71px;
}
section.location .map-container .info .item .selected-circle {
  position: absolute;
  bottom: -15px;
  left: 70px;
  height: 23px;
  width: 23px;
}
@media (min-width: 1199px) {
  section.location .map-container .info .item .selected-circle {
    bottom: -22px;
    left: 74px;
  }
}
@media (min-width: 1419px) {
  section.location .map-container .info .item .selected-circle {
    bottom: -24px;
    left: 75px;
  }
}
@media (min-width: 1599px) {
  section.location .map-container .info .item .selected-circle {
    left: 76px;
    bottom: -33px;
  }
}
section.location .map-container .info .item .triangle-down {
  position: absolute;
  bottom: -10px;
  left: 71px;
  height: 40px;
  width: auto;
  z-index: 0;
}
section.location .map-container .info .item.caregiver .photo {
  border-color: #7E5CC6;
}
section.location .map-container .info .item.caregiver p.secondary {
  color: #7E5CC6;
}
@media (max-width: 1023px) {
  section.location {
    display: none;
  }
}
section.location #map_legend {
  background-color: transparent !important;
  right: 0;
  left: auto !important;
  bottom: 15% !important;
  padding: 0 !important;
  margin-right: 0;
  width: 17%;
}
section.location #map_holder .sm_legend_item {
  font-size: 10px;
  line-height: 14px;
  color: #4A4A4A;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  section.location #map_holder .sm_legend_item {
    margin-right: 15px;
  }
}
section.location #map_holder .sm_legend_item > svg {
  margin-right: 6px !important;
}

section.featured {
  background-color: #fff;
  padding: 0 0 0 100px;
}
section.featured .feature {
  display: table;
  width: 100%;
  background-color: rgba(0, 149, 255, 0.46);
  padding: 60px 0 60px 60px;
}
section.featured .feature.caregiver {
  background-color: rgba(126, 92, 198, 0.7);
}
section.featured .feature.caregiver .cell:first-child img {
  border: 10px solid #9D73F7;
}
section.featured .feature .cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: left;
  padding: 20px;
}
section.featured .feature .cell:first-child {
  width: 30%;
  text-align: right;
}
section.featured .feature .cell:first-child img {
  width: 100%;
  height: auto;
  max-width: 360px;
  border-radius: 50%;
  border: 10px solid #0000C9;
  transition: 100ms ease-out;
}
section.featured .feature .cell:first-child img:hover {
  transform: scale(1.01);
}
section.featured .feature .cell:last-child {
  vertical-align: bottom;
  text-align: right;
  width: 20%;
  padding: 20px 60px 0 20px;
}
section.featured .feature .cell:last-child > a:hover > img {
  transition: 100ms ease-out;
  transform: scale(1.05);
}
section.featured .feature .cell.center {
  padding: 0 50px 0 100px;
  position: relative;
  vertical-align: top;
}
section.featured .feature .cell.center img {
  width: auto;
  height: auto;
  width: 69px;
  position: absolute;
  top: 10px;
  left: 0;
}
section.featured .feature .cell h3 {
  margin: 0 0 10px 0;
  font-size: 48px;
  color: #000484;
  letter-spacing: 0.3px;
  line-height: 40px;
  font-weight: 600;
}
section.featured .feature .cell h4 {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  letter-spacing: 0.25px;
  font-weight: 700;
  text-transform: uppercase;
}
section.featured .feature .cell p {
  font-size: 24px;
  line-height: 35px;
  color: #000;
  position: relative;
  letter-spacing: 0.3px;
}
@media (max-width: 1199px) {
  section.featured .feature {
    padding: 60px 0 60px 0;
  }
  section.featured .feature .cell p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1023px) {
  section.featured {
    padding: 0;
  }
  section.featured .feature {
    padding: 40px 0 40px 0;
  }
  section.featured .feature .cell h3 {
    font-size: 26px;
    line-height: 32px;
  }
  section.featured .feature .cell h4 {
    font-size: 14px;
    line-height: 18px;
  }
  section.featured .feature .cell p {
    font-size: 18px;
    line-height: 24px;
  }
  section.featured .feature .cell.center {
    padding: 0 30px 0 60px;
  }
  section.featured .feature .cell.center img {
    width: 40px;
    top: 5px;
  }
}
@media (max-width: 639px) {
  section.featured .feature {
    display: block;
  }
  section.featured .feature .cell {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 90%;
  }
  section.featured .feature .cell p {
    text-align: left;
  }
  section.featured .feature .cell:first-child {
    width: 90%;
    text-align: center;
  }
  section.featured .feature .cell:last-child {
    display: none;
  }
  section.featured .feature .cell.center {
    padding: 0 0 0 60px;
    text-align: left;
  }
}

section.bio {
  padding-top: 120px;
  position: relative;
  background-image: url("../images/graphic_bg_shapes.svg");
  background-position: bottom -100vh left 100px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
}
@media (max-width: 1023px) {
  section.bio {
    background-position: bottom left;
  }
}
@media (min-width: 767px) {
  section.bio {
    padding-right: 0;
  }
}
section.bio:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/graphic_top_right.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 28%;
  z-index: -1;
}
@media (max-width: 1023px) {
  section.bio:after {
    background-position: top 90px right;
  }
}
@media (max-width: 767px) {
  section.bio:after {
    background-position: top 60px right;
  }
}
section.bio .headshot-container {
  float: right;
  width: 50%;
}
section.bio .headshot-container .headshot {
  position: relative;
  margin: 0 60px 30px 40px;
  max-width: 335px;
}
section.bio .headshot-container .headshot img.wp-post-image {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
section.bio .headshot-container .tidbits p, section.bio .headshot-container .tidbits div {
  border-top: 1px solid #000484;
  padding: 30px 20px;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  section.bio .headshot-container .tidbits p, section.bio .headshot-container .tidbits div {
    margin: 0 0 0 20px;
    padding: 30px 100px 30px 20px;
  }
}
section.bio .headshot-container .tidbits p > b, section.bio .headshot-container .tidbits p strong, section.bio .headshot-container .tidbits div > b, section.bio .headshot-container .tidbits div strong {
  font-weight: 600;
}
section.bio .headshot-container .tidbits p a, section.bio .headshot-container .tidbits div a {
  color: #0000C9;
  text-decoration: none;
}
section.bio .headshot-container .tidbits p ul, section.bio .headshot-container .tidbits div ul {
  margin-left: 15px;
}
section.bio .headshot-container .tidbits p:last-child, section.bio .headshot-container .tidbits div:last-child {
  border-bottom: 1px solid #000484;
}
section.bio .heading {
  display: inline-block;
  margin-top: 25px;
}
section.bio .heading h1 {
  margin-bottom: 34px;
}
section.bio.caregiver:after {
  background-image: url("../images/graphic_top_right_caregiver.svg");
}
section.bio.caregiver .headshot-container .headshot img.wp-post-image {
  border-color: #7E5CC6;
}
section.bio.caregiver .headshot-container .tidbits a {
  color: #9D73F7;
}
section.bio.caregiver .heading h1 {
  color: #9D73F7;
}
section.bio.caregiver .content-container blockquote p {
  color: #9D73F7;
}
section.bio .content-container {
  margin: 0 50px 0 0;
}
@media (min-width: 767px) {
  section.bio .content-container {
    max-width: calc(50% - 50px);
  }
}
section.bio .content-container blockquote p {
  color: #0000C9;
}
section.bio .nav a {
  color: #0000C9;
}
section.bio .nav a:hover {
  color: #0000C9;
}
section.bio .nav a:first-child {
  margin-right: 20px;
}
@media (max-width: 767px) {
  section.bio .headshot-container {
    float: unset;
    width: 100%;
    max-width: unset;
    margin: 0;
  }
}
section.bio .bio-gallery {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 767px) {
  section.bio .bio-gallery {
    max-width: 421px;
  }
}
section.bio .bio-gallery .item {
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  flex: 1 0 100%;
}
section.bio .bio-gallery .item img {
  width: 100%;
  height: auto;
}
section.bio .bio-gallery .item.item-half {
  margin-right: 20px;
  flex: 0 1 47%;
}
section.bio .bio-gallery .item.item-half + .item-half {
  margin-right: 0;
}

section.bio-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 20px;
  width: 100%;
}
@media (max-width: 767px) {
  section.bio-nav {
    flex-flow: column;
  }
}
section.bio-nav .navitem {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  section.bio-nav .navitem {
    justify-content: center;
  }
}
section.bio-nav .navitem .thumb {
  width: 80px;
  height: auto;
  border-radius: 50%;
  transition: all 0.1s ease-in-out;
  filter: grayscale(1);
}
section.bio-nav .navitem .chevron {
  width: 15px;
  height: auto;
}
section.bio-nav .navitem span {
  margin: 0 16px 0 20px;
  color: #4C5459;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.13px;
}
@media (min-width: 1023px) {
  section.bio-nav .navitem.navitem-prev {
    margin-left: 80px;
  }
}
section.bio-nav .navitem.navitem-prev .chevron {
  transform: scale(-1);
}
@media (min-width: 1023px) {
  section.bio-nav .navitem.navitem-next {
    margin-right: 80px;
  }
}
section.bio-nav .navitem:hover span {
  text-decoration: underline;
}
section.bio-nav .navitem:hover .thumb {
  transform: scale(1.05);
  filter: grayscale(0);
}
section.bio-nav .view-more {
  text-decoration: underline;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.19px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  section.bio-nav .view-more {
    margin: 30px auto;
  }
}
section.bio-nav .view-more:hover {
  text-decoration: none;
}

.filters-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
.filters-container .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  display: none;
}
.filters-container .filters {
  position: absolute;
  top: 0px;
  right: -380px;
  background-color: #ffffff;
  width: 100%;
  max-width: 380px;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.filters-container .filters .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 20px 20px 0 0;
  width: 24px;
  height: auto;
  cursor: pointer;
}
.filters-container .filters .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 0 60px;
}
.filters-container .filters .inner h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #4A4A4A;
  letter-spacing: 0.23px;
  font-weight: 600;
  margin-bottom: 10px;
}
.filters-container .filters .inner ul {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.filters-container .filters .inner ul li {
  margin-bottom: 10px;
  line-height: 20px;
  position: relative;
  height: 24px;
}
.filters-container .filters .inner ul li input,
.filters-container .filters .inner ul li label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  margin: 0;
}
.filters-container .filters .inner ul li input[type=checkbox] {
  opacity: 0;
}
.filters-container .filters .inner ul li input[type=checkbox] + label {
  padding-left: 27px;
  line-height: 24px;
  color: #4A4A4A;
}
.filters-container .filters .inner ul li input[type=checkbox] + label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #979797;
  position: absolute;
  left: 0;
  top: 4px;
}
.filters-container .filters .inner ul li input[type=checkbox] + label:after {
  background-color: transparent;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 3px;
  top: 7px;
}
.filters-container .filters .inner ul li input[type=checkbox]:checked + label:after {
  background-color: #0000C9;
}
.filters-container .filters .nav {
  display: table;
  width: 80%;
  margin: 0 auto;
}
.filters-container .filters .nav .cell {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.filters-container .filters .nav .cell .button {
  background-color: transparent;
  padding: 10px 20px;
  border: 1px solid #F4F1EE;
  color: #4A4A4A;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 1.85px;
}
.filters-container .filters .nav .cell .button:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.filters-container .filters .nav .cell .button.button-apply {
  background-color: #0000C9;
  color: #ffffff;
}

.filters-container-open {
  pointer-events: all;
}
.filters-container-open .background {
  display: block;
}
.filters-container-open .filters {
  right: 0;
  box-shadow: 0 0 44px rgba(0, 0, 0, 0.25);
}

.filters-control {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 20px;
}
.filters-control .toggle {
  cursor: pointer;
  display: table;
}
.filters-control .toggle .img, .filters-control .toggle .label {
  display: table-cell;
  vertical-align: middle;
}
.filters-control .toggle .label {
  padding: 0 10px 0 0;
  font-weight: 600;
  color: #0000C9;
}
@media (max-width: 1023px) {
  .filters-control {
    top: 90px;
  }
}
@media (max-width: 639px) {
  .filters-control {
    top: 60px;
  }
}