<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 Theme Name: Poyner Spruill
 Author: circle S studio
 Author URI: https://circlesstudio.com/
 */
/*
 These 3 lines handle loading the framework with some sensible defaults that may or may not need overriding,
 and allows for overriding them in the variables folder in this directory.
 Doing it this way allows for updating the framework in a website without loosing the site's framework-specific settings.
 */
/*fonts*/
/*colors*/
/* Framework variables */
/*breakpoints*/
/*sizes*/
/*anything else*/
/*
 Default Variables for the framework. To be imported first in the website stylesheet.
 */
/*
 This file imports all the framework styles. To be imported third in the website stylesheet.
 */
/*
 This file contains various starter styles for buttons, which can be used with @import.
 The standard useage is to include the desied style on the .button class, which is added to all links that are to be styled as buttons.
 */
.button, .button-white, .home .subscribe .button, .button-red {
  font-size: 0.813em;
  line-height: 1.231em;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.125em;
  transition: all 300ms ease;
  text-decoration: none !important;
}
.button svg, .button-white svg, .home .subscribe .button svg, .button-red svg {
  height: 1.231em;
  vertical-align: middle;
}
input.button {
  width: auto !important;
  min-height: auto !important;
  -webkit-appearance: none;
  line-height: 1.231em !important;
}
svg.icon {
  width: 16px;
  height: 16px;
}
svg.icon .fill {
  fill: currentColor;
}
svg.icon .stroke {
  stroke: currentColor;
}
body {
  font-size: 16px;
  color: #012b32;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
#mobile-nav-trigger {
  width: 30px;
  height: 22.5px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
#mobile-nav-trigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #768895;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#mobile-nav-trigger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile-nav-trigger span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile-nav-trigger span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile-nav-trigger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1.5px;
  left: 4px;
}
#mobile-nav-trigger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#mobile-nav-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}
/*
 Arguments:
 $post-light-text-color: text color for light-colored text in general post blocks, 
 dark text is controlled by the theme's general stylesheet
 $plus-background: plus button background/hover background color
 $bio-overlay-color: color of the bio overlays
 The below mixin imports the whole family, individual elements can be extended separately using their mixin.
 This function's include statements are divided out to match the partial structure, so this file can serve as a reference for the family's mixins.
 */
html {
  background: #f9f5f3;
}
body {
  font-size: 16px;
  font-family: 'FFScalaWebProRegular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #012b32;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 2.5em 0.5em 0.5em;
  box-sizing: border-box;
}
@media (min-width: 56.25rem) {
  body {
    font-size: 18px;
    padding: 4.8em 1.111em 1.111em;
  }
}
body iframe {
  max-width: 100%;
  box-sizing: border-box;
  /*main {
   iframe {
   max-width: 100%;
   box-sizing: border-box;
   }
   }*/
}
a {
  color: #499c94;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
a:hover {
  color: #b8cd5e;
}
.button, .button-white, .home .subscribe .button, .button-red {
  font-family: 'FFScalaWebProRegular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  padding: 0.65em 1em 0.444em;
  position: relative;
  z-index: 1;
  cursor: pointer;
  letter-spacing: normal;
}
.button:before, .button-white:before, .home .subscribe .button:before, .button-red:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 1px);
  transform: scale(0.7, 1);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  opacity: 0;
  z-index: -1;
}
.button:hover:before, .button-white:hover:before, .home .subscribe .button:hover:before, .button-red:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}
.button svg, .button-white svg, .home .subscribe .button svg, .button-red svg {
  position: relative;
  top: -0.12em;
}
.button {
  color: #012b32;
  background: transparent;
  border: 1px solid #012b32;
}
input.button {
  border: 1px solid currentColor;
}
.button:before {
  background-color: #012b32;
}
.button:hover {
  color: #fff;
}
.button-white, .home .subscribe .button {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
input.button {
  border: 1px solid currentColor;
}
.button-white:before, .home .subscribe .button:before {
  background-color: #fff;
}
.button-white:hover, .home .subscribe .button:hover {
  color: #012b32;
}
.button-red {
  color: #fff;
  background: #79162a;
  border: 1px solid #79162a;
}
input.button {
  border: 0;
}
.button-red:before {
  background-color: #fff;
  width: calc(100% - 1px);
  height: 100%;
}
.button-red:hover {
  color: #79162a;
}
.button-container {
  text-align: center;
  padding-bottom: 4em;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.recent-posts h2 {
  text-align: center;
  position: relative;
  padding-bottom: 0.5em;
}
.recent-posts h2:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url('images/orange-dots.svg') no-repeat center/contain;
  width: 38px;
  height: 4px;
  bottom: 0;
  left: calc(50% - 19px);
}
.recent-posts &gt; p {
  text-align: center;
}
.recent-posts .posts-container {
  justify-content: center;
  padding-top: 0 !important;
  width: 100%;
}
.recent-posts .posts-container .slick-list {
  width: 100%;
}
.recent-posts .related-articles-slider-arrows {
  display: flex;
}
.recent-posts .related-articles-slider-arrows .slick-arrow {
  background: #79162a;
  color: #fff;
  flex-basis: 50%;
  display: inline-block !important;
  font-size: 0.556em;
  font-weight: 600;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0.5em;
}
.recent-posts .related-articles-slider-arrows .slick-next {
  padding-left: 3em;
}
.recent-posts .related-articles-slider-arrows .slick-next:after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  background: url('images/right-arrow-tail.png') no-repeat center/contain;
  padding-left: 1em;
  position: relative;
  top: 0.2em;
}
.recent-posts .related-articles-slider-arrows .slick-prev {
  text-align: right;
  padding-right: 3em;
}
.recent-posts .related-articles-slider-arrows .slick-prev:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  background: url('images/right-arrow-tail.png') no-repeat center/contain;
  transform: rotate(180deg);
  padding-right: 1em;
  position: relative;
  top: 0.2em;
}
.related-professionals {
  text-align: center;
}
.related-professionals .bio-post {
  transiiton: max-height 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  text-align: left;
}
@media (min-width: 56.25rem) {
  .related-professionals .bio-post {
    flex-basis: calc(20% - 1em);
  }
}
.related-professionals .bio-post .location {
  font-size: 0.85em;
}
.related-professionals .search-professionals {
  display: none;
  margin: 1em 0;
}
.related-professionals .show-more {
  width: 100%;
  background: #79162a;
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 0.889em;
  padding: 0.75em 0;
  display: block;
  cursor: pointer;
}
.related-professionals.all .bio-post:nth-child(n+6) {
  display: inline-block;
  height: auto;
  max-height: 50em;
}
.related-professionals.all .search-professionals {
  display: inline-block;
}
.progress-bar-background {
  background: #f3f4df;
  height: 6px;
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
}
.progress-bar {
  background: #eb9a3f;
  height: 6px;
  display: block;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
img .alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}
img .alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}
img .alignnone, img .aligncenter {
  float: none;
  display: block;
  margin: 0 auto 1rem auto;
}
.cta {
  width: 100%;
  padding: 4em 0 3em;
  text-align: center;
  color: #fff;
  margin: 1.222em 0;
}
.cta .inner {
  width: 53em;
  max-width: calc(100% - 2.222em);
  margin: 0 auto;
  background: rgba(1, 43, 50, 0.95);
  padding: 2.25em 2.25em 1.6em;
  box-sizing: border-box;
}
.cta p, .cta ol, .cta ul, .cta div, .cta span {
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
}
.cta .button-white, .cta .home .subscribe .button, .home .subscribe .cta .button {
  margin-top: 1em;
}
.page-header-text {
  background: #012b32;
  color: #fff;
  padding: 1.5em 0;
}
.page-header-text .inner {
  max-width: 90rem;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 75rem;
}
.page-header-text h1 {
  font-size: 3.333em;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.acf-map img {
  max-width: inherit !important;
}
.back {
  display: block;
  width: 100%;
  max-width: 44.375rem;
  border-top: 1px solid #012b32;
  text-transform: uppercase;
  font-weight: bold;
  color: #012b32;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 1.5em 0;
  margin: 5em auto;
  font-size: 0.667em;
  text-decoration: none;
}
.back:hover {
  color: #b8cd5e;
}
.intro {
  width: 83%;
  margin: 4em auto;
}
.intro h1 {
  margin-bottom: 1em;
}
.intro h2, .intro .h2 {
  position: relative;
  padding-bottom: 0.5em;
}
.intro h2:after, .intro .h2:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url('images/orange-dots.svg') no-repeat center/contain;
  width: 38px;
  height: 4px;
  bottom: 0;
  left: calc(50% - 19px);
}
.intro hr {
  width: 9.8em;
}
.intro p {
  text-align: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 56.25rem) {
  .intro p {
    font-size: 1.375em;
    font-family: 'FFScalaWebProBold', "Palatino Linotype", "Book Antiqua", Palatino, serif;
    line-height: 1.5;
  }
}
.intro.text-block {
  max-width: 44.375rem;
}
.intro.text-block p {
  max-width: 100%;
}
.intro.text-block ul {
  list-style: none;
  padding: 0;
}
.intro.text-block ul li {
  position: relative;
  font-family: "FFScalaWebProBold", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  padding-left: 2.5em;
  line-height: 1.667em;
  position: relative;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.intro.text-block ul li:before {
  content: "▪";
  color: #eb9a3f;
  position: absolute;
  left: 1em;
  top: 0;
  font-size: 0.75em;
}
.intro.text-block ul li li:before {
  content: "•";
  font-size: 1em;
}
@media (min-width: 56.25rem) {
  .intro.text-block p {
    font-size: 1em;
    font-weight: 400;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 75rem;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blue-image {
  display: block;
  position: relative;
  margin: 9px 0;
  width: 100%;
  height: 0;
  text-decoration: none;
  transition: margin 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.blue-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(57, 121, 168, 0.35);
  z-index: 2;
}
.blue-image h3 {
  position: absolute;
  left: 18px;
  top: 18px;
  font-size: 1.25em;
  margin: 0;
  z-index: 3;
  text-shadow: 0 2px 4px #768895;
}
.blue-image p {
  text-shadow: 0 2px 4px #768895;
}
.blue-image .image, .blue-image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.blue-image .hover-image {
  opacity: 0;
}
.blue-image:hover:before {
  display: none;
}
.blue-image:hover .image {
  opacity: 0;
}
.blue-image:hover .hover-image {
  opacity: 1;
}
.blue-image:hover h3, .blue-image:hover p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 56.25rem) {
  .blue-image {
    float: left;
    margin: 9px;
  }
  .blue-image:hover {
    margin-bottom: 18px;
    margin-top: 0;
  }
}
.breadcrumb a {
  text-decoration: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 0.667em;
  text-transform: uppercase;
  font-weight: 800;
  color: #012b32;
  letter-spacing: 0.167em;
}
.breadcrumb a:hover {
  color: #eb9a3f;
}
.breadcrumb a:last-of-type {
  color: #eb9a3f;
}
.breadcrumb .divider {
  height: 0.7em;
  width: 0.7em;
  background: #768895;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0 1em 0 0.75em;
  display: inline-block;
}
.form {
  padding: 30px 40px;
}
.form.dark {
  background: #6e7f8c;
  color: #fff;
}
.form.dark .button {
  color: #fff;
  border-color: #fff;
}
.form.dark .button:before {
  background: #fff;
}
.form.dark .button:hover {
  color: #012b32;
}
.form.dark .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .form.dark .gform_wrapper textarea {
  border: 1px solid #fff;
  color: #fff;
}
.form.dark .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder, .form.dark .gform_wrapper textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d9dbdc;
  opacity: 1;
}
.form.dark .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder, .form.dark .gform_wrapper textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #d9dbdc;
  opacity: 1;
}
.form.dark .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder, .form.dark .gform_wrapper textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #d9dbdc;
  opacity: 1;
}
.form.dark .gform_wrapper div.chosen-container-single .chosen-single, .form.dark .gform_wrapper div.chosen-container-active.chosen-with-drop .chosen-single {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: none;
  padding: 5px 4px;
  height: auto;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.form.dark .gform_wrapper div.chosen-container-single .chosen-drop {
  border-radius: 0;
  border: 1px solid #fff;
  box-shadow: none;
  color: #012b32;
}
.form.dark .gform_wrapper .chosen-search {
  display: none;
}
.form.dark .gform_wrapper div.chosen-container .chosen-results li.highlighted {
  background-color: #b8cd5e;
  background-image: none;
}
.form.dark .gform_wrapper div.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}
.form.dark .gform_wrapper div.chosen-container-single .chosen-single div {
  width: 2em;
}
.form.dark .gform_wrapper div.chosen-container-single .chosen-single div b {
  background: url("images/down-arrow.svg") 0 0.75em no-repeat;
}
.form.light .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .form.light .gform_wrapper textarea {
  border: 1px solid #012b32;
}
.form.light .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) ::-webkit-input-placeholder, .form.light .gform_wrapper textarea ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5c6b75;
}
.form.light .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) ::-moz-placeholder, .form.light .gform_wrapper textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5c6b75;
  opacity: 1;
}
.form.light .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) :-ms-input-placeholder, .form.light .gform_wrapper textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #5c6b75;
}
.gform_wrapper {
  margin: 0;
}
.gform_wrapper label.gfield_label {
  font-weight: 600 !important;
  font-size: 0.778em !important;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.gform_wrapper li.gfield {
  margin-top: 1.5em;
}
@media (min-width: 56.25rem) {
  .gform_wrapper li.gfield.half {
    width: 50%;
    display: inline-block;
  }
}
.gform_wrapper input[type="text"] {
  max-width: 25em;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper textarea {
  background: transparent;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 0.778em;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) ::-webkit-input-placeholder, .gform_wrapper textarea ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d9dbdc;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) ::-moz-placeholder, .gform_wrapper textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #d9dbdc;
  opacity: 1;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) :-ms-input-placeholder, .gform_wrapper textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #d9dbdc;
}
.gform_wrapper div.chosen-container {
  font-size: 0.778em;
  max-width: 25em;
}
.disclaimer {
  padding: 3em 0;
}
.disclaimer small {
  max-width: 60rem;
  margin: 0 auto;
  display: block;
}
.working-with-us {
  margin-top: 4em;
  margin-bottom: 1.5em;
}
.tabs {
  margin-top: 3em;
}
.tab {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 0;
  height: 0;
  overflow: hidden;
}
.tab .image {
  flex-basis: 100%;
}
.tab .inner {
  flex-basis: 100%;
  background: #f9f5f3;
  padding: 1.5em 0.5em 4em;
  box-sizing: border-box;
}
.tab p:first-of-type {
  font-size: 1.333em;
  line-height: 1.5;
}
.tab h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 2em);
  background: #012b32;
  color: #fff;
  margin: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 0.889em;
  text-transform: uppercase;
  padding: 1em;
}
.tab h3 span {
  color: #eb9a3f;
  font-size: 1.375em;
  margin-right: 2em;
}
.tab.active {
  opacity: 1;
  height: auto;
}
@media (min-width: 56.25rem) {
  .tab {
    flex-wrap: nowrap;
  }
  .tab .image {
    flex-basis: 50%;
    width: 50%;
  }
  .tab .inner {
    flex-basis: 50%;
  }
  .tab h3 {
    width: calc(50% + 2em);
  }
  .tab .inner {
    padding: 1.5em 3em 4em;
  }
}
.tab-list {
  padding: 0;
  text-align: center;
}
.tab-list li {
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  padding: 1em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 0.889em;
  font-weight: bold;
  margin: 0 0.5em;
}
.tab-list li a {
  color: inherit;
  text-decoration: none;
}
.tab-list li span {
  color: #eb9a3f;
}
.tab-list li.active, .tab-list li:hover {
  background: #012b32;
}
.tab-list li.active a, .tab-list li:hover a {
  color: #fff;
}
.disclaimer-overlay {
  position: fixed;
  display: flex;
  height: calc(100% - 1.111em);
  width: calc(100% - 2.222em);
  top: 1.111em;
  left: 1.111em;
  background: rgba(1, 43, 50, 0.95);
  color: #fff;
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), visibility 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  visibility: hidden;
  opacity: 0;
  align-items: center;
  justify-content: center;
}
.disclaimer-overlay .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 44.375rem;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.disclaimer-overlay h2 {
  text-align: left;
}
body.admin-bar .disclaimer-overlay {
  top: calc(32px + 1.111em);
}
.disclaimer-overlay.open {
  visibility: visible;
  opacity: 1;
  z-index: 15;
}
body.admin-bar self.open {
  height: calc(100% - 32px - 1.111em);
}
.disclaimer-overlay .close {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
}
.disclaimer-overlay .close path {
  transition: fill 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.disclaimer-overlay .close:hover path {
  fill: #b8cd5e;
}
.professionals-overview.leadership h2 {
  margin-top: 2em;
}
.posts-container.partner {
  justify-content: center;
}
.gform_wrapper ul.gfield_checkbox {
  list-style: none;
}
.gform_wrapper ul.gfield_checkbox li::before {
  content: '' !important;
}
b p {
  font-family: 'FFScalaWebProBold', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
}
em p {
  font-family: 'FFScalaWebProItalic', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
  font-style: normal;
}
p {
  line-height: 1.667;
}
h1, .h1 {
  font-size: 2.222em;
  font-weight: 400;
}
h2, .h2 {
  font-size: 1.25em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  width: 100%;
}
@media (min-width: 56.25rem) {
  h2, .h2 {
    font-size: 1.667em;
    line-height: 1.667;
  }
}
h2.orange-dots, .h2.orange-dots {
  position: relative;
  padding-bottom: 0.5em;
}
h2.orange-dots:after, .h2.orange-dots:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url('images/orange-dots.svg') no-repeat center/contain;
  width: 38px;
  height: 4px;
  bottom: 0;
  left: calc(50% - 19px);
}
h3, .h3 {
  font-size: 1.556em;
  line-height: 1.071;
  font-family: 'FFScalaWebProBold', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
}
h4, .h4 {
  font-size: 1.333em;
  line-height: 1.25;
  font-family: 'FFScalaWebProBold', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
}
h5, .h5 {
  font-size: 1.222em;
  font-family: 'FFScalaWebProBold', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
  line-height: 1.364;
}
h6, .h6 {
  font-size: 1em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.375;
  margin: 1em 0;
}
@media (min-width: 56.25rem) {
  h6, .h6 {
    font-size: 0.889em;
    line-height: 1.222;
  }
}
ul {
  padding-left: 1em;
}
.label {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: 800;
  color: #b8cd5e;
  letter-spacing: 0.094em;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.label.black {
  color: #fff;
  background: #000;
  padding: 0.438em 0.875em;
}
.label.dark {
  color: #012b32;
}
.label.gray {
  color: #768895;
}
.label.small {
  font-size: 0.75em;
}
@media (min-width: 56.25rem) {
  .label {
    font-size: 0.889em;
    letter-spacing: 0.111em;
  }
}
hr {
  border: 0;
  height: 1px;
  background: #012b32;
}
blockquote {
  color: #eb9a3f;
  font-family: 'FFScalaWebProItalic', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.667em;
  margin: 2.5em 0;
  position: relative;
  z-index: 2;
}
blockquote p {
  margin: 0;
}
blockquote:before {
  content: open-quote;
  display: block;
  position: absolute;
  top: -0.2em;
  left: calc(50% - .1em);
  transform: translateX(-50%);
  font-style: normal;
  color: #f9f5f3;
  font-size: 10em;
  z-index: -1;
  font-size: 30px;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figcaption, .caption p, .wp-caption-text {
  font-size: 0.667em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
small {
  font-size: 0.667em;
  color: #768895;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
body.admin-bar header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar  {
    top: 46px;
  }
}
header .inner {
  max-width: 90rem;
  margin: 0 auto;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
}
header .logo {
  margin-right: auto;
}
header nav {
  display: none;
}
header #nav-primary {
  position: absolute;
  top: 100%;
}
header #nav-primary &gt; ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header #nav-primary &gt; ul &gt; li {
  list-style: none;
}
header .inner {
  width: 100%;
  background: #fff;
  padding: 0.5em;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 56.25rem) {
  header .inner {
    padding: 0 1.111em;
  }
}
header .logo {
  height: 1.5em;
  width: auto;
}
@media (min-width: 56.25rem) {
  header .logo {
    height: 2.7em;
  }
}
header .logo svg {
  height: 100%;
  width: auto;
}
header nav#nav-primary {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
}
@media (min-width: 56.25rem) {
  header nav#nav-primary {
    position: static;
    min-height: auto;
  }
}
header .nav-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (min-width: 56.25rem) {
  header .nav-container {
    margin-top: 1.25em;
  }
}
header .secondary-nav {
  flex-basis: 100%;
}
header .secondary-nav a {
  color: #37756f;
  font-size: 0.778em;
  margin-left: 2em;
  text-transform: none;
}
header .secondary-nav a:hover {
  color: #b8cd5e;
}
header .secondary-nav a svg {
  display: inline-block;
  vertical-align: middle;
}
header nav {
  background: rgba(1, 43, 50, 0.9);
  min-height: 100vh;
  padding-top: 0.75em;
}
header nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
header nav .menu-item-has-children {
  background: rgba(1, 43, 50, 0.9);
}
header nav &gt; ul &gt; li {
  padding: 0.75em 1.5em;
}
header nav &gt; ul &gt; li ul ul {
  display: none;
}
@media (min-width: 56.25rem) {
  header nav {
    background: transparent;
    display: inline-block;
    min-height: auto;
    text-align: right;
    padding-top: 0;
  }
  header nav a {
    color: #012b32;
  }
  header nav a:hover {
    color: #012b32;
  }
  header nav nav a {
    font-size: 0.778em;
  }
  header nav .menu-item-has-children {
    background: transparent;
  }
  header nav &gt; ul &gt; li {
    margin: 1em 0.667em 1.75em;
    padding: 0;
  }
  header nav &gt; ul &gt; li &gt; a {
    position: relative;
  }
  header nav &gt; ul &gt; li.current_page_item &gt; a:after, header nav &gt; ul &gt; li.current-page-parent &gt; a:after, header nav &gt; ul &gt; li:hover &gt; a:after {
    content: "";
    display: block;
    background: #eb9a3f;
    height: 6px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: calc(-1.7em - 6px);
  }
  header nav &gt; ul &gt; li ul {
    display: inline-block;
  }
}
@media (max-width: 56.25rem) {
  header nav .menu-item-has-children {
    background: transparent;
  }
  header nav .menu-item-has-children &gt; a::after {
    content: '';
    display: inline-block;
    height: 0.5em;
    width: 0.857em;
    background: url('images/up-arrow.svg') no-repeat center/contain;
    margin: 0 0.5em;
    vertical-align: middle;
    transform: rotate(180deg);
    transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  }
  header nav .menu-item-has-children .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    padding-left: 0;
  }
  header nav .menu-item-has-children .sub-menu .menu-item-has-children &gt; a:after {
    display: none;
  }
  header nav .menu-item-has-children .sub-menu .sub-menu {
    display: none;
  }
  header nav .menu-item-has-children.open {
    background: #012b32;
  }
  header nav .menu-item-has-children.open .sub-menu {
    max-height: 50em;
  }
  header nav .menu-item-has-children.open &gt; a::after {
    transform: none;
  }
}
@media (min-width: 56.25rem) {
  header #nav-primary {
    position: static;
    margin-left: auto;
  }
  header #nav-primary &gt; ul &gt; li {
    display: inline-block;
  }
}
header .menu-item-has-children {
  position: relative;
}
header .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  display: block;
}
header .sub-menu {
  text-align: left;
}
header .sub-menu a {
  color: #fff;
  font-size: 1rem;
  text-transform: none;
  font-family: 'FFScalaWebProBold', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
}
header .sub-menu a:hover {
  color: #eb9a3f;
}
@media (min-width: 56.25rem) {
  header .sub-menu {
    background: #012b32;
    display: block;
    position: absolute;
    top: calc(100% + 1.75em);
    left: 0;
    list-style: none;
    padding: 2em;
    width: 8em;
    transition: opacity 0.2s cubic-bezier(0.2, 1, 0.3, 1);
    display: none;
    opacity: 0;
  }
  header .sub-menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 2em;
    position: absolute;
    left: 0;
    top: -2em;
  }
}
@media (max-width: 103em) {
  header .sub-menu {
    left: auto;
    right: 0;
  }
  header .sub-menu a {
    font-family: 'FFScalaWebProRegular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  }
}
@media (min-width: 56.25rem) {
  header .mega {
    position: static;
  }
  header .mega:hover &gt; ul {
    visibility: visible;
  }
  header .mega &gt; ul {
    max-width: 90rem;
    width: 100vw;
    margin: 0 auto;
    padding: 2.5em 0.5em 0.5em;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 100%;
    justify-content: center;
    padding: 2.5em 0.5em 5.25em;
    display: flex !important;
    visibility: hidden;
  }
  header .mega &gt; ul &gt; .sub-menu {
    position: static;
  }
  header .mega &gt; ul &gt; li {
    flex-basis: 33.33%;
    width: 33.33%;
    position: static;
    max-width: 23em;
    padding: 0 3.125em;
    border-right: 1px solid #fff;
    box-sizing: border-box;
  }
  header .mega &gt; ul &gt; li:last-of-type {
    border: none;
  }
  header .mega &gt; ul &gt; li &gt; a {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.109em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 8px 0;
  }
  header .mega .sub-menu .sub-menu {
    display: block;
    position: static;
    padding: 0;
    width: auto;
  }
  header .mega .sub-menu .sub-menu a {
    font-family: 'FFScalaWebProRegular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  }
}
@media (min-width: 56.25rem) {
  header #mobile-nav-trigger {
    display: none;
  }
}
header li {
  padding: 4px 0;
}
header .search-trigger {
  position: absolute;
  top: 0.5em;
  right: 3.5em;
  width: 1em;
  cursor: pointer;
}
header .search-trigger svg {
  height: 14px;
  width: auto;
  vertical-align: middle;
}
header .search-trigger svg path {
  fill: #012b32;
  transition: fill 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
@media (min-width: 56.25rem) {
  header .search-trigger {
    display: inline-block;
    position: static;
    margin: 1em 0 1.75em 0.667em;
    top: calc(100% + .5em);
    right: 1.5em;
  }
  header .search-trigger svg path {
    fill: #012b32;
  }
  header .search-trigger:hover svg path {
    fill: #b8cd5e;
  }
}
header .search-form {
  display: flex;
  position: fixed;
  height: calc(100% - 1.111em);
  width: calc(100% - 1em);
  top: 1.111em;
  left: 0.5em;
  background: rgba(1, 43, 50, 0.95);
  color: #fff;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), visibility 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  visibility: hidden;
  opacity: 0;
}
body.admin-bar .search-form {
  top: calc(32px + 1.111em);
}
header .search-form.open {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
body.admin-bar self.open {
  height: calc(100% - 32px - 1.111em);
}
header .search-form form {
  max-width: calc(100% - 1.111em);
  text-align: center;
}
header .search-form #search {
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  font-size: 1.667em;
  font-weight: 300;
  padding-bottom: 0.2em;
  margin-right: 0.25em;
  width: 22em;
  max-width: calc(100% - 3.5em);
}
header .search-form #search::-moz-placeholder {
  opacity: 0.5;
}
header .search-form #searchsubmit {
  background: url('images/search-white.svg') no-repeat center;
  border: 0;
  width: 3.25em;
  height: 3.25em;
  overflow: hidden;
  color: transparent;
  border-radius: 0;
  padding: 0;
  transition: background 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  border: 1px solid #fff;
}
header .search-form #searchsubmit:hover {
  background: #fff url('images/search.svg') no-repeat center;
}
header .search-form .close {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
}
header .search-form .close path {
  transition: fill 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
header .search-form .close:hover path {
  fill: #b8cd5e;
}
@media (min-width: 56.25rem) {
  header .search-form {
    width: calc(100% - 2.222em);
    left: 1.111em;
  }
}
@media (max-width: 56.25rem) {
  header.expanded .secondary-nav {
    position: fixed;
    left: 0;
    bottom: 1em;
    min-height: auto;
    background: transparent;
    z-index: 2;
  }
  header.expanded .secondary-nav a {
    color: #fff;
    margin-left: 1.5em;
  }
  header.expanded #menu-main-navigation {
    max-height: calc(100vh - 8.5em);
    overflow: scroll;
  }
}
@media (min-width: 56.25rem) {
  header.expanded .secondary-nav {
    display: inline-block;
  }
  header.expanded .logo {
    height: 3.6em;
  }
}
@media (min-width: 56.25rem) and (max-width: 62.5rem) {
  header.expanded nav a {
    font-size: 0.75em;
  }
  header.expanded nav &gt; ul &gt; li {
    margin: 1em 0.333em 1.75em;
  }
  header.expanded .secondary-nav a {
    font-size: 0.667em;
  }
  header.expanded .logo {
    height: 2.8em;
  }
}
header #menu-item-83 &gt; a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.109em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 8px 0;
}
header #menu-item-83 {
  padding-top: 24px;
}
@media (max-width: 56.25rem) {
  header nav .menu-item-has-children .sub-menu .sub-menu {
    display: block;
  }
  header nav .menu-item-has-children .sub-menu .sub-menu &gt; li {
    display: none;
  }
  header nav .menu-item-has-children .sub-menu .sub-menu #menu-item-83 {
    display: list-item;
    font-family: 'FFScalaWebProRegular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
    padding-top: 12px;
  }
  header nav .menu-item-has-children .sub-menu .sub-menu #menu-item-83 &gt; a {
    font-family: 'FFScalaWebProRegular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
  }
}
.alert-bar {
  display: none;
  background-color: #eb9a3f;
  color: #fff;
  padding: 5px 4rem 5px 2rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  box-sizing: border-box;
}
@media (min-width: 56.25rem) {
  .alert-bar {
    height: 2rem;
  }
}
.alert-bar p {
  line-height: 1.5em;
  margin: 0;
}
.alert-bar a {
  color: #fff;
  text-decoration-color: #fff;
}
.alert-bar .close {
  position: absolute;
  top: 1.25rem;
  right: 2rem;
  cursor: pointer;
}
@media (min-width: 56.25rem) {
  .alert-bar .close {
    top: 0.45rem;
  }
}
.alert-bar.visible {
  display: flex;
}
footer {
  background: #f9f5f3;
  padding-top: 1.5em;
}
footer .locations {
  margin: 0.5em 1.875em 0;
}
footer .locations a {
  text-decoration: none;
}
footer .locations h6 {
  color: #37756f;
}
footer .locations p {
  margin: 0;
}
footer .social-nav {
  margin: 0.25em 1.875em 1em;
}
footer .social-nav a {
  margin-right: 0.5em;
}
footer .social-nav svg {
  display: inline-block;
  vertical-align: middle;
}
footer .location {
  border-bottom: 1px solid #768895;
  padding-bottom: 1em;
}
footer .location .arrow {
  background: #37756f;
  vertical-align: middle;
  width: 1.111em;
  height: 0.833em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
}
footer .location .arrow svg {
  width: 0.333em;
  height: 0.556em;
}
footer .location:hover h6 {
  color: #b8cd5e;
}
footer .location:hover .arrow {
  background: #b8cd5e;
}
footer .survey {
  position: relative;
  height: 2.813em;
  z-index: 2;
  margin-bottom: 1em;
}
footer .survey .survey-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
footer .survey .survey-bar {
  background: #768895;
  color: #fff;
  width: 100%;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  height: 2.813em;
  width: 100%;
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  padding-left: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
footer .survey h4 {
  margin: 0;
  font-size: 0.813em;
  margin-right: 1em;
  flex-grow: 1;
}
footer .survey svg {
  margin-right: 0.5em;
}
footer .survey .expand {
  background: #5c6b75;
  position: relative;
  height: 2.813em;
  width: 2.813em;
}
footer .survey .expand svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
footer .survey .form {
  display: none;
}
footer .survey .gform_wrapper ul.gfield_radio {
  margin-bottom: 0;
}
footer .survey .gform_wrapper ul.gfield_radio li {
  display: inline-block;
  border: 1px solid #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 0.5em;
  position: relative;
  margin: 0 1em 0 0;
}
footer .survey .gform_wrapper ul.gfield_radio li input {
  opacity: 0;
  margin: 0;
  height: 2em;
  width: 2.5em !important;
}
footer .survey .gform_wrapper ul.gfield_radio li label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  font-size: 1em;
  text-align: center;
}
footer .survey .gform_wrapper #field_1_7 {
  margin-top: 0;
}
footer .survey .gform_wrapper #field_1_6 {
  width: 24em;
  margin-top: 0;
}
footer .survey .gform_wrapper .scale-left, footer .survey .gform_wrapper .scale-right {
  font-size: 0.625em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
footer .survey .gform_wrapper .scale-right {
  float: right;
}
footer .survey .gform_wrapper p {
  font-size: 1.125em;
  margin: 0;
}
footer .survey .gform_wrapper hr {
  width: 11em;
  color: #fff;
  border: 0;
  height: 1px;
  background: #fff;
  display: inline-block;
}
footer .survey .button {
  color: #fff;
  border-color: #fff;
}
footer .survey .button:before {
  background: #fff;
}
footer .survey .button:hover {
  color: #012b32;
}
footer .survey.expanded .expand svg {
  transform: translateY(-50%) translateX(-50%);
}
footer .login {
  margin-left: 1.7em;
  font-size: 0.75em;
}
footer .menu {
  width: calc(100% - 2.5em);
  padding: 0 0.75em;
}
footer .menu li {
  display: inline-block;
  margin: 0 0.58em;
}
footer .menu a {
  color: #37756f;
  font-size: 0.75em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-decoration: none;
}
footer .menu a:hover {
  color: #b8cd5e;
}
footer .copyright {
  font-size: 0.625em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #768895;
  margin-left: 1.25rem;
  display: inline-block;
}
@media (min-width: 28.125rem) {
  footer .menu {
    display: inline-block;
    width: auto;
  }
  footer .menu li {
    margin: 0 0.5em;
  }
}
@media (min-width: 37.5rem) {
  footer {
    padding-top: 4em;
    background: #f9f5f3 url('images/footer.jpg') no-repeat center/contain;
  }
  footer .locations {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4em;
  }
  footer .location {
    flex-basis: calc(50% - 1px);
    border-bottom: 0;
    flex-shrink: 1;
    box-sizing: border-box;
  }
  footer .location:nth-of-type(2n + 1) {
    border-right: 1px solid #768895;
  }
  footer .location:nth-of-type(2n + 2) {
    padding-left: 1.875em;
  }
}
@media (min-width: 56.25rem) {
  footer {
    font-size: 0.889em;
  }
  footer .social-nav {
    margin: 1em 1.875em 0.5em;
  }
}
@media (min-width: 73rem) {
  footer {
    background-position: top center;
    background-size: cover;
  }
  footer .locations {
    flex-wrap: nowrap;
  }
  footer .location {
    flex-basis: 25%;
    border-right: 1px solid #768895;
    box-sizing: border-box;
    padding-left: 1.875em;
  }
  footer .location:first-of-type {
    padding-left: 0;
  }
  footer .location:last-of-type {
    border-right: none;
  }
  footer .survey {
    width: 50%;
    display: inline-block;
    top: 1.1em;
    margin-bottom: 0;
    height: 2.813em;
  }
  footer .survey .survey-bar {
    height: 2.813em;
    padding-left: 1.875em;
    cursor: pointer;
  }
  footer .survey h4 {
    font-size: 1em;
  }
  footer .menu {
    margin-bottom: 0.75em;
  }
}
.ps {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ps .inner {
  background: #eb9a3f;
  position: relative;
  width: 15em;
  max-width: 20.889em;
  padding: 1.125em 1.563em 3.5em 1.563em;
  box-sizing: border-box;
  margin: 3.125em 0 5.125em;
  height: fit-content;
  min-height: 210px;
}
.ps p {
  font-size: 1.438em;
  margin: 0;
  line-height: 1.348;
  font-family: 'FFScalaWebProBold', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
}
.ps .letters-clip-box {
  position: absolute;
  right: 0.15em;
  bottom: 0;
  overflow: hidden;
}
.ps .letters {
  font-family: 'TypewriterSerial-Medium', "Courier New", Courier, monospace;
  font-size: 4.7em;
  position: relative;
  right: 0;
  bottom: -0.06em;
  opacity: 0.5;
}
.ps .answer {
  font-family: 'TypewriterSerial-Medium', "Courier New", Courier, monospace;
  font-size: 1.25em;
  position: absolute;
  bottom: -2em;
  right: 0;
}
.ps.homepage {
  min-height: calc(100vh - 4.92em);
}
@media (min-width: 62rem) {
  .ps .answer {
    right: auto;
    left: 100%;
    width: 11.25em;
    bottom: 0.4em;
    margin-left: 0.5em;
  }
}
@media (min-width: 54rem) {
  .ps.homepage {
    height: calc(100vh - 4.92em);
  }
  .ps .inner {
    padding: 1.889em 2.222em 4.9em 2.222em;
    width: 80%;
    height: auto;
  }
  .ps p {
    font-size: 1.889em;
  }
  .ps .letters {
    font-size: 6.5em;
  }
  .ps .answer {
    font-size: 1.667em;
  }
}
.posts-container:first-of-type .post-tile.featured:nth-last-child(odd):first-child {
  margin: 0 0 2.222em;
  flex-basis: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 51rem) {
  .posts-container:first-of-type .post-tile.featured:nth-last-child(odd):first-child:hover h3, .posts-container:first-of-type .post-tile.featured:nth-last-child(odd):first-child:hover h2 {
    text-decoration: underline;
  }
  .posts-container:first-of-type .post-tile.featured:nth-last-child(odd):first-child h3, .posts-container:first-of-type .post-tile.featured:nth-last-child(odd):first-child h2 {
    font-weight: bold;
    width: 27rem;
    max-width: 100%;
    font-size: 2.222em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-align: left;
    line-height: 1.2;
  }
  .posts-container:first-of-type .post-tile.featured:nth-last-child(odd):first-child .subheading {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.889em;
    width: 26em;
    max-width: 100%;
  }
  .posts-container:first-of-type .post-tile.featured:nth-last-child(odd):first-child .image-container {
    flex-basis: 50%;
  }
  .posts-container:first-of-type .post-tile.featured:nth-last-child(odd):first-child .inner {
    flex-basis: 50%;
    justify-content: center;
    max-width: 50%;
  }
  .posts-container:first-of-type .post-tile.featured:nth-last-child(odd):first-child .inner:before {
    display: none;
  }
  .posts-container:first-of-type .post-tile.featured:nth-last-child(odd):first-child .byline {
    margin-top: 1.5em;
    font-family: 'FFScalaWebProRegular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-transform: none;
    font-size: 0.667em;
    margin-bottom: 1.5em;
  }
}
.post-tile {
  color: #012b32;
  text-decoration: none;
}
.post-tile:hover {
  color: #012b32;
  cursor: pointer;
}
.post-tile:hover h3 {
  text-decoration: underline;
}
.post-tile:hover .button {
  color: #fff;
}
.post-tile:hover .button:before {
  opacity: 1;
  transform: scale(1, 1);
}
.post-tile .label {
  text-align: left;
}
.post-tile img {
  flex-basis: 100%;
  width: 100%;
  height: auto;
}
.post-tile .image-container img {
  min-height: 316px;
  object-fit: cover;
}
.post-tile .inner {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.75em;
  box-sizing: border-box;
  flex-grow: 1;
  min-height: 18em;
  position: relative;
}
.post-tile .inner::before {
  content: '';
  position: absolute;
  top: calc(50% - 70px);
  left: 0;
  width: 1px;
  height: 140px;
  background: #666;
}
.post-tile h3 {
  font-weight: normal;
  font-size: 1.333em;
  margin: 0.5em 0;
  line-height: 1.25em;
  max-width: 100%;
}
.post-tile .date {
  color: #768895;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.667em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  max-width: 100%;
  display: inline-block;
}
.post-tile .subheading {
  margin-bottom: 1em;
}
.post-tile .byline {
  color: #768895;
  margin-bottom: 1em;
  max-width: 100%;
}
.post-tile:nth-last-child(even):first-child .subheading {
  display: none;
}
.posts-container {
  display: flex;
  flex-wrap: wrap;
}
.posts-container .post-tile {
  flex-basis: 100%;
}
.posts-container .image-container {
  width: 100%;
}
.posts-container:nth-child(n+2) .featured .subheading {
  display: none;
}
@media (min-width: 37.5rem) {
  .posts-container .post-tile {
    flex-basis: 50%;
  }
}
@media (min-width: 56.25rem) {
  .posts-container .post-tile {
    flex-basis: 25%;
  }
}
.fwp-load-more {
  margin: 3em auto 5em;
  display: block;
}
.bio-post {
  color: inherit;
  text-decoration: none;
  flex-basis: 100%;
  margin: 0 0.5em;
  padding-bottom: 1em;
}
.bio-post .image-container, .bio-post img {
  width: 100%;
  height: auto;
}
.bio-post .inner {
  transition: padding 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  padding: 0;
}
.bio-post .label {
  text-align: left;
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.bio-post .location {
  color: #fff;
  font-size: 0.889em;
  margin: 1em 0;
  display: block;
}
.bio-post h3 {
  margin: 0.5em 0;
  font-weight: 400;
  font-size: 1.333em;
  font-size: 400;
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  color: #012b32;
}
.bio-post:not(.summer):hover {
  background: #012b32;
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.bio-post:not(.summer):hover .inner {
  padding: 0 1em;
}
.bio-post:not(.summer):hover h3, .bio-post:not(.summer):hover .label {
  color: #fff;
}
.bio-post.summer {
  color: #012b32;
}
@media (min-width: 30rem) {
  .bio-post {
    flex-basis: calc(50% - 1em);
  }
}
@media (min-width: 56.25rem) {
  .bio-post {
    flex-basis: calc(25% - 1em);
  }
}
.professionals-posts {
  display: flex;
  align-items: center;
}
.filter-toggle {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.75em;
  padding: 3em 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #012b32;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.filter-toggle svg {
  display: inline-block;
  margin-right: 1em;
  top: 0.4em;
  position: relative;
}
.filters {
  position: fixed;
  left: calc(-100% - 1em);
  top: 0.5em;
  z-index: 10;
  height: calc(100vh - .5em);
  overflow: auto;
  background: rgba(1, 43, 50, 0.95);
  color: #fff;
  width: 34em;
  max-width: calc(100% - 1em);
  transition: left 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  padding: 1.5em 0.5em;
  box-sizing: border-box;
}
.filters.open {
  left: 0.5em;
}
.filters.open + .overlay {
  opacity: 0.9;
  z-index: 2;
}
.filters .close {
  position: absolute;
  right: 2em;
  top: 2.25em;
}
.filters .close svg {
  width: 1.1em;
  height: 1.1em;
}
.filters h2 {
  margin-top: 0;
  text-align: left;
}
.filters .facets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.filters .facetwp-facet-search {
  width: 100%;
  margin-bottom: 1em !important;
}
.filters .facetwp-search {
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  font-size: 1.111em;
  font-weight: 300;
  padding-bottom: 0.2em;
  margin: 0.5em 0.25em 0.5em 0;
  width: calc(100% - 4em);
  max-width: calc(100% - 3.5em);
}
.filters .facetwp-search::-moz-placeholder {
  opacity: 0.5;
}
.filters .facetwp-search-wrap .facetwp-btn {
  background: url('images/search-white.svg') no-repeat center;
  background-size: 13px 13px;
  border: 0;
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  color: transparent;
  border-radius: 0;
  padding: 0;
  transition: background 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  border: 1px solid #fff;
  right: -2.5em;
}
.filters .facetwp-search-wrap .facetwp-btn:hover {
  background: #fff url('images/search.svg') no-repeat center;
  background-size: 13px 13px;
}
.filters .facetwp-search-wrap .facetwp-btn::before {
  display: none;
}
.filters .facetwp-alpha {
  color: #768895;
}
.filters .facetwp-alpha.available {
  color: #fff;
}
.filters .facetwp-type-alpha {
  font-size: 0.875rem;
  margin-bottom: 2em !important;
}
.filters fieldset {
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
}
.filters fieldset .facetwp-facet {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.filters fieldset.open .facetwp-facet {
  max-height: max-content;
}
.filters legend {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.889em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.125em;
  padding: 1em 0;
}
.filters legend span {
  font-weight: 400;
  font-size: 1.25em;
  float: right;
}
.filters .facetwp-facet {
  margin-bottom: 0;
}
.filters .facetwp-checkbox {
  background: transparent;
  position: relative;
  margin: 0.5em 0;
  padding-left: 2em;
}
.filters .facetwp-checkbox::before {
  content: " ";
  display: inline-block;
  height: 0.8em;
  width: 1.1em;
  border: 1px solid #fff;
  position: absolute;
  top: 0.15em;
  left: 0;
  transition: background 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.filters .facetwp-checkbox:hover, .filters .facetwp-checkbox.checked {
  background-image: none;
}
.filters .facetwp-checkbox:hover::before, .filters .facetwp-checkbox.checked::before {
  background: #fff;
}
.filters .facetwp-counter {
  display: none;
}
.filters .facetwp-facet-date {
  margin: 0.5em 0;
}
.filters .button-white, .filters .home .subscribe .button, .home .subscribe .filters .button {
  float: right;
  margin-top: 3em;
}
@media (min-width: 56.25rem) {
  .filters {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 34.375em) {
  .filters fieldset {
    width: calc(50% - .5em);
  }
}
.overlay {
  position: fixed;
  content: "";
  display: block;
  top: 4.92em;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9f5f3;
  opacity: 0;
  z-index: -1;
  transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.card-flip-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 2.222em);
  position: relative;
  left: -1.111em;
  box-sizing: border-box;
}
.card-flip, a.card-flip {
  margin: 1.111rem;
  position: relative;
  color: #012b32;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.card-flip .flip-front, a.card-flip .flip-front {
  background: #eaf5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card-flip .flip-front img, a.card-flip .flip-front img {
  height: 7em;
  width: auto;
  margin-bottom: 1.5em;
}
.card-flip .flip-front h3, a.card-flip .flip-front h3 {
  margin: 0 auto 0.25em;
  text-align: center;
  max-width: 12em;
}
.card-flip .flip-front hr, a.card-flip .flip-front hr {
  width: 5.4em;
}
.card-flip .flip-back, a.card-flip .flip-back {
  background: #eaf5f5;
}
.card-flip .flip-back p, a.card-flip .flip-back p {
  margin: 2em 3em;
}
.card-flip .flip-back .more, a.card-flip .flip-back .more {
  margin: 0 4em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 0.67em;
  font-weight: bold;
  letter-spacing: 0.17em;
}
.card-flip .flip-back h3, a.card-flip .flip-back h3 {
  background: #012b32;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0.5em 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /*flip animation*/
}
.card-flip .flipper, a.card-flip .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.card-flip .flip-front, a.card-flip .flip-front, .card-flip .flip-back, a.card-flip .flip-back {
  backface-visibility: hidden;
  transition: 0.4s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
.card-flip .flip-front, a.card-flip .flip-front {
  z-index: 2;
  transform: rotateY(0deg);
}
.card-flip .flip-back, a.card-flip .flip-back {
  transform: rotateY(-180deg);
}
.card-flip.image-background .image, a.card-flip.image-background .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
}
@media (min-width: 75rem) {
  .card-flip:hover .flip-back, a.card-flip:hover .flip-back {
    transform: rotateY(0deg);
  }
  .card-flip:hover .flip-front, a.card-flip:hover .flip-front {
    transform: rotateY(180deg);
  }
}
.card-flip, .card-flip .flip-front, .card-flip .flip-back {
  width: 27.777rem;
  height: 28em;
  min-height: 300px;
  max-width: 100%;
}
@media (min-width: 56.25rem) {
  .card-flip, .card-flip .flip-front, .card-flip .flip-back {
    height: 22.25em;
  }
}
.fixedfooterbar {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #012b32;
  color: #fff;
  z-index: 200;
  text-align: center;
  padding: 15px 0;
  font-size: 1.1em;
  font-family: "Open Sans", open-sans, sans-serif;
  font-weight: bold;
}
.fixedfooterbar .button {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  font-weight: normal;
}
.fixedfooterbar .button::before {
  background-color: #fff;
}
.fixedfooterbar .button:hover {
  background: #fff;
  color: #012b32;
}
.fixedfooterbar .progress-bar {
  display: block;
  position: absolute;
  top: -6px;
  background: #eb9a3e;
}
.fixedfooterbar.topborder {
  border-top: 6px solid #d7d7d7;
}
/*mixin*/
/*mixin*/
.home .label {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.home .intro h2::after {
  display: none;
}
.home .ps {
  position: relative;
}
.home .professionals-search {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.home .professionals-search .search-expand {
  background: #012b32;
  color: #fff;
  display: inline-block;
  width: 80%;
  max-width: 20.889em;
  position: relative;
  padding-right: 3em;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  cursor: pointer;
}
.home .professionals-search .search-expand h4 {
  font-size: 0.889em;
  display: inline-block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0.75em 0;
}
.home .professionals-search .search-expand .expand {
  display: inline-block;
  background: #001619;
  height: 2.45em;
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
}
.home .professionals-search .search-expand svg {
  position: absolute;
  width: 0.889em;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.home .professionals-search .search-form {
  max-height: 0;
  background: rgba(1, 43, 50, 0.95);
  width: 100%;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  overflow: hidden;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.home .professionals-search .search-form form {
  max-width: calc(100% - 1.111em);
  text-align: center;
}
.home .professionals-search .search-form #search {
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  font-weight: 300;
  padding-bottom: 0.2em;
  margin-right: 0.25em;
  width: 38em;
  font-size: 1em;
  max-width: calc(100% - 3.5em);
}
.home .professionals-search .search-form #search::-moz-placeholder {
  opacity: 0.5;
}
.home .professionals-search .search-form #searchsubmit {
  background: url('images/search-white.svg') no-repeat center/1em;
  border: 0;
  width: 2em;
  height: 2em;
  overflow: hidden;
  color: transparent;
  border-radius: 0;
  padding: 0;
  transition: background 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  border: 1px solid #fff;
  vertical-align: bottom;
}
.home .professionals-search .search-form #searchsubmit:hover {
  background: #fff url('images/search.svg') no-repeat center/1em;
}
.home .professionals-search .search-form .close {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
}
.home .professionals-search .search-form .close path {
  transition: fill 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.home .professionals-search .search-form .close:hover path {
  fill: #b8cd5e;
}
.home .professionals-search.expanded .expand svg {
  transform: translateY(-50%) translateX(-50%);
}
.home .professionals-search.expanded .search-form {
  max-height: 20em;
  padding: 1em 0;
}
.home .services {
  background: #f9f5f3;
  padding: 1.7em 0;
}
.home .services .inner {
  width: 83%;
  margin: 0 auto;
}
.home .service-tiles {
  display: flex;
  flex-wrap: wrap;
}
.home .service-tile {
  padding-bottom: 120%;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 1.25em;
}
.home .service-tile p {
  position: absolute;
  left: 18px;
  right: 18px;
  top: calc(2.25em + 32px);
  margin: 0;
  z-index: 3;
}
.home .service-tile .arrow {
  background: #fff;
  vertical-align: middle;
  width: 1.111rem;
  height: 0.833rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
}
.home .service-tile .arrow svg {
  width: 0.333rem;
  height: 0.556rem;
}
.home .service-tile .arrow path {
  fill: #37756f !important;
}
.home .service-tile:hover .arrow {
  background: #37756f;
}
.home .service-tile:hover path {
  fill: #fff !important;
}
@media (min-width: 56.25rem) {
  .home .service-tile {
    width: calc(33.33% - 18px);
    padding-bottom: 37%;
  }
}
@media (min-width: 56.25rem) {
  .home .service-tile {
    width: calc(25% - 18px);
  }
}
@media (max-width: 1100px) and (min-width: 56.25rem) {
  .home .service-tile {
    width: calc(50% - 18px);
  }
}
.home .knowledge {
  padding: 1.7em 0 0;
}
.home .knowledge .knowledge-squares-outer {
  display: flex;
  flex-wrap: wrap;
}
.home .knowledge .knowledge-squares {
  flex-basis: 100%;
}
.home .knowledge .knowledge-squares .knowledge-post {
  flex-wrap: wrap;
  justify-content: stretch;
}
.home .knowledge .knowledge-squares .knowledge-post .image {
  display: none;
}
.home .knowledge .knowledge-squares .knowledge-post .inner {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.75em;
  box-sizing: border-box;
  height: auto;
}
.home .knowledge .knowledge-squares .knowledge-post h3 {
  font-weight: normal;
  font-size: 1.333em;
  margin: 0.5em 0;
  line-height: 1.25em;
  max-width: 100%;
}
.home .knowledge .knowledge-squares .knowledge-post:nth-of-type(2) .image {
  order: 2;
}
.home .knowledge .knowledge-squares .knowledge-post:first-of-type h3 {
  color: #012b32;
}
.home .knowledge .knowledge-squares .knowledge-post:first-of-type .byline {
  color: #768895;
}
.home .knowledge .knowledge-squares .knowledge-post.dark-green {
  background: #012b32;
}
.home .knowledge .knowledge-squares .knowledge-post.dark-green h3, .home .knowledge .knowledge-squares .knowledge-post.dark-green .byline {
  color: #fff;
}
.home .knowledge .knowledge-squares .knowledge-post.red {
  background: #79162a;
}
.home .knowledge .knowledge-squares .knowledge-post.red .label, .home .knowledge .knowledge-squares .knowledge-post.red h3, .home .knowledge .knowledge-squares .knowledge-post.red .byline {
  color: #fff;
}
.home .knowledge .knowledge-post {
  flex-basis: 50%;
  display: flex;
  text-decoration: none;
}
.home .knowledge .knowledge-post .label {
  text-align: left;
  font-size: 0.667em;
}
.home .knowledge .knowledge-post .byline {
  font-family: 'FFScalaWebProBold', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
}
.home .knowledge .knowledge-post .button {
  margin-top: 1em;
}
.home .knowledge .knowledge-post:hover h2, .home .knowledge .knowledge-post:hover h3 {
  text-decoration: underline;
}
.home .knowledge .knowledge-post.featured {
  flex-basis: 100%;
  position: relative;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home .knowledge .knowledge-post.featured .inner {
  max-width: 21.5em;
  text-align: left;
}
.home .knowledge .knowledge-post.featured .label {
  color: #fff;
}
.home .knowledge .knowledge-post.featured h2 {
  text-align: left;
  color: #012b32;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
.home .knowledge .knowledge-post.featured .byline {
  color: #012b32;
  display: block;
}
.home .knowledge .knowledge-post.featured .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  padding-bottom: 0;
}
.home .knowledge .knowledge-post.featured:first-of-type {
  background: #b8cd5e;
}
.home .knowledge .knowledge-post.featured:last-of-type {
  background: #499c94;
}
@media (min-width: 85rem) {
  .home .knowledge .knowledge-squares {
    flex-basis: 50%;
  }
  .home .knowledge .knowledge-post.featured {
    flex-basis: 50%;
  }
}
@media (min-width: 56.25rem) {
  .home .knowledge {
    position: relative;
  }
}
@media (min-width: 38.75em) {
  .home .knowledge .knowledge-squares .knowledge-post {
    flex-wrap: nowrap;
  }
  .home .knowledge .knowledge-squares .knowledge-post .image, .home .knowledge .knowledge-squares .knowledge-post .inner {
    flex-basis: 50%;
    width: 50%;
  }
  .home .knowledge .knowledge-squares .knowledge-post .image {
    padding-bottom: 45%;
    display: inline-block;
  }
  .home .knowledge .knowledge-squares .knowledge-post .inner {
    height: auto;
    box-sizing: content-box;
    max-width: calc(50% - 5.5em);
    padding: 1em 2.75em;
  }
}
@media (max-width: 85rem) {
  .home .knowledge .knowledge-post.featured {
    min-height: calc(71vw - 1em);
  }
  .home .knowledge .knowledge-post.featured .inner {
    padding: 1em 2.75em;
  }
}
.home .subscribe {
  background: #012b32;
  color: #fff;
  padding: 0.5em 1em 0.5em 1.875em;
}
.home .subscribe h3, .home .subscribe span {
  font-size: 1em;
  font-weight: bold;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  position: relative;
  line-height: 1.4;
  margin: 0;
}
.home .subscribe h3 svg, .home .subscribe span svg {
  position: absolute;
  left: -1.25em;
  top: 0.3em;
  height: 0.9em;
  width: 0.9em;
}
.home .subscribe .gform_wrapper {
  margin: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.home .subscribe .gform_wrapper ul li.gfield {
  margin-top: 0;
}
.home .subscribe .gform_wrapper input[type="text"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 0 !important;
  margin-top: 0;
  max-width: 25em;
}
.home .subscribe .gform_wrapper .gform_footer {
  padding: 0;
}
@media (min-width: 56.25rem) {
  .home .subscribe {
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .home .subscribe h3 {
    max-width: 25em;
  }
  .home .subscribe .gform_wrapper .gform_body {
    max-width: 25em;
    display: inline-block;
  }
  .home .subscribe .gform_wrapper .gform_footer {
    display: inline-block;
    width: auto;
    clear: none;
    margin-top: 0;
    vertical-align: bottom;
  }
}
.news-header {
  background: #012b32;
  color: #fff;
  padding: 4em 0;
}
.news-header .inner {
  max-width: 44.375rem;
  margin: 0 auto;
  width: calc(100% - 40px);
  padding-right: 4em;
  box-sizing: border-box;
}
.news-header h1 {
  margin: 0.25em 0;
  line-height: 1.25em;
}
.news-header .label {
  color: #fff;
  text-align: left;
}
.news-header .subheading {
  font-weight: bold;
  font-size: 1.111em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 1em 0;
  display: inline-block;
}
.news-header .date {
  display: block;
  font-size: 0.889em;
  margin-top: 1em;
}
.news-header.has-image {
  padding: 4em 0 19.5em;
}
.news-content.has-image {
  margin-top: -15.5em;
}
.news-content .attribution {
  font-size: 0.667em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #768895;
  text-transform: uppercase;
}
.news-overview .page-header-text, .news-overview .filter-toggle {
  flex-basis: 100%;
}
.news-overview .twitter-feed {
  box-sizing: border-box;
  position: relative;
  border: none;
}
.news-overview .twitter-feed .header {
  color: #79162a;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.125em;
  padding-bottom: 1em;
}
.news-overview .twitter-feed .header svg.icon {
  color: #499c94;
  display: block;
  height: 1.5em;
  width: 1.5em;
  margin: 0 auto;
}
.news-overview .ctf {
  border: 1px solid #768895;
  padding-top: 3em;
  padding: 0;
}
.news-overview .ctf a {
  text-decoration: none;
}
.news-overview .ctf a:hover {
  text-decoration: underline;
}
.news-overview .ctf-author-screenname {
  color: #012b32 !important;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.news-overview .ctf-tweet-meta {
  color: #012b32 !important;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.news-overview .ctf-tweets {
  display: flex;
  flex-wrap: wrap;
}
.news-overview .ctf-item {
  padding: 1em 2em !important;
  border-left: 1px solid #768895 !important;
  flex-basis: 100%;
  flex-shrink: 1;
}
.news-overview .ctf-item:first-of-type {
  border-left: none !important;
}
.news-overview .ctf-item:nth-of-type(2) {
  background: #eaf5f5;
}
@media (min-width: 56.25rem) {
  .news-overview .ctf-item {
    flex-basis: calc(33.33% - 4em - 1px);
  }
}
.news-overview .ctf-author-name {
  display: none !important;
}
.knowledge-container {
  max-width: 44.375rem;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.knowledge-container article {
  position: relative;
}
.knowledge-container article #ps-publication-physicaladdress {
  line-height: 1.667em;
}
.knowledge-container p {
  margin: 2em 0;
}
.knowledge-container h2 {
  font-size: 0.889em;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}
.knowledge-container ul {
  list-style: none;
  padding: 0;
}
.knowledge-container ul &gt; li {
  position: relative;
  padding-left: 2.5em;
  line-height: 1.667em;
  position: relative;
  margin-bottom: 0.5rem;
}
.knowledge-container ul &gt; li:before {
  content: "▪";
  color: #eb9a3f;
  position: absolute;
  left: 1em;
  top: 0;
  font-size: 0.75em;
}
.knowledge-container ul &gt; li li:before {
  content: "•";
  font-size: 1em;
}
.knowledge-container ol {
  list-style: none;
  counter-reset: ol-counter;
  padding: 0;
}
.knowledge-container ol &gt; li {
  counter-increment: ol-counter;
  position: relative;
  padding-left: 2.5em;
  line-height: 1.667em;
  margin-bottom: 0.5rem;
}
.knowledge-container ol &gt; li::before {
  content: counter(ol-counter) ". ";
  color: #eb9a3f;
  position: absolute;
  left: 1em;
  top: 0;
}
.knowledge-container .social-share {
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-300%);
  -ms-transform: translateX(-300%);
  transform: translateX(-300%);
}
.knowledge-container .social-share .date {
  display: block;
  font-family: 'FFScalaWebProBold', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
  font-size: 0.778em;
  line-height: 1.143;
}
.knowledge-container .social-share .reading-time {
  display: block;
  font-family: 'FFScalaWebProBold', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
  font-size: 0.778em;
  margin: 0.5em 0 2.5em;
  line-height: 1.143;
}
.knowledge-container .social-share .reading-time svg {
  display: inline-block;
  width: 17px;
  vertical-align: top;
}
.knowledge-container .social-share .rt-reading-time, .knowledge-container .social-share .rt-time {
  font-size: 1em;
  font-family: 'FFScalaWebProRegular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
  display: inline-block;
}
.knowledge-container .social-share span {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 0.667em;
  letter-spacing: 0.08em;
  display: inline-block;
  font-weight: bold;
}
.knowledge-container .social-share ul {
  list-style: none;
  margin: 0.5em 0 0;
}
.knowledge-container .social-share li {
  margin-bottom: 1em;
  padding: 0;
  border: 1px solid #012b32;
  height: 1.667em;
  width: 2.111em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.knowledge-container .social-share li:before {
  display: none;
}
.knowledge-container .social-share a {
  display: inline-block;
}
.knowledge-container .social-share svg {
  display: block;
  height: 0.944em;
  width: auto;
  max-width: 17px;
}
@media (max-width: 62em) {
  /*social-share*/
  .knowledge-container .social-share {
    position: static !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .knowledge-container .social-share ul {
    display: inline-block;
  }
  .knowledge-container .social-share ul li {
    display: inline-block;
    margin: 0 0.5em;
    border: none;
    height: auto;
    width: auto;
  }
  .knowledge-container .social-share a {
    vertical-align: middle;
  }
}
.knowledge-header {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.knowledge-header .header-content {
  background: #012b32;
  color: #fff;
}
.knowledge-header .inner {
  padding: 4em 4em 4em 1.5em;
  max-width: 28em;
  margin-left: auto;
  padding-right: 4em;
  box-sizing: border-box;
}
.knowledge-header .image {
  display: block;
  flex-basis: 100%;
  height: calc(100vw - 40px);
}
.knowledge-header h1 {
  margin: 0.25em 0;
}
.knowledge-header .label.small {
  color: #fff;
  text-align: left;
}
.knowledge-header .subheading {
  font-weight: bold;
  font-size: 1.111em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 1em 0;
  display: inline-block;
}
.knowledge-header .date {
  display: block;
  font-size: 0.889em;
  margin-top: 1em;
}
.knowledge-header .byline {
  display: block;
}
.knowledge-header .byline a {
  color: #fff;
  text-decoration: none;
}
.knowledge-header .byline a:hover {
  text-decoration: underline;
}
@media (min-width: 56.25rem) {
  .knowledge-header {
    justify-content: flex-start;
  }
  .knowledge-header .image, .knowledge-header .header-content {
    flex-basis: 50%;
  }
  .knowledge-header .image {
    height: auto;
  }
  .knowledge-header .caption {
    flex-basis: 50%;
  }
  .knowledge-header .caption p {
    max-width: 22.1875rem;
  }
}
.knowledge-content .social-share {
  -webkit-transform: translateX(-225%);
  -ms-transform: translateX(-225%);
  transform: translateX(-225%);
}
@media (max-width: 79em) {
  .knowledge-content .social-share {
    position: static !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 1em;
  }
  .knowledge-content .social-share ul {
    display: inline-block;
  }
  .knowledge-content .social-share ul li {
    display: inline-block;
    margin: 0 0.5em;
    border: none;
    height: auto;
    width: auto;
  }
  .knowledge-content .social-share a {
    vertical-align: middle;
  }
}
.knowledge-content article &gt; p:first-of-type:first-letter {
  float: left;
  font-size: 2em;
  line-height: 1.127em;
  margin-top: -0.25em;
  margin-bottom: -0.25em;
  margin-right: 0.1em;
}
.events-header, .offices-header {
  background: #012b32;
  color: #fff;
}
.events-header img, .offices-header img {
  display: none;
}
.events-header .inner, .offices-header .inner {
  max-width: 40em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 1;
  padding: 4.2em 3em;
}
.events-header span, .offices-header span {
  text-align: left;
  color: #fff;
}
.events-header h1, .offices-header h1 {
  margin-top: 0.25em;
}
.events-header .address, .offices-header .address, .events-header .date, .offices-header .date {
  font-weight: bold;
  font-size: 1.111em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.events-header .date, .offices-header .date {
  margin-bottom: 0.75em;
}
@media (min-width: 76rem) {
  .events-header, .offices-header {
    height: 20em;
    display: flex;
  }
  .events-header img, .offices-header img {
    display: block;
    width: 20em;
  }
  .events-header .inner, .offices-header .inner {
    padding-left: 4.2em;
  }
  .events-header .knowledge-container, .offices-header .knowledge-container {
    margin-left: 24.2em;
  }
}
@media (min-width: 76rem) {
  .events-content, .offices-content {
    margin-left: 24.2em;
  }
}
.events-content p:first-of-type, .offices-content p:first-of-type {
  font-size: 1.375em;
  font-family: 'FFScalaWebProBold', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
}
.events-content h2, .offices-content h2 {
  color: #79162a;
  text-transform: uppercase;
  margin-top: 3em;
}
.events-content .button, .offices-content .button {
  margin-right: 1em;
}
.bio-content {
  background: #768895;
}
.bio-header {
  max-width: 44.375rem;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 67rem;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-shadow: -5px 0px 50px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0px 50px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0px 50px 0px rgba(0, 0, 0, 0.5);
}
.bio-header .left {
  background: #012b32;
  color: #fff;
  padding: 4em 2em 3em;
  flex-basis: 100%;
  box-sizing: border-box;
}
.bio-header .left .location-numbers {
  margin-top: 0.5em;
}
.bio-header .left .location-numbers:first-of-type {
  margin-top: 2em;
}
.bio-header .left h1, .bio-header .left .label {
  color: #fff;
}
.bio-header .left .label {
  text-align: left;
  margin-bottom: 3em;
}
.bio-header .left .label:nth-child(2) {
  margin: 0 0 0.5em !important;
}
.bio-header .left .label.small {
  margin: 0.5em 0;
}
.bio-header .left .phone {
  display: block;
  line-height: 2;
}
.bio-header .social-nav {
  margin-top: 1em;
}
.bio-header .social-nav a {
  color: #fff;
  margin-right: 0.5em;
}
.bio-header .social-nav a.disclaimer-link {
  cursor: pointer;
}
.bio-header .social-nav a.disclaimer-link:hover svg .fill {
  fill: #b8cd5e;
}
.bio-header .social-nav svg.icon {
  width: 1em;
  height: 1em;
}
.bio-header .intro {
  background: #f9f5f3;
  flex-basis: 100%;
  padding: 4em 3em 3em;
  box-sizing: border-box;
}
.bio-header .intro p {
  font-size: 1.333em;
  text-align: left;
}
@media (min-width: 56.25rem) {
  .bio-header {
    flex-wrap: nowrap;
  }
  .bio-header .left {
    flex-basis: 40%;
  }
  .bio-header .intro {
    flex-basis: 60%;
    margin: 0;
  }
}
.bio-body {
  max-width: 44.375rem;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 67rem;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-shadow: -5px 0px 50px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0px 50px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0px 50px 0px rgba(0, 0, 0, 0.5);
}
.bio-body aside {
  flex-basis: 100%;
  background: #f9f5f3;
  box-sizing: border-box;
}
.bio-body aside .wp-post-image {
  width: 100%;
  display: block;
}
.bio-body aside .sidebar-content {
  background: #012b32;
  color: #fff;
  padding: 2em 2em 3em;
  position: relative;
}
.bio-body aside .sidebar-content .label {
  color: #fff;
  text-align: left;
  font-weight: bold;
}
.bio-body aside .sidebar-content .label:nth-of-type(2) {
  margin-top: 2em;
}
.bio-body aside .sidebar-content .location {
  margin: 1em 0;
}
.bio-body aside .sidebar-content .location p {
  margin: 0;
  line-height: 1.15;
}
.bio-body aside .sidebar-content div.location {
  line-height: 1.5;
}
.bio-body .print-bar {
  position: absolute;
  bottom: 100%;
  left: -2em;
  display: none;
}
.bio-body .print-bar a {
  display: block;
  margin-top: 0.5em;
}
.bio-body .print-bar .icon {
  width: 1.167em;
  height: 1.167em;
  color: #fff;
}
.bio-body .article-bar {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 6em);
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: 800;
  direction: rtl;
  -ms-writing-mode: bt-rl;
  writing-mode: vertical-rl;
  font-size: 0.667em;
  text-transform: uppercase;
  scroll-behavior: smooth;
}
.bio-body .article-bar svg {
  transform: rotate(90deg);
  height: 1em;
  position: absolute;
  right: 0.25em;
  bottom: -1.5em;
  direction: ltr;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bio-body .article-bar svg {
    transform: rotate(270deg);
  }
}
@media (min-width: 82.5rem) {
  .bio-body .article-bar {
    display: block;
  }
}
.bio-body main {
  flex-basis: 100%;
  background: #fff;
  padding: 0 3em 3em;
  box-sizing: border-box;
  position: relative;
}
.bio-body main .label {
  color: #79162a;
  text-align: left;
  margin: 3em 0 0;
}
.bio-body main ul {
  list-style: none;
  padding: 0;
}
.bio-body main ul li {
  position: relative;
  padding-left: 2.5em;
  line-height: 1.667em;
  position: relative;
  margin-bottom: 0.5rem;
}
.bio-body main ul li:before {
  content: "▪";
  color: #eb9a3f;
  position: absolute;
  left: 1em;
  top: 0;
  font-size: 0.75em;
}
.bio-body main ul li li:before {
  content: "•";
  font-size: 1em;
}
.bio-body blockquote {
  color: inherit;
  font-style: normal;
  padding: 0 2em;
  font-size: 1.333em;
  line-height: 1.833em;
}
.bio-body blockquote::before {
  color: rgba(237, 139, 0, 0.25);
  top: -0.19em;
  line-height: 1;
  font-size: 8em;
}
.bio-body .accordion {
  margin: 1em 0;
}
.bio-body .accordion .row {
  border-bottom: 1px solid #012b32;
  width: 100%;
  max-width: 27em;
  transition: width 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  padding-top: 8rem;
  margin-top: -8rem;
}
.bio-body .accordion .row:first-of-type h3 {
  border-top: 1px solid #012b32;
}
.bio-body .accordion .row.open {
  max-width: 100%;
}
.bio-body .accordion .row.open h3 {
  color: #499c94;
}
.bio-body .accordion .row.open h3 span {
  transform: rotate(45deg);
}
.bio-body .accordion .row.open .details {
  max-height: unset !important;
}
.bio-body .accordion .row .focus-area-link {
  color: #012b32;
  display: block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 0.667em;
  font-weight: bold;
  padding: 1em 0 2.5em 3.7em;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.bio-body .accordion h3 {
  position: relative;
  margin: 0;
  padding: 1em 1em 1em 1.5em;
  font-size: 0.889em;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  transition: color 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  font-weight: bold;
}
.bio-body .accordion h3 span {
  position: absolute;
  left: 0;
  top: 1em;
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.bio-body .accordion h3:hover {
  color: #499c94;
}
.bio-body .accordion .details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.bio-body .accordion .close {
  color: #499c94;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.667em;
  text-align: right;
  width: 100%;
  display: inline-block;
}
.bio-body .accordion .close span {
  transform: rotate(45deg);
  display: inline-block;
  font-size: 1.5em;
  position: relative;
  top: 0.1em;
}
.bio-body .bcs-container {
  margin-top: 75px;
}
.bio-body .bcs-container #bcs-logo {
  width: 300px;
}
@media (min-width: 56.25rem) {
  .bio-body {
    flex-wrap: nowrap;
  }
  .bio-body aside {
    flex-basis: 40%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .bio-body main {
    flex-basis: calc(60% - 6em);
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: inherit;
  }
}
@media (min-width: 75rem) {
  .bio-body .print-bar {
    display: block;
  }
}
.contact-cta {
  background: #eaf5f5;
  text-align: center;
  padding: 2em;
  margin-bottom: 2em;
}
.contact-cta .button {
  margin: 0 2em;
}
.single-pt_bio .back {
  text-align: center;
}
.offices-overview .intro p {
  max-width: 70rem;
}
.offices-overview .intro h2:after {
  display: none;
}
.offices-overview .service-tile {
  width: calc(50% - 18px);
  padding-bottom: 94%;
  float: left;
  margin: 9px;
}
.offices-overview .service-tile h3 {
  color: #fff;
  position: relative;
  max-width: calc(100% - 36px);
}
.offices-overview .service-tile h3:after {
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 1.5em;
  height: 1px;
  background-color: #fff;
  content: "";
  display: block;
}
@media (min-width: 56.25rem) {
  .offices-overview .service-tile {
    width: calc(25% - 18px);
    padding-bottom: 46%;
  }
}
.offices-header {
  height: auto;
  flex-wrap: wrap;
}
.offices-header img {
  height: auto;
  width: 100%;
  display: block;
}
@media (min-width: 56.25rem) {
  .offices-header img {
    width: 58%;
  }
}
.offices-header h1 {
  font-size: 3.75em;
  margin-top: 1em;
}
.offices-header .inner {
  padding: 0 3em;
}
.offices-header .address {
  font-family: 'FFScalaWebProRegular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  margin: 0.5em 0 2em;
}
.offices-header .address p {
  margin: 0.5em 0;
}
.offices-content {
  margin: 0 auto;
  max-width: 60rem;
}
.offices-content .back {
  max-width: 60rem;
}
.results-top {
  max-width: 60em;
  margin: 0 auto;
  padding: 2em 0;
  display: block;
}
.results-top h2, .results-top .label {
  text-align: left;
}
.results-top .label {
  color: #79162a;
}
.result {
  display: block;
  text-decoration: none;
  padding: 2em 0;
  color: inherit;
}
.result .inner {
  max-width: 60em;
  margin: 0 auto;
}
.result .label {
  text-align: left;
}
.result h3 {
  font-weight: 400;
  color: #499c94;
  margin-top: 0.3em;
}
.result p {
  margin: 0.25em 0;
}
.result:hover {
  background: #f9f5f3;
  color: inherit;
}
.about-overview h1 p {
  font-size: 1em;
}
.about-overview .intro {
  margin: 4em auto;
}
.about-overview .intro p {
  max-width: 100%;
  font-family: 'FFScalaWebProBold', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
}
.about-overview .h2:after {
  display: none;
}
.about-overview blockquote {
  background: #f9f5f3;
  text-align: center;
  color: inherit;
  padding: 1.5em 0;
}
.about-overview blockquote p {
  max-width: 60rem;
  margin: 0.5em auto;
  display: inline-block;
}
.about-overview blockquote cite {
  max-width: 20rem;
  margin: 0.5em auto;
  font-size: 0.4em;
  font-weight: bold;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  font-style: normal;
}
.about-overview blockquote:before {
  color: rgba(237, 139, 0, 0.25);
  font-size: 8em;
}
.about-overview .service &gt; p {
  font-size: 1.333em;
  text-align: center;
}
.about-overview .video {
  margin: 3em 0;
  text-align: center;
}
.about-overview .history {
  padding: 12em 0 9em;
}
.about-overview .history &gt; p {
  max-width: 55rem;
  margin: 0 auto;
  font-size: 1.333em;
}
.about-overview .timeline {
  width: 100%;
  max-width: 68.4rem;
  margin: 0 auto;
}
.about-overview .timeline-item {
  text-align: center;
  position: relative;
  padding: 1.5em 0;
}
.about-overview .timeline-item h3 {
  color: #eb9a3f;
  font-size: 3em;
  margin-top: 0;
  text-align: right;
  width: calc(50% - .75em);
  margin: 0.25em 0 0.5em;
}
.about-overview .timeline-item .content {
  max-width: 28em;
  line-height: 2;
  display: inline-block;
  text-align: left;
  z-index: 2;
  position: relative;
  margin-bottom: 0.5em;
}
.about-overview .timeline-item .content p {
  padding: 2em;
  box-sizing: border-box;
  margin: 0;
}
.about-overview .timeline-item .dot {
  width: 1.4em;
  height: 1em;
  background: #eb9a3f;
  border: 0.25em solid #efc99f;
  margin: 1.5em;
  z-index: 2;
  position: absolute;
  left: calc(50% - 2.35em);
  top: 0.5em;
}
.about-overview .timeline-item .image {
  width: 22.222em;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.about-overview .timeline-item .image img {
  width: 100%;
  height: auto;
}
.about-overview .timeline-item .image .year {
  position: absolute;
  right: -0.075em;
  bottom: -0.075em;
  color: #fff;
  opacity: 0.55;
  font-size: 5.833em;
  font-family: 'FFScalaWebProBold', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
}
.about-overview .timeline-item:nth-of-type(3n + 1) .content p {
  background: #b8cd5e;
}
.about-overview .timeline-item:nth-of-type(3n + 2) .content p {
  background: #012b32;
  color: #fff;
}
.about-overview .timeline-item:nth-of-type(3n + 2) .image:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(118, 136, 149, 0.5);
}
.about-overview .timeline-item:nth-of-type(3n + 3) .content p {
  background: #f3f4df;
}
.about-overview .timeline-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #012b32;
}
@media (min-width: 56.25rem) {
  .about-overview .timeline-item {
    display: flex;
  }
  .about-overview .timeline-item .content {
    flex-basis: calc(50% - .825em);
    flex-grow: 1;
    flex-shrink: 1;
  }
  .about-overview .timeline-item .image {
    margin: 1.5em 0 0;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .about-overview .timeline-item .dot {
    position: static;
  }
  .about-overview .timeline-item h3 {
    text-align: left;
    width: auto;
  }
  .about-overview .timeline-item:first-of-type:after {
    top: 3em;
    height: calc(100% - 3em);
  }
  .about-overview .timeline-item:last-of-type:after {
    height: 3em;
  }
  .about-overview .timeline-item:nth-of-type(2n + 1) h3 {
    text-align: right;
  }
  .about-overview .timeline-item:nth-of-type(2n + 2) {
    flex-direction: row-reverse;
  }
  .about-overview .timeline-item:nth-of-type(2n + 2) h3 {
    text-align: left;
  }
}
.page-header.services-header .header-content {
  min-width: 100%;
}
@media (min-width: 56.25rem) {
  .page-header.services-header .image {
    order: 1;
  }
  .page-header.services-header .header-content {
    order: 2;
  }
  .page-header.services-header .caption {
    order: 3;
  }
  .page-header.services-header .image, .page-header.services-header .header-content {
    min-width: 50%;
  }
  .page-header.services-header .inner {
    margin: 4em auto;
  }
  .page-header.services-header h1 {
    font-size: 3.333em;
  }
}
.service-sub.ps {
  height: 0;
  padding: 0 0 38%;
}
.services-container {
  max-width: 75rem;
  margin: 1em auto 3em;
}
.services-container h1 {
  font-size: 3.333em;
  margin: 0.5em 0 0;
}
.services-container aside {
  background: #eaf5f5;
  padding: 2em;
  margin-top: 3em;
}
.services-container aside nav a {
  color: inherit;
  text-decoration: none;
  display: block;
  font-size: 0.889em;
  font-weight: 800;
  margin: 1.5em 0;
}
.services-container aside nav a:first-of-type {
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin-top: 0;
  letter-spacing: 0.167em;
  color: #eb9a3f;
}
.services-container aside nav a:last-of-type {
  margin-bottom: 0;
}
.services-container aside .back {
  border-top: none;
  margin: 1em 0 0;
}
.services-container .content-column {
  margin-top: 3em;
}
.services-container .content-column p:first-of-type {
  font-size: 0.889em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 0;
}
.services-container .content-column ul {
  list-style: none;
  padding: 0;
}
.services-container .content-column ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.667em;
  position: relative;
  margin-bottom: 0.5rem;
}
.services-container .content-column ul li:before {
  content: "▪";
  color: #eb9a3f;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75em;
}
.services-container .content-column ul li li:before {
  content: "•";
  font-size: 1em;
}
.services-container .back {
  max-width: 100%;
}
@media (min-width: 56.25rem) {
  .services-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .services-container h1, .services-container .breadcrumb {
    flex-basis: 100%;
  }
  .services-container aside {
    flex-basis: 13em;
    box-sizing: content-box;
    display: inline-block;
    order: 2;
  }
  .services-container .content-column {
    flex-basis: calc(100% - 20em);
    box-sizing: border-box;
    padding-left: 3em;
    order: 3;
  }
}
@media (max-width: 56.25rem) {
  .services-container aside.child {
    display: none;
  }
  .services-container .content-column.parent .back {
    display: none;
  }
}
.single-pt_business .case-studies, .single-pt_individuals .case-studies, .single-pt_industries .case-studies {
  max-width: 75rem;
  margin: 6em auto;
}
.single-pt_business .case-studies .knowledge-post, .single-pt_individuals .case-studies .knowledge-post, .single-pt_industries .case-studies .knowledge-post {
  flex-wrap: wrap;
  flex-basis: 50%;
  display: flex;
  align-items: flex-start;
}
.single-pt_business .case-studies .knowledge-post img, .single-pt_individuals .case-studies .knowledge-post img, .single-pt_industries .case-studies .knowledge-post img {
  flex-basis: 100%;
  width: 100%;
  height: auto;
}
.single-pt_business .case-studies .knowledge-post .inner, .single-pt_individuals .case-studies .knowledge-post .inner, .single-pt_industries .case-studies .knowledge-post .inner {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.75em;
  box-sizing: border-box;
  height: calc(90vw - 2.222em);
}
.single-pt_business .case-studies .knowledge-post .label, .single-pt_individuals .case-studies .knowledge-post .label, .single-pt_industries .case-studies .knowledge-post .label {
  text-align: left;
  font-size: 0.667em;
}
.single-pt_business .case-studies .knowledge-post h3, .single-pt_individuals .case-studies .knowledge-post h3, .single-pt_industries .case-studies .knowledge-post h3 {
  font-weight: normal;
  font-size: 1.667em;
  margin: 0.5em 0;
  line-height: 1.25em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.single-pt_business .case-studies .knowledge-post p, .single-pt_individuals .case-studies .knowledge-post p, .single-pt_industries .case-studies .knowledge-post p {
  color: #fff;
}
.single-pt_business .case-studies .knowledge-post .button, .single-pt_individuals .case-studies .knowledge-post .button, .single-pt_industries .case-studies .knowledge-post .button {
  margin-top: 1em;
}
.single-pt_business .case-studies .knowledge-post:nth-of-type(2) img, .single-pt_individuals .case-studies .knowledge-post:nth-of-type(2) img, .single-pt_industries .case-studies .knowledge-post:nth-of-type(2) img {
  order: 2;
}
.single-pt_business .case-studies .knowledge-post:first-of-type h3, .single-pt_individuals .case-studies .knowledge-post:first-of-type h3, .single-pt_industries .case-studies .knowledge-post:first-of-type h3 {
  color: #012b32;
}
.single-pt_business .case-studies .knowledge-post:first-of-type .byline, .single-pt_individuals .case-studies .knowledge-post:first-of-type .byline, .single-pt_industries .case-studies .knowledge-post:first-of-type .byline {
  color: #768895;
}
.single-pt_business .case-studies .knowledge-post.dark-green, .single-pt_individuals .case-studies .knowledge-post.dark-green, .single-pt_industries .case-studies .knowledge-post.dark-green {
  background: #012b32;
}
.single-pt_business .case-studies .knowledge-post.dark-green h3, .single-pt_individuals .case-studies .knowledge-post.dark-green h3, .single-pt_industries .case-studies .knowledge-post.dark-green h3, .single-pt_business .case-studies .knowledge-post.dark-green .byline, .single-pt_individuals .case-studies .knowledge-post.dark-green .byline, .single-pt_industries .case-studies .knowledge-post.dark-green .byline {
  color: #fff;
}
.single-pt_business .case-studies .knowledge-post.red, .single-pt_individuals .case-studies .knowledge-post.red, .single-pt_industries .case-studies .knowledge-post.red {
  background: #79162a;
}
.single-pt_business .case-studies .knowledge-post.red .label, .single-pt_individuals .case-studies .knowledge-post.red .label, .single-pt_industries .case-studies .knowledge-post.red .label, .single-pt_business .case-studies .knowledge-post.red h3, .single-pt_individuals .case-studies .knowledge-post.red h3, .single-pt_industries .case-studies .knowledge-post.red h3, .single-pt_business .case-studies .knowledge-post.red .byline, .single-pt_individuals .case-studies .knowledge-post.red .byline, .single-pt_industries .case-studies .knowledge-post.red .byline {
  color: #fff;
}
@media (min-width: 38.75em) {
  .single-pt_business .case-studies .knowledge-post, .single-pt_individuals .case-studies .knowledge-post, .single-pt_industries .case-studies .knowledge-post {
    flex-wrap: nowrap;
  }
  .single-pt_business .case-studies .knowledge-post img, .single-pt_individuals .case-studies .knowledge-post img, .single-pt_industries .case-studies .knowledge-post img {
    flex-basis: 45%;
    width: 45%;
  }
  .single-pt_business .case-studies .knowledge-post .inner, .single-pt_individuals .case-studies .knowledge-post .inner, .single-pt_industries .case-studies .knowledge-post .inner {
    height: auto;
    flex-basis: 55%;
  }
}
.single-pt_business .news-posts, .single-pt_individuals .news-posts, .single-pt_industries .news-posts {
  background: #f9f5f3;
  padding-top: 3em;
}
.single-pt_business .bio-post:hover .location, .single-pt_individuals .bio-post:hover .location, .single-pt_industries .bio-post:hover .location {
  color: #fff;
}
.single-pt_business .bio-post .location, .single-pt_individuals .bio-post .location, .single-pt_industries .bio-post .location {
  color: #f9f5f3;
}
.single-pt_business .related-services, .single-pt_individuals .related-services, .single-pt_industries .related-services {
  background: #eaf5f5;
  padding: 2em 0 3em;
}
.single-pt_business .related-services .services-container, .single-pt_individuals .related-services .services-container, .single-pt_industries .related-services .services-container {
  max-width: 77rem;
  margin: 0 auto;
}
.single-pt_business .related-services .button, .single-pt_individuals .related-services .button, .single-pt_industries .related-services .button {
  margin: 0.75em;
}
.single-pt_business .related-industries, .single-pt_individuals .related-industries, .single-pt_industries .related-industries {
  background: #fff;
  padding: 4em 0 1em;
}
.single-pt_business .related-industries &gt; h2, .single-pt_individuals .related-industries &gt; h2, .single-pt_industries .related-industries &gt; h2 {
  position: relative;
  padding-bottom: 0.5em;
}
.single-pt_business .related-industries &gt; h2:after, .single-pt_individuals .related-industries &gt; h2:after, .single-pt_industries .related-industries &gt; h2:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url('images/orange-dots.svg') no-repeat center/contain;
  width: 38px;
  height: 4px;
  bottom: 0;
  left: calc(50% - 19px);
}
.single-pt_business .related-industries .related-industries-container, .single-pt_individuals .related-industries .related-industries-container, .single-pt_industries .related-industries .related-industries-container {
  max-width: 75rem;
  margin: 1em auto 3em;
}
.single-pt_business .related-industries .featured-industry, .single-pt_individuals .related-industries .featured-industry, .single-pt_industries .related-industries .featured-industry {
  width: 100%;
  margin: 2em 0;
}
.single-pt_business .related-industries .featured-industry img, .single-pt_individuals .related-industries .featured-industry img, .single-pt_industries .related-industries .featured-industry img {
  width: 100%;
  height: auto;
}
.single-pt_business .related-industries .featured-industry .inner, .single-pt_individuals .related-industries .featured-industry .inner, .single-pt_industries .related-industries .featured-industry .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-pt_business .related-industries .featured-industry h3, .single-pt_individuals .related-industries .featured-industry h3, .single-pt_industries .related-industries .featured-industry h3 {
  color: #79162a;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 0.889em;
  letter-spacing: 0.125em;
  margin-top: 0;
  max-width: 100%;
}
.single-pt_business .related-industries .featured-industry p, .single-pt_individuals .related-industries .featured-industry p, .single-pt_industries .related-industries .featured-industry p {
  max-width: 100%;
}
@media (min-width: 56.25rem) {
  .single-pt_business .related-industries .featured-industry, .single-pt_individuals .related-industries .featured-industry, .single-pt_industries .related-industries .featured-industry {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .single-pt_business .related-industries .featured-industry img, .single-pt_individuals .related-industries .featured-industry img, .single-pt_industries .related-industries .featured-industry img {
    width: 40%;
    height: auto;
  }
  .single-pt_business .related-industries .featured-industry .inner, .single-pt_individuals .related-industries .featured-industry .inner, .single-pt_industries .related-industries .featured-industry .inner {
    flex-basis: 60%;
    padding-left: 1em;
    box-sizing: border-box;
  }
  .single-pt_business .related-industries .featured-industry .button, .single-pt_individuals .related-industries .featured-industry .button, .single-pt_industries .related-industries .featured-industry .button {
    margin-top: auto;
  }
}
.contact-content {
  max-width: 60rem;
  margin: 4em auto;
}
.contact-content h2, .contact-content .label {
  text-align: left;
}
.contact-content aside h3 {
  font-size: 0.667em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #79162a;
  text-transform: uppercase;
  margin-top: 2.5em;
}
.contact-content aside a {
  text-decoration: none;
}
@media (min-width: 56.25rem) {
  .contact-content {
    display: flex;
  }
  .contact-content aside {
    margin: 1.25em 1.5em 1.5em 3em;
    flex-basis: 34%;
    flex-basis: 26%;
    flex-shrink: 0;
  }
}
.join-us .intro {
  margin: 0 auto;
  padding: 4em 0 3em;
  text-align: center;
}
.join-us .intro p {
  font-weight: 400;
  max-width: 60rem;
}
.join-us .image-grid.knowledge-squares .knowledge-post .inner {
  font-size: 1.889em;
}
.join-us .accolades .logos {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.join-us .accolades .logos .image-container {
  margin: 3em 2em;
  min-width: 100px;
  max-width: 218px;
}
.join-us .accolades .logos img {
  width: 100%;
}
.join-us .intro.openings {
  background: #f9f5f3;
  width: 100%;
}
.join-us .jobs-section {
  text-align: center;
  max-width: 60rem;
  margin: 0 auto;
}
.join-us .jobs-section p {
  font-size: 1.222em;
}
.join-us .jobs-section h3 {
  margin-top: 3em;
}
.join-us .jobs {
  max-height: 0;
  overflow: hidden;
  height: auto;
  transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  margin: 0 auto;
  max-width: 44rem;
}
.join-us .jobs .job {
  background: #f9f5f3;
  display: inline-block;
  width: 100%;
  margin: 0.5em 0;
  text-align: left;
  padding: 1em;
  box-sizing: border-box;
  color: #012b32;
}
.join-us .jobs h4, .join-us .jobs span {
  font-size: 0.889em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: inline-block;
  margin: 0;
}
.join-us .jobs span {
  float: right;
}
.join-us .jobs.open {
  max-height: 100em;
  margin: 3em auto 2em;
}
.join-us .summer {
  padding-bottom: 0;
}
.join-us .summer .posts-container {
  text-align: left;
  justify-content: center;
  margin-top: 3em;
}
.join-us blockquote {
  background: #f9f5f3;
  color: #012b32;
  font-style: normal;
  padding: 1.5em 0 1em;
  text-align: center;
}
.join-us blockquote p {
  max-width: 60rem;
  margin: 0 auto;
}
.join-us blockquote cite {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.4em;
  text-transform: uppercase;
}
.join-us blockquote:before {
  color: #d0c88e;
  top: -0.17em;
  font-size: 8em;
}
.join-us .form-text {
  background: #012b32;
  color: #fff;
  display: block;
}
.join-us .form-text .inner {
  max-width: 70rem;
  margin: 0 auto;
  display: block;
}
.join-us .form-text .box {
  background: #eb9a3f;
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 15em;
  height: 12em;
  display: none;
}
.join-us .form-text .content {
  vertical-align: middle;
  font-size: 1.222em;
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.join-us .form-text .letters-clip-box {
  position: absolute;
  right: 0.15em;
  bottom: 0;
  overflow: hidden;
}
.join-us .form-text .letters {
  font-family: 'TypewriterSerial-Medium', "Courier New", Courier, monospace;
  font-size: 4.7em;
  position: relative;
  right: 0;
  bottom: -0.09em;
}
.join-us .form-outer {
  background: #eaf5f5;
}
.join-us .form {
  max-width: 70rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 56.25rem) {
  .join-us {
    position: relative;
  }
  .join-us .form {
    padding: 2em 2em 2em 17em;
  }
  .join-us .form-text {
    height: 12em;
  }
  .join-us .form-text .box {
    display: inline-block;
  }
  .join-us .form-text .content {
    height: 13.5rem;
  }
}
.job-container {
  max-width: 60rem;
  margin: 0 auto 3em;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.job-container h2, .job-container .label {
  text-align: left;
}
.job-container .content-column {
  margin-top: 3em;
}
.job-container .content-column p, .job-container .content-column ul, .job-container .content-column ol, .job-container .content-column li {
  font-size: 1.222em;
}
.job-container aside {
  width: 100%;
}
.job-container aside h3 {
  color: #79162a;
  text-transform: uppercase;
  font-size: 0.667em;
  font-weight: 800;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin-top: 4em;
}
.job-container aside h3:first-of-type {
  margin-top: 0;
}
@media (min-width: 56.25rem) {
  .job-container {
    flex-wrap: nowrap;
  }
  .job-container aside {
    width: 13em;
    border-left: 1px solid #768895;
    padding: 0 2em;
    margin: 6em 0 0 2em;
    flex-shrink: 0;
  }
}
.single-job .page-header-text .inner {
  position: relative;
}
.single-job .page-header-text svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.single-job .form {
  max-width: 60rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.single-job .form .label {
  color: #fff;
  text-align: left;
}
.single-job .gform-wrapper {
  max-width: 50rem;
}
.image-grid {
  display: flex;
  flex-wrap: wrap;
}
.image-grid .knowledge-squares {
  flex-basis: 100%;
}
.image-grid .knowledge-squares .knowledge-post {
  flex-wrap: wrap;
}
.image-grid .knowledge-squares .knowledge-post img {
  flex-basis: 100%;
  width: 100%;
  height: auto;
}
.image-grid .knowledge-squares .knowledge-post .inner {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1.75em;
  box-sizing: border-box;
  height: calc(90vw - 2.222em);
  color: #fff;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
}
.image-grid .knowledge-squares .knowledge-post .inner.image {
  height: 0;
  padding-bottom: calc(100vw - 1em);
}
.image-grid .knowledge-squares .knowledge-post .inner p {
  max-width: 90%;
}
.image-grid .knowledge-squares .knowledge-post h3 {
  font-weight: normal;
  font-size: 1.333em;
  margin: 0.5em 0;
  line-height: 1.25em;
}
.image-grid .knowledge-squares .knowledge-post:nth-of-type(2) img {
  order: 2;
}
.image-grid .knowledge-squares .knowledge-post:first-of-type h3 {
  color: #012b32;
}
.image-grid .knowledge-squares .knowledge-post:first-of-type .byline {
  color: #768895;
}
.image-grid .knowledge-squares .knowledge-post.dark-green {
  background: #012b32;
}
.image-grid .knowledge-squares .knowledge-post.dark-green h3, .image-grid .knowledge-squares .knowledge-post.dark-green .byline {
  color: #fff;
}
.image-grid .knowledge-squares .knowledge-post.red {
  background: #79162a;
}
.image-grid .knowledge-squares .knowledge-post.red .label, .image-grid .knowledge-squares .knowledge-post.red h3, .image-grid .knowledge-squares .knowledge-post.red .byline {
  color: #fff;
}
.image-grid .knowledge-post {
  flex-basis: 50%;
  display: flex;
}
.image-grid .knowledge-post.featured {
  flex-basis: 100%;
  position: relative;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(90vw - 2.222em);
}
.image-grid .knowledge-post.featured .inner {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  font-size: 1.889em;
  max-width: 100%;
}
.image-grid .knowledge-post.featured .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.image-grid .knowledge-post.featured:first-of-type {
  background: #b8cd5e;
}
.image-grid .knowledge-post.featured:last-of-type {
  background: #499c94;
}
@media (min-width: 85rem) {
  .image-grid .knowledge-squares {
    flex-basis: 50%;
  }
  .image-grid .knowledge-post.featured {
    flex-basis: 50%;
    height: auto;
  }
}
@media (min-width: 38.75em) {
  .image-grid .knowledge-squares .knowledge-post {
    flex-wrap: nowrap;
  }
  .image-grid .knowledge-squares .knowledge-post img, .image-grid .knowledge-squares .knowledge-post .inner {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
  }
  .image-grid .knowledge-squares .knowledge-post .inner {
    height: auto;
    padding: 0;
    max-width: 21.5em;
  }
  .image-grid .knowledge-squares .knowledge-post .inner.image {
    padding-bottom: 45%;
  }
  .image-grid .knowledge-squares .knowledge-post .inner p {
    margin: 1.75em;
  }
}
main.ethos div.intro p {
  font-family: 'FFScalaWebProRegular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
main.ethos blockquote {
  background: #f9f5f3;
  text-align: center;
  color: inherit;
  padding: 1.5em 0;
}
main.ethos blockquote p {
  max-width: 60rem;
  margin: 0.5em auto;
  display: inline-block;
}
main.ethos blockquote cite {
  max-width: 20rem;
  margin: 0.5em auto;
  font-size: 0.4em;
  font-weight: bold;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  font-style: normal;
}
main.ethos blockquote:before {
  color: rgba(237, 139, 0, 0.25);
  font-size: 8em;
}
main.ethos div.service p.service_copy {
  font-size: 24px;
  text-align: center;
}
main.ethos div.related-professionals-ethos {
  margin-top: 50px;
  margin-bottom: 0;
}
@media print {
  header {
    display: none;
  }
  footer {
    display: none;
  }
  body {
    padding: 0;
  }
  html {
    background: none;
  }
  body, h1, .label {
    color: black !important;
  }
  p {
    break-inside: avoid;
    display: inline-block;
  }
  .social-nav, .recent-posts, .back, .disclaimer-overlay {
    display: none;
  }
  .bio-content {
    background: none;
  }
  .bio-header {
    display: inline-block;
    max-width: 100%;
  }
  .bio-header .left {
    padding: 0;
    background: none;
    color: black;
  }
  .bio-header .intro {
    padding: 0;
    margin: 2em auto;
    color: black;
    background: none;
  }
  .bio-header .location-numbers {
    display: inline-block;
    margin-right: 3em;
  }
  .bio-body {
    display: inline;
    max-width: 100%;
  }
  .bio-body aside {
    background: none;
    position: relative;
  }
  .bio-body aside .wp-post-image {
    width: 50%;
    display: inline-block;
    break-inside: avoid;
    position: relative;
  }
  .bio-body aside .sidebar-content {
    width: 49%;
    background: none;
    color: black;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
  }
  .bio-body aside blockquote {
    padding: 4em 1em 3em;
    margin: 0;
    break-inside: avoid;
    display: inline;
  }
  .bio-body aside blockquote:before {
    top: 0.55em;
  }
  .bio-body main {
    padding: 0;
    overflow: visible;
    display: inline;
  }
  .bio-body .accordion {
    position: relative;
    height: 300px;
    display: inline;
  }
  .bio-body .accordion .row {
    max-width: 100%;
    break-inside: avoid-page;
    position: relative;
    display: inline-block;
    padding-top: 0;
    margin-top: 0;
    border-bottom: 0;
  }
  .bio-body .accordion .row h3 {
    padding-left: 0;
  }
  .bio-body .accordion .row .close, .bio-body .accordion .row h3 span {
    display: none;
  }
  .bio-body .accordion .row .details {
    max-height: 50em;
    height: auto;
  }
  .contact-cta {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>