@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*
body {
	line-height: 1;
}
*/
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

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

html, body {
  width: 100%;
  height: 100%;
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-size: 90%;
}
@media (min-width: 1300px) {
  html, body {
    font-size: 100%;
  }
}

@media (min-width: 941px) {
  .mobile--only {
    display: none;
  }
}

@media (max-width: 940px) {
  .desktop--only {
    display: none;
  }
}

.hidden {
  display: none;
}

b, strong {
  font-weight: 700;
}

a {
  color: blue;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px solid #000;
}

.full-width {
  width: 90%;
  margin: auto;
}
@media (min-width: 940px) {
  .full-width {
    width: 940px;
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .full-width {
    width: 1260px;
  }
}

.half-width {
  width: 90%;
}
@media (min-width: 940px) {
  .half-width {
    width: 470px;
  }
}
@media (min-width: 1300px) {
  .half-width {
    width: 630px;
  }
}

.reduced-width {
  width: 80%;
  margin: auto;
}
@media (min-width: 940px) {
  .reduced-width {
    width: 855px;
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .reduced-width {
    width: 1140px;
  }
}

.section {
  padding: 5em 0 5em 0;
}
@media (min-width: 767px) {
  .section {
    padding: 6.25em 0 6.25em 0;
  }
}

.clear {
  clear: both;
}

h1 {
  font-family: "DM Serif Display", serif;
  text-align: center;
  line-height: 1.2em;
  color: #041E42;
}

h2 {
  text-align: center;
  line-height: 1.2em;
}

h4 {
  color: #041E42;
  font-size: 1em;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 1em;
  line-height: 1.2em;
}

.yellow {
  background-color: #FFED7A !important;
}

.grey {
  background-color: #eee !important;
}

.round {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#ajax--slot {
  width: 100%;
}
.hero--section + .filters--section {
  margin-top: 2em;
}

.filters--section {
  padding: 2em 0;
  background-color: #041E42;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 767px) {
  .filters--section {
    padding: 3em 0;
  }
}
@media (min-width: 767px) {
  .filters--section .filters {
    display: flex;
  }
}
.filters--section .filters .filters--column {
  padding-right: 1em;
}
@media (max-width: 767px) {
  .filters--section .filters .filters--column + .filters--column {
    margin-top: 1em;
  }
}
@media (min-width: 767px) {
  .filters--section .filters .filters--column {
    width: 26%;
  }
}
.filters--section .filters .filters--column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.filters--section .filters .filters--column ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
}
.filters--section .filters .filters--column ul li a {
  padding: 4px 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.filters--section .filters .filters--column ul li a .plus-icon, .filters--section .filters .filters--column ul li a .minus-icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
}
@media (min-width: 1300px) {
  .filters--section .filters .filters--column ul li a .plus-icon, .filters--section .filters .filters--column ul li a .minus-icon {
    width: 25px;
    height: 25px;
  }
}
.filters--section .filters .filters--column ul li a .plus-icon .plus-icon-svg {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
.filters--section .filters .filters--column ul li a .plus-icon .plus-bar {
  display: none;
}
.filters--section .filters .filters--column ul li a .minus-icon {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.filters--section .filters .filters--column ul li a .minus-icon .plus-icon-svg {
  display: none;
}
.filters--section .filters .filters--column ul li a .minus-icon .plus-bar {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
.filters--section .filters .filters--column ul li a .filter-label {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.1em;
  margin-left: 1.6em;
  padding: 2px 0;
}
.filters--section .filters .filters--column ul li a:hover {
  color: #FFED7A;
}
.filters--section .filters .filters--column ul li a:hover .plus-icon .plus-icon-svg {
  stroke: #FFED7A;
}
.filters--section .filters .filters--column ul li a:hover .minus-icon .plus-bar {
  stroke: #FFED7A;
}
.filters--section .filters .filters--column ul li a.active {
  color: #FFED7A;
}
.filters--section .filters .filters--column ul li a.active .plus-icon .plus-icon-svg {
  stroke: #FFED7A;
}
.filters--section .filters .filters--column ul li a.active .plus-icon .plus-bar {
  display: none;
}
.filters--section .filters .filters--column ul li a.active .minus-icon {
  transform: rotate(90deg);
}
.filters--section .filters .filters--column ul li a.active .minus-icon .plus-bar {
  stroke: #FFED7A;
}
.filters--section .filters .filters--column.triple {
  padding-right: 0;
}
.filters--section .filters .filters--column.triple ul li {
  width: 50%;
}
@media (min-width: 767px) {
  .filters--section .filters .filters--column.triple {
    width: 56%;
  }
  .filters--section .filters .filters--column.triple ul li {
    width: 44%;
  }
}
.filters--section .filters .filters--column.quadruple {
  padding-right: 0;
}
@media (min-width: 767px) {
  .filters--section .filters .filters--column.quadruple {
    width: 82%;
  }
}
.filters--section .filters .filters--column.quadruple ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .filters--section .filters .filters--column.quadruple ul li {
    width: 33%;
  }
}
@media (min-width: 940px) {
  .filters--section .filters .filters--column:first-child {
    width: 18%;
  }
}
.filters--section hr {
  border-color: #fff;
}
.filters--section h3 {
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .filters--section h3 {
    margin-bottom: 1em;
  }
}
.filters--section h4 {
  font-size: 1.2em;
  margin-bottom: 0.7em;
  font-weight: 700;
  color: #fff;
}

.hero--section {
  display: none;
}
@media (min-width: 500px) {
  .hero--section {
    display: block;
  }
}
.hero--section img {
  width: 100%;
}

.hero--section-mobile {
  display: block;
}
@media (min-width: 500px) {
  .hero--section-mobile {
    display: none;
  }
}
.hero--section-mobile img {
  width: 100%;
}

.signpost {
  color: #041E42;
  border: 1px solid #041E42;
  padding: 0.7em 1.3em;
  min-width: 10em;
  text-align: center;
  margin: auto;
  font-size: 1.3em;
  display: inline-block;
  margin-bottom: 3em;
}

a.signpost--link {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #041E42;
  border: 1px solid #041E42;
  padding: 0.7em 1.3em;
  min-width: 10em;
  text-align: center;
  margin: auto;
  font-size: 1.3em;
  display: inline-block;
  margin-top: 3em;
}
a.signpost--link:hover {
  color: #041E42 !important;
  background-color: #eee;
  text-decoration: none !important;
}

.intro--section {
  text-align: center;
}
.intro--section a {
  color: blue;
}
.intro--section h1 {
  font-size: 3em;
  width: 90%;
  max-width: 345px;
  margin: auto;
  margin-bottom: 0.7em;
}
@media (min-width: 767px) {
  .intro--section h1 {
    width: 50%;
    max-width: inherit;
  }
}
.intro--section h2 {
  font-size: 2em;
  width: 90%;
  max-width: 379px;
  margin: auto;
}
@media (min-width: 767px) {
  .intro--section h2 {
    width: 55%;
    max-width: inherit;
  }
}
.intro--section .intro--btn {
  margin-top: 70px;
}

.intro--btn {
  font-size: 1.2rem;
  display: block;
  width: 130px;
  height: 130px;
  border: 1px solid blue;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  text-decoration: none;
  padding-top: 50px;
  color: blue;
}
.intro--btn .arrow {
  width: 15px;
  margin: auto;
  margin-top: 0.5em;
}
.intro--btn.type2 {
  width: 200px;
  height: 100px;
  padding-top: 14px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.intro--btn.type2 .arrow {
  width: 13px;
  margin: auto;
  margin-top: 1em;
}
.intro--btn.type3 {
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  width: 300px;
  height: 110px;
  padding-top: 40px;
}
.intro--btn.type3 .arrow {
  width: 13px;
  margin: auto;
  margin-top: 0.2em;
}

.meta h4 {
  font-size: 1.4em;
  margin-bottom: 0.4em;
}
.meta ul + h4 {
  margin-top: 1em;
}
.meta ul {
  list-style-type: none;
  margin: 0;
  padding-left: 1.6em;
}
.meta ul li {
  font-size: 1.4em;
  text-indent: -1.1em;
  margin-bottom: 0.2em;
}
.meta ul li:before {
  content: "–";
  padding-right: 0.5em;
}
.meta hr {
  width: 100%;
  height: 1px;
  margin-bottom: 2em;
}

.body h4 {
  font-size: 1.4em;
  margin-bottom: 0.2em;
}
.body p {
  font-size: 1.4em;
  margin-bottom: 1.2em;
}

.featured--section {
  background: #FFED7A;
}
.featured--section .full-width {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .featured--section .full-width {
    width: 80%;
    flex-wrap: wrap;
  }
}
.featured--section .section {
  padding: 4em 0;
}
.featured--section .featured--image--slot {
  width: 100%;
}
.featured--section .featured--image--slot .featured--image {
  width: 100%;
}
@media (min-width: 767px) {
  .featured--section .featured--image--slot {
    width: 50%;
  }
  .featured--section .featured--image--slot .featured--image {
    width: 90%;
  }
}
.featured--section .featured--summary {
  width: 100%;
}
@media (min-width: 767px) {
  .featured--section .featured--summary {
    width: 50%;
  }
}
.featured--section .featured--summary h2 {
  color: #041E42;
  display: inline-block;
  padding: 0.2em 0.7em 0.2em 0.4em;
  font-family: "DM Serif Display", serif;
  font-size: 3em;
  text-align: left;
  border: 1px solid #041E42;
  -webkit-border-top-right-radius: 1em;
  -webkit-border-bottom-right-radius: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .featured--section .featured--summary h2 {
    margin-top: 1.25em;
    margin-bottom: 0.7em;
  }
}
.featured--section .featured--summary h3 {
  color: #041E42;
  font-family: "DM Serif Display", serif;
  font-size: 2.2em;
  text-align: left;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .featured--section .featured--summary h3 {
    line-height: 1.2em;
    margin-bottom: 0.5em;
  }
}
.featured--section .featured--summary p {
  text-align: left;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.featured--section .featured--summary .featured--more {
  display: inline-block;
  color: #041E42;
  text-decoration: none;
  border: 1px solid #041E42;
  font-size: 1.5em;
  padding: 7px 12px;
  margin-top: 10px;
}

.project-showcase--section {
  padding: 4.5em 0;
}
.project-showcase--section h3 {
  color: #041E42;
  font-family: "DM Serif Display", serif;
  font-size: 2.2em;
  text-align: center;
}
.project-showcase--section .showcase--entries {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 55px;
}
.project-showcase--section .showcase--entries .project--teaser-more {
  font-size: 1.1em;
  display: inline-block;
  color: blue;
  text-decoration: none;
  border: 1px solid blue;
  padding: 5px 8px;
  margin-top: 0px;
}

.related--insight {
  padding: 4.5em 0;
  background: #eee;
  display: flex;
}
.related--insight h3 {
  color: #041E42;
  font-family: "DM Serif Display", serif;
  font-size: 2.2em;
  text-align: center;
}
.related--insight .insight--entries {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4em;
}
.related--insight .insight--entries .insight--teaser {
  width: 100%;
  margin-bottom: 3em;
  text-decoration: none;
  color: #000;
}
.related--insight .insight--entries .insight--teaser .insight--teaser-image {
  margin: auto;
  display: block;
  width: 85%;
}
.related--insight .insight--entries .insight--teaser .insight--teaser-info {
  width: 85%;
  margin: auto;
  margin-top: 2em;
}
.related--insight .insight--entries .insight--teaser .insight--teaser-info h4 {
  color: #041E42;
  font-size: 1.7em;
  margin-bottom: 0.7em;
  font-weight: 500;
}
.related--insight .insight--entries .insight--teaser .insight--teaser-info p {
  font-size: 1.3em;
}
.related--insight .insight--entries .insight--teaser .insight--teaser-more {
  font-size: 1.1em;
  display: inline-block;
  color: blue;
  text-decoration: none;
  border: 1px solid blue;
  padding: 5px 8px;
  margin-top: 0px;
}
@media (min-width: 500px) {
  .related--insight .insight--entries .insight--teaser {
    width: 40%;
  }
  .related--insight .insight--entries .insight--teaser .insight--teaser-info {
    width: 75%;
  }
}
@media (min-width: 767px) {
  .related--insight .insight--entries .insight--teaser {
    width: 30%;
  }
  .related--insight .insight--entries .insight--teaser .insight--teaser-info {
    width: 65%;
  }
}

.quote--slides {
  height: 500px;
  position: relative;
}
@media (min-width: 767px) {
  .quote--slides {
    height: 400px;
  }
}
.quote--slides .quote--slide {
  background-color: #eee;
  position: absolute;
  height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 767px) {
  .quote--slides .quote--slide {
    height: 400px;
  }
}
.quote--slides .quote--slide .quote--slide--wrap {
  margin: auto;
  width: 100%;
}
.quote--slides .quote--slide .quote--slide--wrap .quote--wrap {
  width: 100%;
}

.testimonial--section {
  background: #eee;
  text-align: center;
}
.testimonial--section .testimonial--quote {
  width: 3.5em;
  margin: auto;
  margin-bottom: 2em;
}
.testimonial--section .testimonial--text {
  color: #041E42;
  font-family: "DM Serif Display", serif;
  font-size: 1.7em;
  line-height: 1.2em;
  font-style: italic;
  width: 90%;
  max-width: 483px;
  margin: auto;
}
@media (min-width: 767px) {
  .testimonial--section .testimonial--text {
    width: 70%;
    max-width: inherit;
  }
}
.testimonial--section .testimonial--text.bigText {
  font-size: 2em;
  width: 80%;
  max-width: 276px;
}
@media (min-width: 767px) {
  .testimonial--section .testimonial--text.bigText {
    width: 60%;
    max-width: inherit;
  }
}
.testimonial--section .testimonial--attribution {
  color: blue;
  margin: auto;
  margin-top: 1.3em;
  font-size: 1.4em;
  width: 80%;
  max-width: 483px;
}
@media (min-width: 767px) {
  .testimonial--section .testimonial--attribution {
    width: 60%;
    max-width: inherit;
  }
}
.testimonial--section .testimonial--headshot {
  text-align: center;
}
.testimonial--section .testimonial--headshot img.round {
  width: 70px;
  margin: auto;
  margin-top: 2em;
  border: 1px solid blue;
}

.testimonial--section + .testimonial--section {
  padding-top: 0 !important;
}

.teaser-more {
  color: blue;
  text-decoration: none;
  border: 1px solid blue;
  padding: 0.3em 0.5em;
  font-size: 1.1em;
  display: inline-block;
}

.plus-minus {
  position: relative;
}
.plus-minus .plus-icon, .plus-minus .minus-icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
}
@media (min-width: 1300px) {
  .plus-minus .plus-icon, .plus-minus .minus-icon {
    width: 25px;
    height: 25px;
  }
}
.plus-minus .plus-icon .plus-icon-svg {
  fill: none;
  stroke: blue;
  stroke-miterlimit: 10;
}
.plus-minus .plus-icon .plus-bar {
  display: none;
}
.plus-minus .minus-icon {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.plus-minus .minus-icon .plus-icon-svg {
  display: none;
}
.plus-minus .minus-icon .plus-bar {
  fill: none;
  stroke: blue;
  stroke-miterlimit: 10;
}

.back--link {
  display: inline-block;
  border: 1px solid #000;
  padding: 0.7em 1.2em;
  text-decoration: none;
  color: #000;
  font-size: 1.2em;
  margin: auto;
}
.back--link .arrow {
  transform: rotate(180deg);
  display: inline-block;
  width: 15px;
  margin-right: 0.8em;
}
.back--link .arrow .arw-cls {
  stroke: #000 !important;
}
.back--link:hover {
  border-color: blue;
  color: blue;
}
.back--link:hover .arrow .arw-cls {
  stroke: blue !important;
}

.centered {
  text-align: center;
}

.partner--section h1 {
  font-size: 3em;
  width: 90%;
  max-width: 345px;
  margin: auto;
  margin-bottom: 0.7em;
}
@media (min-width: 767px) {
  .partner--section h1 {
    width: 70%;
    max-width: inherit;
  }
}
.partner--section h2 {
  font-size: 1.7em;
  width: 90%;
  max-width: 379px;
  margin: auto;
}
@media (min-width: 767px) {
  .partner--section h2 {
    width: 70%;
    max-width: inherit;
  }
}
.partner--section .partner--logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.partner--section .partner--logos .partner--logo {
  margin: 20px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.partner--section .partner--logos .partner--logo img {
  mix-blend-mode: multiply;
}
.partner--section .partner--logos .partner--logo img.fat {
  width: 100%;
}
.partner--section .partner--logos .partner--logo img.skinny {
  height: 100px;
}

@media (min-width: 767px) {
  .value--blocks .value--block {
    display: flex;
  }
}
.value--blocks .value--block .value--title {
  background-color: #eee;
}
@media (min-width: 767px) {
  .value--blocks .value--block .value--title {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}
.value--blocks .value--block .value--title .value--title-sub {
  padding: 2em 0;
  margin: auto;
}
@media (min-width: 767px) {
  .value--blocks .value--block .value--title .value--title-sub {
    margin: 0;
    padding: 2.5em 3em 2.5em 5em;
    border-bottom: 1px solid #000;
  }
}
.value--blocks .value--block .value--title .value--title-sub h2 {
  text-align: left;
  font-size: 2.5em;
}
@media (min-width: 767px) {
  .value--blocks .value--block .value--title .value--title-sub h2 {
    font-size: 3em;
  }
}
@media (min-width: 767px) {
  .value--blocks .value--block .value--text {
    width: 50%;
  }
}
.value--blocks .value--block .value--text .value--text-sub {
  padding: 2em 0 1em 0;
  border-bottom: 1px solid #000;
  margin: auto;
}
@media (min-width: 767px) {
  .value--blocks .value--block .value--text .value--text-sub {
    margin: 0;
    padding: 2.5em 2.5em 1.3em 2em;
  }
}
.value--blocks .value--block .value--text .value--text-sub p {
  font-size: 1.4em;
}
.value--blocks .value--block:last-child .value--title .value--title-sub {
  border: none;
}
.value--blocks .value--block:last-child .value--text .value--text-sub {
  border: none;
}

.ourPartnerships .testimonial--section {
  background-color: #fff;
}

.timeline--slider {
  width: 280px;
  margin: auto;
}
@media (min-width: 940px) {
  .timeline--slider {
    width: 840px;
  }
}
@media (min-width: 1300px) {
  .timeline--slider {
    width: 1170px;
  }
}
.timeline--slider .slider--slot {
  height: 280px;
}
@media (min-width: 1300px) {
  .timeline--slider .slider--slot {
    height: 380px;
  }
}

.timeline--transport {
  background-color: #041E42;
}
.timeline--transport .slider--slide {
  width: 280px;
  height: 280px;
  padding: 20px;
}
@media (min-width: 1300px) {
  .timeline--transport .slider--slide {
    width: 390px;
    height: 390px;
    padding: 30px;
  }
}
.timeline--transport .slider--slide .year--roundel {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #041E42;
  display: flex;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.timeline--transport .slider--slide .year--roundel div {
  text-align: center;
  margin: auto;
  font-family: "DM Serif Display", serif;
  font-size: 6em;
}
.timeline--transport .slider--slide .year--roundel:hover {
  background-color: #fff8ca;
}
.timeline--transport .slider--slide .year--roundel.here {
  background-color: #FFED7A;
}
.timeline--transport .slider--slide .year--roundel.here:hover {
  background-color: #FFED7A;
}

.ourStory #slider--next, .ourStory #slider--back {
  width: 35px;
  display: block;
  position: absolute;
  top: 120px;
}
@media (min-width: 1300px) {
  .ourStory #slider--next, .ourStory #slider--back {
    top: 180px;
  }
}
.ourStory #slider--next {
  right: -40px;
}
.ourStory #slider--back {
  left: -40px;
}
.ourStory .next-cls, .ourStory .back-cls {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}

.timeline--entry {
  display: none;
}
.timeline--entry.here {
  display: block;
}

.timeline--date {
  padding: 2em 0;
}
.timeline--date:nth-child(1) {
  background-color: #FFED7A;
}
.timeline--date:nth-child(3) {
  background-color: #eee;
}
.timeline--date:nth-child(5) {
  background-color: #FFED7A;
}
.timeline--date:nth-child(7) {
  background-color: #eee;
}
.timeline--date h3 {
  color: blue;
  display: inline-block;
  padding: 0.2em 0.7em 0.2em 0.4em;
  font-family: "DM Serif Display", serif;
  font-size: 3em;
  text-align: left;
  border: 1px solid blue;
  -webkit-border-top-right-radius: 1em;
  -webkit-border-bottom-right-radius: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .timeline--date h3 {
    margin-top: 0;
    margin-bottom: 0.7em;
  }
}
@media (min-width: 767px) {
  .timeline--date .full-width {
    display: flex;
  }
}

.timeline--header {
  background-color: #FFED7A;
}
.timeline--header hr {
  margin: 0 !important;
  padding: 0 !important;
}
.timeline--header h1 {
  font-family: "DM Serif Display", serif;
  font-size: 6em;
  padding: 0.5em 0;
}

.timeline--col {
  width: 100%;
}
@media (min-width: 767px) {
  .timeline--col {
    width: 50%;
  }
}
.timeline--col img.timeline--pic {
  width: 100%;
  max-width: 600px;
  margin-top: 2em;
}
.timeline--col.left {
  padding-right: 30px;
}

.timeline--text {
  font-size: 1.8em;
}

.timeline--icon {
  float: right;
  padding: 0;
}
.timeline--icon img {
  display: block;
  width: 100px;
  margin-bottom: 1em;
}

.gallery--slides {
  width: 300px;
  position: relative;
  margin: auto;
}
@media (min-width: 940px) {
  .gallery--slides {
    width: 787px;
    height: 547px;
  }
}
@media (min-width: 1300px) {
  .gallery--slides {
    width: 1050px;
    height: 730px;
  }
}

.gallery--slide {
  width: 300px;
  background-color: #fff;
}
@media (min-width: 940px) {
  .gallery--slide {
    position: absolute;
    width: 787px;
    height: 547px;
  }
}
@media (min-width: 1300px) {
  .gallery--slide {
    width: 1050px;
    height: 730px;
  }
}
.gallery--slide .slide--image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 180px;
}
@media (min-width: 940px) {
  .gallery--slide .slide--image {
    width: 787px;
    height: 472px;
  }
}
@media (min-width: 1300px) {
  .gallery--slide .slide--image {
    width: 1050px;
    height: 630px;
  }
}
.gallery--slide .slide--image .fat {
  width: 100%;
}
.gallery--slide .slide--image .skinny {
  height: 100%;
}
.gallery--slide .slide--caption {
  font-size: 1.4em;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #fff;
}
@media (min-width: 940px) {
  .gallery--slide .slide--caption {
    font-size: 1.6em;
    margin-top: 1.5em;
    margin-bottom: 0;
    text-align: left;
    width: 60%;
    padding-bottom: 0;
    padding-top: 0.5em;
    border-top: 1px solid #041E42;
    height: 130px;
  }
}
@media (min-width: 1300px) {
  .gallery--slide .slide--caption {
    height: 150px;
  }
}

.gallery {
  margin-top: 4em;
  margin-bottom: 50px;
  position: relative;
}
.gallery #slider--next, .gallery #slider--back {
  display: none;
}
@media (min-width: 940px) {
  .gallery #slider--next, .gallery #slider--back {
    width: 35px;
    display: block;
    position: absolute;
    top: 220px;
  }
}
@media (min-width: 1300px) {
  .gallery #slider--next, .gallery #slider--back {
    top: 295px;
  }
}
.gallery #slider--next {
  right: -35px;
}
@media (min-width: 940px) {
  .gallery #slider--next {
    right: 0;
  }
}
.gallery #slider--back {
  left: -35px;
}
@media (min-width: 940px) {
  .gallery #slider--back {
    left: 0;
  }
}
.gallery .next-cls, .gallery .back-cls {
  fill: none;
  stroke: #041E42;
  stroke-miterlimit: 10;
}

.block--link {
  text-align: center;
  width: 60%;
  font-size: 1.4em;
  margin: 2em auto;
  text-decoration: none;
}

.sorry {
  font-size: 1.4em;
  padding-bottom: 9em;
}

.carousel {
  margin-bottom: 1.3em;
  position: relative;
  height: 38.5vw;
}
@media (min-width: 940px) {
  .carousel {
    height: 410px;
  }
}
@media (min-width: 1300px) {
  .carousel {
    height: 550px;
  }
}
.carousel .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.carousel .slide img {
  width: 100%;
  display: block;
}

.home .hero--section-mobile {
  margin-bottom: 1em;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker--label {
  background-color: #041E42;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  padding: 5px 8px;
  padding-bottom: 0;
  font-size: 1.4em;
}
@media (min-width: 1300px) {
  .ticker--label {
    padding: 6px 10px;
    padding-bottom: 0;
    height: 40px;
  }
}

.ticker-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 35px;
  background-color: #FFED7A;
  padding-left: 100%;
  box-sizing: content-box;
}
@media (min-width: 1300px) {
  .ticker-wrap {
    height: 40px;
  }
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 40px;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker.ticking {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  font-size: 1.2rem;
  color: white;
}
.ticker-wrap .ticker__item a {
  display: inline-block;
  padding: 6px 9px;
  color: #041E42;
  text-decoration: none;
}
@media (min-width: 1300px) {
  .ticker-wrap .ticker__item a {
    padding: 8px 10px;
  }
}
.ticker-wrap .ticker__item a .ticker--more {
  border: 1px solid #041E42;
  padding: 0 5px;
  font-size: 1rem;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.ticker-wrap .ticker__item a:hover .ticker--more {
  border: 1px solid #041E42;
  background-color: #041E42;
  color: #FFED7A;
}

.topbar {
  padding: 50px 0 25px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .topbar {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: center;
  }
}
.topbar .topbar--strapline {
  width: 100%;
  font-size: 1.25em;
}
@media (min-width: 767px) {
  .topbar .topbar--strapline {
    width: 33.3%;
  }
}
.topbar .topbar--logo a {
  display: block;
  width: 10em;
  margin: auto;
}
.topbar .topbar--strapline {
  width: 100%;
  padding-top: 0.8em;
}
@media (min-width: 767px) {
  .topbar .topbar--strapline {
    padding-top: 0;
    width: 33.3%;
    align-self: flex-end;
  }
}
.topbar .topbar--menulink {
  font-size: 1.25em;
  text-align: right;
  width: 100%;
}
.topbar .topbar--menulink a#menu--open {
  color: #000;
  position: absolute;
  right: 0;
  top: 3.5em;
  display: block;
}
@media (min-width: 940px) {
  .topbar .topbar--menulink a#menu--open {
    top: 3.8em;
  }
}
@media (min-width: 1300px) {
  .topbar .topbar--menulink a#menu--open {
    top: 3.1em;
  }
}
@media (min-width: 767px) {
  .topbar .topbar--menulink {
    width: 33.3%;
    align-self: flex-end;
  }
}

#ticker--slot {
  overflow: hidden;
}

#menu--panel {
  display: none;
  color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#menu--panel #menu--panel--bg {
  background-color: #041E42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#menu--panel #menu--panel--content {
  position: relative;
}
#menu--panel .logo-fill {
  fill: #fff;
}
#menu--panel .topbar {
  position: relative;
}
#menu--panel .topbar #menu--close {
  position: absolute;
  right: 0;
  top: 2.5em;
  display: block;
  width: 2.5em;
  /* height: 60px; */
  text-decoration: none;
}
#menu--panel .topbar #menu--close .close-fill {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#menu--panel .topbar #menu--close:hover .close-fill {
  stroke: #F7BFD9;
}
#menu--panel #menu--panel--menu {
  padding-top: 2em;
}
#menu--panel ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu--panel ul li {
  margin-bottom: 1em;
  padding-right: 0.5em;
}
@media (max-width: 767px) {
  #menu--panel ul li.l1 {
    width: 50%;
  }
}
#menu--panel ul ul {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
}
@media (min-width: 767px) {
  #menu--panel ul ul {
    left: 36%;
  }
}
#menu--panel ul a, #menu--panel ul h3 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 2.2em;
  line-height: 1.1em;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#menu--panel ul a.active, #menu--panel ul h3.active {
  color: #F7BFD9;
}
#menu--panel ul a:hover, #menu--panel ul h3:hover {
  color: #F7BFD9;
}
@media (min-width: 767px) {
  #menu--panel ul a, #menu--panel ul h3 {
    font-size: 2.6em;
  }
}

.footer--section {
  padding: 50px 0;
  background: #041E42;
  color: #fff;
}
.footer--section a {
  color: #fff !important;
}
@media (min-width: 940px) {
  .footer--section .full-width {
    display: flex;
    justify-content: space-between;
  }
}
.footer--section .smallprint {
  font-size: 0.8em;
}
.footer--section .footer--info {
  padding-right: 50px;
  margin-bottom: 20px;
}
.footer--section .social--link {
  display: inline-block;
  width: 30px;
}
.footer--section .social--link + .social--link {
  margin-left: 8px;
}
.footer--section .footer--signup .signup--label {
  font-size: 1.3em;
  margin-bottom: 15px;
}
.footer--section .footer--signup .signup--label a {
  color: #fff;
}
@media (min-width: 940px) {
  .footer--section .footer--signup {
    text-align: right;
  }
}
.footer--section .footer--bcorp {
  margin-bottom: 20px;
}
.footer--section .logo--bcorp {
  max-width: 210px;
}

.slider {
  position: relative;
}
.slider .slider--slot {
  position: relative;
  overflow: hidden;
}
.slider .slider--track {
  position: absolute;
  top: 0;
  left: 0;
  width: 9999px;
  -webkit-transition: left 400ms ease;
  -moz-transition: left 400ms ease;
  -ms-transition: left 400ms ease;
  -o-transition: left 400ms ease;
  transition: left 400ms ease;
}
.slider .slider--slide {
  float: left;
}

#search--term {
  font-family: "DM Sans", sans-serif;
  font-size: 1.1em;
  padding: 0.2em 0.5em;
  border: none;
  width: 90%;
}

.service-people--list {
  display: flex;
  flex-wrap: wrap;
}
.service-people--list .person--entry {
  width: 33.3%;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .service-people--list .person--entry {
    width: 25%;
  }
}

.people--tier {
  padding: 4em 0;
  background: #eee;
}
.people--tier h2 {
  font-family: "DM Serif Display", serif;
  font-size: 2.2em;
  padding-left: 1em;
  text-align: left;
  margin-bottom: 1em;
}
.people--tier:nth-child(even) {
  background: #fff;
}

.people--sorry {
  display: none;
}

.people--row {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
@media (max-width: 767px) {
  .people--row {
    width: 90%;
    max-width: 560px;
  }
}
@media (min-width: 940px) {
  .people--row {
    width: 855px;
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .people--row {
    width: 1140px;
  }
}

.person--entry {
  width: 50%;
  padding: 0 0.7em;
  margin-bottom: 1.3em;
}
@media (min-width: 767px) {
  .person--entry {
    width: 25%;
    padding: 20px;
    margin-bottom: 1.5em;
  }
}
.person--entry h3 {
  font-size: 1.5em;
  margin-bottom: 0.2em;
  padding: 0;
}
@media (min-width: 767px) {
  .person--entry h3 {
    font-size: 1.7em;
    padding: 0 0.5em;
  }
}
.person--entry h4 {
  font-size: 1.2em;
  font-weight: 500;
  padding: 0;
  margin-left: 0 !important;
}
@media (min-width: 767px) {
  .person--entry h4 {
    font-size: 1.4em;
    padding: 0 0.6em;
  }
}
.person--entry .plus-minus {
  margin: 1em 0;
}
@media (min-width: 767px) {
  .person--entry .plus-minus {
    margin: 1em 0.8em;
  }
}
.person--entry .person--link {
  text-decoration: none;
  color: #041E42;
}
.person--entry .person--link:hover .headshot {
  border: 1px solid blue;
}
.person--entry .person--link .minus-icon {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.person--entry .person--link.active .headshot {
  border: 1px solid blue;
}
.person--entry .person--link.active .minus-icon {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  transform: rotate(90deg);
}
.person--entry .person--link.active .minus-icon .plus-bar {
  stroke: #FFED7A;
}
.person--entry .headshot {
  width: 100%;
  border: 1px solid #041E42;
  /*filter: brightness(95%) contrast(1.2) sepia(40%) hue-rotate(180deg) saturate(1.5);
  mix-blend-mode: multiply;*/
  margin-bottom: 1.1em;
}
@media (min-width: 767px) {
  .person--entry .headshot {
    margin-bottom: 1.7em;
  }
}
.person--entry.m1 {
  margin-left: 6%;
}

.person--section {
  padding: 4em 0 2.5em 0;
  background: #FFED7A;
}
.person--section .person--content {
  padding-bottom: 2em;
}
.person--section .person--content .roundel--icon {
  width: 25px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 5px;
}
@media (min-width: 767px) {
  .person--section .person--content {
    display: flex;
  }
}
.person--section .person--headshot {
  width: 100%;
  margin-bottom: 2em;
}
@media (min-width: 767px) {
  .person--section .person--headshot {
    width: 41%;
    padding-left: 20px;
  }
}
.person--section .person--headshot .headshot {
  border: 1px solid blue;
}
.person--section .person--contact {
  font-size: 1.3em;
  padding-bottom: 1.2em;
}
.person--section .person--contact .contact--row {
  padding: 3px 0;
}
.person--section .person--contact .contact--row div {
  display: inline-block;
}
.person--section .person--contact .contact--row a {
  color: #000;
  text-decoration: none;
}
.person--section .person--contact .contact--row a:hover {
  text-decoration: underline;
}
.person--section .person--tags {
  padding-top: 1.1em;
  padding-bottom: 1.2em;
  display: flex;
}
.person--section .person--tags .person--tags-column {
  width: 33.3%;
}
.person--section .person--tags .person--tags-column + .person--tags-column {
  width: 66.6%;
}
.person--section .person--tags h4 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0.1em;
  color: #000;
}
.person--section .person--tags ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.person--section .person--tags ul li {
  font-size: 1.4em;
}
.person--section .person--summary {
  font-size: 1.8em;
  padding-top: 1.1em;
  padding-right: 1em;
}
.person--section .person--details {
  width: 100%;
}
@media (min-width: 767px) {
  .person--section .person--details {
    width: 55%;
  }
}
.person--section .person--details h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4em;
  text-align: left;
  color: #000;
  margin-bottom: 0.1em;
}
.person--section .person--details h2 {
  color: #041E42;
  font-size: 1.9em;
  text-align: left;
  padding: 0;
  margin-bottom: 0.8em;
  font-family: "DM Sans", sans-serif;
}
.person--section .headshot {
  width: 100%;
  border: 1px solid blue;
  /*filter: brightness(95%) contrast(1.2) sepia(40%) hue-rotate(180deg) saturate(1.5);
  mix-blend-mode: multiply;*/
}
@media (min-width: 767px) {
  .person--section .headshot {
    width: 85%;
  }
}

.person--content-more-section {
  background-color: #fff;
}
.person--content-more-section .person--content-more {
  display: flex;
}
.person--content-more-section .person--content-more .person--body {
  padding: 2em 0 3em 0;
}
@media (min-width: 767px) {
  .person--content-more-section .person--content-more .person--body {
    width: 55%;
    margin-left: 41%;
  }
}

.projects--section {
  padding: 2.5em 0 4em 0;
}

.project--teasers {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.project--teaser {
  width: 100%;
  margin-bottom: 3em;
  text-decoration: none;
  color: #000;
}
.project--teaser .project--teaser-image-slot {
  border: 1px solid #fff;
  padding: 10px;
  width: 90%;
  margin: auto;
  margin-bottom: 15px;
}
.project--teaser .project--teaser-image-slot .project--teaser-image {
  width: 100%;
}
.project--teaser .project--teaser-info {
  width: 80%;
  margin: auto;
}
.project--teaser .project--teaser-info h4 {
  color: #041E42;
  font-size: 1.7em;
  margin-bottom: 0.7em;
  font-weight: 500;
}
.project--teaser .project--teaser-info p {
  font-size: 1.3em;
}
.project--teaser .project--teaser-info hr + h4 {
  margin-top: 0.6em;
}
@media (min-width: 500px) {
  .project--teaser {
    width: 50%;
  }
  .project--teaser .project--teaser-image-slot {
    width: 90%;
    margin-bottom: 20px;
  }
  .project--teaser .project--teaser-info {
    width: 75%;
  }
}
@media (min-width: 767px) {
  .project--teaser {
    width: 33.3%;
  }
  .project--teaser .project--teaser-image-slot {
    width: 80%;
    margin-bottom: 20px;
  }
  .project--teaser .project--teaser-info {
    width: 65%;
  }
}
.project--teaser:hover .project--teaser-image-slot {
  border: 1px solid blue;
}

.project-intro--section {
  background-color: #FFED7A;
}
@media (min-width: 767px) {
  .project-intro--section .full-width {
    display: flex;
  }
}
.project-intro--section h1 {
  text-align: left;
  color: #041E42;
  font-size: 3.1em;
  margin-bottom: 0.6em;
}
.project-intro--section p {
  font-size: 2em;
}
@media (min-width: 767px) {
  .project-intro--section .intro--info {
    width: 40%;
  }
}
.project-intro--section .main-image--slot .main-image {
  width: 84%;
}
@media (min-width: 767px) {
  .project-intro--section .main-image--slot {
    width: 60%;
    padding-right: 3em;
  }
  .project-intro--section .main-image--slot .main-image {
    float: right;
  }
}

.project-meta--section {
  padding: 4em 0 4.5em 0;
}
@media (min-width: 767px) {
  .project-meta--section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 767px) {
  .project-meta--section .project-meta--column {
    width: 33.3%;
    padding-right: 1.3em;
  }
}
.project-meta--section .project-meta--column + .project-meta--column {
  margin-top: 1px !important;
}
@media (min-width: 767px) {
  .project-meta--section .project-meta--column + .project-meta--column {
    margin-top: 0;
  }
}

@media (min-width: 767px) {
  .body--section .body--column {
    width: 55%;
    margin-left: 43%;
  }
}

.service .next-cls, .service .back-cls {
  fill: none;
  stroke: #041e43;
  stroke-miterlimit: 10;
}
.service .people--section {
  background: white;
  display: flex;
  flex-wrap: wrap;
}
.service #slider--next, .service #slider--back {
  width: 30px;
  top: 70px;
  position: absolute;
  display: block;
}
@media (min-width: 1300px) {
  .service #slider--next, .service #slider--back {
    width: 35px;
    top: 100px;
  }
}
.service #slider--back {
  left: -40px;
}
.service #slider--next {
  right: 0;
}
.service .people--slider {
  margin: 2em 0;
}
.service .people--slider .slider--slot {
  height: 340px;
  width: 95%;
}
@media (min-width: 1300px) {
  .service .people--slider .slider--slot {
    height: 440px;
  }
}
.service .person--entry {
  width: 208px;
  margin-bottom: 0 !important;
  padding: 0 15px;
}
.service .person--entry .headshot {
  width: 178px;
  height: 178px;
}
@media (max-width: 767px) {
  .service .person--entry {
    font-size: 0.9em;
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 940px) {
  .service .person--entry {
    width: 208px;
    padding: 0 15px;
  }
  .service .person--entry .headshot {
    width: 178px;
    height: 178px;
  }
}
@media (min-width: 1300px) {
  .service .person--entry {
    width: 278px;
    padding: 0 20px;
  }
  .service .person--entry .headshot {
    width: 238px;
    height: 238px;
  }
}

.service-meta--section {
  padding-bottom: 3.5em !important;
}
@media (min-width: 767px) {
  .service-meta--section {
    display: flex;
    flex-wrap: wrap;
  }
}
.service-meta--section hr {
  width: 100%;
  height: 1px;
}
@media (max-width: 940px) {
  .service-meta--section .service-meta--column.service-meta--column {
    margin-top: 2em;
  }
}
@media (min-width: 940px) {
  .service-meta--section .service-meta--column {
    width: 30%;
    margin-bottom: 0;
    padding-right: 40px;
  }
}
.service-meta--section .service-meta--column.double h4 {
  margin-bottom: 1em;
}
@media (min-width: 940px) {
  .service-meta--section .service-meta--column.double {
    padding-right: 0;
    width: 70%;
  }
  .service-meta--section .service-meta--column.double h4 {
    margin-left: 1.4em;
    margin-bottom: 0;
  }
}
.service-meta--section .service-meta--column.lone-contact {
  width: 100%;
  text-align: center;
}
.service-meta--section .service-meta--column.lone-contact .person--entry {
  margin: auto;
}

.service-summary--section {
  background: #F7BFD9;
  padding-bottom: 2em;
}
.service-summary--section .full-width {
  width: 80%;
}
@media (min-width: 767px) {
  .service-summary--section .full-width {
    width: 90%;
    display: flex;
    justify-content: center;
  }
}
.service-summary--section .service-summary--image-slot .service-summary--image {
  width: 100%;
  max-width: 310px;
  margin-bottom: 2em;
}
@media (min-width: 767px) {
  .service-summary--section .service-summary--image-slot {
    width: 50%;
  }
  .service-summary--section .service-summary--image-slot .service-summary--image {
    width: 90%;
    max-width: inherit;
  }
}
.service-summary--section .service-summary--column {
  font-size: 2em;
}
.service-summary--section .service-summary--column p {
  margin-bottom: 0.7em;
}
@media (min-width: 767px) {
  .service-summary--section .service-summary--column {
    width: 50%;
  }
}

.service-body--section {
  display: flex;
  background-color: #fff;
}
.service-body--section .service-body--column {
  width: 100%;
}
.service-body--section .service-body--column img {
  width: 100%;
}
@media (min-width: 767px) {
  .service-body--section .service-body--column {
    width: 46%;
  }
  .service-body--section .service-body--column img {
    width: 85%;
    float: right;
    margin-bottom: 40px;
  }
}
.service-body--section + .service-body--column {
  width: 48.5%;
}

.newsInsight .intro--section, .newsperspectives .intro--section {
  background: #eee;
}
.newsInsight .intro--section .signpost, .newsperspectives .intro--section .signpost {
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .newsInsight .intro--section h1, .newsperspectives .intro--section h1 {
    font-size: 2.2em;
  }
}
@media (min-width: 767px) {
  .newsInsight .intro--section h1, .newsperspectives .intro--section h1 {
    width: 60%;
  }
}

.newsList .hero--section {
  margin-bottom: 3em;
}
.newsList .featured--section {
  background: #eee;
}
.newsList .featured--section .featured--summary h3 {
  font-size: 3em;
  line-height: 1.2em;
  margin-top: 0.6em;
}
.feed--section {
  background: #eee;
}

.twitter--feed {
  margin: auto;
  width: 90%;
  max-width: 500px;
}

.content--section .narrow {
  display: block;
  margin: auto;
  margin-top: 1.5em;
  width: 90%;
  max-width: 456px;
}
@media (min-width: 767px) {
  .content--section .narrow {
    width: 66%;
    max-width: inherit;
    margin-top: 2em;
  }
}
.content--section .narrow.mainImage {
  margin-top: -4em;
}
@media (min-width: 940px) {
  .content--section img.narrow.small-1 {
    width: 50%;
    margin-right: 33%;
  }
}
.content--section div.narrow {
  font-size: 1.4em;
}
@media (min-width: 940px) {
  .content--section div.narrow {
    padding-right: 15%;
  }
}
.content--section div.narrow.summary {
  font-size: 1.6em;
}
@media (min-width: 767px) {
  .content--section div.narrow.summary {
    font-size: 2em;
  }
}
.content--section + .testimonial--section {
  margin-top: 5em;
}
.content--section .two-cols {
  margin-top: 4em;
}
.content--section .two-cols .text-col {
  font-size: 1.4em;
}
.content--section .two-cols .image-col img {
  width: 100%;
  margin-bottom: 2em;
}
@media (min-width: 767px) {
  .content--section .two-cols {
    display: flex;
    margin-top: 5em;
  }
  .content--section .two-cols .text-col {
    width: 50%;
    padding-right: 2em;
  }
  .content--section .two-cols .image-col {
    width: 50%;
    padding-left: 2em;
  }
}

.meta--section .more-info-wrap {
  text-align: center;
  margin-bottom: 4em;
}
@media (min-width: 767px) {
  .meta--section .more-info-wrap {
    margin-bottom: 6em;
  }
}
.meta--section .more-info {
  margin: auto;
  font-size: 1.8em;
  text-decoration: none;
  color: blue;
}
.meta--section .meta-cols {
  padding: 1em 0;
}
.meta--section .meta-cols .meta-col h4 {
  font-size: 1.4em;
  margin-bottom: 0.4em;
}
.meta--section .meta-cols .meta-col p {
  font-size: 1.3em;
}
@media (min-width: 767px) {
  .meta--section .meta-cols {
    display: flex;
  }
  .meta--section .meta-cols .meta-col {
    width: 25%;
  }
}

.content--blocks .highlightBlock {
  padding: 4em 2em;
  background-color: #eee;
  font-size: 1.8em;
  width: 100%;
  margin: 40px auto;
  color: #041E42;
}
.content--blocks .highlightBlock .reduced-width {
  text-align: center;
}
@media (min-width: 940px) {
  .content--blocks .highlightBlock .reduced-width {
    width: 60%;
  }
}

.basic--section:nth-child(odd) {
  background-color: #FFED7A;
}
.basic--section .centered {
  text-align: center;
}
.basic--section .narrow {
  display: block;
  margin: auto;
  margin-top: 1.5em;
  width: 90%;
  max-width: 456px;
}
@media (min-width: 767px) {
  .basic--section .narrow {
    width: 66%;
    max-width: inherit;
    margin-top: 2em;
  }
}
@media (min-width: 767px) {
  .basic--section .full-width {
    display: flex;
  }
}
.basic--section .full-width .basic--left {
  padding-right: 4em;
}
@media (min-width: 767px) {
  .basic--section .full-width .basic--left {
    width: 45%;
  }
}
.basic--section .full-width .basic--left h2 {
  color: #041E42;
  font-size: 3em;
  text-align: left;
  font-family: "DM Serif Display", serif;
  line-height: 1.1em;
  margin-bottom: 0.5em;
}
.basic--section .full-width .basic--left h3 {
  color: #041E42;
  font-size: 2.8em;
  text-align: left;
  line-height: 1.1em;
  margin-bottom: 0.5em;
}
.basic--section .full-width .basic--right {
  font-size: 1.4em;
}
@media (min-width: 767px) {
  .basic--section .full-width .basic--right {
    width: 55%;
  }
}
.basic--section .basic--image {
  margin: 40px auto;
}
@media (min-width: 940px) {
  .basic--section .basic--image.small-1 {
    width: 50%;
    margin-right: 33%;
  }
}

@media (min-width: 767px) {
  .vimeo--section .vimeo--embed-container {
    display: flex;
    align-items: flex-start;
  }
}
.vimeo--section .vimeo--embed-container .text--panel {
  font-size: 1.3em;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .vimeo--section .vimeo--embed-container .text--panel {
    margin-top: 0;
    width: 30%;
    padding-left: 30px;
  }
}
.vimeo--section .vimeo--embed-container .vimeo--embed {
  width: 100%;
  padding: 56.25% 0 0 0;
  position: relative;
}
.vimeo--section .vimeo--embed-container .vimeo--embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 767px) {
  .vimeo--section .vimeo--embed-container .vimeo--embed {
    width: 70%;
    padding: 40% 0 0 0;
  }
}

.jobs--section .jobs--list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4em;
  justify-content: space-evenly;
}
.jobs--section .job--entry {
  border-top: 1px solid #041E42;
  border-bottom: 1px solid #041E42;
  padding: 2em 0;
  margin-bottom: 2em;
  width: 100%;
}
.jobs--section .job--entry h3 {
  font-size: 1.7em;
  color: #041E42;
  margin-bottom: 0.5em;
}
@media (min-width: 767px) {
  .jobs--section .job--entry {
    width: 48%;
  }
}
@media (min-width: 940px) {
  .jobs--section .job--entry {
    width: 30%;
  }
}
.jobs--section a.job--button {
  font-size: 1.1em;
  display: inline-block;
  color: blue;
  text-decoration: none;
  border: 1px solid blue;
  padding: 5px 8px;
  margin-top: 0px;
}
.jobs--section .job--summary {
  font-size: 1.4em;
}
.jobs--section h1 {
  font-size: 3em;
  width: 90%;
  max-width: 345px;
  margin: auto;
  margin-bottom: 0.7em;
}
@media (min-width: 767px) {
  .jobs--section h1 {
    width: 50%;
    max-width: inherit;
  }
}

.joinUs .basic--section:nth-child(odd) {
  background-color: #eee;
}
.joinUs .testimonial--section {
  background-color: #F7BFD9;
}

.basic--page .testimonial--section {
  background-color: #F7BFD9;
}

.basic--content--blocks .highlightBlock {
  padding: 4em 2em;
  background-color: #eee;
  font-size: 1.8em;
  width: 100%;
  margin: auto;
  color: #041E42;
}
.basic--content--blocks .highlightBlock .reduced-width {
  text-align: center;
}
@media (min-width: 940px) {
  .basic--content--blocks .highlightBlock .reduced-width {
    width: 60%;
  }
}

.intro--section .highlightBlock {
  font-size: 1.8em;
  width: 80%;
  margin: auto;
  color: #041E42;
}

.joinUs .highlightBlock {
  background-color: #F7BFD9;
}

.contact .section h3, .contactRev .section h3 {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 2em;
}

.social--section {
  background-color: #eee;
}
.social--section .social--maxi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .social--section .social--maxi {
    flex-wrap: nowrap;
  }
}
.social--section .social--maxi-button {
  margin: 0 1em;
  margin-bottom: 1em;
  font-size: 1.3em;
  color: blue;
  border: 1px solid blue;
  padding: 0.5em 0.7em;
  display: inline-block;
  font-weight: 700;
}
@media (min-width: 767px) {
  .social--section .social--maxi-button {
    margin-bottom: 0;
  }
}
.social--section .social--maxi-button .maxi-icon {
  width: 30px;
  height: 30px;
  margin-right: 0.6em;
  display: inline-block;
  position: relative;
  top: 0.1em;
}
.social--section .social--maxi-button .maxi-label {
  display: inline-block;
  position: relative;
  top: -0.25em;
}
.social--section .social--maxi-button .st01 {
  fill: blue !important;
}

.form--section {
  max-width: 600px;
}
.form--section input, .form--section textarea {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.2em;
  padding: 5px;
  width: 100%;
  resize: none;
  border: 1px solid #000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 767px) {
  .form--section {
    width: 80%;
    /*padding-right:20%;*/
  }
}

@media (min-width: 767px) {
  .form--section.full-width {
    width: 70%;
  }
}
.form--section #input--send, .form--section button {
  border: 1px solid blue;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0.7em 1.7em;
  display: block;
  margin: auto;
  font-size: 1.3em;
  font-family: "DM Sans", sans-serif;
  background-color: #fff;
  color: blue;
  margin-top: 1em;
}
.form--section .form--content-slot {
  position: relative;
}
.form--section .form--content-slot #form--overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
.form--section .form--content-slot #form--overlay #overlay--message {
  font-size: 1.3em;
  text-align: center;
  padding-top: 2em;
}
@media (min-width: 767px) {
  .form--section .form--content {
    display: flex;
    flex-wrap: wrap;
  }
}
.form--section .form--content .form--label {
  padding-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.2em;
}
@media (min-width: 767px) {
  .form--section .form--content .form--label {
    padding-top: 5px;
    padding-bottom: 0;
    width: 20%;
  }
}
.form--section .form--content .form--input {
  margin-bottom: 15px;
}
.form--section .form--content .form--input input, .form--section .form--content .form--input textarea {
  font-size: 1.1em;
  line-height: 1.2em;
  padding: 5px;
  width: 100%;
  resize: none;
  border: 1px solid #000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 767px) {
  .form--section .form--content .form--input {
    width: 80%;
    /*padding-right:20%;*/
  }
}

.locations--section {
  background-color: #eee;
}
.locations--section .sep-arrow {
  width: 14px;
  display: block;
  margin: auto;
  margin-bottom: 3em;
}
.locations--section .sep-arrow .arw {
  stroke: #000;
}
@media (max-width: 767px) {
  .locations--section .full-width {
    width: 80%;
  }
}
.locations--section .full-width .location-col {
  font-size: 0.9em;
}
.locations--section .full-width .location-col .col-cell {
  font-size: 1.4em;
  line-height: 1.2em;
  width: 100%;
  padding: 0.8em 0;
  border-bottom: 1px solid #000;
}
.locations--section .full-width .location-col .col-cell h4 {
  font-size: 1.2em;
}
.locations--section .full-width .location-col .col-cell a {
  color: blue;
}
.locations--section .full-width .location-col .col-cell a.tel {
  text-decoration: none;
}
.locations--section .full-width .location-col .col-cell.middle {
  border: none;
}
.locations--section .full-width .location-col .col-cell.map-link a {
  font-size: 0.6em;
  border: 1px solid blue;
  color: blue;
  text-decoration: none;
  padding: 0.2em 0.4em;
}
@media (min-width: 767px) {
  .locations--section .full-width {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .locations--section .full-width .location-col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 32%;
  }
  .locations--section .full-width .location-col .col-cell.middle {
    flex-grow: 1;
  }
}
@media (min-width: 940px) {
  .locations--section .full-width .location-col {
    width: 24%;
  }
}

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