/*!
Theme Name: FCS
Theme URI: http://underscores.me/
Author: DMH
Author URI: http://dmh
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fcs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

FCS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Blocks

--------------------------------------------------------------*/
.chap {
  font-family: "chap", serif;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

@font-face {
  font-family: 'chap';
  src: url("../../fonts/Chap_Regular.eot"), url("../../fonts/Chap_Regular.woff");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #1F2A47;
}

.section-intro {
  width: 100%;
  margin: 2rem auto;
}
.section-intro.small h2, .section-intro.small h4 {
  font-size: 1.1rem;
  text-transform: uppercase;
}
.section-intro.small p {
  max-width: 100%;
}
@media only screen and (min-width: 800px) {
  .section-intro.small p {
    max-width: 40%;
  }
}
.section-intro.large {
  width: 100%;
  margin: auto;
}
.section-intro.large h2, .section-intro.large h4 {
  font-size: 1.9rem;
}
.section-intro.centered h1, .section-intro.centered h2, .section-intro.centered h3, .section-intro.centered h4, .section-intro.centered h5 {
  text-align: center;
}

p {
  margin-bottom: 1.5em;
  font-family: minion-pro, serif;
}
p a:hover {
  text-decoration: underline;
}

h3 {
  font-family: "Montserrat", sans-serif;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1 {
  font-family: "chap", serif;
  font-size: 50px;
  font-weight: 500;
}
@media only screen and (min-width: 800px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-family: "chap", serif;
  font-size: 38px;
}
@media only screen and (min-width: 800px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-family: "chap", serif;
  font-size: 28px;
  font-weight: 300;
}
@media only screen and (min-width: 800px) {
  h3 {
    font-size: 34px;
  }
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
@media only screen and (min-width: 800px) {
  h4 {
    font-size: 22px;
  }
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

.social ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.social ul li {
  list-style-type: none;
}
.social ul li:not(:first-child) {
  margin-left: 1rem;
}
.social ul li .social-icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: auto;
  display: flex;
  text-indent: -9999px;
}
.social .facebook {
  background-image: url(../../images/social/facebook.png);
}
.social .youtube {
  background-image: url(../../images/social/youtube.png);
}
.social .twitter {
  background-image: url(../../images/social/twitter.png);
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
  color: #1F2A47;
}
a:focus {
  outline: thin solid;
}
a:hover, a:active {
  outline: 0;
}

p a {
  text-decoration: underline;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

.fcs-button {
  background: none;
  border: 1px solid #8A6E4B;
  border-radius: 32px;
  font-size: 1rem;
  padding: .5rem 1rem;
  color: #8A6E4B;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}
.fcs-button:hover {
  background: #8A6E4B;
  color: #fff;
}

.ttp-button {
  background: none;
  border: 1px solid #8A6E4B;
  border-radius: 32px;
  font-size: 1rem;
  padding: .5rem 1rem;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}
.ttp-button:hover {
  background: #8A6E4B;
  color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.contained {
  max-width: 1100px;
  margin: auto;
  padding: 0 1rem;
}

.flex {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .flex {
    flex-direction: row;
  }
}

.double-border {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 3rem;
}

.border-bottom {
  border-bottom: 1px solid;
}

.site-main {
  padding-top: 0;
}
@media only screen and (min-width: 800px) {
  .site-main {
    padding-top: 118px;
  }
}

@media only screen and (min-width: 800px) {
  body.body-has-banner .site-main {
    padding-top: 158px;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  width: 100%;
  margin-top: 2rem;
  background-color: #fff;
  z-index: 99999999;
}
@media only screen and (min-width: 800px) {
  .site-header {
    position: fixed;
    margin-top: 0;
  }
}

.header-logo {
  background-image: url(../../images/fcs-logo-no-text.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 373px;
  height: 54px;
  display: flex;
}
.header-logo:focus {
  outline: 2px solid #8A6E4B;
  outline-offset: 0;
}

.footer {
  background-color: #FAF8F7;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  font-family: minion-pro, serif;
}
.footer ul li {
  list-style-type: none;
}
.footer a {
  color: #1F2A47;
  font-size: 1.5rem;
  font-size: 20px;
  text-decoration: none;
}
.footer a:focus {
  outline: 2px solid #8A6E4B;
  outline-offset: 0;
}
.footer__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  padding: 2rem 1rem;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .footer__main {
    flex-direction: row;
  }
}
.footer__main__logo {
  background-image: url(../../images/fcs-logo-no-text.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 175px;
  height: 55px;
  transform: translate(-0.5rem);
}
.footer__main__branding {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.footer__main__branding .footer__main__address {
  padding: 2rem 0 0 0;
}
@media only screen and (min-width: 800px) {
  .footer__main__branding .footer__main__address {
    padding: 2rem 0 0 4.4rem;
  }
}
.footer__main__branding .footer__main__address p a {
  font-size: 1rem;
}
.footer__main__links__wrap {
  display: flex;
  flex-direction: column;
  flex: 2;
  justify-content: space-between;
}
.footer__main__links__wrap .pillar-list__items {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: .5rem 0;
  border-top: 2px solid #8A6E4B;
  border-bottom: 2px solid #8A6E4B;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #8A6E4B;
}
.footer__main__links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 800px) {
  .footer__main__links {
    flex-direction: row;
    margin-bottom: 5rem;
  }
}
.footer__main__links .footer-menu-items {
  margin: 0;
  padding: 0;
}
.footer__main__links .footer-menu-items .menu-item {
  margin-bottom: 1rem;
}
.footer__copyright {
  max-width: 1100px;
  margin: auto;
  padding: 2rem 4.5rem 2rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 800px) {
  .footer__copyright {
    padding: 2rem 1rem 2rem 4.4rem;
    flex-direction: row;
    align-items: center;
  }
}
.footer__copyright ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.footer__copyright ul li {
  list-style-type: none;
}
.footer__copyright ul li:not(:first-child) {
  margin-left: 1rem;
}
.footer__copyright ul li a {
  font-size: 1rem;
}
.footer__disclaimer {
  border-top: 1px solid;
  color: #2d2d2d;
  max-width: 1100px;
  margin: auto;
  padding: 2rem 1rem;
  width: 100%;
}
.footer__disclaimer p, .footer__disclaimer li {
  font-family: "Montserrat", sans-serif;
  font-size: .8rem;
}
.footer__disclaimer p a, .footer__disclaimer li a {
  font-size: .8rem;
  color: #9B9B9B;
  text-decoration: underline;
}
.footer__disclaimer ol {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 800px) {
  .footer__disclaimer ol {
    flex-direction: row;
  }
}
.footer__disclaimer ol li {
  list-style-type: none;
  text-align: left;
}
@media only screen and (min-width: 800px) {
  .footer__disclaimer ol li {
    text-align: center;
  }
}

.team-member-marquee {
  background-color: #F6F3F0;
  padding: 3rem 0;
}
.team-member-marquee__contain {
  max-width: 1100px;
  margin: auto;
  padding: 0 1rem;
}
.team-member-marquee__top {
  display: flex;
  flex-direction: column;
  border: 1px solid #8A6E4B;
  border-bottom: none;
  padding: .5rem;
}
@media only screen and (min-width: 800px) {
  .team-member-marquee__top {
    flex-direction: row;
    min-height: 200px;
  }
}
.team-member-marquee__bottom {
  display: flex;
  flex-direction: column;
}
.team-member-marquee__bottom > div {
  flex: 0 1 50%;
  border: 1px solid #8A6E4B;
  padding: 1rem;
}
@media only screen and (min-width: 800px) {
  .team-member-marquee__bottom > div:not(:first-child) {
    border-left: none;
  }
}
.team-member-marquee__bottom h4 {
  margin-bottom: 0;
}
.team-member-marquee__bottom .team-member-marquee__right .flex > div:not(:first-child) {
  margin-left: 2rem;
}
@media only screen and (min-width: 800px) {
  .team-member-marquee__bottom {
    flex-direction: row;
  }
}
.team-member-marquee__image {
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  background-position: center;
  min-height: 50vh;
  background-size: contain;
}
.team-member-marquee__image:before {
  content: "";
  padding-top: 60%;
  display: flex;
}
@media only screen and (min-width: 800px) {
  .team-member-marquee__image {
    min-height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .team-member-marquee__image {
    background-size: cover;
  }
}
.team-member-marquee__copy {
  flex: 0 1 81%;
  padding: 1rem 0 1rem 2rem;
}
.team-member-marquee__copy h1 {
  margin: 0;
  font-size: 45px;
}
.team-member-marquee__copy h4 {
  text-transform: uppercase;
  margin-top: 0;
}

.team-member__callout {
  max-width: 1100px;
  margin: auto;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 800px) {
  .team-member__callout {
    margin: 4rem auto;
  }
}
.team-member__callout h4 {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 1rem;
}
@media only screen and (min-width: 800px) {
  .team-member__callout h4 {
    padding: 0;
  }
}

.insights-page h1 {
  text-align: center;
  padding: 2rem;
}

.insights-list {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 800px) {
  .insights-list {
    flex-direction: row-reverse;
  }
}
.insights-list__see-more {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.insights-list__see-more .insights {
  max-width: 100%;
  width: 100%;
}
.insights-list__see-more .fcs-button {
  text-align: center;
  margin: 3rem 0;
}
@media only screen and (min-width: 800px) {
  .insights-list__see-more .fcs-button {
    margin: 6rem 0;
  }
}
.insights-list__search {
  flex: 1;
  padding: 0 0 0 2rem;
}
.insights-list__search fieldset {
  border: none;
}
.insights-list__search input {
  width: 100%;
  border: 1px solid #8A6E4B;
  border-radius: 20px;
  background-color: #F6F3F0;
  padding: .7rem;
}
.insights-list__search h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}
.insights-list__results {
  flex: 3;
  padding: 2rem;
}
.insights-list__results .primary .insight {
  border: 1px solid transparent;
  padding: 1rem;
}
.insights-list__results .primary .insight:hover {
  border-color: #8A6E4B;
}
.insights-list__results .primary .insight .insights-list__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.insights-list__results .primary .insight .insights-list__image:before {
  content: "";
  padding-top: 60%;
  display: flex;
}
.insights-list__results__secondary .insight {
  margin-bottom: 3rem;
  border: 1px solid transparent;
  padding: 1rem;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .insights-list__results__secondary .insight {
    flex-direction: row;
  }
}
.insights-list__results__secondary .insight:hover {
  border-color: #8A6E4B;
}
.insights-list__results__secondary .insights-list__image {
  flex: 1;
  margin: 0 1rem 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.insights-list__results__secondary .insights-list__image:before {
  content: "";
  padding-top: 50%;
  display: flex;
}
.insights-list__results__secondary .insights-list__info {
  flex: 3;
}
.insights-list__results__tertiary .insight {
  margin: 0;
}
.insights-list__results__tertiary .insight .team-member__info {
  padding-left: 0;
}
.insights-list .insights-list__search span, .insights-list .insights-list__search button {
  cursor: pointer;
  margin: .5rem;
  font-size: .9rem;
  line-height: inherit;
}
.insights-list span.insight-image {
  display: block;
  width: 100%;
  background-position: center;
}
.insights-list span.insight-image:before {
  content: "";
  padding-top: 50%;
  display: flex;
}

.insight {
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  padding: 1rem;
  margin: 2rem 0;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .insight {
    margin: 0;
  }
}
.insight h3 {
  font-size: 24px;
  color: #8A6E4B;
  margin: 1rem 0;
}
.insight .flex {
  flex-direction: row;
}
.insight .flex p {
  margin-bottom: 0;
}
.insight .flex span {
  color: #000;
}
.insight .author {
  margin-right: 2rem;
  color: #8A6E4B;
}
.insight .time {
  color: #8A6E4B;
}
.insight:hover {
  border-color: #8A6E4B;
}
.insight span.insight-image {
  display: block;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.insight span.insight-image:before {
  content: "";
  padding-top: 50%;
  display: flex;
}

.single-insight-page .single-insight__content {
  display: flex;
  max-width: 1400px;
  margin: auto;
  padding: 1rem;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .single-insight-page .single-insight__content {
    flex-direction: row;
  }
}
.single-insight-page .single-insight__content-social {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.single-insight-page .single-insight__content-social p {
  text-transform: uppercase;
  color: #8A6E4B;
}
.single-insight-page .single-insight__content-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.single-insight-page .single-insight__content-social ul li {
  list-style-type: none;
}
.single-insight-page .single-insight__content-social ul li:not(:first-child) {
  margin-left: 1.5rem;
}
.single-insight-page .single-insight__content-social ul li a {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -999999px;
}
.single-insight-page .single-insight__content-social ul li a.facebook {
  background-image: url(../../images/social/facebook.png);
}
.single-insight-page .single-insight__content-social ul li a.twitter {
  background-image: url(../../images/social/twitter.png);
}
.single-insight-page .single-insight__content-left {
  flex: 4;
}
.single-insight-page .single-insight__content-left__all-insights {
  margin: 3rem 0;
}
.single-insight-page .single-insight__content-left .video-transcript a {
  color: #8A6E4B;
}
.single-insight-page .single-insight__content-left .video-transcript a:hover {
  color: #1F2A47;
}
.single-insight-page .single-insight__content-right {
  flex: 2;
  padding: 2rem;
}
.single-insight-page .single-insight__content-right__quote h3 {
  line-height: 2.8rem;
  border-left: 2px solid #1F2A47;
  padding: 0 0 0 1rem;
}
@media only screen and (min-width: 800px) {
  .single-insight-page .single-insight__content-right__quote h3 {
    margin-bottom: 5rem;
  }
}
.single-insight-page .single-insight__content-right__insight h4 {
  margin: 0 0 1rem 0;
  padding: 0;
}
.single-insight-page .single-insight__content-right__insight .insights-list__list .insight {
  padding: 0;
}
.single-insight-page .single-insight__content-right__insight .insights-list__list .insight .team-member__info {
  padding: 0;
}
.single-insight-page .single-insight__content-right__insight .insights-list__list .insight .team-member__info h3 {
  margin: 0;
}

.work-for-us {
  margin-top: 5rem;
}
@media only screen and (min-width: 800px) {
  .work-for-us {
    margin-top: 10rem;
  }
}

.opportunities-container {
  background-color: #FAF8FA;
}
@media only screen and (min-width: 800px) {
  .opportunities-container {
    padding-top: 3rem;
  }
}

.opportunities {
  max-width: 1100px;
  margin: auto;
  background-color: #fff;
}
.opportunities__headline {
  border: 1px solid #8A6E4B;
}
.opportunities__headline h2 {
  margin: 1rem 3rem;
}
.opportunities__single-column {
  border: 1px solid #8A6E4B;
  border-top: none;
}
.opportunities__side-by-side {
  border: 1px solid #8A6E4B;
  border-top: none;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .opportunities__side-by-side {
    flex-direction: row;
  }
}
.opportunities__side-by-side .opportunities__description {
  flex: 0 1 50%;
}
.opportunities__side-by-side .opportunities__application {
  flex: 0 1 50%;
  padding: 1rem 3rem;
}
.opportunities__side-by-side .opportunities__application h3 {
  margin: 0;
}
.opportunities__side-by-side .opportunities__application h4 {
  text-transform: uppercase;
}
.opportunities__description {
  padding: 1rem 3rem;
}
.opportunities__description h3 {
  margin: 0;
}
.opportunities__list-items {
  margin: 0;
  padding: 0;
}
.opportunities__list-item {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2rem 0;
}
@media only screen and (min-width: 800px) {
  .opportunities__list-item {
    flex-direction: row;
  }
}
.opportunities__list-item:not(:last-child) {
  border-bottom: 1px solid #8A6E4B;
}
.opportunities__list-item__description {
  flex: 2;
}
.opportunities__list-item__button {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.pillars {
  margin: 5rem 0;
}
.pillars__headline {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.pillars .pillars__items {
  margin: 0;
  padding: 0;
}
.pillars .pillars__items .pillars__item {
  list-style-type: none;
  text-align: center;
}
.pillars .pillars__items .pillars__item h4 {
  border-bottom: 1px solid #8A6E4B;
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 15px;
  font-family: "chap", serif;
  font-size: 34px;
  text-transform: uppercase;
}

.logo-list {
  border-top: 1px solid #1F2A47;
  border-bottom: 1px solid #1F2A47;
  margin: 5rem auto;
  max-width: 80%;
}
.logo-list h4 {
  text-align: center;
  text-transform: uppercase;
}
.logo-list .logos {
  padding: 3rem;
}
.logo-list .logos .logo {
  list-style-type: none;
  padding: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}

.home-quote {
  display: flex;
  margin: 3rem 0;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .home-quote {
    flex-direction: row;
  }
}
.home-quote__large {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .home-quote__large {
    margin-right: 6rem;
  }
}
.home-quote__large h3 {
  margin: 0;
  font-family: "chap", serif;
  font-size: 2rem;
}
.home-quote__large p {
  margin-top: 1rem;
  font-family: "Montserrat", sans-serif;
}
.home-quote__small {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.home-quote__small img {
  max-width: 200px;
  margin: 2rem 0;
}
@media only screen and (min-width: 800px) {
  .home-quote__small img {
    margin: 0;
  }
}
.home-quote__small h3 {
  margin: 0;
  font-family: "chap", serif;
  font-size: 2rem;
}
.home-quote__small p {
  margin-top: 1rem;
  font-family: "Montserrat", sans-serif;
}

.capabilities {
  background-color: #1F2A47;
  color: #fff;
  padding: 3rem;
}
.capabilities__headline {
  text-align: center;
  border-bottom: 1px solid #8A6E4B;
  color: #fff;
  padding-bottom: 2rem;
  font-family: "chap", serif;
}
.capabilities__items {
  margin: 0;
  padding: 0;
}
.capabilities__item {
  list-style-type: none;
  color: #fff;
}
.capabilities__item h4 {
  color: #fff;
  text-transform: uppercase;
}

.search-results .search-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.search-results .search-header .searchbar {
  width: 50%;
}
.search-results .search-title {
  text-align: center;
  text-transform: uppercase;
}
.search-results__list {
  max-width: 1100px;
  margin: auto;
}
.search-results .search-result {
  margin-bottom: 4rem;
  padding: 1rem;
}
@media only screen and (min-width: 800px) {
  .search-results .search-result {
    margin-bottom: 8rem;
  }
}
.search-results .search-result .entry-header h3 a {
  color: #8A6E4B;
  font-size: 34px;
}
.search-results .search-result .permalink a {
  color: #8A6E4B;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.search-results .no-results {
  max-width: 1100px;
  margin: auto;
}

.error-404 {
  max-width: 1100px;
  margin: auto;
}
.error-404 h3 a {
  text-decoration: underline;
}
.error-404 form input {
  width: 100%;
}

.news-items {
  max-width: 1100px;
  margin: auto;
}

.news-intro {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 800px) {
  .news-intro {
    margin-bottom: 4rem;
  }
}
.news-intro h1 {
  margin: 1rem 0;
  border-bottom: 1px solid #8A6E4B;
}
@media only screen and (min-width: 800px) {
  .news-intro p {
    max-width: 60%;
  }
}
.news-intro__image {
  background-repeat: no-repeat;
  background-size: cover;
}
.news-intro__image:before {
  content: "";
  padding-top: 40%;
  display: flex;
}
.news-intro__copy {
  padding: 1rem;
}

.news__list-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 1rem;
}
@media only screen and (min-width: 800px) {
  .news__list-items {
    flex-direction: row;
  }
}

.news__list-item {
  flex: 0 1 50%;
  padding: 2rem;
}
@media only screen and (min-width: 800px) {
  .news__list-item:nth-child(odd) {
    padding-left: 0;
  }
}
.news__list-item h3 {
  margin: 0 0 1rem 0;
}
.news__list-item h3 a {
  color: #8A6E4B;
}
.news__list-item .meta-content {
  display: flex;
  margin-top: 3rem;
  color: #8A6E4B;
}
.news__list-item .meta-content .date {
  margin-right: 3rem;
}

.news-sidebar h3 {
  color: #8A6E4B;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: none;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: auto;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 800px) {
  .main-navigation {
    display: flex;
  }
}

.main-menu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.main-menu li {
  list-style-type: none;
}
@media only screen and (min-width: 800px) {
  .main-menu li {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .main-menu li {
    margin-left: 2rem;
  }
}
.main-menu li.current-menu-item a:after {
  content: "";
  color: #8A6E4B;
  border-bottom: 4px solid #8A6E4B;
  width: 100%;
  position: absolute;
  bottom: -1rem;
  transform: scaleX(1);
}
.main-menu li a {
  text-decoration: none;
  color: #8A6E4B;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .main-menu li a {
    font-size: .8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .main-menu li a {
    font-size: .8rem;
  }
}
.main-menu li a:after {
  content: "";
  display: block;
  border-bottom: 4px solid #8A6E4B;
  transform: scaleX(0);
  width: 100%;
  position: absolute;
  bottom: -1rem;
  transition: transform .25s ease-in-out;
}
.main-menu li a:hover:after {
  transform: scaleX(1);
}
.main-menu li a:focus {
  outline: 2px solid #8A6E4B;
  outline-offset: 0;
}
.main-menu li.account a {
  border: 1px solid #8A6E4B;
  border-radius: 23px;
  padding: .5rem;
  white-space: nowrap;
}
.main-menu li.account a:hover:after {
  transform: scaleX(0);
}
.main-menu li.search a {
  text-indent: -99999px;
  background-image: url(../../images/search-logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  width: 40px;
  height: 40px;
}
.main-menu li.search a:hover:after {
  transform: scaleX(0);
}

/* Mobile menu styles*/
body #shiftnav-toggle-main .shiftnav-main-toggle-content {
  padding: 1.5rem;
  background-color: #FAF8F7;
}
body #shiftnav-toggle-main .shiftnav-main-toggle-content .mobile-logo__wrap {
  display: flex;
  flex-direction: column;
}
body #shiftnav-toggle-main .shiftnav-main-toggle-content .mobile-logo__wrap a.mobile-logo img {
  max-width: 125px;
}
body #shiftnav-toggle-main .shiftnav-main-toggle-content .mobile-logo__wrap a.mobile-number {
  font-size: 1rem;
  margin-top: .5rem;
  color: #8A6E4B;
}
body #shiftnav-toggle-main .shiftnav-toggle-burger {
  padding: 33px 20px;
}

.shiftnav .shiftnav-inner .shiftnav-menu-title {
  padding: 40px 25px;
}
.shiftnav .shiftnav-inner .shiftnav-menu-title a {
  text-indent: -99999px;
  background-image: url(/wp-content/uploads/2021/05/fcs-logo-no-text.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  width: 115px;
  height: 36px;
}
.shiftnav ul.shiftnav-menu li.menu-item {
  border-bottom: 1px solid #8A6E4B;
}
.shiftnav ul.shiftnav-menu li.menu-item.current-menu-item {
  background-color: #1F2A47;
}
.shiftnav ul.shiftnav-menu li.menu-item.current-menu-item a {
  color: #fff;
}
.shiftnav ul.shiftnav-menu li.menu-item a {
  font-family: "chap", serif;
  font-size: 16px;
  font-weight: 700;
}

/* Posts and pages
--------------------------------------------- */
/* Contet Elements
--------------------------------------------- */
.marquee {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .marquee {
    flex-direction: row;
    min-height: 500px;
  }
}
.marquee__image {
  flex: 0 1 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.marquee__image:before {
  content: "";
  padding-top: 50%;
  display: flex;
}
.marquee__copy {
  flex: 0 1 40%;
  background-color: #1F2A47;
  color: #fff;
  text-align: center;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.marquee__copy h1 {
  margin: 0;
  font-family: "chap", serif;
  font-size: 2rem;
  color: #fff;
  line-height: 4.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .marquee__copy h1 {
    font-size: 3.5rem;
  }
}
.marquee__copy h1:after {
  content: "";
  border-bottom: 1px solid #8A6E4B;
  width: 40%;
  display: flex;
  margin: 1.5rem 0;
}
.marquee__copy p {
  padding: 0 2rem;
}
.marquee.split-vertical-marquee .marquee__copy {
  padding: 0;
  flex: 0 1 50%;
  background-color: #8A6E4B;
}
.marquee.split-vertical-marquee .marquee__copy h1 {
  padding: 2rem 2rem 0;
  margin-bottom: 0;
  line-height: 3rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 800px) {
  .marquee.split-vertical-marquee .marquee__copy h1 {
    line-height: 5rem;
  }
}
.marquee.split-vertical-marquee .marquee__copy p {
  padding: 2rem;
}
@media only screen and (min-width: 800px) {
  .marquee.split-vertical-marquee .marquee__copy p {
    padding: 2rem 6rem;
  }
}
.marquee.split-vertical-marquee .marquee__image {
  flex: 0 1 50%;
  background-position: center;
}
.marquee.split-vertical-marquee .marquee__image__bottom {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.marquee.split-vertical-marquee .marquee__image__bottom:before {
  content: "";
  display: flex;
  padding-top: 30%;
}
.marquee.single-full-width {
  background-color: #F6F3F0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 250px;
  padding: 1rem;
}
@media only screen and (min-width: 800px) {
  .marquee.single-full-width {
    padding: 0;
  }
}
.marquee.single-full-width h2 {
  max-width: 1400px;
  padding: 0 1rem;
  margin: auto;
  text-align: center;
}
.marquee.search-marquee .marquee__copy {
  background-color: #F6F3F0;
  padding: 1rem;
}
@media only screen and (min-width: 800px) {
  .marquee.search-marquee .marquee__copy {
    padding: 0;
  }
}
.marquee.search-marquee .marquee__copy h1 {
  color: #1F2A47;
  border-bottom: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
.marquee.search-marquee .marquee__right-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media only screen and (min-width: 800px) {
  .marquee.search-marquee .marquee__right-copy {
    padding: 0;
  }
}
.marquee.search-marquee .marquee__right-copy .search-term-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.marquee.search-marquee .marquee__right-copy .search-term-buttons h4 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.marquee.search-marquee .marquee__right-copy .search-term-buttons p {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  color: #8A6E4B;
}
.marquee.search-marquee .marquee__right-copy .search-term-buttons ul li {
  width: 100%;
  margin-left: 0;
}
.marquee.search-marquee .marquee__right-copy .search-term-buttons ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.marquee__right-copy {
  flex: 0 1 50%;
}
.marquee__right-copy ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.marquee__right-copy ul li {
  list-style-type: none;
  width: 175px;
  margin-left: 1rem;
}
.marquee__right-copy ul li h4 {
  margin-bottom: 0;
}
.marquee__right-copy ul li p {
  margin-top: 0;
  color: #8A6E4B;
}
.marquee__right-copy ul li p a {
  color: #8A6E4B;
  text-decoration: none;
}
.marquee__right-copy ul li p a:hover {
  text-decoration: underline;
}

.contact-page .marquee .marquee__copy {
  background-color: #1F2A47;
}
.contact-page .marquee .marquee__copy h1 {
  border-bottom: none;
}

.sliding-marquee {
  position: relative;
  flex-direction: column;
  min-height: 0;
}
@media only screen and (min-width: 1024px) {
  .sliding-marquee {
    flex-direction: row;
    min-height: calc(100vh - 158px);
  }
}
.sliding-marquee__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.sliding-marquee__logo:hover {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.sliding-marquee__logo:hover #Group_711, .sliding-marquee__logo:hover #Group_712, .sliding-marquee__logo:hover #Ellipse_39, .sliding-marquee__logo:hover #Path_38651-2, .sliding-marquee__logo:hover #Path_38652-2 {
  opacity: 1;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.sliding-marquee__logo svg {
  width: 220px;
  height: 220px;
}
@media only screen and (min-width: 1024px) {
  .sliding-marquee__logo svg {
    width: 190px;
    height: 190px;
  }
}
@media only screen and (min-width: 1200px) {
  .sliding-marquee__logo svg {
    width: 220px;
    height: 220px;
  }
}
.sliding-marquee__logo svg #Group_711, .sliding-marquee__logo svg #Group_712, .sliding-marquee__logo svg #Ellipse_39, .sliding-marquee__logo svg #Path_38651-2, .sliding-marquee__logo svg #Path_38652-2 {
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.sliding-marquee .marquee__copy {
  left: 0;
  width: 100%;
  z-index: 3;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  height: 70vh;
}
@media only screen and (min-width: 800px) {
  .sliding-marquee .marquee__copy {
    height: 65vh;
  }
}
@media only screen and (min-width: 1024px) {
  .sliding-marquee .marquee__copy {
    min-height: calc(100vh - 158px);
    position: absolute;
    width: 50%;
  }
}
.sliding-marquee .marquee__copy h1 {
  font-size: 2rem;
  line-height: 2.7rem;
  max-width: 80%;
  border-bottom: none;
  margin-top: 5rem;
}
.sliding-marquee .marquee__copy h1:after {
  border-bottom: none;
}
@media only screen and (min-width: 800px) {
  .sliding-marquee .marquee__copy h1 {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .sliding-marquee .marquee__copy h1 {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .sliding-marquee .marquee__copy h1 {
    margin-top: 2rem;
  }
}
.sliding-marquee .marquee__copy h1:after {
  margin: 0;
}
.sliding-marquee .intro-video-wrap {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  z-index: 5;
  width: 100%;
  right: 0;
  height: 100%;
  clip-path: inset(0 0 0 0%);
}
@media only screen and (min-width: 1024px) {
  .sliding-marquee .intro-video-wrap {
    height: 25vh;
  }
}
@media only screen and (min-width: 1024px) {
  .sliding-marquee .intro-video-wrap {
    min-height: calc(100vh - 158px);
    position: absolute;
    width: 100%;
    clip-path: inset(0 0 0 50%);
    background-color: #1F2A47;
  }
}
.sliding-marquee .intro-video-wrap:hover, .sliding-marquee .intro-video-wrap:focus {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  clip-path: inset(0 0 0 0);
}
.sliding-marquee .intro-video-wrap:hover .hover-video-copy, .sliding-marquee .intro-video-wrap:focus .hover-video-copy {
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.sliding-marquee .intro-video-wrap .hover-video-copy {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 50%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
@media only screen and (min-width: 1024px) {
  .sliding-marquee .intro-video-wrap .hover-video-copy {
    display: flex;
    opacity: 1;
  }
}
.sliding-marquee .intro-video-wrap .hover-video-copy p {
  color: #fff;
  font-size: .9rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin: .2rem 0;
}

.our-team .marquee__image {
  background-size: cover;
}
.our-team .marquee__image:before {
  padding-top: 70%;
}
@media only screen and (min-width: 800px) {
  .our-team .marquee__image:before {
    padding-top: 50%;
  }
}
@media only screen and (min-width: 800px) {
  .our-team .marquee__image {
    background-size: contain;
    background-color: #1F2A47;
  }
}
@media only screen and (min-width: 1200px) {
  .our-team .marquee__image {
    background-size: contain;
  }
}

.intro-video {
  position: absolute;
  overflow: hidden;
  width: 100%;
  padding-bottom: 42%;
}
@media only screen and (min-width: 1024px) {
  .intro-video {
    position: relative;
    height: 100%;
    padding-bottom: 0;
  }
}

.intro-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  transform: translate(0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .intro-video iframe {
    transform: translate(-50%, -71%);
    top: 50%;
    left: 50%;
    height: 100vh;
  }
}

.intro-video__controls {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  line-height: 1em;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .intro-video__controls {
    bottom: 2rem;
    right: 2rem;
  }
}
.intro-video__controls--paused .intro-video__control--play {
  display: inline-block;
}
.intro-video__controls--paused .intro-video__control--pause {
  display: none;
}

.intro-video__control {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (min-width: 1024px) {
  .intro-video__control {
    opacity: .5;
  }
}
.intro-video__control:active, .intro-video__control:focus, .intro-video__control:hover {
  opacity: 1;
}
.intro-video__control span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.intro-video__control--play {
  display: none;
  background-image: url(../../images/play.svg);
}
.intro-video__control--pause {
  background-image: url(../../images/pause.svg);
}

.intro-video__video {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .intro-video__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .card-list {
    flex-direction: row;
  }
}
.card-list.no-spacing .card {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
}
.card-list.no-spacing .card h3 {
  margin: 0 0 2rem 0;
}
.card-list.no-spacing .card p {
  margin: 0;
  padding: 0 8rem 0 0;
}
.card-list.no-spacing .card:nth-child(even) {
  border-left: none;
}
.card-list .half {
  flex: 0 1 48%;
}
.card-list .third {
  flex: 0 1 31%;
}
.card-list .card {
  border: 1px solid transparent;
  position: relative;
  padding: 2rem;
  z-index: 99;
}
.card-list .card h3 {
  color: #8A6E4B;
}
.card-list .card p {
  color: #000;
}
.card-list .card.border-style-double {
  margin-bottom: 2rem;
  padding: 1rem;
}
.card-list .card.border-style-double:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #8A6E4B;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.card-list .card.border-style-double:after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: -5px;
  bottom: -2px;
  border: 1px solid #8A6E4B;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.card-list .card.border-style-double:hover {
  background-color: #8A6E4B;
  color: #fff;
}
.card-list .card.border-style-double:hover:before {
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.card-list .card.border-style-double:hover:after {
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.card-list .card.border-style-double:hover svg {
  stroke: #fff;
}
.card-list .card.border-style-double:hover .team-member__info {
  color: #fff;
}
.card-list .card.border-style-double:hover .team-member__info h3 {
  color: #fff;
}
.card-list .card.border-style-double:hover .team-member__info p {
  color: #fff;
}
.card-list .card.border-style-double .team-member__info {
  height: 100%;
}
.card-list .card.border-style-double .team-member__info .team-member__info__name {
  margin-bottom: 2rem;
}
.card-list .card.border-style-single {
  border: 1px solid #8A6E4B;
}
.card-list .card.border-style-single:hover {
  background-color: #f6f3f0;
}
.card-list .card.border-style-single:hover svg {
  stroke: #fff;
}
.card-list .card.border-style-single:hover svg circle {
  fill: #8A6E4B;
  stroke: #8A6E4B;
}
.card-list .card svg {
  width: 29px;
  height: 28px;
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  stroke: #8A6E4B;
}
.card-list .card:hover {
  border-color: #8A6E4B;
}
.card-list:after {
  content: "";
  flex: 0 1 31%;
}

.team-members {
  justify-content: space-between;
  margin: 2rem auto;
}
@media only screen and (min-width: 800px) {
  .team-members {
    margin: 2rem auto 5rem;
  }
}

.team-member {
  display: flex;
  border: 1px solid #8A6E4B;
  min-height: 225px;
  position: relative;
  margin-top: 1.5rem;
}
.team-member__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  flex: 1;
  padding-right: 2rem;
}
.team-member__image:before {
  content: "";
  padding-top: 60%;
  display: flex;
}
@media only screen and (min-width: 500px) {
  .team-member__image {
    padding-right: 0;
    background-position: left;
    background-color: #8A6E4B;
  }
}
@media only screen and (min-width: 800px) {
  .team-member__image {
    padding-right: 4rem;
    background-position: center;
  }
}
@media only screen and (min-width: 1200px) {
  .team-member__image {
    background-position: left;
    padding-right: 0;
    background-size: cover;
  }
}
.team-member__info {
  color: #1F2A47;
  flex: 2;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-member__info__name {
  font-size: 1.2rem;
  margin: 0;
}
.team-member__info__title {
  font-size: 1rem;
  margin: 0;
}
.team-member__info__contact {
  color: #8A6E4B !important;
  margin: 0;
  text-decoration: none;
}
.team-member__info__contact a {
  color: #8A6E4B;
  text-decoration: none;
}
.team-member svg {
  width: 29px;
  height: 28px;
  float: right;
  position: absolute;
  bottom: 50px;
  right: 20px;
  stroke: #8A6E4B;
}
@media only screen and (min-width: 500px) {
  .team-member svg {
    bottom: 20px;
  }
}
@media only screen and (min-width: 800px) {
  .team-member svg {
    bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .team-member svg {
    bottom: 20px;
  }
}
.team-member:hover {
  background-color: #f6f3f0;
}
.team-member:hover svg {
  stroke: #fff;
}
.team-member:hover svg circle {
  fill: #8A6E4B;
  stroke: #8A6E4B;
}
.team-member.no-bio:hover {
  cursor: inherit;
  background-color: transparent;
}

.card-no-space {
  flex: 0 1 50%;
}
@media only screen and (min-width: 800px) {
  .card-no-space:not(:first-child) {
    border-left: none;
  }
}
.card-no-space .team-member__info__contact {
  padding: 0 6rem 0 0;
}

.family-office .card-list {
  margin-bottom: 6rem;
}

.copy-with-image {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .copy-with-image {
    flex-direction: row-reverse;
    margin: 4rem 0;
  }
}
.copy-with-image__copy {
  flex: 1;
  padding: 2rem;
}
.copy-with-image__copy__subheadline {
  color: #8A6E4B;
  margin: 0;
  text-transform: uppercase;
}
.copy-with-image__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex: 1;
}
.copy-with-image__image:before {
  content: "";
  padding-top: 60%;
  display: flex;
}
.copy-with-image:nth-child(odd) {
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .copy-with-image:nth-child(odd) {
    flex-direction: row;
  }
}

.contact-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
}

.accordion {
  margin: 2rem auto;
}
@media only screen and (min-width: 800px) {
  .accordion {
    margin: 6rem auto;
  }
}
.accordion h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
}
.accordion ul {
  margin: 0;
  padding: 0;
}
.accordion ul li {
  list-style-type: none;
  border-bottom: 1px solid #000;
  font-family: "chap", serif;
  padding: 1rem 0;
  font-size: 1.5rem;
}
@media only screen and (min-width: 800px) {
  .accordion ul li {
    max-width: 80%;
  }
}
.accordion ul li:first-child {
  border-top: 1px solid #000;
}

.carousel {
  background-color: #F6F3F0;
  padding: 2rem 1rem;
}
.carousel__headline {
  font-family: "chap", serif;
  text-align: center;
  font-size: 4rem;
}
.carousel .career-carousel__slide {
  text-align: left;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  padding-right: 3rem;
}
.carousel .slick-dots {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.carousel .slick-dots li {
  display: flex;
  align-items: center;
}
.carousel .slick-dots li button {
  width: 120px;
  height: 2px;
  text-indent: -9999px;
  background-color: #CFCDCB;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
}
.carousel .slick-dots li.slick-active button {
  background-color: #1F2A47;
  height: 3px;
}
.carousel .carousel-arrow-contain {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 2rem 0 0 0;
}
.carousel .carousel-arrow-contain li {
  display: block;
  height: 45px;
  width: 45px;
  background-image: url(../../images/hover-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 .6rem;
}
.carousel .carousel-arrow-contain li.slick-prev {
  transform: scaleX(-1);
}

.copy-with-team-member {
  display: flex;
  padding: 3rem 0;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .copy-with-team-member {
    flex-direction: row;
    justify-content: space-between;
  }
}
.copy-with-team-member__copy {
  flex: 0 1 50%;
}
.copy-with-team-member__card {
  flex: 0 1 48%;
}
.copy-with-team-member__card .team-member__image {
  flex: 1.2;
}

.thirds {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .thirds {
    flex-direction: row;
  }
}
.thirds:after {
  content: "";
  flex: 0 1 30%;
}
.thirds .third {
  flex: 0 1 30%;
}

.steps {
  margin: 3rem 0;
  padding: 0;
}
.steps .step {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  border: 1px solid #8A6E4B;
  padding: 2rem 3rem;
}
.steps .step:not(:last-child) {
  border-bottom: none;
}
.steps .step__image {
  background-size: contain;
  background-repeat: no-repeat;
  flex: 1;
}
.steps .step__image:before {
  content: "";
  display: flex;
  padding-top: 80%;
}
.steps .step__copy {
  float: left;
  flex: 10;
}
.steps .step__copy h4 {
  font-family: "chap", serif;
  font-size: 1.6rem;
  margin-top: 0;
}

.form-contain {
  max-width: 800px;
  margin: 3rem auto;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  padding: 1rem;
}

.gform_wrapper h3 {
  font-size: 2rem;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
}
.gform_wrapper .gfield_label, .gform_wrapper .gfield_description {
  font-size: 1rem;
  color: #8A6E4B;
}
.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea {
  border-radius: 20px;
  border-color: #8A6E4B;
}
.gform_wrapper .gform_footer input[type="submit"] {
  background-color: transparent;
  border: 1px solid #8A6E4B;
  border-radius: 10px;
  padding: 1rem 2.5rem;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #8A6E4B;
  color: #fff;
}
.gform_wrapper .ginput_container_fileupload input {
  border-radius: 0;
}

.searchbar {
  width: 80%;
}
.searchbar form {
  position: relative;
}
.searchbar form input {
  width: 100%;
  border: 1px solid #8A6E4B;
  border-radius: 20px;
  background-color: #F6F3F0;
  padding: .7rem;
}
.searchbar form .sbtn {
  position: absolute;
  background-image: url(../../images/search-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  right: 12px;
  top: 12px;
  background-color: transparent;
  border: none;
}

.colored-background {
  background-color: #F6F3F0;
  padding: 4rem 0;
}

.colored-background-blue {
  background-color: #1F2A47;
  color: #fff;
  padding: 4rem 1rem;
}
.colored-background-blue h1, .colored-background-blue h2, .colored-background-blue h3, .colored-background-blue h4, .colored-background-blue h5, .colored-background-blue p {
  color: #fff;
}
.colored-background-blue .centered {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.transparent-background {
  background-color: transparent;
  padding: 4rem 0;
}

.homepage-banner {
  width: 100%;
  padding: .5rem 1rem;
  background: #8A6E4B;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .homepage-banner {
    background: #13294B;
  }
}
.homepage-banner p {
  margin: 0;
  font-family: "chap", serif;
}
.homepage-banner a {
  color: #fff;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

a.skip-main:focus, a.skip-main:active {
  padding: 5px;
  border: 2px solid #8A6E4B;
  text-align: center;
  font-size: .8rem;
  z-index: 999999999999;
}

/* Blocks
--------------------------------------------- */
.double-border-card__content {
  border: 1px solid #8A6E4B;
  color: #8A6E4B;
  position: relative;
}
.double-border-card__content:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid #ffea00;
}

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