/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */

/* Set font and clear body padding */

html,
button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.15em;
  color: #4d5864;
  -webkit-font-smoothing: antialiased;
}

body.prevent-scroll {
  overflow: hidden;
}

/* Setting sizes is much more predictable with border-box */

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

/* Make all images responsive */

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Normalize links across browsers */

a {
  color: #f57e20;
  text-decoration: none;
}

a img {
  border: 0;
}

a:focus,
a:hover {
  color: #f57e20;
}

/* Make inputs on iOS look normal */

input {
  -webkit-appearance: none;
}

#page {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#page .page-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#page .footer-main {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

#page.page-padding {
  padding-top: 135px;
}

.section_title {
  font-family: "Vollkorn", serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 39px;
  margin-top: 0;
  margin-bottom: 20px;
  color: rgba(77, 88, 100, 0.4);
}

main.content--padding {
  padding-top: 134px;
}

/**
 * WordPress specific base styles.
 */

.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Make WordPress media inserted to post behave correctly */

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  margin: 20px auto;
  clear: both;
  text-align: center;
}

/* Make a 404 page look nicer and more readable */

.error404 {
  text-align: center;
}

.error404 ul {
  text-align: left;
}

.navigation.pagination {
  clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul:before,
nav ul:after {
  content: '';
  display: table;
}

nav ul:after {
  clear: both;
}

.footer-main {
  background-color: #4d5864;
  color: white;
  padding-top: 79px;
  padding-bottom: 60px;
}

.footer-main__twitter {
  margin-top: -15px;
}

.footer-main > div {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer-main > div a {
  color: #f57e20;
  text-decoration: none !important;
}

.footer-main > div h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 39px;
  height: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 31px;
}

.footer-main__description {
  font-family: "Vollkorn", serif;
}

.footer-main__copyright {
  color: rgba(255, 255, 255, 0.4);
}

.footer-main__copyright a {
  color: rgba(255, 255, 255, 0.4) !important;
  display: inline-block;
}

.header-main {
  padding-top: 19px;
  background-color: #4d5864;
  padding-bottom: 24px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
}

.header-main--transparent {
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header-main--transparent.backgroundColor {
  background-color: #4d5864;
}

.header-main .row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header-main__logo {
  max-width: 300px;
  display: inline-block;
  margin-left: 1px;
}

.header-main__navigation {
  text-align: right;
  padding-top: 46px;
  position: relative;
}

.header-main__mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 19px 0;
  background-color: #4d5864;
  z-index: 98;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: all 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.header-main__mobile.is-menu-open {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.header-main__mobile .menu {
  display: block !important;
  padding-left: 30px;
}

.header-main__mobile-logo {
  margin-bottom: 34px;
  display: inline-block;
  margin-left: 11px;
}

.header-main .menu {
  margin-right: 0;
  margin-left: auto;
  display: inline-block;
}

.header-main .menu .menu-item {
  display: inline-block;
  margin-left: 45.5px;
}

.header-main .menu .menu-item.current-menu-item a,
.header-main .menu .menu-item:hover a {
  color: #f8d109;
}

.header-main .menu .menu-item.current-menu-item {
  position: relative;
}

.header-main .menu .menu-item.current-menu-item:after {
  position: absolute;
  top: 81px;
  left: 50%;
  background-color: #f57e20;
  width: 65px;
  height: 65px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  content: "";
}

.header-main .menu .menu-item a {
  font-size: 18px;
  line-height: 22px;
  color: white;
  text-decoration: none !important;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header-main__hamburger {
  display: none;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: 17px;
  cursor: pointer;
  z-index: 99;
}

.header-main__hamburger .bars {
  width: 21px;
  height: 22px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.header-main__hamburger .bars span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  margin-top: 6px;
}

.header-main__hamburger .bars span:first-child {
  margin-top: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.header-main__hamburger .bars span:nth-child(3) {
  width: 65%;
  -webkit-transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.header-main__hamburger .bars .other-bar {
  width: 3px;
  height: 0;
  background-color: white;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  -webkit-transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
  z-index: 10;
}

.header-main__hamburger.is-menu-open .bars {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.header-main__hamburger.is-menu-open .bars span:first-child {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.header-main__hamburger.is-menu-open .bars span:nth-child(3) {
  width: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.header-main__hamburger.is-menu-open .bars .other-bar {
  height: 21px;
  -webkit-transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

a.twitter-timeline:hover,
a.twitter-timeline:focus {
  background-color: transparent !important;
  outline: none;
}

.hero {
  padding-top: 101px;
}

.hero--background {
  background-color: #5288bd;
  padding-bottom: 6px;
  margin-bottom: 59px;
  color: white;
}

.hero--background .section_title {
  color: white;
}

.hero__content {
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 78px;
}

.archive-feed {
  padding-bottom: 51px;
}

.archive-feed__single {
  margin-bottom: 92px;
}

.archive-feed__single-image {
  text-align: center;
  margin-top: 32px;
  padding-left: 7px;
}

.archive-feed__single-image img {
  border-radius: 100%;
  margin: 0 auto;
}

.archive-feed__single-title {
  color: #5288bd;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 23px;
}

.archive-feed__single-content {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.archive-feed__single-date {
  color: #4d5864;
  font-family: "Vollkorn", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}

.archive-feed__cta {
  line-height: 39px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  margin-left: 1px;
  display: inline-block;
  margin-top: 5px;
}

.archive-feed__cta:after {
  content: "";
  background-image: url(../images/arrow-right.png);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 11px;
  margin-bottom: -1px;
}

.archive-feed--people .category_title {
  color: #4d5864;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 29px;
  margin-bottom: 29px;
}

.blog .archive-feed__single-title {
  line-height: 44px;
  margin-top: 27px;
  margin-bottom: 13px;
}

.blog .archive-feed__single {
  margin-bottom: 40px;
}

.blog .archive-feed__single-image {
  margin-top: 31px;
}

.blog .archive-feed__single-content p:first-of-type {
  margin-top: 0px;
}

.blog .archive-feed__single-content p:last-of-type {
  margin-bottom: 0px;
}

.blog .archive-feed__cta {
  margin-top: 11px;
  margin-left: -2px;
}

.blog .archive-feed__cta:after {
  margin-left: 14px;
}

.entry-content {
  padding: 0 15px;
  margin-top: 8px;
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 78px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.entry-content > *:first-of-type {
  margin-top: 0;
}

.entry-content .aligncenter {
  margin: 71px auto 79px;
}

.entry-content blockquote {
  margin: 42px 0 58px 0 !important;
}

.entry-content blockquote p {
  color: #6699cc;
  font-family: "Vollkorn", serif;
  font-size: 36px;
  font-style: italic;
  line-height: 40px;
}

.entry-content .post-footer {
  margin-top: 30px;
  margin-bottom: 46px;
}

.entry-content .post-footer p {
  color: #4d5864;
  font-family: "Vollkorn", serif;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 20px;
}

.entry-content .post-footer p:first-of-type {
  margin-top: 0;
}

.single-projects__wrapper {
  padding: 0;
}

.single-projects .single-content--normal {
  padding-left: 0;
  margin-left: -3px;
  margin-right: -3px;
}

.single-projects .aligncenter {
  margin: 48px auto 81px;
}

.staff-lightbox-wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
          flex-flow: column wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  z-index: 100;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.staff-lightbox-wrapper.active {
  visibility: visible;
  opacity: 1;
  background-color: rgba(77, 88, 100, 0.8);
}

.staff-lightbox-wrapper.active .staff-more-info:not(.active) {
  display: none;
}

.staff-more-info {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: auto;
  width: 920px;
  max-width: 98%;
  z-index: 102;
  background-color: #fff;
  display: block;
  position: relative;
  padding: 71px 96px 52px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.staff-more-info.active {
  visibility: visible;
  opacity: 1;
}

.staff-more-info a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.staff-more-info a:hover {
  color: #ef4723;
  text-decoration: underline;
}

.staff-more-info__header {
  margin-bottom: 35px;
}

.staff-more-info .people-feed__single-title {
  margin-top: 38px;
}

.staff-more-info .close-lightbox {
  position: absolute;
  right: 27px;
  top: 28px;
  height: 36px;
  width: 36px;
  display: block;
  cursor: pointer;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
  z-index: 99;
}

.staff-more-info .close-lightbox:after,
.staff-more-info .close-lightbox:before {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 4px;
  right: 0;
  top: 50%;
  background-color: #bfbfbf;
}

.staff-more-info .close-lightbox:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.staff-more-info .close-lightbox:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.single-post {
  padding-bottom: 62px;
}

.single-post .section_title {
  margin-top: 102px;
  margin-bottom: 17px;
}

.single-post .entry-content {
  padding: 0;
  margin: 0;
  padding-bottom: 50px;
}

.single-post .entry-content .aligncenter {
  margin: 41px auto 45px;
}

.single-post .entry-content a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.single-post .entry-content a:hover {
  color: #ef4723;
  text-decoration: underline;
}

.single-post__title {
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 19px;
  margin-top: 3px !important;
}

.single-post__date {
  font-family: "Vollkorn", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
}

.single-post .at4-visually-hidden {
  display: none !important;
}

.single-post .at-resp-share-element .at-share-btn .at-label {
  display: none;
}

.single-post .at-style-responsive .at-share-btn {
  border-radius: 100% !important;
  overflow: hidden;
  padding: 4.5px !important;
  margin-right: 1.8px !important;
}

.single-post .at-svc-digg {
  background-color: #1b5891 !important;
}

.single-post .at-svc-email {
  background-color: #659c41 !important;
}

.single-post .widget-area .widget-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: -3px;
}

.single-post .widget-area ul {
  list-style: none;
  padding: 0;
}

.single-post .widget-area ul li {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
}

.people-feed {
  margin-bottom: 61px;
}

.people-feed:last-of-type {
  margin-bottom: 38px;
}

.people-feed__single {
  margin-bottom: 50px;
}

.people-feed__single-image {
  max-width: 160px;
}

.people-feed__single-image img {
  cursor: pointer;
}

.people-feed__single-title {
  color: #5288bd;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  margin-top: 24px;
  margin-bottom: 10px;
}

.people-feed__single-job_title {
  font-family: "Vollkorn", serif;
  font-size: 22px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 10px;
}

.people-feed__cta {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.call-to-action {
  position: relative;
  min-height: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  height: 1000px;
  margin-bottom: 85px;
}

.call-to-action__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.call-to-action__content {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 915px;
  color: white;
}

.call-to-action__main-title {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 55px;
}

.call-to-action__copy {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.call-to-action__copy em {
  font-family: "Vollkorn", serif;
  font-size: 28px;
  font-weight: 400;
}

.call-to-action__scroll {
  position: absolute;
  left: 50%;
  bottom: 46px;
  margin-left: -30px;
  z-index: 4;
  opacity: 0.4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.call-to-action__scroll:hover {
  opacity: 0.5;
}

.call-to-action + .single-content--intro_text {
  margin-top: 94px;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.single-content--intro_text {
  margin-top: 101px;
}

.single-content--intro_text .single-content__content {
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.single-content--normal {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 9px;
  padding-left: 1px;
}

.single-content .section_title {
  padding-left: 1px;
}

.single-content__content > *:first-of-type {
  margin-top: 0;
}

.single-content__content a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.single-content__content a:hover {
  color: #ef4723;
  text-decoration: underline;
}

.single-content .mr-auto {
  margin-right: auto;
}

.single-content .aligncenter {
  margin: 71px auto 79px;
}

.content-columns {
  padding-top: 41px;
  margin-bottom: 83.5px;
}

.content-columns .section_title {
  margin-left: -3px;
}

.content-columns__column-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 35px;
}

.content-columns__content {
  color: #4d5864;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}

.content-columns__content > *:first-of-type {
  margin-top: 0;
}

.content-columns__content .alignright {
  margin: -12px 18px auto 9px;
}

.content-columns__content a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.content-columns__content a:hover {
  color: #ef4723;
  text-decoration: underline;
}

.content-columns__cta {
  color: #f57e20;
  line-height: 39px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-right: 23px;
  background-image: url(../images/arrow-right.png);
  background-position: right 6px;
  background-repeat: no-repeat;
  margin-left: 1px;
}

.project-grid {
  background-color: #5288bd;
  padding-top: 92px;
  padding-bottom: 69px;
}

.project-grid .section_title {
  color: white;
  text-align: center;
  margin-right: 3px;
  margin-bottom: 63px;
}

.project-grid__single {
  margin-bottom: 25px;
}

.project-grid__single-image {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 36px;
}

.project-grid__single-image img {
  border-radius: 100%;
}

.project-grid__single-title {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  max-width: 300px;
  margin: 0 auto;
}

.project-grid__single-title a {
  color: white;
  text-decoration: none;
}

.project-detail {
  margin-top: 58px;
  padding-bottom: 71px;
}

.project-detail .section_title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 29px;
  font-style: normal;
}

.project-detail__title {
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.project-detail__title a {
  color: #5288bd;
}

.project-detail__content {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 46px;
}

.project-detail__content a {
  color: #f57e20;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.project-detail__content a:hover {
  color: #ef4723;
  text-decoration: underline;
}

.project-detail__content p {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .single-post__title {
    font-size: 44px;
    line-height: 54px;
  }

  .people-feed__single-title {
    font-size: 30px;
    line-height: 34px;
  }

  .people-feed__cta {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 991px) {
  .header-main {
    overflow: unset;
  }

  .header-main__navigation {
    padding-top: 0;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    position: relative;
  }

  .header-main .menu {
    display: none;
  }

  .header-main .menu .menu-item {
    margin-left: 0;
    display: block;
    margin-bottom: 20px;
  }

  .header-main .menu .menu-item.current-menu-item:after {
    display: none;
  }

  .header-main__hamburger {
    display: block;
  }

  .hero__content {
    font-size: 40px;
    line-height: 50px;
  }

  .archive-feed__single-title {
    font-size: 30px;
    line-height: 34px;
  }

  .archive-feed__single-content {
    font-weight: 18px;
    line-height: 28px;
  }

  .archive-feed__cta {
    font-size: 16px;
    line-height: 26px;
  }

  .single-post__title {
    font-size: 40px;
    line-height: 50px;
  }

  .people-feed__single-title {
    font-size: 26px;
    line-height: 30px;
    margin-top: 0px;
  }

  .people-feed__single-job_title {
    font-size: 18px;
  }

  .call-to-action__content {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .call-to-action__main-title {
    font-size: 85px;
  }

  .call-to-action__copy {
    font-size: 22px;
    line-height: 32px;
  }

  .call-to-action__copy em {
    font-size: 24px;
  }

  .call-to-action + .single-content--intro_text {
    margin-top: 75px;
  }

  .single-content--intro_text .single-content__content {
    font-size: 40px;
    line-height: 50px;
  }

  .content-columns .row > div:first-of-type {
    margin-bottom: 25px;
  }

  .content-columns__content {
    margin-bottom: 25px;
  }

  .content-columns__content .alignright {
    margin-top: 0px;
  }

  .project-grid {
    padding-top: 63px;
    padding-bottom: 44px;
  }

  .project-grid .justify-content-between {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .project-grid .section_title {
    margin-bottom: 34px;
  }

  .project-grid__single-image {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .footer-main {
    text-align: center;
    padding-top: 46px;
  }

  .footer-main > div h4 {
    margin-top: 0;
  }

  .footer-main__copyright {
    font-size: 16px;
    line-height: 24px;
  }

  .header-main__logo {
    margin-left: 11px;
  }

  .hero--background {
    padding: 40px 0;
    margin-bottom: 40px;
  }

  .hero--background .hero__content {
    margin-bottom: 0px;
  }

  .hero__content {
    font-size: 32px;
    line-height: 42px;
  }

  .archive-feed__single {
    margin-bottom: 15px;
  }

  .archive-feed__single-image {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
  }

  .archive-feed__single-image img {
    max-width: 200px;
    margin-left: 0;
  }

  .archive-feed__single-content {
    font-size: 16px;
    line-height: 26px;
  }

  .entry-content .aligncenter {
    margin: 35px auto;
  }

  .staff-more-info {
    width: 90%;
    display: block;
    top: 30px;
    max-height: calc(100vh - 80px);
    overflow: auto;
    padding: 30px;
  }

  .single-post__title {
    font-size: 36px;
    line-height: 46px;
  }

  .people-feed__single {
    text-align: center;
  }

  .people-feed__single-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .call-to-action {
    height: 700px;
    margin-bottom: 75px;
  }

  .call-to-action__main-title {
    font-size: 60px;
    margin-bottom: 31px;
  }

  .call-to-action__copy {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
  }

  .call-to-action__copy em {
    font-size: 22px;
    line-height: 26px;
  }

  .call-to-action__scroll {
    display: none;
  }

  .single-content--intro_text {
    margin-top: 50px;
  }

  .single-content--intro_text .single-content__content {
    font-size: 28px;
    line-height: 38px;
    padding-right: 10px;
  }

  .single-content--intro_text .section_title {
    margin-bottom: 22px;
  }

  .single-content--normal {
    font-size: 16px;
    line-height: 26px;
  }

  .single-content .aligncenter {
    margin: 35px auto;
  }

  .content-columns {
    padding-top: 21px;
    margin-bottom: 16.5px;
  }

  .content-columns__column-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .content-columns__content {
    font-size: 16px;
    line-height: 26px;
  }

  .content-columns__content .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    margin-bottom: 10px;
  }

  .content-columns__cta {
    font-size: 18px;
    line-height: 39px;
    padding-right: 22px;
    position: relative;
    top: -2px;
    background-position: right 4px;
    margin-left: 0px;
  }

  .project-grid__single {
    margin-bottom: 35px;
  }

  .project-grid__single-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 246px;
    margin-bottom: 12px;
  }

  .project-detail .section_title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .project-detail__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 768px) and (max-width: 575px) {
  .people-feed__single {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .people-feed__single-title {
    margin-top: 20px;
  }

  .people-feed__cta {
    font-size: 16px;
  }

  .call-to-action {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 51px;
  }
}