@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,600;0,700;1,600;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* Colors */
.footer-wrap {
  padding: 1rem 2rem;
}
@media (min-width: 48em) {
  .footer-wrap {
    padding: 3rem 2rem;
  }
}
@media (min-width: 81.25em) {
  .footer-wrap {
    padding: 3rem 2rem;
  }
}
@media (min-width: 112.5em) {
  .footer-wrap {
    padding: 4rem 1rem;
  }
}

.mega-menu .submenu-container .menu-item .megemenu-item-label {
  font-family: "IBM Plex Serif", serif;
  font-size: 1.1rem !important;
}
@media (min-width: 48em) {
  .mega-menu .submenu-container .menu-item .megemenu-item-label {
    font-size: 1.15rem !important;
  }
}
@media (min-width: 100em) {
  .mega-menu .submenu-container .menu-item .megemenu-item-label {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 112.5em) {
  .mega-menu .submenu-container .menu-item .megemenu-item-label {
    font-size: 1.25rem !important;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type=button i], input[type=submit i], input[type=reset i], input[type=file i]::-webkit-file-upload-button, button {
  padding: 0;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

html {
  position: relative;
}

body {
  font-family: "Roboto", sans-serif;
  color: #231F20;
  text-align: center;
  overflow-x: hidden;
}
body.mobile-menu-active {
  overflow: hidden;
}

.wrap {
  max-width: 100em;
  margin: 0 auto;
  position: relative;
}

.screen-reader, .fill-svg {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader:focus, .fill-svg:focus {
  background: #D6D2C4;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: 0.5rem;
  width: auto;
}

.skip-to-main {
  background: #fff;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000000;
  padding: 1rem;
  color: #981C25;
  text-transform: uppercase;
  display: block;
  -webkit-transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  -webkit-transform: translateY(calc(-100% - 0.5rem));
          transform: translateY(calc(-100% - 0.5rem));
  border-radius: 2rem;
}
.skip-to-main:focus, .skip-to-main:focus-within {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  outline: 2px solid #D6D2C4;
}

#main_content {
  position: relative;
  background: #FBFBF9;
  overflow-y: hidden;
}

.logo {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s top cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s top cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.logo-link {
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s max-width cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s max-width cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.logo-primary-cherries {
  fill: #981C25;
}
.logo-primary-cherry, .logo-primary-health {
  -webkit-transition: 0.5s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.logo-primary-health {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.logo-tagline {
  opacity: 0;
  -webkit-transition: 0.2s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.2s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .logo-tagline {
    opacity: 1;
  }
}
.logo-tagline-healthcare {
  fill: #981C25;
}

.header .logo-tagline-foundation, .header .logo-tagline-comprehensive, .header .logo-tagline-quality, .header .logo-tagline-healthcare {
  opacity: 0;
  -webkit-transition: 0.75s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.75s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.header .logo-tagline-comprehensive {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.header .logo-tagline-quality {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.header .logo-tagline-healthcare {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.header .logo.reveal .logo-tagline-comprehensive, .header .logo.reveal .logo-tagline-quality, .header .logo.reveal .logo-tagline-healthcare {
  opacity: 1;
}

.header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: 1.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 1.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.header.scroll-up {
  top: -80%;
}
.header-wrap {
  max-width: 81.25em;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  padding: 0.75rem;
  margin: 0 auto;
  -webkit-transition: 0.3s padding cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s padding cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .header-wrap {
    padding: 1rem;
  }
}
@media (min-width: 81.25em) {
  .header-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
}
.header .logo {
  top: 0.3rem;
}
@media (min-width: 48em) {
  .header .logo {
    top: 0;
  }
}
@media (min-width: 81.25em) {
  .header .logo {
    margin: 0.5rem auto;
  }
}
.header .logo-link {
  width: 100%;
  margin: 0;
  max-width: 65%;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.25rem;
}
@media (min-width: 48em) {
  .header .logo-link {
    max-width: 40%;
  }
}
@media (min-width: 81.25em) {
  .header .logo-link {
    max-width: 23rem;
  }
}
@media (min-width: 81.25em) {
  .header .logo-link.logo-link-foundation {
    max-width: 19rem;
  }
}
.header .logo-link:focus {
  background: #FBFBF9;
  -webkit-box-shadow: inset 0 0 0 1px #FBFBF9;
          box-shadow: inset 0 0 0 1px #FBFBF9;
}
.header-eyebrow {
  background: #D6D2C4;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: none;
}
@media (min-width: 81.25em) {
  .header-eyebrow {
    display: block;
  }
}
.header-eyebrow-list {
  background: #D6D2C4;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 81.25em) {
  .header-eyebrow-list {
    background: transparent;
  }
}
.header-eyebrow-list li {
  margin: 0;
  padding: 0;
}
.header-eyebrow-list li.menu-item-highlight {
  margin-left: auto;
  margin-right: 0;
  font-weight: 700;
}
.header-eyebrow-list li.menu-item-highlight a {
  color: #65050C;
}
.header-eyebrow-list li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.5rem;
  color: #231F20;
  white-space: nowrap;
  font-size: 0.9rem;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
  overflow: hidden;
}
@media (min-width: 81.25em) {
  .header-eyebrow-list li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
  }
}
.header-eyebrow-list li a:after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  border: solid transparent;
  content: "";
  pointer-events: none;
  border-color: rgba(152, 28, 37, 0);
  border-bottom-color: #fff;
  border-width: 0.4rem;
  margin-left: -0.4rem;
  -webkit-transition: 0.3s bottom cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s bottom cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.header-eyebrow-list li a:hover {
  color: #981C25;
}
.header-eyebrow-list li a:hover:after {
  bottom: 0;
}
.header-menu {
  background: #fff;
  position: fixed;
  top: 0;
  left: -100%;
  width: 82vw;
  height: 100vh;
  min-height: 100vh;
  -webkit-transition: 0.5s left cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s left cubic-bezier(0.57, 0.2, 0.21, 0.89);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: scroll;
  padding: 1rem;
}
@media (min-width: 81.25em) {
  .header-menu {
    position: static;
    overflow-y: unset;
    padding: 0;
    display: block;
    background: transparent;
    width: auto;
    height: auto;
    min-height: auto;
    margin: 0 0 0 auto;
  }
}
.header-menu-expand {
  width: 2.25rem;
  height: 2.25rem;
  background: #009681;
  border-left: 1px solid rgba(35, 31, 32, 0.1);
  padding: 0.5rem;
  margin: 0 0.5rem;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.3s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  cursor: pointer;
}
@media (min-width: 81.25em) {
  .header-menu-expand {
    display: none;
  }
}
.header-menu-expand:hover {
  background: #009681;
}
.header-menu-expand:hover:before, .header-menu-expand:hover:after {
  background: #fff !important;
}
.header-menu-expand:after, .header-menu-expand:before {
  width: 1rem;
  height: 1px;
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.header-menu-expand:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.header-menu-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 81.25em) {
  .header-menu-list {
    margin: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 81.25em) {
  .header-menu-list #menu-item-45 .submenu-container {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.header-menu-list .menu-item {
  display: block;
  text-align: left;
  -webkit-transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
}
@media (min-width: 81.25em) {
  .header-menu-list .menu-item {
    background: transparent;
    margin: 0 auto;
    padding-right: 0;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    position: static;
    border-bottom: none;
  }
}
.header-menu-list .menu-item-text {
  position: relative;
  z-index: 100;
}
.header-menu-list .menu-item:hover .header-menu a-txt {
  color: #009681;
}
.header-menu-list .menu-item:hover .header-menu-item-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-menu-list .menu-item:hover .submenu-container {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-menu-list .menu-item:hover .submenu-container:after {
  bottom: 100%;
}
.header-menu-list .menu-item.menu-item-45 > a {
  color: #009681;
}
@media (min-width: 81.25em) {
  .header-menu-list .menu-item.menu-item-45 .header-menu-submenu {
    right: 0 !important;
    left: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .header-menu-list .menu-item.menu-item-45 .header-menu-submenu:after {
    right: 3.5rem;
    left: auto !important;
  }
}
.header-menu-list .menu-item.menu-item-has-children {
  position: relative;
}
.header-menu-list .menu-item.menu-item-has-children .header-menu-link-grid {
  position: relative;
}
@media (min-width: 81.25em) {
  .header-menu-list .menu-item.menu-item-has-children .header-menu-link-grid:after {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -12px;
    left: 50%;
    border: solid transparent;
    content: "";
    pointer-events: none;
    border-color: rgba(35, 31, 32, 0);
    border-bottom-color: #231F20;
    border-width: 0.8rem;
    margin-left: -0.8rem;
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 48em) {
  .header-menu-list .menu-item.menu-item-has-children .submenu-container {
    width: 20rem;
  }
}
@media (min-width: 81.25em) {
  .header-menu-list .menu-item.menu-item-has-children:hover .header-menu-link-grid:after {
    bottom: -10px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
    transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.header-menu-list .menu-item.mega-menu.menu-item-has-children {
  position: static;
}
.header-menu-list .menu-item.mega-menu.menu-item-has-children .submenu-container {
  width: 100%;
}
@media (min-width: 81.25em) {
  .header-menu-list .menu-item.mega-menu.menu-item-has-children .submenu-container {
    border-radius: 0 0 1.5rem 1.5rem;
  }
}
@media (min-width: 81.25em) {
  .header-menu-list .menu-item.mega-menu .sub-menu {
    width: 100vw !important;
    left: 0 !important;
    top: 105%;
    width: 100vw;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.header-menu-list .menu-item.mega-menu .sub-menu:after {
  left: 46% !important;
}
.header-menu-list .menu-item.smallmenu {
  position: relative;
}
@media (min-width: 81.25em) {
  .header-menu-list .menu-item.smallmenu .header-menu-submenu {
    width: 20rem;
    position: absolute;
    top: 105%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header-menu-list .menu-item .header-menu-link-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu-list .menu-item .header-menu-link-txt {
  display: block;
}
.header-menu-list .menu-item .header-menu-item-arrow {
  width: 0.6rem;
  height: 0.6rem;
  display: none;
  -webkit-transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin-left: 0.5rem;
  top: 0.05rem;
  position: relative;
  -webkit-transition: 0.3s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.3s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.3s transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.3s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.3s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
@media (min-width: 81.25em) {
  .header-menu-list .menu-item .header-menu-item-arrow {
    display: block;
  }
}
.header-menu-list .menu-item .header-menu-item-arrow-svg {
  fill: #D6D2C4;
  width: 100%;
  display: block;
}
.header-menu-list .menu-item a {
  font-size: 1.1rem;
  display: block;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  color: #981C25;
  border-radius: 2rem;
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-transition: 0.3s padding cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s padding cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  flex: 1;
}
@media (min-width: 81.25em) {
  .header-menu-list .menu-item a {
    padding: 2rem 1rem;
    margin-left: 0;
    font-size: 1rem;
    border-bottom: none;
    color: #981C25;
    font-weight: 400;
  }
}
.header-menu-list .menu-item a:hover {
  background: #009681;
  color: #fff;
}
@media (min-width: 81.25em) {
  .header-menu-list .menu-item a:hover {
    background: transparent;
    color: #009681;
  }
}
.header-menu-list .menu-item a:hover .header-menu-link-txt {
  color: #fff;
}
@media (min-width: 81.25em) {
  .header-menu-list .menu-item a:hover .header-menu-link-txt {
    color: #009681;
  }
}
.header-menu-list .menu-item a:hover .header-menu-expand {
  border-left-color: rgba(214, 210, 196, 0.3);
}
.header-menu-list .menu-item a:hover .header-menu-expand:before, .header-menu-list .menu-item a:hover .header-menu-expand:after {
  background: #009681;
}
.header-menu-list .menu-item a:focus-within {
  -webkit-box-shadow: inset 0 0 0 1px #009681;
          box-shadow: inset 0 0 0 1px #009681;
}
.header-menu-list .menu-item.expanded .submenu-container {
  max-height: 100rem;
  opacity: 1;
}
@media (min-width: 81.25em) {
  .header-menu-list .menu-item.expanded .submenu-container {
    margin-bottom: 0;
    max-height: none;
  }
}
.header-menu-list .menu-item.expanded .header-menu-link-txt {
  color: #65050C;
}
.header-menu-list .menu-item.expanded .header-menu-link-txt-hover {
  color: #009681;
}
.header-menu-list .menu-item.expanded .header-menu-item-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.header-menu-list .menu-item.expanded .header-menu-item-arrow-svg {
  fill: #981C25;
}
.header-menu-list .menu-item.expanded .header-menu-expand:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg) !important;
          transform: translate(-50%, -50%) rotate(0deg) !important;
}
.header-menu .submenu-container {
  text-align: left;
  -webkit-transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.75s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.75s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-bottom: 1px solid rgba(214, 210, 196, 0.1);
}
@media (min-width: 81.25em) {
  .header-menu .submenu-container {
    background: #231F20;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
    width: auto;
    border-radius: 1.5rem;
    display: block;
    visibility: hidden;
    padding: 0.5rem;
    opacity: 0;
    overflow: visible;
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: cubic-bezier(0.5, 1.65, 0.4, 0.8);
    transition: cubic-bezier(0.5, 1.65, 0.4, 0.8);
    z-index: 1000;
    max-height: none;
    -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
    transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  }
}
.header-menu .submenu-container .sub-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.header-menu .submenu-container .menu-item {
  border-bottom: none;
  padding: 0;
}
.header-menu .submenu-container .menu-item a {
  display: block;
  padding: 0.75rem 1rem 0.75rem 1rem;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  font-weight: 300;
  -webkit-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
  overflow: hidden;
  color: #231F20;
  font-family: "Roboto", sans-serif;
  border-bottom: none;
}
.header-menu .submenu-container .menu-item a:before {
  background: #009681;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 150%;
  height: 150%;
  display: block;
  content: "";
  z-index: 1;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  overflow: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 81.25em) {
  .header-menu .submenu-container .menu-item a {
    border-radius: 1rem;
    color: #fff;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    font-weight: 400;
  }
}
.header-menu .submenu-container .menu-item a:hover:before {
  top: -15%;
}
.header-menu .submenu-container .menu-item a:hover .header-menu-submenu-item-link-txt {
  color: #fff;
}
.header-menu .submenu-container .menu-item a:focus-within {
  -webkit-box-shadow: inset 0 0 0 1px #009681;
          box-shadow: inset 0 0 0 1px #009681;
}
.header-menu .submenu-container .menu-item a-txt {
  z-index: 100;
  position: relative;
  display: block;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.header-menu-mobile-secondary {
  width: 100%;
  list-style: none;
  padding: 0 0.25rem 1rem;
  margin: 1rem 0 0 0;
}
@media (min-width: 81.25em) {
  .header-menu-mobile-secondary {
    display: none;
  }
}
.header-menu-mobile-secondary .menu-item {
  padding: 0;
  margin: 0.15rem auto;
  -webkit-transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
}
@media (min-width: 81.25em) {
  .header-menu-mobile-secondary .menu-item {
    margin: 0 auto;
    padding-right: 0;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
.header-menu-mobile-secondary .menu-item.search-container .header-menu-mobile-secondary-link-txt {
  margin-left: -0.5rem;
}
.header-menu-mobile-secondary a {
  text-align: left;
  color: #231F20;
  display: block;
  font-size: 0.85rem;
  border-radius: 2rem;
  padding: 0.75rem 1rem;
  -webkit-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.header-menu-mobile-secondary a:hover {
  background: #009681;
  color: #fff;
}

.fixed .header {
  -webkit-box-shadow: 0 0.3rem 1.5rem 0 rgba(35, 31, 32, 0.2);
          box-shadow: 0 0.3rem 1.5rem 0 rgba(35, 31, 32, 0.2);
}
@media (min-width: 48em) {
  .fixed .header-wrap {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 81.25em) {
  .fixed .header-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 48em) {
  .fixed .header .logo {
    top: 0.4rem;
  }
}
.fixed .header .logo-link {
  max-width: 52%;
}
@media (min-width: 48em) {
  .fixed .header .logo-link {
    max-width: 30%;
  }
}
@media (min-width: 81.25em) {
  .fixed .header .logo-link {
    max-width: 20rem;
  }
}
@media (min-width: 81.25em) {
  .fixed .header .logo-link.logo-link-foundation {
    max-width: 17rem;
  }
}
.fixed .header .logo-tagline {
  opacity: 0;
}
@media (min-width: 81.25em) {
  .fixed .header #menu-primay .menu-item a {
    padding: 1.75rem 1rem;
  }
}

.mobile-menu-close {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #231F20;
  display: block;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.6s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 81.25em) {
  .mobile-menu-close {
    display: none;
  }
}

.expanded-menu {
  overflow: hidden;
}
@media (min-width: 81.25em) {
  .expanded-menu {
    overflow: visible;
  }
}
.expanded-menu .header-menu {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 81.25em) {
  .expanded-menu .header-menu {
    position: relative;
    top: auto;
    left: auto;
  }
}
.expanded-menu-items .header .menu-item, .expanded-menu-items .header-menu-eyebrow-link,
.expanded-menu-items .header .header-menu-mobile-secondary-item {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  visibility: visible;
}
.expanded-menu-items .header .menu-item:nth-of-type(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.expanded-menu-items .header .menu-item:nth-of-type(2) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.expanded-menu-items .header .menu-item:nth-of-type(3) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.expanded-menu-items .header .menu-item:nth-of-type(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.expanded-menu-items .header .menu-item:nth-of-type(5) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.expanded-menu-items .header .menu-item:nth-of-type(6) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.expanded-menu-items .header .menu-item:nth-of-type(7) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.expanded-menu-items .header .menu-item:nth-of-type(8) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.expanded-menu-items .header .menu-item:nth-of-type(9) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.expanded-menu-items .header .header-menu-mobile-secondary li:nth-of-type(1) {
  -webkit-transition-delay: 0.825s;
          transition-delay: 0.825s;
}
.expanded-menu-items .header .header-menu-mobile-secondary li:nth-of-type(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.expanded-menu-items .header .header-menu-mobile-secondary li:nth-of-type(3) {
  -webkit-transition-delay: 0.975s;
          transition-delay: 0.975s;
}
.expanded-menu-items .header .header-menu-mobile-secondary li:nth-of-type(4) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.expanded-menu-items .header .header-menu-mobile-secondary li:nth-of-type(5) {
  -webkit-transition-delay: 1.125s;
          transition-delay: 1.125s;
}
.expanded-menu-items .header .header-menu-mobile-secondary li:nth-of-type(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.expanded-menu-items .header .header-menu-mobile-secondary li:nth-of-type(7) {
  -webkit-transition-delay: 1.275s;
          transition-delay: 1.275s;
}
.expanded-menu-items .header .header-menu-mobile-secondary li:nth-of-type(8) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.expanded-menu-items .header .header-menu-mobile-secondary li:nth-of-type(9) {
  -webkit-transition-delay: 1.425s;
          transition-delay: 1.425s;
}
.expanded-menu .mobile-menu-close {
  opacity: 0.9;
  visibility: visible;
}

/** TIM STUFF **/
.header-menu-list .menu-item.hover .submenu-container {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-eyebrow-list li a.hover {
  color: #981C25;
}

.header-eyebrow-list li a.hover:after {
  bottom: 0;
}

.header-menu-list .menu-item.hover .submenu-container {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.mega-menu .submenu-container {
  width: 100%;
}
.mega-menu .submenu-container .sub-menu {
  max-width: 81.25em;
  margin: 0.5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
}
@media (min-width: 81.25em) {
  .mega-menu .submenu-container .sub-menu {
    padding: 2rem 1rem;
  }
}
.mega-menu .submenu-container .menu-item {
  width: 100%;
  padding: 0 0.25rem;
  margin: 0.25rem auto;
}
@media (min-width: 81.25em) {
  .mega-menu .submenu-container .menu-item {
    width: calc(25% - 0.5rem);
    margin: 0.25rem;
  }
}
.mega-menu .submenu-container .menu-item a {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1rem;
  -webkit-transition: 0.3s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
  overflow: hidden;
}
@media (min-width: 81.25em) {
  .mega-menu .submenu-container .menu-item a {
    padding: 1rem;
  }
}
.mega-menu .submenu-container .menu-item a:before {
  background: #009681;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 150%;
  height: 150%;
  display: block;
  content: "";
  z-index: 1;
  -webkit-transition: 0.35s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.35s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  overflow: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.mega-menu .submenu-container .menu-item a:hover {
  -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
}
.mega-menu .submenu-container .menu-item a:hover:before {
  top: -20%;
}
@media (min-width: 81.25em) {
  .mega-menu .submenu-container .menu-item a:hover .megemenu-item-icon {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (min-width: 81.25em) {
  .mega-menu .submenu-container .menu-item a:hover .megemenu-item-icon-aspect {
    -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  }
}
.mega-menu .submenu-container .menu-item a:hover .megemenu-item-icon-aspect:before {
  top: -10%;
}
.mega-menu .submenu-container .menu-item a:hover .megemenu-item-icon .services-item-icon-svg {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  stroke: #981C25;
}
.mega-menu .submenu-container .menu-item a:hover .megemenu-item-icon .services-item-icon-svg-fill {
  fill: #981C25;
}
.mega-menu .submenu-container .menu-item a:hover .megemenu-item-label {
  color: #fff;
}
.mega-menu .submenu-container .menu-item .megemenu-item-icon {
  padding-top: 100%;
  position: relative;
  -webkit-transition: 0.4s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.4s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.mega-menu .submenu-container .menu-item .megemenu-item-icon-container {
  width: 2rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 81.25em) {
  .mega-menu .submenu-container .menu-item .megemenu-item-icon-container {
    width: 35%;
    margin: 0 0.25rem 0.5rem;
  }
}
.mega-menu .submenu-container .menu-item .megemenu-item-icon-aspect {
  background: #009681;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.mega-menu .submenu-container .menu-item .megemenu-item-icon-aspect:before {
  background: #FBFBF9;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200%;
  height: 200%;
  display: block;
  content: "";
  z-index: 1;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  overflow: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.mega-menu .submenu-container .menu-item .megemenu-item-icon-svg {
  stroke-width: 4px;
  stroke: #fff;
  width: 50%;
  fill: transparent;
  -webkit-transition: 0.4s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.4s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  z-index: 1;
  position: relative;
}
.mega-menu .submenu-container .menu-item .megemenu-item-icon-svg-fill {
  fill: #fff;
  stroke: none;
}
.mega-menu .submenu-container .menu-item .megemenu-item-icon-svg-thin-stroke {
  stroke-width: 2px;
}
.mega-menu .submenu-container .menu-item .megemenu-item-text {
  width: 65%;
  padding-left: 0.5rem;
  position: relative;
  z-index: 10;
  letter-spacing: 0;
}
@media (min-width: 81.25em) {
  .mega-menu .submenu-container .menu-item .megemenu-item-text {
    padding-left: 1rem;
  }
}
.mega-menu .submenu-container .menu-item .megemenu-item-label {
  color: #231F20;
  font-weight: 400;
  -webkit-transition: 0.4s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.4s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-family: "Roboto", sans-serif;
}
@media (min-width: 81.25em) {
  .mega-menu .submenu-container .menu-item .megemenu-item-label {
    color: #FBFBF9;
    font-family: "IBM Plex Serif", serif;
    margin-bottom: 0.25rem;
  }
}
.mega-menu .submenu-container .menu-item .megemenu-item-teaser {
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.25;
  display: none;
}
@media (min-width: 81.25em) {
  .mega-menu .submenu-container .menu-item .megemenu-item-teaser {
    display: block;
  }
}

.search-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0.25rem;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
@media (min-width: 81.25em) {
  .search-container {
    width: 7.5rem;
    padding: 0.5rem;
    margin-left: 1rem;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 0.25rem;
    width: 6.5rem;
    -webkit-transition-delay: none;
            transition-delay: none;
  }
}
.search-container:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.2s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.2s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.search-container.search-active {
  width: 100%;
}
@media (min-width: 81.25em) {
  .search-container.search-active {
    width: 25rem;
  }
}
.search-container.search-active .search-form {
  background: #009681;
}
.search-container.search-active:after {
  opacity: 1;
}
.search-container.search-active .search-input {
  color: #fff;
}
.search-container.search-active .search-input.placeholder {
  color: #fff !important;
}
.search-container.search-active .search-input:-moz-placeholder {
  color: #fff !important;
}
.search-container.search-active .search-input::-moz-placeholder {
  color: #fff !important;
}
.search-container.search-active .search-input:-ms-input-placeholder {
  color: #fff !important;
}
.search-container.search-active .search-input::-webkit-input-placeholder {
  color: #fff !important;
}
.search-container.search-active .search-button-icon {
  fill: #fff;
}
.search-container.search-active .search-button:hover .search-button-icon {
  color: #fff;
}
.search-form {
  border-radius: 1.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.6s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.6s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (max-width: 64em) {
  .search-form {
    padding: 0.25rem;
  }
}
.search-form:hover {
  background: #009681;
}
@media (min-width: 81.25em) {
  .search-form:hover {
    background: #FBFBF9;
  }
}
.search-form:hover .search-input {
  color: #fff;
}
.search-form:hover .search-input.placeholder {
  color: #fff;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.search-form:hover .search-input:-moz-placeholder {
  color: #fff;
  -moz-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.search-form:hover .search-input::-moz-placeholder {
  color: #fff;
  -moz-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.search-form:hover .search-input:-ms-input-placeholder {
  color: #fff;
  -ms-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.search-form:hover .search-input::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 81.25em) {
  .search-form:hover .search-input {
    color: #981C25;
  }
  .search-form:hover .search-input.placeholder {
    color: #981C25;
  }
  .search-form:hover .search-input:-moz-placeholder {
    color: #981C25;
  }
  .search-form:hover .search-input::-moz-placeholder {
    color: #981C25;
  }
  .search-form:hover .search-input:-ms-input-placeholder {
    color: #981C25;
  }
  .search-form:hover .search-input::-webkit-input-placeholder {
    color: #981C25;
  }
}
.search-form:hover .search-button-icon {
  fill: #fff;
}
@media (min-width: 81.25em) {
  .search-form:hover .search-button-icon {
    fill: #231F20;
  }
}
.search-input {
  background: transparent;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  color: #231F20;
  padding: 0.5rem 0.5rem 0.5rem 0.25rem;
  cursor: pointer;
  color: #231F20;
  -webkit-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-size: 0.9rem;
}
@media (min-width: 81.25em) {
  .search-input {
    font-size: 0.9rem;
  }
}
.search-input.placeholder {
  opacity: 1;
  color: #231F20;
  -webkit-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.search-input:-moz-placeholder {
  opacity: 1;
  color: #231F20;
  -moz-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.search-input::-moz-placeholder {
  opacity: 1;
  color: #231F20;
  -moz-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.search-input:-ms-input-placeholder {
  opacity: 1;
  color: #231F20;
  -ms-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.search-input::-webkit-input-placeholder {
  opacity: 1;
  color: #231F20;
  -webkit-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.search-input:focus {
  outline: none;
}
.search-button {
  background: transparent;
  outline: none;
  border: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  padding: 0.15rem;
  cursor: pointer;
  margin-left: 0.5rem;
}
@media (min-width: 81.25em) {
  .search-button {
    margin-left: 0.15rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.search-button-icon {
  width: 80%;
  height: auto;
  fill: #231F20;
  margin-top: 0.1rem;
  position: relative;
  z-index: 200;
  -webkit-transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.expanded-menu-items .search-container {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menu-trigger {
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  font-family: "IBM Plex Serif", serif;
  -webkit-transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: block;
  cursor: pointer;
  -webkit-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 0 0 0 auto;
  position: relative;
}
@media (max-width: 64em) {
  .menu-trigger {
    z-index: 2000;
  }
}
@media (min-width: 48em) {
  .menu-trigger {
    margin-right: 0.75rem;
    z-index: 2000000;
  }
}
@media (min-width: 81.25em) {
  .menu-trigger {
    display: none;
  }
}
.menu-trigger:after {
  background: #009681;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: "";
  display: block;
  border-radius: 0.75rem;
  -webkit-transition: 0.5s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.menu-trigger-label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.menu-trigger-label:focus {
  background: #D6D2C4;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: 0.5rem;
  width: auto;
}
.menu-trigger:hover .hamburger-inner, .menu-trigger:hover .hamburger-inner:before, .menu-trigger:hover .hamburger-inner:after {
  background-color: #fff;
}
.menu-trigger:focus {
  outline: 0;
}

.hamburger {
  padding: 0.15rem 0.15rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  z-index: 300;
}
.hamburger-box {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 55%;
  width: 24px;
  margin-top: -1px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  height: 2px;
  border-radius: 0.25rem;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: width, background-color, -webkit-transform;
  transition-property: width, background-color, -webkit-transform;
  transition-property: transform, width, background-color;
  transition-property: transform, width, background-color, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner:before, .hamburger-inner:after {
  width: 24px;
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -8px;
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in, width 0.1s 0.12s ease-out;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in, width 0.1s 0.12s ease-out;
}
.hamburger-inner:after {
  bottom: -8px;
  -webkit-transition: bottom 0.1s 0.25s ease-in, width 0.1s 0.12s ease-out, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, width 0.1s 0.12s ease-out, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.12s ease-out;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.12s ease-out, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.expanded-menu .menu-trigger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 64em) {
  .expanded-menu .menu-trigger:hover .hamburger-inner, .expanded-menu .menu-trigger:hover .hamburger-inner:before, .expanded-menu .menu-trigger:hover .hamburger-inner:after, .expanded-menu .menu-trigger:focus .hamburger-inner, .expanded-menu .menu-trigger:focus .hamburger-inner:before, .expanded-menu .menu-trigger:focus .hamburger-inner:after {
    -webkit-transition: 0.5s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s -webkit-transform cubic-bezier(0.57, 0.2, 0.21, 0.89);
    transition: 0.5s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s -webkit-transform cubic-bezier(0.57, 0.2, 0.21, 0.89);
    transition: 0.5s transform cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
    transition: 0.5s transform cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s -webkit-transform cubic-bezier(0.57, 0.2, 0.21, 0.89);
    background-color: #fff;
  }
}
.expanded-menu .menu-trigger:after {
  background: #981C25;
}
.expanded-menu .menu-trigger .hamburger-inner, .expanded-menu .menu-trigger .hamburger-inner:before, .expanded-menu .menu-trigger .hamburger-inner:after {
  -webkit-transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background-color: #fff;
}
@media (min-width: 48em) {
  .expanded-menu .menu-trigger .hamburger-inner, .expanded-menu .menu-trigger .hamburger-inner:before, .expanded-menu .menu-trigger .hamburger-inner:after {
    background-color: #fff;
  }
}
@media (min-width: 48em) {
  .expanded-menu .menu-trigger:hover .hamburger-inner, .expanded-menu .menu-trigger:hover .hamburger-inner:before, .expanded-menu .menu-trigger:hover .hamburger-inner:after {
    background-color: #fff;
  }
}
.expanded-menu .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 12px;
}
.expanded-menu .hamburger-inner, .expanded-menu .hamburger-inner:before, .expanded-menu .hamburger-inner:after {
  width: 25px !important;
}
.expanded-menu .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.expanded-menu .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fixed .hamburger-inner, .fixed .hamburger-inner:before, .fixed .hamburger-inner:after {
  -webkit-transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background-color: #fff;
}

.footer {
  color: #981C25;
  text-align: center;
  margin: 2rem 2rem 0;
}
@media (max-width: 64em) {
  .footer {
    padding: 0;
  }
}
.footer-wrap {
  max-width: 81.25em;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .footer-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 81.25em) {
  .footer {
    padding-top: 0;
    margin-top: 0;
  }
}
.footer .logo-link {
  max-width: 100%;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
@media (min-width: 48em) {
  .footer .logo-link {
    max-width: 20rem;
    margin-bottom: 0;
    margin-left: auto;
  }
}
@media (min-width: 81.25em) {
  .footer .logo-link {
    max-width: 28rem;
  }
}
.footer-menu {
  margin: 1rem auto;
}
@media (min-width: 48em) {
  .footer-menu-grid {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@media (min-width: 48em) and (min-width: 81.25em) {
  .footer-menu-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-menu-col {
  padding: 0 0 1rem;
}
@media (min-width: 48em) {
  .footer-menu-col {
    padding: 1rem 1rem 1rem 0;
  }
  .footer-menu-col:last-of-type {
    padding-right: 0;
  }
}
@media (min-width: 81.25em) {
  .footer-menu-col {
    padding: 3rem 2rem 1rem;
  }
}
.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu-list .menu-item {
  display: block;
  margin: 0.15rem;
  text-align: center;
}
@media (min-width: 48em) {
  .footer-menu-list .menu-item {
    text-align: left;
  }
}
.footer-menu-list .menu-item a {
  font-size: 1rem;
  color: #981C25;
  border-radius: 1rem;
  padding: 0.25rem 0.15rem;
  margin: 0.25rem;
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .footer-menu-list .menu-item a {
    display: table;
    font-size: 0.85rem;
    margin: 0.75rem 0.75rem 0.75rem 0;
  }
}
@media (min-width: 81.25em) {
  .footer-menu-list .menu-item a {
    font-size: 1rem;
    margin: 0.75rem;
  }
}
.footer-menu-list .menu-item a:before {
  position: absolute;
  bottom: 0.05rem;
  left: 0;
  content: "";
  background: #009681;
  width: 100%;
  height: 2px;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.footer-menu-list .menu-item a:hover {
  color: #231F20;
}
.footer-menu-list .menu-item a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.footer-menu-list .menu-item a:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #D6D2C4;
          box-shadow: inset 0 0 0 1px #D6D2C4;
}
@media (min-width: 81.25em) {
  .footer-menu-list .menu-item a:focus {
    color: #981C25;
  }
}
.footer .social {
  margin: 1rem auto 0;
}
@media (min-width: 48em) {
  .footer .social {
    margin-top: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-partners {
  max-width: 48em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem auto;
}
@media (min-width: 48em) {
  .footer-partners {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto;
  }
}
.footer-partners-item {
  max-width: 33%;
  padding: 0.5rem;
}
@media (min-width: 48em) {
  .footer-partners-item {
    max-width: 10rem;
    padding: 1rem;
    margin: 0.5rem;
  }
}
.footer-partners-item-link {
  display: block;
}
.footer-partners-item-link-img {
  width: 100%;
  height: auto !important;
  max-width: 7rem;
}
@media (min-width: 48em) {
  .footer-partners-item-link-img {
    max-width: none;
  }
}
.footer-partners-item:first-child, .footer-partners-item:last-child {
  width: 100% !important;
  max-width: none;
}
@media (min-width: 48em) {
  .footer-partners-item:first-child, .footer-partners-item:last-child {
    max-width: 10rem;
    padding: 1rem;
    margin: 0.5rem;
    padding: 0.5rem;
  }
}
.footer-partners-item:last-child {
  border-top: 2px solid #D6D2C4;
  padding-top: 2rem;
  margin-top: 1rem;
}
@media (min-width: 48em) {
  .footer-partners-item:last-child {
    border-top: 0;
    padding-top: 0.5rem;
    border-left: 2px solid #D6D2C4;
    padding-left: 2rem;
    margin-top: 0;
  }
}
.footer-utility {
  font-size: 0.85rem;
  margin: 1rem auto;
  color: #231F20;
}
@media (min-width: 48em) {
  .footer-utility {
    font-size: 0.75rem;
  }
}
@media (min-width: 81.25em) {
  .footer-utility {
    font-size: 0.9rem;
    margin: 2rem auto;
  }
}
.footer-utility-links {
  margin-bottom: 1rem;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 1rem auto;
  padding: 0;
}
.footer-utility a {
  color: #981C25;
  margin: 0 0.5rem;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .footer-utility a {
    margin: 0 1rem;
  }
}
.footer-utility a:hover {
  color: #65050C;
}
.footer-utility p {
  margin-bottom: 0.75rem;
}

@media (min-width: 81.25em) {
  .interior .footer {
    padding-top: 4rem;
  }
}
.interior .footer-wrap {
  border-top: 2px solid rgba(214, 210, 196, 0.5);
}

.social {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48em) {
  .social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.social-link {
  background: #231F20;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  display: block;
  margin: 0.25rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.social-link:before {
  background: #009681;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 180%;
  height: 180%;
  display: block;
  content: "";
  z-index: 1;
  -webkit-transition: 0.2s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.2s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  overflow: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.social-link:hover:before {
  top: -10%;
}
.social-link:hover .social-icon {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
          transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.social-link:focus {
  -webkit-box-shadow: 0 0 0 2px #981C25;
          box-shadow: 0 0 0 2px #981C25;
}
.social-link:focus:before {
  top: -10%;
}
.social-link:focus .social-icon {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
          transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.social-icon {
  fill: #fff;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  -webkit-transition: 0.3s -webkit-transform cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s -webkit-transform cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s transform cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s transform cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.3s -webkit-transform cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.wp-pagenavi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clear: both;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  z-index: 500;
  text-align: center;
}
.wp-pagenavi .pages {
  padding-right: 1rem;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 64em) {
  .wp-pagenavi .pages {
    display: none;
  }
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: 0;
  margin: 0 0.25rem;
  width: 2rem;
  height: 2rem;
  line-height: 2.1rem;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.3s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.wp-pagenavi .current {
  background: #981C25;
  color: #fff;
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #231F20;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  background: #D6D2C4;
  color: #fff;
}
.wp-pagenavi .page:active,
.wp-pagenavi .nextpostslink:active,
.wp-pagenavi .previouspostslink:active {
  background: #981C25;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.3s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  color: #D6D2C4;
  display: inline-block;
}
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  color: #981C25;
}
.wp-pagenavi .first:active,
.wp-pagenavi .last:active {
  color: #D6D2C4;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-slide {
  display: none;
  visibility: hidden;
}
.slick-slider .slick-slide:first-child {
  display: block;
  visibility: visible;
}
.slick-slider.slick-initialized .slick-slide, .slick-slider.slick-initialized:first-child {
  display: block;
  visibility: visible;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 81.25em) {
  .slick-list {
    overflow: hidden;
  }
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

.logged-in.admin-bar {
  margin-top: 32px;
}
.logged-in.admin-bar .header {
  top: 32px;
}