@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

/* Bourbon Neat Breakpoints*/
@font-face {
  font-family: cera-bold;
  font-style: normal;
  font-weight: normal;
  src: url("../../assets/fonts/cera_gr_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/cera_gr_bold-webfont.woff2") format("woff2"), url("../../assets/fonts/cera_gr_bold-webfont.woff") format("woff"), url("../../assets/fonts/cera_gr_bold-webfont.ttf") format("truetype"), url("../../assets/fonts/cera_gr_bold-webfont.svg#cera-bold") format("svg");
}
@font-face {
  font-family: cera-black;
  font-style: normal;
  font-weight: normal;
  src: url("../../assets/fonts/cera_gr_black-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/cera_gr_black-webfont.woff2") format("woff2"), url("../../assets/fonts/cera_gr_black-webfont.woff") format("woff"), url("../../assets/fonts/cera_gr_black-webfont.ttf") format("truetype"), url("../../assets/fonts/cera_gr_black-webfont.svg#cera-black") format("svg");
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !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) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    /* border: 1px solid #999;
     page-break-inside: avoid;*/
    margin: 0;
  }

  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;
  }
}
.hidden {
  display: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  font-size: 16px;
  height: 100%;
  /*    max-width: 1600px;*/
  margin: 0 auto;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 14px;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-perspective: 1000;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px 0;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: "cera-bold", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 54px;
    font-size: 2.25rem;
    line-height: 3.375rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 42px;
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 24px;
    line-height: 36px;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
h1.grand {
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  h1.grand {
    font-size: 5rem;
    line-height: 6.2rem;
  }
}
@media screen and (max-width: 1000px) {
  h1.grand {
    font-size: 34px;
    line-height: 51px;
    font-size: 2.125rem;
    line-height: 3.1875rem;
  }
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 39px;
    font-size: 1.625rem;
    line-height: 2.4375rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
    line-height: 33px;
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 22px;
    line-height: 33px;
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

h4 {
  font-family: "cera-bold", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

h5 {
  font-family: "cera-bold", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
}

small {
  color: #1d2128;
}

ul.base {
  list-style: none;
  padding: 0;
}
ul.base a {
  text-decoration: none;
}

time {
  font-family: "cera-bold", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
  font-style: italic;
  color: #d1d6da;
}

p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #7a878c;
}
@media screen and (min-width: 660px) {
  p {
    font-size: 22px;
    line-height: 33px;
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
@media screen and (max-width: 660px) {
  p {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

.btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  font-family: "cera-black", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-size: 12px;
  line-height: 18px;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.btn:not(.btn-txt) {
  padding: 15px 25px;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 8px 13px rgba(0, 0, 0, 0.05), 0px 18px 23px rgba(0, 0, 0, 0.05);
}
.btn:not(.btn-txt):hover {
  box-shadow: none;
  top: -1px;
}
.btn-txt {
  color: #f8951d;
  font-size: 1rem;
}
.btn-txt:hover {
  color: #4d5559 !important;
}
.btn-filled {
  color: #fff;
  background: #f8951d;
}
.btn-white {
  background: #fff;
  color: #f8951d;
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  background: #1d2128;
}

/* Overlay closing cross */
.overlay .overlay-close {
  position: absolute;
  right: 20px;
  top: 28px;
  /*	overflow: hidden;*/
  border: none;
  /*	background: url(../images/cross.png) no-repeat center center;*/
  /*	text-indent: 200%;*/
  background: none;
  padding: 0;
  color: #fff;
  outline: none;
  cursor: pointer;
  z-index: 100;
  font-family: "cera-black", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
}
.overlay .overlay-close:before {
  content: "";
  width: 20px;
  height: 19px;
  position: absolute;
  left: -22px;
  top: -2px;
  display: block;
  background: url("/assets/images/sprite.svg") no-repeat -27px 0;
}

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  font-size: 54px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px;
}

.overlay ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.8rem;
  position: relative;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #fff;
}

/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }

  .overlay ul li {
    min-height: 34px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(138, 152, 161, 0.95);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: none;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  display: none;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.site-popup {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.site-popup a.popup-modal-dismiss {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "cera-black", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
}
.site-popup a.popup-modal-dismiss:before, .site-popup a.popup-modal-dismiss:after {
  content: "";
  width: 20px;
  height: 5px;
  background: #fff;
  position: absolute;
  display: block;
  left: -30px;
  top: 14px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.site-popup a.popup-modal-dismiss:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-popup a.popup-modal-dismiss:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-popup a.popup-modal-dismiss:hover {
  color: #f8951d;
}
.site-popup a.popup-modal-dismiss:hover:after, .site-popup a.popup-modal-dismiss:hover:before {
  background: #f8951d;
}
.site-popup a.popup-modal-dismiss:hover:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-popup a.popup-modal-dismiss:hover:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.about-popup {
  max-width: 1000px;
}
.about-popup span {
  color: #ffa90a;
}
.about-popup h1 {
  text-transform: capitalize;
}
.about-popup p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about-popup p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.paginationLink {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media screen and (min-width: 768px) {
  .paginationLink {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    background: #8a98a1;
  }
  .paginationLink:hover {
    background: #4d5559;
  }
}
@media screen and (max-width: 767px) {
  .paginationLink {
    top: 10px;
    background: #4d5559;
  }
}
.paginationLink:after {
  content: "";
  background: url("/assets/images/sprite.png") no-repeat -1px -25px;
  background-color: none;
  display: block;
  width: 20px;
  height: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .paginationLink.next {
    right: 5px;
  }
}
.paginationLink.next:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .paginationLink.prev {
    left: 5px;
  }
}
.paginationLink.prev:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .paginationLink:first-of-type {
    left: 1rem;
  }

  .paginationWrap a + a {
    left: 75px;
  }
}
/*@import "vendors/accordion";*/
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
  height: 50px;
  min-height: 75px;
  @incldue justify-content(space-between);
}
.main-header .logo {
  width: 25%;
  min-width: 220px;
}
.main-header .logo svg {
  width: 100%;
}
.main-header .main-nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header .main-nav li {
  margin-left: 15px;
}
.main-header .main-nav a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  position: relative;
  font-weight: 900;
  letter-spacing: 1px;
  display: block;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.main-header .main-nav--wrapper {
  width: 75%;
}
.main-header:not(.main-header--dark) {
  background: rgba(255, 255, 255, 0.8);
}
.main-header:not(.main-header--dark) .main-nav a {
  color: #8a98a1;
}
.main-header:not(.main-header--dark) .main-nav a:hover, .main-header:not(.main-header--dark) .main-nav a.active {
  color: #f8951d;
}
.main-header--dark {
  background: rgba(138, 152, 161, 0.8);
}
.main-header--dark .main-nav a {
  color: #fff;
}
.main-header--dark .main-nav a:hover, .main-header--dark .main-nav a.active {
  color: #4d5559;
}

/*.main-header*/
.trigger {
  position: absolute;
  font-family: "cera-black", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #4d5559;
}
.trigger:before {
  content: "";
  width: 20px;
  height: 18px;
  position: absolute;
  left: -25px;
  top: 0;
  display: block;
  background: url("/assets/images/sprite.svg") no-repeat 0 -3px;
}

@media screen and (min-width: 1000px) {
  #trigger-overlay {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .main-nav--wrapper {
    display: none;
  }
}
.mainFooter {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  background: #8a98a1 url("/assets/images/logo-footer.svg") no-repeat center 115%;
  margin: 0 auto;
}
@media screen and (min-width: 660px) {
  .mainFooter {
    padding: 5% 2.5%;
  }
}
@media screen and (max-width: 660px) {
  .mainFooter {
    padding: 5%;
  }
}
.mainFooter p {
  display: inline-block;
  letter-spacing: 1px;
}
.mainFooter p, .mainFooter a {
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.mainFooter a {
  text-decoration: none;
}
.mainFooter a[href^=tel] {
  color: #4d5559;
  font-size: 22px;
  line-height: 33px;
  font-size: 1.375rem;
  line-height: 2.0625rem;
}

.footerNav {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
@media screen and (min-width: 768px) {
  .footerNav {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .footerNav {
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 767px) {
  .footerNav {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footerNav a {
  font-family: "cera-black", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footerNav a {
    width: 100%;
  }
}

.footerItem p, .footerItem a {
  width: 100%;
}
@media screen and (min-width: 660px) {
  .footerItem {
    width: 50%;
  }
}
@media screen and (max-width: 660px) {
  .footerItem {
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 660px) {
  .footerItem:last-of-type {
    text-align: right;
  }
}

.main-wrap {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.main-wrap::after {
  clear: both;
  content: "";
  display: table;
}

.mainContent {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mainContent-sub {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .mainContent-sub {
    padding-top: 5.5rem;
  }
}

.contentModule {
  padding: 2% 0;
}
.contentModule h1 {
  color: #8a98a1;
  text-transform: capitalize;
  font-family: "cera-black", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
  margin-bottom: 1%;
}
.contentModule h3 {
  color: #f8951d;
  margin: 0 0 1.5%;
  text-transform: uppercase;
}
.contentModule h4 {
  color: #f8951d;
}
.contentModule p {
  color: #4d5559;
  margin-bottom: 25px;
  max-width: 900px;
}
@media screen and (min-width: 768px) {
  .contentModule p {
    /*@include column-count(2);*/
    font-size: 22px;
    line-height: 33px;
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
.contentModule a:not(.btn) {
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.contentModule a:not(.btn)[href^=tel] {
  color: #4d5559;
  font-size: 22px;
  line-height: 33px;
  font-size: 1.375rem;
  line-height: 2.0625rem;
}
.contentModule a:not(.btn)[href^=tel]:hover {
  color: #f8951d;
}
.contentModule a:not(.btn)[href^=mailto] {
  color: #4d5559;
  text-transform: lowercase;
  font-size: 22px;
  line-height: 33px;
  font-size: 1.375rem;
  line-height: 2.0625rem;
}
.contentModule a:not(.btn)[href^=mailto]:hover {
  color: #f8951d;
}

.siteCta {
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.siteCta-home {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.blockCallouts {
  position: relative;
  padding: 5% 2.5%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*home*/
}
.blockCallouts--wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.blockCallouts--wrap:after {
  content: "";
  width: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  background: rgba(138, 152, 161, 0.1);
  z-index: -1;
}
.blockCallouts h1, .blockCallouts h2 {
  color: #8a98a1;
}
.blockCallouts-practiceAreas h1 {
  text-align: center;
}
.blockCallouts-practiceAreas--wrap:after {
  height: 75%;
}
.blockCallouts-practiceAreas .blockCallouts-item {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.blockCallouts-practiceAreas .blockCallouts-item a {
  padding: 10% 5%;
  font-size: 1.25rem;
}
.blockCallouts-practiceAreas .blockCallouts-item:hover {
  background: #f8951d;
}
.blockCallouts-practiceAreas .blockCallouts-item:hover a {
  color: #fff;
}
.blockCallouts-profiles--wrap:after {
  height: 85%;
}
@media screen and (min-width: 768px) {
  .blockCallouts-profiles .blockCallouts-item {
    padding: 35px 10px;
  }
}
@media screen and (max-width: 767px) {
  .blockCallouts-profiles .blockCallouts-item {
    padding: 15px 5px;
  }
}
.blockCallouts-profiles .blockCallouts-item .btn-txt {
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .blockCallouts .blockCallouts-item {
    width: 31%;
  }
}
@media screen and (max-width: 1000px) {
  .blockCallouts .blockCallouts-item {
    width: 48%;
  }
}
@media screen and (max-width: 660px) {
  .blockCallouts .blockCallouts-item {
    width: 100%;
  }
}
.blockCallouts-item {
  background: #fff;
  border: 2px solid #f8951d;
  min-height: 150px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media screen and (min-width: 768px) {
  .blockCallouts-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .blockCallouts-item {
    margin-bottom: 20px;
  }
}
.blockCallouts-item h1, .blockCallouts-item h2, .blockCallouts-item a {
  width: 100%;
}
.blockCallouts-item h1, .blockCallouts-item h2 {
  color: #8a98a1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 5%;
}
.blockCallouts-item a {
  text-decoration: none;
  font-family: "cera-bold", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
  letter-spacing: 1px;
  line-height: 2rem;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.blockCallouts-item a:not(.btn-txt) {
  color: #8a98a1;
}
.blockCallouts-item a:not([href^=mailto]) {
  text-transform: capitalize;
}
.blockCallouts-item a[href^=mailto] {
  text-transform: lowercase;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  /*-ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;*/
}
.blockCallouts-item a:hover {
  color: #f8951d;
}

.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5%;
  font-family: "cera-black", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.breadcrumbs li {
  display: inline-block;
  color: #8a98a1;
}
.breadcrumbs li:not(:last-of-type):after {
  content: ">";
  margin: 0 5px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #4d5559;
  text-transform: capitalize;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.breadcrumbs a:hover {
  color: #f8951d;
}

.sectionHeader {
  width: 100%;
}
.sectionHeader h1 {
  text-transform: capitalize;
}

.masthead-home {
  position: relative;
  background: url("/assets/images/bg-chairs.jpg") no-repeat center center;
  background-size: cover;
  min-height: 100vh;
}
.masthead-home .masthead-content {
  position: absolute;
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.masthead-home h1 {
  color: #fff;
  text-transform: uppercase;
  width: 98%;
  max-width: 650px;
  font-family: "cera-black", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
  letter-spacing: 2px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 660px) {
  .masthead-home h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 660px) {
  .masthead-home h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.masthead-home .scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10%;
  color: #fff;
  text-transform: uppercase;
  font-family: "cera-black", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
  text-decoration: none;
  text-align: center;
}
.masthead-home .scroll span {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.masthead-home .scroll svg {
  position: relative;
}
.masthead-home .scroll .st1 {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 4.9019;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.masthead-home .scroll:hover svg {
  top: 13px;
}
.masthead-home .scroll:hover .st1 {
  stroke: #f8951d;
}

.ourClientsCta {
  background: url("/assets/images/bg-windows.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.ourClientsCta h1, .ourClientsCta h2 {
  text-shadow: 0px 4px 3px rgba(77, 85, 89, 0.2), 0px 8px 13px rgba(77, 85, 89, 0.2), 0px 14px 23px rgba(77, 85, 89, 0.2);
}
.ourClientsCta h1 {
  text-transform: capitalize;
}
.ourClientsCta h2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.masthead-founder {
  position: relative;
  padding: 0 2.5%;
}

.masthead-founder:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -130px;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: linear-gradient(0deg, white 43%, #788790 43%);
}

.profileHeader-linkedin {
  width: 100px;
  margin-top: 1rem;
}

@media only screen and (min-width: 1000px) {
  .masthead-founder {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-areas: "img content";
    gap: 2.5%;
  }

  .masthead-founder--content p {
    color: #444;
  }

  .contentModule a:not(.btn)[href^=mailto] {
    color: #fff;
  }

  .contentModule .masthead-founder--title, .contentModule .masthead-founder--tagline {
    color: #fff;
    margin: 1rem 0 0 0;
    font-family: "cera-bold", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
  }

  .masthead-founder--content p:first-of-type {
    margin-top: 15vh;
  }

  .masthead-founder img {
    grid-area: img;
  }

  .masthead-founder--content {
    grid-area: content;
  }

  .masthead-founder—title {
    text-transform: uppercase;
  }
}
.profile-page {
  padding-bottom: 5rem;
}

.profileHeader {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .profileHeader .img-wrap {
    width: 30%;
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .profileHeader .img-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .profileHeader .img-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .profileHeader-content {
    width: 65%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .profileHeader-content {
    width: 45%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 500px) {
  .profileHeader-content {
    width: 100%;
    margin: 5% 0 0;
  }
}
.profileHeader-content h1, .profileHeader-content a, .profileHeader-content span {
  display: inline-block;
  width: 100%;
  font-family: "cera-bold", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
}
.profileHeader-content h1 {
  margin: 0 0 2.5%;
  color: #f8951d;
  text-transform: capitalize;
}
.profileHeader-content a {
  margin-bottom: 1%;
}
.profileHeader-content a[href^=tel] {
  color: #4d5559;
}
.profileHeader-content a[href^=mailto] {
  text-decoration: none;
  color: #4d5559;
  text-transform: lowercase;
}
.profileHeader-content span {
  color: #8a98a1;
}

.profileContent {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profileContent h5 {
  color: #4d5559;
  margin: 0 0 2.5%;
  text-transform: uppercase;
}
.profileContent ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.profileContent ul li {
  margin-bottom: 2.5%;
  color: #4d5559;
}
.profileContent ul li a {
  text-decoration: none;
  color: #f8951d;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.profileContent ul li a:after {
  margin-left: 10px;
  content: "›";
}
.profileContent ul li a:hover {
  color: #4d5559;
}
@media screen and (min-width: 768px) {
  .profileContent-bio {
    width: 65%;
    margin: 5% 0 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .profileContent-bio {
    width: 100%;
    margin: 2.5% 0 0;
  }
}
.profileContent-bio p {
  margin: 0 0 2.5%;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
.profileContent-aside {
  margin: 5% 0 0 0;
}
@media screen and (min-width: 768px) {
  .profileContent-aside {
    width: 30%;
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .profileContent-aside {
    width: 100%;
  }
}

.profile-popup {
  /*	    	max-width: 1200px;*/
  background: rgba(138, 152, 161, 0.95);
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  /*.profile-header*/
}
@media screen and (min-width: 768px) {
  .profile-popup {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media screen and (min-width: 768px) {
  .profile-popup .profileHeader {
    padding: 5rem 3em 1em 5em;
  }
}
@media screen and (max-width: 767px) {
  .profile-popup .profileHeader {
    padding: 5rem 1em 0;
  }
}
.profile-popup .profileHeader a[href^=tel], .profile-popup .profileHeader a[href^=mailto] {
  color: #fff;
  text-transform: lowercase;
}
.profile-popup .profileHeader span {
  color: #4d5559;
}
.profile-popup .profileHeader-linkedin {
  width: 75px;
}
.profile-popup .profileHeader-linkedin:hover {
  opacity: 0.8;
}
.profile-popup .profileHeader-linkedin svg {
  width: 100%;
}
.profile-popup .profileContent {
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .profile-popup .profileContent {
    padding: 0 3em 5em 2em;
  }
}
@media screen and (max-width: 767px) {
  .profile-popup .profileContent {
    padding: 0 1em 5em;
  }
}
.profile-popup .profileContent ul li {
  color: #fff;
}
.profile-popup .profileContent a {
  color: #fff;
}
.profile-popup .profileContent-bio p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .profile-popup .profileContent-bio p {
    padding-right: 20px;
  }
}

/*.profile-popup*/
.practiceArea {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.practiceArea-header {
  width: 100%;
}
.practiceArea h1 {
  color: #f8951d;
  text-transform: capitalize;
}
@media screen and (min-width: 1000px) {
  .practiceArea-content {
    width: 60%;
    margin-right: 10%;
  }
}
.practiceArea-content p {
  margin: 0 0 2.5%;
}
@media screen and (min-width: 1000px) {
  .practiceArea-aside {
    width: 25%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .practiceArea-aside {
    margin-top: 5%;
    width: 100%;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}
.practiceArea-aside h2 {
  width: 100%;
  color: #8a98a1;
}
.practiceArea-aside .blockCallouts-item {
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .practiceArea-aside .blockCallouts-item {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .practiceArea-aside .blockCallouts-item {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .practiceArea-aside .blockCallouts-item {
    width: 49%;
  }
}
@media screen and (max-width: 660px) {
  .practiceArea-aside .blockCallouts-item {
    width: 100%;
  }
}

.news-wrap {
  padding-bottom: 5%;
}

.article {
  max-width: 800px;
}
.article-full {
  margin: 0 auto;
}
.article a {
  text-decoration: none;
}
.article h1, .article h2, .article h3, .article h4, .article p a {
  color: #f8951d;
}

.client-list {
  list-style: none;
  font-family: "cera-bold", Arial, Helvetica, FreeSans, sans-serif, "open-serif", open-serif;
  color: #4d5559;
  margin-bottom: 10%;
}
@media screen and (min-width: 660px) {
  .client-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.client-list li {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.5%;
}

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