@charset "UTF-8";
.grid_container {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
}

.right-align {
  align-items: flex-end;
  text-align: right;
}

.left-align {
  align-items: flex-start;
  text-align: left;
}

.grid_item {
  box-sizing: border-box;
  margin: 0px;
}

.grid_item img {
  width: 100%;
  height: auto;
  display: block;
}

.grid_item svg {
  width: 100%;
  height: auto;
  display: block;
}

.xs_1of12 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.xs_2of12 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.xs_3of12 {
  flex: 0 0 25%;
  max-width: 25%;
}

.xs_4of12 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.xs_5of12 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.xs_6of12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.xs_7of12 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.xs_8of12 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.xs_9of12 {
  flex: 0 0 75%;
  max-width: 75%;
}

.xs_10of12 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.xs_11of12 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.xs_12of12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.xs_offset_1of12 {
  margin-left: 8.3333333333%;
}

.xs_offset_2of12 {
  margin-left: 16.6666666667%;
}

.xs_offset_3of12 {
  margin-left: 25%;
}

.xs_offset_4of12 {
  margin-left: 33.3333333333%;
}

.xs_offset_5of12 {
  margin-left: 41.6666666667%;
}

.xs_offset_6of12 {
  margin-left: 50%;
}

.xs_offset_7of12 {
  margin-left: 58.3333333333%;
}

.xs_offset_8of12 {
  margin-left: 66.6666666667%;
}

.xs_offset_9of12 {
  margin-left: 75%;
}

.xs_offset_10of12 {
  margin-left: 83.3333333333%;
}

.xs_offset_11of12 {
  margin-left: 91.6666666667%;
}

@media (min-width: 767px) {
  .sm_1of12 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sm_2of12 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sm_3of12 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sm_4of12 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm_5of12 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sm_6of12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm_7of12 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sm_8of12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sm_9of12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sm_10of12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sm_11of12 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sm_12of12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sm_offset_1of12 {
    margin-left: 8.3333333333%;
  }
  .sm_offset_2of12 {
    margin-left: 16.6666666667%;
  }
  .sm_offset_3of12 {
    margin-left: 25%;
  }
  .sm_offset_4of12 {
    margin-left: 33.3333333333%;
  }
  .sm_offset_5of12 {
    margin-left: 41.6666666667%;
  }
  .sm_offset_6of12 {
    margin-left: 50%;
  }
  .sm_offset_7of12 {
    margin-left: 58.3333333333%;
  }
  .sm_offset_8of12 {
    margin-left: 66.6666666667%;
  }
  .sm_offset_9of12 {
    margin-left: 75%;
  }
  .sm_offset_10of12 {
    margin-left: 83.3333333333%;
  }
  .sm_offset_11of12 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .md_1of12 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md_2of12 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md_3of12 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .md_4of12 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md_5of12 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .md_6of12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md_7of12 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .md_8of12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md_9of12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .md_10of12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md_11of12 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .md_12of12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md_offset_1of12 {
    margin-left: 8.3333333333%;
  }
  .md_offset_2of12 {
    margin-left: 16.6666666667%;
  }
  .md_offset_3of12 {
    margin-left: 25%;
  }
  .md_offset_4of12 {
    margin-left: 33.3333333333%;
  }
  .md_offset_5of12 {
    margin-left: 41.6666666667%;
  }
  .md_offset_6of12 {
    margin-left: 50%;
  }
  .md_offset_7of12 {
    margin-left: 58.3333333333%;
  }
  .md_offset_8of12 {
    margin-left: 66.6666666667%;
  }
  .md_offset_9of12 {
    margin-left: 75%;
  }
  .md_offset_10of12 {
    margin-left: 83.3333333333%;
  }
  .md_offset_11of12 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1260px) {
  .lg_1of12 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg_2of12 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg_3of12 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lg_4of12 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg_5of12 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg_6of12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg_7of12 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg_8of12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg_9of12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lg_10of12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg_11of12 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .lg_12of12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lg_offset_1of12 {
    margin-left: 8.3333333333%;
  }
  .lg_offset_2of12 {
    margin-left: 16.6666666667%;
  }
  .lg_offset_3of12 {
    margin-left: 25%;
  }
  .lg_offset_4of12 {
    margin-left: 33.3333333333%;
  }
  .lg_offset_5of12 {
    margin-left: 41.6666666667%;
  }
  .lg_offset_6of12 {
    margin-left: 50%;
  }
  .lg_offset_7of12 {
    margin-left: 58.3333333333%;
  }
  .lg_offset_8of12 {
    margin-left: 66.6666666667%;
  }
  .lg_offset_9of12 {
    margin-left: 75%;
  }
  .lg_offset_10of12 {
    margin-left: 83.3333333333%;
  }
  .lg_offset_11of12 {
    margin-left: 91.6666666667%;
  }
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Light.eot");
  src: url("../fonts/Graphik-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Light.woff") format("woff"), url("../fonts/Graphik-Light.ttf") format("truetype"), url("../fonts/Graphik-Light.svg#Graphik-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-RegularItalic.eot");
  src: url("../fonts/Graphik-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-RegularItalic.woff") format("woff"), url("../fonts/Graphik-RegularItalic.ttf") format("truetype"), url("../fonts/Graphik-RegularItalic.svg#Graphik-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.eot");
  src: url("../fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik-Regular.ttf") format("truetype"), url("../fonts/Graphik-Regular.svg#Graphik-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-LightItalic.eot");
  src: url("../fonts/Graphik-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-LightItalic.woff") format("woff"), url("../fonts/Graphik-LightItalic.ttf") format("truetype"), url("../fonts/Graphik-LightItalic.svg#Graphik-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Publico";
  src: url("../fonts/Publico-Roman.eot");
  src: url("../fonts/Publico-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/Publico-Roman.woff") format("woff"), url("../fonts/Publico-Roman.ttf") format("truetype"), url("../fonts/Publico-Roman.svg#Publico-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Publico";
  src: url("../fonts/Publico-Italic.eot");
  src: url("../fonts/Publico-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Publico-Italic.woff") format("woff"), url("../fonts/Publico-Italic.ttf") format("truetype"), url("../fonts/Publico-Italic.svg#Publico-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Publico";
  src: url("../fonts/Publico-LightItalic.eot");
  src: url("../fonts/Publico-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Publico-LightItalic.woff") format("woff"), url("../fonts/Publico-LightItalic.ttf") format("truetype"), url("../fonts/Publico-LightItalic.svg#Publico-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Publico";
  src: url("../fonts/Publico-Light.eot");
  src: url("../fonts/Publico-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Publico-Light.woff") format("woff"), url("../fonts/Publico-Light.ttf") format("truetype"), url("../fonts/Publico-Light.svg#Publico-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Publico Text";
  src: url("../fonts/PublicoText-Roman-Web.eot");
  src: url("../fonts/PublicoText-Roman-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/PublicoText-Roman-Web.woff") format("woff"), url("../fonts/PublicoText-Roman-Web.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Publico Text";
  src: url("../fonts/PublicoText-Italic-Web.eot");
  src: url("../fonts/PublicoText-Italic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/PublicoText-Italic-Web.woff") format("woff"), url("../fonts/PublicoText-Italic-Web.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Publico Text";
  src: url("../fonts/PublicoText-Bold-Web.eot");
  src: url("../fonts/PublicoText-Bold-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/PublicoText-Bold-Web.woff") format("woff"), url("../fonts/PublicoText-Bold-Web.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Publico Text";
  src: url("../fonts/PublicoText-BoldItalic-Web.eot");
  src: url("../fonts/PublicoText-BoldItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/PublicoText-BoldItalic-Web.woff") format("woff"), url("../fonts/PublicoText-BoldItalic-Web.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

section {
  margin-bottom: 1.5rem;
  padding: 0 0.75rem;
}

section hr {
  margin-top: 0;
}

section > p {
  margin-bottom: 2em;
}

details {
  position: relative;
}

details summary::-webkit-details-marker {
  position: absolute;
  right: 0.75rem;
}

img {
  max-width: 100%;
}

dd {
  -webkit-margin-start: 0px;
}

hr {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1em;
  width: 100%;
  border: 0;
  border-top: 1px solid #102b47;
}

header {
  border-bottom: 1px solid #102b47;
}

footer {
  border-top: 1px solid rgb(200, 200, 200);
  font-family: "Graphik";
  font-size: 0.6rem;
  padding: 0.75rem 0.75rem 3rem;
  background-color: #102b47;
  color: rgb(200, 200, 200);
  line-height: 1.75em;
}

#footer svg {
  fill: rgb(200, 200, 200);
  height: 1em;
}

#footer a {
  color: rgb(200, 200, 200);
  padding-right: 0.75rem;
  margin-left: 0;
  border: 0;
}
#footer a:first-child {
  padding-left: 0;
}

#footer a:hover {
  color: white;
}
#footer a:hover svg {
  fill: white;
  width: autoo;
}

#footer .social-icon {
  padding-top: 0;
  padding-bottom: 0;
}

#footer > .inner > .grid_item {
  margin-right: 50px;
}
@media (max-width: 992px) {
  #footer > .inner > .grid_item {
    width: 100%;
  }
}

#footer > .inner > .grid_item:last-child {
  margin-right: 0;
}

.footer_spacer.grid_item {
  flex: 1 1 auto;
}
@media (max-width: 992px) {
  .footer_spacer.grid_item {
    padding: 0;
  }
}

@media (max-width: 992px) {
  #container {
    margin-top: 74px;
  }
}
@media (max-width: 767px) {
  #container {
    margin-top: 54px;
  }
}

#container section:last-child {
  margin-bottom: 4em;
}

html {
  font-size: 20px;
  font-family: "Publico";
  color: #102b47;
}
@media (max-width: 992px) {
  html {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

h1 {
  font: 300 4.5rem "Publico";
}
@media (max-width: 992px) {
  h1 {
    font: 300 3.25rem "Publico";
  }
}
@media (max-width: 767px) {
  h1 {
    font: 300 2.5rem "Publico";
  }
}

.main-staff-member h1 {
  font: 300 2.5rem "Graphik";
}

.entry-title h1 {
  font-size: 4rem;
}
@media (max-width: 992px) {
  .entry-title h1 {
    font: 300 3.25rem "Publico";
  }
}
@media (max-width: 767px) {
  .entry-title h1 {
    font: 300 2.5rem "Publico";
  }
}

h1.entry-title {
  font-size: 4rem;
}
@media (max-width: 992px) {
  h1.entry-title {
    font: 300 3.25rem "Publico";
  }
}
@media (max-width: 767px) {
  h1.entry-title {
    font: 300 2.5rem "Publico";
  }
}

h2 {
  font: 300 1.7rem "Graphik";
  margin-top: 0;
  margin-bottom: 0.5em;
}

.full-bleed-img h2 {
  padding: 0px;
  font: 300 3rem "Publico";
}
@media (max-width: 992px) {
  .full-bleed-img h2 {
    font: 300 3.25rem "Publico";
  }
}
@media (max-width: 767px) {
  .full-bleed-img h2 {
    font: 300 2rem "Publico";
  }
}

h3 {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.25em;
}

.body-text h3 {
  font: 300 2.5rem "Graphik";
}
@media (max-width: 992px) {
  .body-text h3 {
    font: 300 2rem "Graphik";
  }
}

h4 {
  font: 300 1.5rem "Graphik";
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.25em;
}
@media (max-width: 992px) {
  h4 {
    font: 300 1.25rem "Graphik";
  }
}

.full-bleed-img h4 {
  padding: 0;
}

h5 {
  font-size: 1rem;
  font-weight: normal;
}

h6 {
  font: normal 0.8rem "Graphik";
  margin: 0.5em 0;
}

small {
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  small {
    font-size: 1rem;
  }
}

p, small, dd {
  line-height: 1.5em;
}

h3 {
  line-height: 1.2em;
}

dt {
  margin-bottom: 0.5em;
}

ul, ol {
  -webkit-padding-start: 4em;
}
@media (max-width: 767px) {
  ul, ol {
    -webkit-padding-start: 2em;
  }
}

a {
  color: #e08547;
  text-decoration: none;
  border-bottom: 1px solid white;
  transition: border-color 0.35s;
}
a:hover {
  border-bottom: 1px solid #e08547;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

.grid_container hr {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.grid_container > h1, .grid_container > h2, .grid_container > h3, .grid_container > h4, .grid_container > h5, .grid_container > h6, .grid_container > p {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.grid_container a {
  width: auto;
}

.grid_item {
  padding: 0.75rem;
}

.inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#logo {
  width: auto;
}

h1.entry-title {
  padding: 1.5rem;
  padding-bottom: 0;
  height: auto;
  margin-top: 0.25em;
}

.entry-title {
  padding: 0;
  position: relative;
  margin-bottom: 0;
  justify-content: center;
  max-height: 500px;
  height: 500px;
  overflow: hidden;
  background-size: cover;
}
@media (max-width: 767px) {
  .entry-title {
    height: 300px;
  }
}

.entry-title video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media screen and (max-device-width: 992px) {
  .entry-title video {
    display: none;
  }
}

.entry-title h1 {
  position: absolute;
  bottom: 0;
  margin: 1rem auto;
  color: white;
  z-index: 1;
  left: 0;
  right: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#entry-1 {
  border-bottom: 20px solid #e9b689;
}

#entry-2 {
  border-bottom: 20px solid #e7ac7c;
}

#entry-3 {
  border-bottom: 20px solid #e4a36d;
}

#entry-4 {
  border-bottom: 20px solid #e2995f;
}

.social-links a {
  border: 0;
}

.social-icon.grid_item {
  display: inline-block;
  padding-left: 0;
  margin-left: 0;
  width: auto;
}

.social-icon svg {
  height: 0.8em;
  width: auto;
  fill: #81868a;
}

.social-icon svg:hover {
  fill: #e08547;
}

.social-media .social-icon.grid_item {
  margin-right: 1.5rem;
}

.social-media .social-icon svg {
  height: 2rem;
  width: auto;
}

.align-right {
  align-self: flex-end;
}

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/video_overlay.png);
}

.no-padding {
  padding: 0;
}

@media (max-width: 992px) {
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 10;
  }
}

#header__logo {
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}

#header__logo a {
  height: 1.5em;
  border: 0;
  margin: 0;
}
@media (max-width: 992px) {
  #header__logo a {
    height: 1.5em;
  }
}

#header__logo a img {
  height: 1.5em;
  width: auto;
}

.header--blog #header__logo {
  border-right: 1px solid #102b47;
  padding: 0;
}
.header--blog #header__logo:hover {
  background-color: rgb(245, 245, 245);
}
@media (max-width: 767px) {
  .header--blog #header__logo {
    display: none;
  }
}

.header--blog #header__logo a {
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .header--blog #header__logo a {
    height: 1em;
  }
}

#header__title {
  flex-grow: 1;
  font-family: "Graphik";
  font-weight: 300;
  font-size: 2rem;
  display: flex;
  align-items: flex-end;
}
#header__title a {
  border: 0;
  color: #102b47;
}
#header__title a:hover {
  color: #102b47;
  border: 0;
  color: #e08547;
}
@media (max-width: 992px) {
  #header__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  #header__title {
    padding-left: 1.5rem;
  }
}

#primary-menu {
  font: 200 0.75rem "Graphik";
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  #primary-menu {
    font-size: 1.5rem;
  }
}

#primary-menu .active {
  border-bottom-color: #e08547;
}

.primary-menu_icon {
  z-index: 10;
}
@media (min-width: 992px) {
  .primary-menu_icon {
    display: none;
  }
}

.primary-menu_icon a {
  flex: 0 0 auto;
  padding-right: 0.75rem;
  margin: 0.25em 0;
  border: 0;
}
@media (max-width: 992px) {
  .primary-menu_icon a {
    display: flex;
  }
}

.primary-menu_icon svg {
  height: 0.75em;
  width: 0.75em;
  fill: #e08547;
}

#primary-menu_icon-close {
  display: none;
}

#primary-menu > ul {
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
  flex: 1 0 auto;
  -webkit-margin-before: 2em;
  -webkit-margin-after: 0;
  padding: 0;
}
@media (max-width: 992px) {
  #primary-menu > ul {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    background-color: white;
    margin: 0;
    text-align: left;
    padding-bottom: 1.5rem;
    padding-top: 2em;
  }
}

#primary-menu li {
  flex: 0 0 auto;
  padding-left: 0.75rem;
}
@media (max-width: 992px) {
  #primary-menu li {
    font-size: 3rem;
    margin-top: 1rem;
  }
}

#primary-menu a {
  margin-left: 0.75rem;
  color: #e08547;
}

#primary-menu ul li ul {
  display: none;
  -webkit-margin-before: 0;
  background-color: white;
  padding: 0em 1em 1em 0;
  border-bottom: 1px solid #102b47;
}
#primary-menu ul li ul a {
  margin: 0;
}
#primary-menu ul li ul li {
  margin-top: 1em;
  list-style: none;
}

@media (min-width: 992px) {
  #primary-menu > ul li:hover ul {
    display: block;
    position: absolute;
    z-index: 11;
    text-align: left;
  }
}

.secondary-menu_wrapper {
  margin-bottom: 1.5rem;
}

.secondary-menu_wrapper section:first-child {
  margin-bottom: 0;
}

nav.secondary-menu {
  border-top: 1px solid #102b47;
  width: 100%;
}
nav.secondary-menu .grid_container {
  margin-bottom: 0;
}

nav.secondary-menu ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  -webkit-margin-after: 0em;
}

nav.secondary-menu ol a {
  display: block;
  color: #102b47;
  border: none;
  margin: 0;
  background-color: inherit;
  padding: 1.5rem;
  padding-top: 2.5em;
  padding-bottom: 10em;
}
nav.secondary-menu ol a:before {
  content: counter(li); /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */
  position: absolute;
  border: 1px solid #102b47;
  text-align: center;
  font-family: "Graphik";
  border-radius: 50%;
  background-color: none;
  padding-top: 0.3rem;
  width: 1.15rem;
  height: 0.85rem;
  font-size: 0.6rem;
  margin-top: -0.25em;
  z-index: 5;
  transition: background-color 0.35s;
}
@media screen and (max-device-width: 992px) {
  nav.secondary-menu ol a:before {
    background-color: white;
  }
}
nav.secondary-menu ol a:hover dt {
  color: white;
}
nav.secondary-menu ol a:hover:before {
  background-color: white;
}
@media (max-width: 992px) {
  nav.secondary-menu ol a {
    padding-bottom: 5em;
  }
  nav.secondary-menu ol a dd {
    opacity: 1;
  }
}

nav.secondary-menu li {
  padding: 0;
  background-color: inherit;
  list-style: none; /* Disable the normal item numbering */
}
nav.secondary-menu li:nth-child(1) {
  background-color: #e9b689;
}
nav.secondary-menu li:nth-child(2) {
  background-color: #e7ac7c;
}
nav.secondary-menu li:nth-child(3) {
  background-color: #e4a36d;
}
nav.secondary-menu li:nth-child(4) {
  background-color: #e2995f;
}

nav.secondary-menu dl {
  -webkit-margin-before: 0;
  flex-direction: column;
  height: 100%;
  background-color: inherit;
  margin: 0;
}
nav.secondary-menu dl dt {
  margin-left: 2em;
  margin-bottom: 1em;
  transition: color 0.35s;
}
nav.secondary-menu dl dd {
  background-color: inherit;
  opacity: 1;
  line-height: 1em;
  transition: color 0.35s;
}
nav.secondary-menu dl hr {
  margin: 1.5rem 0;
}
nav.secondary-menu dl small {
  padding-top: 1em;
  border-top: 1px solid #102b47;
  display: block;
  transition: border-color 0.35s;
}

.link-icon {
  flex: 0 0 auto;
  padding: 5px;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  display: flex;
  border: 1px solid #102b47;
  fill: #102b47;
  transition: border-color 0.35s, fill 0.35s;
}
@media (max-width: 767px) {
  .link-icon {
    padding: 2px;
    border: 0;
  }
}

.link-icon_wrapper {
  padding-right: 0;
}

#mission-statement {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  #mission-statement {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
}

#mission-statement.mission-statement--blog sub {
  top: 3.25rem;
}
@media (max-width: 992px) {
  #mission-statement.mission-statement--blog sub {
    top: 2.25rem;
  }
}
@media (max-width: 767px) {
  #mission-statement.mission-statement--blog sub {
    top: 2.25rem;
  }
}
#mission-statement.mission-statement--blog h1 {
  font-size: 3.5rem;
}
@media (max-width: 992px) {
  #mission-statement.mission-statement--blog h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  #mission-statement.mission-statement--blog h1 {
    font-size: 2.5rem;
  }
}

#mission-statement h1 {
  line-height: 1.25em;
}

#mission-statement a {
  border: 0;
  position: relative;
  display: inline;
  background-image: linear-gradient(#102b47, #102b47), linear-gradient(to top, #e08547, #e08547);
  background-size: 2px 1px, 2px 1px;
  background-position: 0 0.875em, 0 0.875em;
  background-repeat: repeat-x;
  color: #102b47;
  margin: 0;
  transition: background 0.175s;
}

#mission-statement a:hover {
  background-image: linear-gradient(#102b47, #102b47), linear-gradient(to top, #e08547, #e08547);
  background-size: 2px 1px, 2px 0.875em;
  background-position: 0 0.875em, 0 1px;
}

#mission-statement a:active {
  text-decoration: none;
}

#mission-statement a sub {
  line-height: 1em;
  top: 4.25rem;
  left: 0;
  padding-top: 0.2em;
  font-size: 0.6rem;
  position: absolute;
  min-width: 15rem;
  font-family: "Graphik";
}
@media (max-width: 992px) {
  #mission-statement a sub {
    top: 3rem;
  }
}
@media (max-width: 767px) {
  #mission-statement a sub {
    display: none;
  }
}

.body-text a {
  width: auto;
}

.body-text h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.body-text div {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.body-text ul, .body-text ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

.body-text ol {
  counter-reset: li;
}

.body-text ul li, .body-text ol li {
  font-family: "Graphik";
  margin-bottom: 1em;
  list-style: none;
}

.body-text ul li::before, .body-text ol li::before {
  left: -2em;
  color: #e08547;
  position: relative;
}

.body-text ul li::before {
  content: "●";
  display: block;
  max-width: 0;
  max-height: 0;
  font-size: 20px;
  top: 0;
}
@media (max-width: 767px) {
  .body-text ul li::before {
    top: 0;
  }
}

.body-text ol li::before {
  content: counter(li);
  counter-increment: li;
}

.body-text li {
  position: relative;
  display: table;
}

.body-text li p {
  margin: 0;
}

.body-text li::before {
  display: table-cell;
}

.expandable-section {
  width: 100%;
  color: #e08547;
  margin: 0 0.75rem;
  border-top: 1px solid #e08547;
  display: grid;
  grid-template-columns: 1fr 1.5rem;
  gap: 0 1rem;
  padding: 0;
  padding-top: 0.75rem;
  margin-bottom: 0 !important;
}
.expandable-section h2 {
  grid-column: 1/2;
  user-select: none;
  cursor: pointer;
}
.expandable-section article {
  grid-column: 1/2;
  display: none;
}
.expandable-section .expandable-button {
  aspect-ratio: 1/1.25;
  cursor: pointer;
  mask-image: url(../img/icon_expand-down.svg);
  mask-size: 95%;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-type: alpha;
  background-color: #e08547;
  display: block;
  grid-column: 2/3;
  grid-row: 1/3;
}
.expandable-section:hover {
  color: #102b47;
  border-top: 1px solid #102b47;
}
.expandable-section:hover .expandable-button {
  background-color: #102b47;
}

.expandable-section.is-expanded {
  color: #102b47;
  border-top: 1px solid #102b47;
}
.expandable-section.is-expanded article {
  display: block;
}
.expandable-section.is-expanded .expandable-button {
  position: sticky;
  top: 0.75rem;
  background-color: #102b47;
  mask-image: url(../img/icon_expand-up.svg);
}
@media (max-width: 992px) {
  .expandable-section.is-expanded .expandable-button {
    top: 4rem;
  }
}

.full-bleed-img {
  padding: 0;
  position: relative;
}
.full-bleed-img img {
  display: block;
  object-position: 50% 50%;
  object-fit: cover;
  max-height: 500px;
  width: 100%;
  transition: opacity 0.35s;
}

.full-bleed-img a {
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  color: white;
  align-self: center;
  text-align: center;
  padding: 0px;
  z-index: 9;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: color 0.35s;
}
.full-bleed-img a:hover {
  border-bottom: 0;
  color: white;
}
.full-bleed-img a:hover + figure img {
  opacity: 0.5;
}

.full-bleed-img figure {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  width: 100%;
}

.full-bleed-img figure .img-wrapper {
  background-color: #102b47;
  object-fit: cover;
  max-height: 500px;
  overflow: hidden;
}

.full-bleed-img figcaption {
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  color: #81868a;
}

.featured-projects article {
  margin-bottom: 1.5em;
}

.featured-projects article:last-child {
  margin-bottom: 0;
}

.featured-projects article h3 {
  margin-top: 0px;
}

.featured-projects article a {
  margin: 0;
  display: inline-block;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .featured-projects article a {
    font-size: 1em;
  }
}

.featured-projects article small {
  display: block;
}

.featured-posts a {
  color: #102b47;
  margin: 0;
  border: 0;
  transition: color 0.35s;
}
@media (min-width: 767px) {
  .featured-posts a {
    display: inline-block;
  }
}

.featured-posts h3 {
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .featured-posts h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.featured-posts_image {
  background-color: #e08547;
  padding: 0;
}
@media (max-width: 767px) {
  .featured-posts_image {
    background: none;
  }
}

.featured-posts_image img {
  object-fit: cover;
  transition: opacity 0.35s;
}

.featured-posts_title {
  padding: 0;
}

.featured-posts_title-text {
  flex: 1 1 0;
  display: flex;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .featured-posts_title-text {
    padding-top: 0;
  }
}

.featured-posts .link-icon {
  margin-top: calc(0.75rem + 0.35em);
}
@media (max-width: 767px) {
  .featured-posts .link-icon {
    margin-top: 0;
    display: none;
  }
}

.featured-posts a:hover {
  color: #e08547;
}

.featured-posts a:hover .featured-posts_image img {
  opacity: 0.3;
}

.featured-posts a:hover .link-icon {
  border-color: #e08547;
  fill: #e08547;
}

.expandable-list ul {
  width: 100%;
}
.expandable-list hr {
  margin-left: 0;
}

.white-papers hr:last-child {
  display: none;
}

.white-papers a {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-left: 0px;
  padding-right: 0px;
}

.white-papers article a {
  margin-left: 0;
  display: inline-block;
}

.white-papers .link-icon {
  margin-left: auto;
  margin-right: auto;
}

.white-papers_description {
  flex: 1 1 0;
  display: block;
}

.white-papers hr:last-child, .job-list hr:last-child {
  display: none;
}

.white-papers hr:not(:first-child), .job-list hr:not(:first-child) {
  border-color: rgb(200, 200, 200);
  margin-top: 1em;
  margin-bottom: 1em;
}

.logo-grid {
  margin: 5em auto;
}

.logo-grid .grid_item {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.logo-grid-logos {
  justify-content: center;
}
.logo-grid-logos .grid_item {
  display: flex;
  align-items: center;
  max-width: 200px;
}

.logo-grid-logos a {
  border: 0;
  opacity: 0.5;
  filter: saturate(0%);
}

.logo-grid-logos a:hover {
  opacity: 1;
  filter: saturate(100%);
}

.logo-wrapper {
  margin: 0 1em;
  max-height: 100%;
}
.logo-wrapper img {
  max-height: 90px;
  width: auto;
}

.newsletter {
  background-color: rgb(245, 245, 245);
}

.newsletter .grid_item {
  padding: 1.5rem;
}

.newsletter h2 {
  margin-top: 0.5em;
  color: #102b47;
}

.newsletter input[type=text] {
  width: 100%;
  font: 300 1rem "Graphik";
  margin-top: 0.75em;
  border: 0;
  background-color: inherit;
  border-bottom: 1px solid #102b47;
  color: #102b47;
}

.newsletter input[type=text]::-webkit-input-placeholder {
  color: #102b47;
}

.newsletter input[type=submit] {
  font: 300 1rem "Graphik";
  margin-top: 1.5em;
  margin-bottom: 1rem;
  color: white;
  border: 0;
  padding: 10px;
  height: 1.5em;
  width: 1.5em;
  background-image: url(../img/icon_arrow-e.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(245, 245, 245);
  border: 1px solid #102b47;
  border-radius: 50%;
  cursor: pointer;
}

.staff-list article {
  margin-bottom: 0.5em;
}
.staff-list h3 {
  margin: 0.5em 0;
  margin-top: 1.25em;
  margin-bottom: 0;
  font: normal 1rem "Graphik";
  text-align: center;
}

.staff-list .social-links {
  justify-content: center;
}

.staff-img, .staff-img img {
  border-radius: 50%;
  transition: opacity 0.35s;
}

.staff-list small {
  display: block;
}

.staff-list a {
  display: inline-block;
  border: 0;
}

.staff-list .staff-member_title {
  width: 100%;
  margin: 0;
}

.staff-member_title div {
  border-radius: 50%;
  background-color: #e08547;
}

.staff-member_title:hover img {
  opacity: 0.5;
}

.staff-member_title small {
  text-align: center;
  font-family: "Graphik";
  color: #102b47;
}

.main-staff-member h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.back-link {
  margin-bottom: 1em;
  padding-top: 1em;
  margin-left: 0.75rem;
}

.back-link a {
  margin: 0;
}

.staff-img {
  max-width: 200px;
  margin: auto;
}

.staff-description {
  margin-bottom: 4em;
}

.staff-posts {
  margin-bottom: 4em;
}

.external-links a {
  color: unset;
  border: 0;
  transition: color 0.35s;
}
.external-links a .link-icon {
  transition: border-color 0.35s, fill 0.35s;
}
.external-links a:hover {
  border: 0;
  color: #e08547;
}
.external-links a:hover .link-icon {
  border-color: #e08547;
  fill: #e08547;
}

.external-links_description h3 {
  color: #e08547;
}

.contact-card {
  background-color: #102b47;
  color: white;
  padding: 1.5rem;
}
.contact-card a {
  color: white;
}
.contact-card a:hover {
  color: #e08547;
}

.job-list .link-icon {
  margin: auto;
  width: 1.5em;
  padding: 7px;
}
@media (max-width: 767px) {
  .job-list .link-icon {
    margin-left: 0;
  }
}

.job-list .link-icon:hover {
  fill: #e08547;
  border-color: #e08547;
}

.job-list dt {
  margin-bottom: 0;
}

.job-list dl {
  margin: 0;
}

.job-list dl a {
  display: block;
  margin: 0;
}

.job-list div a {
  display: inline-block;
  margin-bottom: 0.5em;
}

.job-list dt, .job-list em {
  font-family: "Graphik";
}

.job-list em {
  font-style: normal;
  color: #81868a;
  display: block;
}

.expandable-list {
  padding-top: 0;
}

.expandable-list ul {
  list-style: none;
  font-family: "Graphik";
  padding-top: 0;
}

.expandable-list hr:last-child {
  display: none;
}

.expandable-list ul li::before {
  content: "●";
  display: block;
  max-width: 0;
  max-height: 0;
  font-size: 20px;
  top: -0.2em;
  left: -2em;
  color: #e08547;
  position: relative;
}
@media (max-width: 767px) {
  .expandable-list ul li::before {
    top: -0.35em;
  }
}

.expandable-list ul li {
  padding-left: 4em;
}

.expandable-list details p {
  color: #e08547;
}

.expandable-list summary:focus {
  outline: none;
  color: #e08547;
}

.expandable-list summary:not(:focus) {
  color: #102b47;
}

.expandable-list hr {
  margin: 1.5em auto;
  border-color: rgb(200, 200, 200);
}

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

.hr--light {
  border-top: 1px solid rgb(200, 200, 200);
}

.hr--post-end {
  margin-top: 2em;
}

.container--ohe .newsletter {
  text-align: center;
}
.container--ohe .newsletter h2 {
  margin-left: auto;
  margin-right: auto;
}
.container--ohe .newsletter--blog .grid_item {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.container--ohe .form-line {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.container--ohe .newsletter input[type=text] {
  text-align: center;
  color: #102b47;
}
.container--ohe .newsletter input[type=submit] {
  background-color: #e08547;
  border: none;
  background-image: none;
  width: auto;
  height: auto;
  border-radius: 0.25em;
  color: #102b47;
  padding: 0.25em 0.5emx;
  margin-left: auto;
  margin-right: auto;
}

h1.entry-title--topic {
  margin-top: 0;
}

.featured-posts--blog .featured-posts_list {
  list-style: none;
  padding: 0;
  margin: auto;
}
.featured-posts--blog .featured-posts_title-text {
  padding-left: 0;
  padding-right: 0;
  flex-direction: column;
}
.featured-posts--blog .featured-posts_title-text h3 {
  margin-bottom: 0.75em;
  margin-top: 0;
}
.featured-posts--blog .featured-posts_title-text small {
  font-family: "Graphik";
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .featured-posts--blog .featured-posts_title-text small span {
    display: block;
  }
}
.featured-posts--blog .featured-posts_title-text small span:not(:first-child)::before {
  content: "•";
}
@media (max-width: 767px) {
  .featured-posts--blog .featured-posts_title-text small span:not(:first-child)::before {
    content: "";
  }
}
@media (max-width: 767px) {
  .featured-posts--blog .featured-posts_title-text {
    padding-left: 0.75rem;
  }
  .featured-posts--blog .featured-posts_list-item {
    margin-bottom: 0;
  }
  .featured-posts--blog .featured-posts_image {
    padding-right: 0.75rem;
  }
}

.featured-posts_list-item {
  margin-bottom: 1em;
}

.featured-posts_reading-time {
  color: rgb(200, 200, 200);
}

.full-bleed-img--post figure .img-wrapper,
.full-bleed-img--post .img-wrapper img {
  max-height: 700px;
}

.full-bleed-img--post h2 {
  margin-bottom: 0.2em;
}

.blog-topics_list {
  list-style: none;
  padding: 0;
  margin: auto;
  counter-reset: li;
}
.blog-topics_list li {
  position: relative;
}
@media (max-width: 767px) {
  .blog-topics_list li {
    padding-bottom: 0;
  }
}
.blog-topics_list a {
  display: block;
  color: #102b47;
  border: 0;
}
.blog-topics_list a:hover {
  color: #e08547;
  border: 0;
}
.blog-topics_list a:hover:before {
  border-color: #e08547;
}
.blog-topics_list a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  border: 1px solid #102b47;
  text-align: center;
  font-family: "Graphik";
  border-radius: 50%;
  background-color: none;
  padding-top: 0.3rem;
  width: 1.15rem;
  height: 0.85rem;
  font-size: 0.6rem;
  margin-top: -0.25em;
  top: 1.1rem;
}
.blog-topics_list h3 {
  padding-left: 2em;
}

.newsletter--blog {
  margin-bottom: 0;
}
.newsletter--blog .grid_item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.large-link {
  margin-top: 1rem;
  font-family: "Graphik";
  margin-left: auto;
  margin-right: auto;
}
.large-link a {
  display: block;
  padding: 0.75rem;
  border: 1px solid #e08547;
  color: #e08547;
  text-align: center;
  background-color: white;
  transition: background-color 0.35s;
}
.large-link a:hover {
  background-color: rgba(224, 133, 71, 0.25);
}

@media (max-width: 767px) {
  .archive_list--xs .grid_item--img {
    display: none;
  }
}

.archive_list {
  list-style: none;
  -webkit-padding-start: 0;
  margin: 0;
}

@media (max-width: 992px) {
  .grid_item--archive-img {
    display: none;
  }
}

.archive_list_title {
  color: #e08547;
  margin: 0;
}

.archive_list_link {
  border: 0;
  color: unset;
  transition: color 0.35s;
}

.archive_list_article {
  justify-content: flex-end;
}

.archive_list_img {
  transition: opacity 0.35s;
  object-fit: cover;
}

.archive_list_link:hover {
  border: 0;
  color: #e08547;
}
.archive_list_link:hover .archive_list_img {
  opacity: 0.3;
}
.archive_list_link:hover .archive_list_reading-time {
  color: #e08547;
}

.archive hr {
  margin-bottom: 0;
}

.archive h2 {
  margin-top: 2.5em;
}

.archive_list hr {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.archive_list_img-wrapper {
  background-color: #e08547;
}

.archive_list_date {
  text-align: right;
}

@media (max-width: 992px) {
  .archive_list_author {
    display: none;
  }
}

.archive_list_author, .archive_list_date {
  color: #e08547;
  font-family: "Graphik";
}

.archive_list_postdescription {
  display: block;
  font-family: "Graphik";
  margin-bottom: 0.75em;
}

.archive_list_reading-time {
  color: rgb(200, 200, 200);
  font-family: "Graphik";
  transition: color 0.35s;
}

.archive_list h3 {
  margin-bottom: 0;
}

.archive_footer {
  justify-content: center;
  font-family: "Graphik";
}

.about-logo img {
  height: 4rem;
  width: auto;
  margin: auto;
  margin-bottom: 0.5rem;
  max-width: 80%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .about-logo img {
    height: 2.5rem;
  }
}

.img-wrapper--post {
  width: 100%;
  margin-bottom: calc(2em + 0.75rem);
}
.img-wrapper--post img {
  margin: auto;
  max-width: 600px;
  max-height: 500px;
  object-fit: contain;
}

.post-meta--bottom .grid_item {
  padding-top: 0;
}

.post-meta--top {
  margin-bottom: 0;
  margin-top: 0.75rem;
  font-family: "Graphik";
}

#container section.post-meta--bottom {
  margin-bottom: 2em;
}

.post-header {
  margin-top: 0.75rem;
}
.post-header h1 {
  margin-top: 0;
  font-size: 3.5rem;
  padding-top: 1rem;
}
@media (max-width: 992px) {
  .post-header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .post-header h1 {
    font-size: 2.5rem;
  }
}

.post-footer {
  font-family: "Graphik";
  margin-top: 7em;
  margin-bottom: 2em;
}

.body-text--post {
  margin-bottom: 0;
}
.body-text--post hr {
  margin-bottom: 0;
}

.post-nav {
  margin-bottom: 4em;
}

.post-nav_item {
  color: #102b47;
  border: 0;
  transition: color 0.35s;
}
.post-nav_item:hover {
  border: 0;
  color: #e08547;
}
.post-nav_item hr {
  margin-left: 0;
}
.post-nav_item h2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .post-nav_item:not(.is-linked) {
    display: none;
  }
}

.contributor-card_img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.contributor-card_img .staff-img {
  margin-top: 0;
}

.contributor-card_title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Graphik";
}
@media (max-width: 992px) {
  .contributor-card_title {
    margin-bottom: 0;
  }
}

.contributor-card_description {
  font-family: "Graphik";
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.contributor-card_description p:first-of-type {
  margin-top: 0;
}
@media (max-width: 992px) {
  .contributor-card_description {
    margin-top: 0;
  }
}

.contributor-card--post {
  margin-bottom: 2em;
}

.footer_logo img {
  height: 1.5em;
  width: auto;
}

.back-link--topics {
  margin-bottom: 0;
  padding-bottom: 0;
}

.primary-menu_search {
  display: flex;
}
.primary-menu_search .search-icon--close {
  opacity: 0;
}
.primary-menu_search.is-open .search-icon--open {
  opacity: 0;
}
.primary-menu_search.is-open .search-icon--close {
  opacity: 1;
}
@media (max-width: 992px) {
  .primary-menu_search {
    display: none;
  }
}

.primary-menu_search-icon {
  fill: none;
  stroke: #e08547;
  height: 0.7rem;
  width: 0.7rem;
  stroke-width: 8;
  cursor: pointer;
  transition: stroke 0.35s, opacity 0.35s;
  opacity: 1;
  position: relative;
}
.primary-menu_search-icon:hover {
  stroke: #102b47;
}

.search-icon {
  position: absolute;
  top: 0.05em;
  left: 0;
}

.primary-menu_search-form {
  width: 10rem;
  overflow: hidden;
  display: flex;
  transition: width 0.35s;
  padding-right: 0.25rem;
}
.primary-menu_search-form.is-hidden {
  width: 0px;
}
.primary-menu_search-form input {
  padding: 0;
  color: #e08547;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: normal;
}
.primary-menu_search-form input[type=search] {
  width: 100%;
  outline: none;
  border: 0;
  border-bottom: 1px solid #e08547;
}
.primary-menu_search-form ::placeholder {
  color: rgb(200, 200, 200);
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.body-text--post, .post-header {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.body-text--post .body-text_content {
  width: 100%;
  font-family: "Publico Text";
}
.body-text--post .body-text_content p, .body-text--post .body-text_content li, .body-text--post .body-text_content blockquote {
  font-family: "Publico Text";
  line-height: 1.75em;
}
.body-text--post .body-text_content h2, .body-text--post .body-text_content h3, .body-text--post .body-text_content h4 {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
.body-text--post .body-text_content h2 {
  font-size: 1.7rem;
  font-weight: 300;
}
.body-text--post .body-text_content h3 {
  font-size: 1rem;
  font-weight: 600;
}
.body-text--post .body-text_content h4 {
  font-size: 1rem;
  font-weight: 400;
}
.body-text--post .body-text_content > h2:first-child, .body-text--post .body-text_content > h3:first-child, .body-text--post .body-text_content > h4:first-child {
  margin-top: 0;
}
.body-text--post .body-text_content hr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 3rem;
  border-top: 1px solid #e08547;
  width: 20%;
}
@media (max-width: 767px) {
  .body-text--post .body-text_content hr {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}
.body-text--post .body-text_content p {
  line-height: 1.75em;
}
.body-text--post .body-text_content a {
  color: unset;
  border-bottom: 1px solid #102b47;
  transition: color 0.35s, border-color 0.35s;
}
.body-text--post .body-text_content a:hover {
  color: #e08547;
  border-bottom: 1px solid #e08547;
}
.body-text--post .body-text_content ol, .body-text--post .body-text_content ul {
  margin-top: 2em;
  margin-bottom: 2em;
}
.body-text--post .body-text_content ol {
  counter-reset: ol-counter;
}
.body-text--post .body-text_content ol > li::before {
  counter-increment: ol-counter;
  content: counter(ol-counter) ".";
}
.body-text--post .body-text_content ul > li::before {
  content: "●";
  top: 0;
}
.body-text--post .body-text_content blockquote {
  margin-left: 4.75em;
  position: relative;
  color: #e08547;
  -webkit-margin-before: 2rem;
  -webkit-margin-after: 2rem;
}
@media (max-width: 767px) {
  .body-text--post .body-text_content blockquote {
    margin-left: 2.75em;
  }
}
.body-text--post .body-text_content blockquote::before {
  content: "";
  display: block;
  position: absolute;
  left: -2.75em;
  top: 0.5em;
  bottom: 0.5em;
  width: 2px;
  background-color: #e08547;
}
.body-text--post .body-text_content figure {
  margin: 3rem 0 2rem 0;
}
.body-text--post .body-text_content figcaption {
  color: #81868a;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  margin-top: 1rem;
}
.body-text--post .body-text_content img {
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: block;
  object-fit: contain;
}
.body-text--post .body-text_content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0.5rem;
  table-layout: fixed;
}
.body-text--post .body-text_content table * {
  font-family: "Graphik" !important;
  font-size: 0.8rem;
}
.body-text--post .body-text_content table th {
  font-weight: unset;
  color: #e08547;
}
.body-text--post .body-text_content table td, .body-text--post .body-text_content table th {
  border: 1px solid #e08547;
  padding: 0.5rem;
}
.body-text--post .body-text_content table ul, .body-text--post .body-text_content table ol {
  margin: 0;
  padding-left: 1.5em;
}
.body-text--post .body-text_content table li {
  margin: 0;
}
.body-text--post .body-text_content table li::before {
  left: -1em;
}
.body-text--post .body-text_content iframe {
  display: block;
  margin: auto;
}

@media print {
  header, footer, .post-nav, .featured-posts, .contributor-card, .newsletter {
    display: none !important;
  }
  img {
    display: none !important;
  }
  p, li {
    page-break-inside: avoid;
  }
}

/*# sourceMappingURL=main.css.map */
