@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/5.4.6/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

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

html,
body {
  font-size: 18px; }

body {
  background: #fff;
  color: #555;
  padding: 0;
  margin: 0;
  font-family: proxima-nova, "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

button, .button {
  border-style: solid;
  border-width: 3px;
  cursor: pointer;
  font-family: proxima-nova, "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 19px;
  margin: 0 0 1.11111rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1em;
  padding-right: 4em;
  padding-bottom: 1em;
  padding-left: 4em;
  font-size: 1em;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #d0112b;
  color: #d0112b;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: rgba(204, 204, 204, 0.1);
    border-color: #ea1330; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #d0112b; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 12px;
    text-indent: 0.66667rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 12px;
    padding-right: 0.66667rem; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #d0112b;
    color: #d0112b;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: rgba(204, 204, 204, 0.1);
      border-color: #ea1330; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #d0112b; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: rgba(255, 255, 255, 0.1); }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #d0112b;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #b30f25; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 2.22em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: proxima-nova, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 3px;
  margin-top: 0.2rem;
  margin-bottom: 9px;
  margin-bottom: 0.5rem;
  line-height: 1.2; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 34px;
  font-size: 1.88889rem; }

h2 {
  font-size: 28px;
  font-size: 1.55556rem; }

h3 {
  font-size: 21px;
  font-size: 1.22222rem; }

h4 {
  font-size: 18px;
  font-size: 1rem; }

h5 {
  font-size: 18px;
  font-size: 1rem; }

h6 {
  font-size: 18px;
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 3px;
  margin-top: 0.2rem;
  margin-bottom: 9px;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 19px 0 19px;
  margin: 1.11111rem 0 1.05556rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 1px 5px 1px;
  padding: 0.11111rem 0.27778rem 0.05556rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 2.22em;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 19px;
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 19px;
      margin-left: 1.11111rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 19px;
  margin-left: 1.11111rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 19px;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 19px;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 19px;
  margin-left: 1.1rem; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 25px;
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 19px;
    margin-left: 1.11111rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 5px;
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 12px;
  margin-bottom: 0.66667rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #555;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 2.22em;
  padding: 9px 19px 0 19px;
  padding: 0.5rem 1.11111rem 0 1.05556rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 12px;
    font-size: 0.72222rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 19px 0;
  margin: 0 0 1.11111rem 0;
  border: 1px solid #DDDDDD;
  padding: 10px 12px;
  padding: 0.55556rem 0.66667rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 14px;
    font-size: 0.83333rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 1px;
  padding: 0 0.05556rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2; }
  h1 {
    font-size: 43px;
    font-size: 2.44444rem; }
  h2 {
    font-size: 30px;
    font-size: 1.66667rem; }
  h3 {
    font-size: 27px;
    font-size: 1.5rem; }
  h4 {
    font-size: 23px;
    font-size: 1.27778rem; }
  h5 {
    font-size: 18px;
    font-size: 1rem; }
  h6 {
    font-size: 18px;
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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-loading .slick-list {
    background: #fff url("/wp-content/themes/fcapartners/images/icon/ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/wp-content/themes/fcapartners/webfonts/slick.eot");
  src: url("/wp-content/themes/fcapartners/webfonts/slick.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/fcapartners/webfonts/slick.woff") format("woff"), url("/wp-content/themes/fcapartners/webfonts/slick.ttf") format("truetype"), url("/wp-content/themes/fcapartners/webfonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@font-face {
  font-family: 'icons';
  src: url("/wp-content/themes/fcapartners/webfonts/icons.eot?-8bfvnl");
  src: url("/wp-content/themes/fcapartners/webfonts/icons.eot?#iefix-8bfvnl") format("embedded-opentype"), url("/wp-content/themes/fcapartners/webfonts/icons.woff?-8bfvnl") format("woff"), url("/wp-content/themes/fcapartners/webfonts/icons.ttf?-8bfvnl") format("truetype"), url("/wp-content/themes/fcapartners/webfonts/icons.svg?-8bfvnl#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ico {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-linkedin:before {
  content: "\f0e1"; }

html, body {
  width: 100%;
  font-size: 16px; }
  @media only screen and (min-width: 40.063em) {
    html, body {
      font-size: 17px; } }
  @media only screen and (min-width: 64.063em) {
    html, body {
      font-size: 18px; } }

strong {
  font-weight: 600; }

.lead {
  color: #d0112b;
  font-weight: 250;
  font-size: 23px;
  font-size: 1.3rem;
  line-height: 1.25;
  margin: 1.6em 10px 0.3em 0; }
  @media only screen and (min-width: 1333px) {
    .lead {
      font-size: 30px;
      font-size: 1.7rem; } }

.map-canvas img {
  max-width: none; }

.map-canvas h3 {
  color: #d0112b;
  font-weight: 250;
  font-size: 32px;
  margin: 0;
  white-space: nowrap; }

.map-canvas p {
  margin: .8em 0; }

.map-canvas small {
  color: #707070;
  font-size: 14px;
  display: block;
  margin: 0;
 font-weight: 300;}

.header-nav-wrap {
  position: fixed;
  top: 10px;
  right: 10px;
  overflow: hidden;
  z-index: 999; }

.header-menu-icon {
  width: 50px;
  height: 50px;
  display: block;
  margin-left: auto; }
  @media only screen and (min-width: 40.063em) {
    .header-menu-icon {
      float: right; } }

.header-nav {
  padding: 0 17px;
  background: #fff;
  -webkit-transform: translateY(-100%) translateY(-50px);
          transform: translateY(-100%) translateY(-50px);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }
  .header-nav > a {
    display: block;
    color: #333;
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 50px;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0 10px;
    padding: 0 7px; }
    .header-nav > a:hover {
      color: #d0112b; }
  @media only screen and (min-width: 40.063em) {
    .header-nav {
      float: right;
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
      .header-nav > a {
        float: left; } }
  .header-nav-open .header-nav {
    -webkit-transform: none;
            transform: none; }

.header-menu-icon {
  width: 50px;
  height: 50px;
  padding: 10px;
  background: #fff;
  position: relative;
  z-index: 10; }

.icon-menu {
  width: 100%;
  height: 100%;
  display: block;
  position: relative; }

.icon-menu span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: #d0112b;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color 0.3s; }
  .icon-menu span:before, .icon-menu span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d0112b;
    content: '';
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
  .icon-menu span:before {
    -webkit-transform: translateY(-250%);
            transform: translateY(-250%); }
  .icon-menu span:after {
    -webkit-transform: translateY(250%);
            transform: translateY(250%); }
  .header-nav-open .icon-menu span {
    background-color: transparent; }
    .header-nav-open .icon-menu span:before {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg); }
    .header-nav-open .icon-menu span:after {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg); }

.site-footer {
  color: #fff;
  background: #d0112b;
  font-size: 14px; }
  .site-footer a {
    color: #fff; }
  @media only screen and (min-width: 40.063em) {
    .site-footer {
      /* position: absolute; */
      left: 0;
      right: 0;
      bottom: 0; } }

.footer-nav {
  *zoom: 1;
  width: auto;
  max-width: 540px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding: 30px 0; }
  .footer-nav:before, .footer-nav:after {
    content: '';
    display: table; }
  .footer-nav:after {
    clear: both; }

.footer-logo {
  padding: 0 40px;
  max-width: 210px; }
  .footer-logo img {
    width: 122px; }

.footer-social {
  font-size: 2em;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 0; }
  .footer-social .IN-widget {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
    opacity: 0; }

.social-linkedin {
  display: block;
  margin: auto; }

.follow-button-linkedin {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 25px;
  display: block; }

.footer-nav-section {
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 480px) {
  .footer-nav-section {
    height: 54px;
    padding: 0 40px;
    border-left: 1px solid white; }
    .footer-nav-section:first-child {
      border-left: none; }
  .footer-logo, .footer-address {
    float: left;
    clear: none;
    width: 38%;
    margin-left: 0%;
    margin-right: 0%; }
  .footer-social {
    float: left;
    clear: none;
    width: 24%;
    margin-left: 0%;
    margin-right: 0%; } }

.footer-address {
  line-height: 1;
  padding-top: 6px;
  white-space: nowrap; }
  @media only screen and (min-width: 40.063em) {
    .footer-address {
      text-align: left; } }

.footer-copyright {
  line-height: 1;
  text-align: center;
  padding: 1.5em;
  background: rgba(0, 0, 0, 0.25); }

.full-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh; }
  @media only screen and (max-width: 64em) {
    .full-page {
      height: auto !important; } }
  @media only screen and (min-width: 64.063em) {
    .full-page {
      min-height: 756px; } }

.section-title {
  color: #a1a1a1;
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (min-width: 64.063em) {
    .section-title {
      text-align: left; } }

.page-history, .page-team, .page-news {
  text-align: center; }
  .page-history:before, .page-team:before, .page-news:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -.25em; }
  .page-history .section-title, .page-team .section-title, .page-news .section-title {
    text-align: center;
    margin-bottom: 2.3em; }
  .page-history .lead, .page-team .lead, .page-news .lead {
    margin-top: 0; }
  .page-history .lead{margin-bottom: 1.5em;}
  .page-history .section-content, .page-team .section-content, .page-news .section-content {
    padding: 72px 27px;
    padding: 4rem 1.5rem;
    *zoom: 1;
    width: 98%;
    max-width: 1440px;
    text-align: left;
    display: inline-block;
    vertical-align: middle; }
    .page-history .section-content:before, .page-team .section-content:before, .page-news .section-content:before, .page-history .section-content:after, .page-team .section-content:after, .page-news .section-content:after {
      content: '';
      display: table; }
    .page-history .section-content:after, .page-team .section-content:after, .page-news .section-content:after {
      clear: both; }

@media only screen and (min-width: 40.063em) {
  .page-history .section-content, .page-team .section-content, .page-news .section-content {
    padding: 72px 36px;
    padding: 4rem 2rem; } }

@media only screen and (min-width: 64.063em) {
  .page-history .section-content, .page-team .section-content, .page-news .section-content {
    padding: 54px 54px;
    padding: 3rem 3rem; } }

.page-hero {
  min-height: 480px;
  text-align: center; }
  .page-hero .section-title {
    text-align: center;
    margin: 2em 0 0;
    font-size: 1em;
    line-height: 1; }
    @media only screen and (min-width: 40.063em) {
      .page-hero .section-title {
        white-space: nowrap; } }

.hero-logo-wrap {
  font-size: 14px;
  font-size: .8rem;
  max-width: 90%;
  background: rgba(255, 255, 255, 0.85);
  padding: 2em;
  display: inline-block;
  position: relative;
  top: 4em;
  z-index: 10;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.hero-logo {
  width: 16em;
  display: block;
  margin: auto; }

.slick-slider {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.slick-list, .slick-track, .slick-slide {
  width: 100%;
  height: 100%; }

.slick-slide {
  background: #999 bottom right;
  background-size: cover; }
  .slick-slide.slide-1 {
    background-image: url(../images/bg/heroes/header1.jpg); }
  .slick-slide.slide-2 {
    background-image: url(../images/bg/heroes/header2.jpg); }
  .slick-slide.slide-3 {
    background-image: url(../images/bg/heroes/header3.jpg); }
  .slick-slide.slide-4 {
    background-image: url(../images/bg/heroes/header4.jpg); }
  .slick-slide.slide-5 {
    background-image: url(../images/bg/heroes/header5.jpg); }
  .slick-slide.slide-6 {
    background-image: url(../images/bg/heroes/header6.jpg); }
  .slick-slide.slide-7 {
    background-image: url(../images/bg/heroes/header7.jpg); }
  .slick-slide.slide-8 {
    background-image: url(../images/bg/heroes/header8.jpg); }

.page-history {
  background: url(/wp-content/themes/fcapartners/images/accents/evolution-top.jpg) top left, url(/wp-content/themes/fcapartners/images/accents/evolution-bottom.jpg) bottom right;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 40.063em) {
    .page-history main {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 56%;
      margin-left: 0%;
      margin-right: 10%; }
      .page-history main:before, .page-history main:after {
        content: '';
        display: table; }
      .page-history main:after {
        clear: both; }
      .page-history main:last-child {
        margin-right: 0%; }
    .page-history aside {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 34%;
      margin-left: 0%;
      margin-right: 10%; }
      .page-history aside:before, .page-history aside:after {
        content: '';
        display: table; }
      .page-history aside:after {
        clear: both; }
      .page-history aside:last-child {
        margin-right: 0%; } }

.history-fact {
  font-size: 19px;
  font-size: 1.1rem;
  padding: 30px 0;
  border-top: 1px solid #e1e1e1; }
  .history-fact .dollar-amount {
    color: #d0112b;
    font-weight: 250;
    font-size: 1.8em;
    line-height: 1.2;
    display: block; }
  @media only screen and (min-width: 40.063em) {
    .history-fact {
      font-size: 23px;
      font-size: 1.333rem;
      padding: 2.5em 0; }
      .history-fact .dollar-amount {
        font-size: 2.2em;
        line-height: 1; } }
  @media only screen and (min-width: 64.063em) {
    .history-fact .dollar-amount {
      font-size: 2.8em; } }
  .history-fact:first-child {
    padding-top: 0;
    border-top: none; }
  .history-fact:last-child {
    padding-bottom: 0; }

.page-properties {
  text-align: center; }
  .page-properties > .button {
    margin-top: 2.22em; }

.about-properties {
  padding: 72px 27px 0;
  padding: 4rem 1.5rem 0;
  margin-bottom: 27px;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 40.063em) {
    .about-properties {
      padding: 72px 36px 0;
      padding: 4rem 2rem 0;
      margin-bottom: 36px;
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 64.063em) {
    .about-properties {
      float: left;
      clear: none;
      width: 33.33333%;
      margin-left: 0%;
      margin-right: 0%;
      text-align: left;
      padding: 108px 54px 0;
      padding: 6rem 3rem 0;
      margin-bottom: 54px;
      margin-bottom: 3rem; } }

.property-type-wrap {
  *zoom: 1; }
  .property-type-wrap:before, .property-type-wrap:after {
    content: '';
    display: table; }
  .property-type-wrap:after {
    clear: both; }
  @media only screen and (min-width: 64.063em) {
    .property-type-wrap {
      float: left;
      clear: none;
      width: 66.66667%;
      margin-left: 0%;
      margin-right: 0%;
      height: 100%; } }

.property-type {
  clear: none;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: left;
  height: 33.33333%;
  /* padding: 108px 27px; */
  padding: 0.25rem 1.5rem;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 40.063em) {
    .property-type {
      width: 100%; } }
  .property-type:before {
    content: "";
    background: #888 no-repeat bottom;
    background-size: cover;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: -webkit-filter 100ms, filter 100ms;
    transition: filter 100ms; }
  .property-type.type-office:before {
    background-image: url(/wp-content/uploads/office.jpg); }
  .property-type.type-retail:before {
    background-image: url(/wp-content/uploads/retail.jpg); }
  .property-type.type-multifamily:before {
    background-image: url(/wp-content/uploads/multifamily.jpg); }
  .property-type.type-selfstorage:before {
    background-image: url(/wp-content/uploads/selfstorage.jpg); }
  .property-type .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: background 100ms; }
  .property-type p, .property-type ul {
    color: #1c252c;
    margin-bottom: 30px;
    margin-bottom: 0.2rem;
    opacity: 0;
    transition: opacity 100ms; }

.property-title {
  height: 48px;
  margin-top: 15px;
  color: #fff;
  font-size: 23px;
  font-size: 1.33333rem;
  line-height: 1;
  text-transform: uppercase;
  transition: color 100ms; }

.property-type:hover:before {
  -webkit-filter: grayscale(70%);
          filter: grayscale(70%); }

.property-type:hover .overlay {
  background: rgba(255, 255, 255, 0.9); }

.property-type:hover .property-title {
  color: #a1a1a1; }

.property-type:hover p, .property-type:hover ul {
  opacity: 1; }
@media only screen and (min-width: 769px) {
.property-content-left {
	display: inline-block;
	width: 50%;
	margin: 0 -4px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
.property-content-right {
	display: inline-block;
	width: 50%;
	margin: 0 -4px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
}
p.focal {
  color: #d0112b;
  font-weight: 300;
  font-size: 23px;
  font-size: 1.3rem;
  line-height: 1.25;
  margin: 0 10px 0.3em 0; }
  @media only screen and (min-width: 1333px) {
    .focal {
      font-size: 30px;
      font-size: 1.7rem; } }

.property-type li {
	list-style-type: square;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 10px;
}

.page-portfolio .section-header {
  padding: 72px 40px 20px;
  padding: 4rem 40px 20px;
  text-align: center;
  max-width: 1440px;
  margin: auto; }

.page-portfolio .section-title {
  margin: 0;
  text-align: center; }

.page-portfolio .portfolio-key {
  line-height: 36px;
  line-height: 2rem;
  white-space: nowrap;
  margin: 0; }
  .page-portfolio .portfolio-key .key-item {
    text-align: left;
    list-style-type: none;
    display: inline-block;
    padding: 10px 12px; }
    .page-portfolio .portfolio-key .key-item .key-dot {
      display: inline-block;
      vertical-align: -2px;
      padding: 9px;
      margin-right: 10px;
      border-radius: 100px; }
    .page-portfolio .portfolio-key .key-item.type-office .key-dot {
      background: #d0112b; }
    .page-portfolio .portfolio-key .key-item.type-selfstorage .key-dot {
      background: #fe8b3f; }
    .page-portfolio .portfolio-key .key-item.type-multifamily .key-dot {
      background: #00c6b4; }
    .page-portfolio .portfolio-key .key-item.type-retail .key-dot {
      background: #135588; }
	.page-portfolio .portfolio-key .key-item.type-cluster .key-dot {
      background: #3b9bdb; }


.page-portfolio .map-canvas-wrap {
  height: 0;
	min-height: 600px;
  padding: 0 0 56%;
  position: relative; }

.page-portfolio .map-canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.page-portfolio .map-canvas {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (max-width: 36em) {
  .page-portfolio .portfolio-key {
    margin: 12px -25px 0; }
    .page-portfolio .portfolio-key .key-item {
      width: 50%;
      padding: 12px 25px 0;
      float: left; } }

@media only screen and (min-width: 40.063em) and (max-width: 74.999em) {
  .page-portfolio .section-header {
    padding: 20px 40px; } }

@media only screen and (min-width: 64.063em) {
  .page-portfolio .map-canvas-wrap {
    height: auto;
    padding-bottom: 0;
    position: absolute;
    top: 116px;
    left: 0;
    right: 0;
    bottom: 0; } }

@media only screen and (min-width: 64.063em) and (min-height: 47em) {
  .page-portfolio .section-header {
    padding: 60px 40px 20px; }
  .page-portfolio .map-canvas-wrap {
    top: 172px; } }

@media only screen and (min-width: 75em) {
  .page-portfolio .section-title, .page-portfolio .portfolio-key {
    text-align: left;
    float: left; }
  .page-portfolio .portfolio-key {
    margin: 0 25px; }
    .page-portfolio .portfolio-key .key-item {
      padding: 0 10px; }
  .page-portfolio .map-canvas-wrap {
    top: 116px; } }

@media only screen and (min-width: 83em) {
  .page-portfolio .portfolio-key .key-item {
    padding-left: 25px;
    padding-right: 25px; } }

a.btn {
  display: inline-block;
  color: #d0112b;
  border: 2px solid #d0112b;
  text-decoration: none;
  line-height: inherit; 
  margin-top: 4px;
  padding: 4px 8px;
font-weight: 400;}
  a.btn:hover, a.btn:focus {
    border: 2px solid #b30f25;
	color: #b30f25;}

a.btn-contact {
  background: url(/wp-content/themes/fcapartners/images/icon/chat.png) top left no-repeat;
	background-size: auto 100%;
  display: inline-block;
  color: #d0112b;
  text-decoration: none;
  line-height: inherit; 
  margin-top: 0px;
  padding: 2px 8px 3px 52px;
font-weight: 400;}
  a.btn-contact:hover, a.btn-contact:focus {
    color: #b30f25; }


.page-team {
  background: url(/wp-content/themes/fcapartners/images/accents/team.jpg) no-repeat center;
  background-size: cover; }
  @media only screen and (min-width: 40.063em) {
    .page-team {
      padding-bottom: 170px; } }

.page-team .accordion-content {
	display: none;
	padding: 20px 0;
}

.accordion .title:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f107";
	position: absolute;
	opacity: 1;
	top: 0;
	left: 0;
	font-size: 24px;
	line-height: 24px;
	transition: 0.25s;
	color: rgb(109,110,113);
}
@media only screen and (min-width: 40.063em) {
    .accordion .title:before {
      font-size: 32px;
	line-height: 32px; } }
.accordion .title.active:before {
	transform: rotate(180deg);
	transition: 0.25s;
}

.page-team .title {
	position: relative;
	padding-left: 30px;
	display: block;
	font-size: 21px;
	line-height: 21px;
	color: #a1a1a1;
}
@media only screen and (min-width: 40.063em) {
    .page-team .title {
      font-size: 28px;
	line-height: 28px; } }

.page-team .title.active {
	color: rgb(85,85,85);
}

.page-team .title:hover {
	cursor: pointer;
	color: #d0112b;
}

.team-row {
	float: none;
	display: block;
	position: relative;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .team-row {
    *zoom: 1;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .team-row:before, .team-row:after {
      content: '';
      display: table; }
    .team-row:after {
      clear: both; }
    .team-row:last-child {
      margin-right: 0%; } }

.team-person .lead {
  font-size: 24px; }
  @media only screen and (min-width: 1025px) {
    .team-person .lead {
      font-size: 32px; } }
  @media only screen and (min-width: 1184px) {
    .team-person .lead {
      font-size: calc(2.17391vw + -2.7392px); } }
  @media only screen and (min-width: 1460px) {
    .team-person .lead {
      font-size: 28px; } }

@media only screen and (min-width: 74em) {
  .team-person {
    *zoom: 1;
    display: inline-block;
    clear: none;
    text-align: inherit;
	vertical-align: top;
    width: 22%;
    margin-left: 0%;
    margin-right: calc(3% - 4px);
    }

.person-name {
  margin-bottom: .4em; }

.person-contact {
  font-weight: 250;
  font-size: .7778em; }
  .person-contact strong {
    font-weight: normal;
    font-size: 1.286em; }

.person-vcard {
  font-weight: 600;
  font-size: .857em;
  text-transform: uppercase;
  margin-top: 2.5em;
  display: inline-block; }

.disable-hover,
.disable-hover * {
  pointer-events: none !important; }

.screenreader-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); 
}

	}

.page-news {
  background: url(/wp-content/themes/fcapartners/images/accents/news.jpg) no-repeat center;
  background-size: cover; 
  padding: 40px;
}
	
  @media only screen and (min-width: 40.063em) {
    .page-team {
      padding-bottom: 170px; } }


	
	
.page-news .section-title {
    text-align: left; }

.page-news li {
	list-style-type: none;
	margin-bottom: 15px;
}

.page-news li span {
	display: block;
	color: #888;
}

@media only screen and (min-width: 65.0em) {
	.page-news li span {
		display: inline-block;
		width: 20%;
		max-width: 150px;
		margin: 0 20px 0 0;
		padding: 0 20px 0 0;
		border-right: 1px solid #cecece;
		color: #888;
		text-align: right;
	}
}

.page-news a[href$=".pdf"] {
	
}
@media only screen and (min-width: 40.063em) {
		.page-news a[href$=".pdf"]:after {
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		content: "\f1c1";
		font-size: 18px;
		line-height: 18px;
		padding-left: 15px;
		vertical-align: middle;
		color: #a1a1a1;
	} }
.page-news a[href$=".pdf"]:hover {
}

