@charset "UTF-8";
/*
Theme Name: Berkowitz Oliver LLP
Theme URI:
Author: Indicia Design
Author URI: http://www.indiciadesign.com
Description: A custom theme built with Foundation, Sass and Gulp
Text Domain: berkowitz-oliver
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * 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/10.
   */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}

/**
   * 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 Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
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;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #828282;
  background: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -25px;
  margin-left: -1.5625rem;
  margin-right: -25px;
  margin-right: -1.5625rem;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "din-condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #685040;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #828282;
  line-height: 0;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
}

h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

h3 {
  font-size: 19px;
  font-size: 1.1875rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  font-size: 17px;
  font-size: 1.0625rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  color: #685040;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #594537;
}

a img {
  border: 0;
}

hr {
  max-width: 1190px;
  max-width: 74.375rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #828282;
  border-left: 0;
  margin: 20px auto;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-left: 1.25rem;
}

ol {
  margin-left: 20px;
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 4.8px;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 9px 20px 0 19px;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #828282;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #3b3b3b;
}

cite {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #3b3b3b;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #828282;
  cursor: help;
  border-bottom: 1px dotted #000;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  background-color: #f1f2f2;
  border: 1px solid #828282;
  padding: 2px 5px 1px;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 2px 4px 0;
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #f1f2f2;
  color: #000;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 3.2px;
  margin-top: 0.2rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #3b3b3b;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -16px;
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #3b3b3b;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  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;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 34px;
  height: 2.125rem;
  padding: 7px;
  padding: 0.4375rem;
  border: 1px solid #e1e1e1;
  margin: 0 0 14px;
  margin: 0 0 0.875rem;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  color: #685040;
  background-color: #ebebeb;
  -webkit-box-shadow: inset 0 1px 1px rgba(130, 130, 130, 0.1);
          box-shadow: inset 0 1px 1px rgba(130, 130, 130, 0.1);
  border-radius: 3px;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #828282;
  background-color: #ebebeb;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #828282;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #828282;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #828282;
}

input::placeholder,
textarea::placeholder {
  color: #828282;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f1f2f2;
  cursor: default;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 14px;
  margin: 0 0 0.875rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 7px;
  margin-left: 0.4375rem;
  margin-right: 14px;
  margin-right: 0.875rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 7px;
  margin-right: 0.4375rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #f37321;
}

label.middle {
  margin: 0 0 14px;
  margin: 0 0 0.875rem;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.help-text {
  margin-top: -7px;
  margin-top: -0.4375rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 16px;
  padding: 0 1rem;
  background: #f1f2f2;
  color: #000;
  border: 1px solid #828282;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 35px;
  height: 2.1875rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #828282;
  padding: 18px;
  padding: 1.125rem;
  margin: 18px 0;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #3b3b3b;
  padding: 0 3px;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -3px;
  margin-left: -0.1875rem;
}

select {
  height: 34px;
  height: 2.125rem;
  padding: 7px;
  padding: 0.4375rem;
  border: 1px solid #e1e1e1;
  margin: 0 0 14px;
  margin: 0 0 0.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: normal;
  color: #685040;
  background-color: #fff;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2859, 59, 59%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #f1f2f2;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -7px;
  margin-top: -0.4375rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.clearfix::after {
  clear: both;
}

.header__logo, .header__toggle, .footer__logo, .homepage__tagline {
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
}

.post-detail__body-wrapper, .about__body-inner, .contact__top, .archive-page__grid-inner, .services__body-container {
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
  max-width: 53.75rem;
}

body {
  overflow-x: hidden;
}

a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
  text-align: center;
  color: #828282;
  font-size: 12px;
  font-size: 0.75rem;
}

.alignleft {
  float: left;
  margin: 0 30px 10px 0;
  margin: 0 1.875rem 0.625rem 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 30px;
  margin: 0 0 0.625rem 1.875rem;
}

.aligncenter {
  display: block;
  float: none;
  margin: 16px auto;
  margin: 1rem auto;
}

.alignnone {
  display: block;
  float: none;
  margin: 16px 0;
  margin: 1rem 0;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #f1f2f2;
  padding: 15px 23px 14px;
  padding: 0.9375rem 1.4375rem 0.875rem;
  width: auto;
  height: auto;
  text-decoration: none;
  line-height: normal;
  color: #ff0101;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  clip: auto !important;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?vr3iv3");
  src: url("fonts/icomoon.eot?vr3iv3#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?vr3iv3") format("truetype"), url("fonts/icomoon.woff?vr3iv3") format("woff"), url("fonts/icomoon.svg?vr3iv3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.icon-email-black:before {
  content: "\e900";
}

.icon-email-gray:before {
  content: "\e901";
  color: #a6a8ab;
}

.icon-email:before {
  content: "\e902";
  color: #f67300;
}

.icon-file-black:before {
  content: "\e903";
}

.icon-file-gray:before {
  content: "\e904";
  color: #a6a8ab;
}

.icon-file:before {
  content: "\e905";
  color: #f67300;
}

.icon-phone-black:before {
  content: "\e906";
}

.icon-phone-gray:before {
  content: "\e907";
  color: #a6a8ab;
}

.icon-phone:before {
  content: "\e908";
  color: #f67300;
}

.icon-icon-print-black:before {
  content: "\e909";
}

.icon-icon-print-gray:before {
  content: "\e90a";
  color: #a6a8ab;
}

.icon-icon-print:before {
  content: "\e90b";
  color: #f67300;
}

.icon-icon-vcard-black:before {
  content: "\e90c";
}

.icon-icon-vcard-gray:before {
  content: "\e90d";
  color: #a6a8ab;
}

.icon-icon-vcard:before {
  content: "\e90e";
  color: #f67300;
}

a.phone > img {margin-top: -5px; width: 17px;}
.header {
  background: #fff;
  padding: 20px 0;
  padding: 1.25rem 0;
}

@media screen and (min-width: 64em) {
  .header {
    padding: 0;
  }
}

@media print {
  .header {
    display: none;
  }
}

.header__inner {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  position: relative;
}

.header__inner::before, .header__inner::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.header__inner::after {
  clear: both;
}

.header__inner:last-child:not(:first-child) {
  float: right;
}

.header__inner, .header__inner:last-child {
  float: none;
}

@media screen and (min-width: 64em) {
  .header__inner {
    padding-top: 1.875rem;
  }
}

.header__locations {
  float: left;
  margin: 0;
  padding: 0;
  font: 16px "din-condensed", sans-serif;
  font: 1rem "din-condensed", sans-serif;
}

@media screen and (min-width: 64em) {
  .header__locations {
    display: block;
    float: none;
    padding-bottom: 3.125rem;
    text-align: right;
  }
}

.header__locations li {
  list-style-type: none;
}

.header__phone {
  display: inline-block;
  margin: 5px 0 5px 15px;
  margin: 0.3125rem 0 0.3125rem 0.9375rem;
  vertical-align: top;
}

@media screen and (min-width: 64em) {
  .header__phone {
    margin: 0 0 0 0.9375rem;
  }
}

.header__phone a {
  display: block;
  background: url("images/icon-phone.svg") no-repeat 0 0;
  background-size: 1.0625rem 1.75rem;
  width: 17px;
  width: 1.0625rem;
  height: 28px;
  height: 1.75rem;
  font-size: 0;
}

@media screen and (min-width: 64em) {
  .header__phone a {
    background: none;
    width: auto;
    height: auto;
    color: #f37321;
    font-size: 1rem;
  }
}

.header__location {
  display: none;
}

@media screen and (min-width: 64em) {
  .header__location {
    display: inline-block;
    margin-left: 0.3125rem;
    list-style-type: none;
  }
}

.header__location a {
  display: block;
  background: url("images/map-marker.svg") no-repeat 0 0;
  background-size: 0.6875rem 1rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  text-transform: uppercase;
  color: #c2c2c2;
}

.header__location a:hover {
  color: #f37321;
}

.header__logo {
  display: block;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  left: 50%;
  margin-left: -117px;
  margin-left: -7.3125rem;
  background: url("images/logo.svg") no-repeat 0 0;
  background-size: 14.625rem 1.6875rem;
  width: 234px;
  width: 14.625rem;
  height: 27px;
  height: 1.6875rem;
}

@media screen and (min-width: 64em) {
  .header__logo {
    display: block;
    float: left;
    position: relative;
    margin-left: 0;
    left: auto;
  }
}

.header__toggle {
  display: block;
  float: right;
  margin-top: 5px;
  margin-top: 0.3125rem;
  background: url("images/icon-menu.svg") no-repeat 0 0;
  background-size: 1.875rem 1.4375rem;
  width: 30px;
  width: 1.875rem;
  height: 23px;
  height: 1.4375rem;
}

@media screen and (min-width: 64em) {
  .header__toggle {
    display: none;
  }
}

.header__nav {
  display: none;
  position: absolute;
  top: 58px;
  top: 3.625rem;
  left: 0;
  z-index: 10;
  background: #f1f2f2;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .header__nav {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    float: right;
    margin-top: 0.9375rem;
    background: none;
    width: -webkit-calc(100% - 334px);
    width: calc(100% - 334px);
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    font-weight: 700;
  }
}

.header__nav ul {
  margin: 0;
}

.header__nav li {
  display: block;
  position: relative;
  border-bottom: 1px solid #685040;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .header__nav li {
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-right: 2.5rem;
    border-bottom: 0.9375rem solid #fff;
    padding-bottom: 2.8125rem;
    list-style-type: none;
  }
  .header__nav li:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 64em) {
  .header__nav li:hover {
    border-color: #f37321;
  }
}

.header__nav li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}

.header__nav li:hover > a {
  color: #685040;
}

@media screen and (min-width: 64em) {
  .header__nav li:hover > a {
    color: #f37321;
  }
}

.header__nav li.current-menu-item > a {
  color: #f37321;
}

.header__nav li ul {
  border-top: 1px solid #685040;
  background: #c2c3c3;
}

@media screen and (min-width: 64em) {
  .header__nav li ul {
    position: absolute;
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transition: opacity, visibility, .3s, 0s, 0s, .3s;
    transition: opacity, visibility, .3s, 0s, 0s, .3s;
    visibility: hidden;
    opacity: 0;
    margin-left: -6.5625rem;
    border: 0;
    background: #fff;
    padding: 0.625rem 0;
    width: 13.125rem;
  }
}

.header__nav li li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #f1f2f2;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .header__nav li li {
    margin: 0.3125rem 0;
    border-bottom: 0;
    text-align: left;
  }
}

.header__nav li li:last-child {
  border-bottom: 0;
}

.header__nav li li a {
  display: block;
  line-height: 1.1;
  color: #685040;
  font-size: 12px;
  font-size: 0.75rem;
}

.header__nav li li a:hover {
  color: #f37321;
}

.header__nav a {
  display: block;
  padding: 13px 20px;
  padding: 0.8125rem 1.25rem;
  text-transform: uppercase;
  color: #f37321;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

@media screen and (min-width: 64em) {
  .header__nav a {
    padding: 0;
    color: #685040;
    font-size: 0.875rem;
  }
}

.header__nav a:hover {
  color: #f37321;
}

#content {
  background: #fff;
}

.footer {
  background: #3b3b3b;
  padding: 30px 0;
  padding: 1.875rem 0;
}

@media screen and (min-width: 64em) {
  .footer {
    padding-bottom: 0;
  }
}

@media print {
  .footer {
    display: none;
  }
}

.footer__inner {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
}

.footer__inner::before, .footer__inner::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer__inner::after {
  clear: both;
}

.footer__mobile {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  text-align: center;
  color: #f37321;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 64em) {
  .footer__mobile {
    display: none;
  }
}

.footer__mobile a {
  color: #fff;
}

.footer__top {
  display: none;
}

@media screen and (min-width: 64em) {
  .footer__top {
    max-width: 74.375rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 1.875rem;
  }
  .footer__top::before, .footer__top::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__top::after {
    clear: both;
  }
}

.footer__logo {
  float: left;
  margin-left: 25px;
  margin-left: 1.5625rem;
  background: url("images/logo-footer.svg") no-repeat 0 0;
  width: 168px;
  width: 10.5rem;
  height: 19px;
  height: 1.1875rem;
}

.footer__nav {
  float: right;
  width: -webkit-calc(100% - 295px);
  width: calc(100% - 295px);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.footer__nav ul {
  margin: 2px 0 0;
  margin: 0.125rem 0 0;
}

.footer__nav li {
  display: inline-block;
  list-style-type: none;
}

@media screen and (min-width: 64em) {
  .footer__nav li {
    margin-right: 2.5rem;
  }
  .footer__nav li:last-child {
    margin-right: 0;
  }
}

.footer__nav li ul {
  display: none;
}

.footer__nav a {
  color: #fff;
}

.footer__nav a:hover {
  color: #f37321;
}

.footer__locations {
	display: none;
}

@media screen and (min-width: 64em) {
  .footer__locations {
    width: 100%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font: 0.6875rem "din-condensed", sans-serif;
  }
  .footer__locations:last-child:not(:first-child) {
    float: right;
  }
}

.footer__locations ul {
  display: inline-block;
  margin: 0;
}

.footer__locations ul:last-child {
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.footer__locations li {
  list-style-type: none;
}

.footer__locations li span {
  color: #f37321;
}

.footer__locations a {
  color: #fff;
}

.footer__locations a:hover {
  color: #f37321;
}

.footer__copyright {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  position: relative;
  text-align: center;
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: italic;
}

.footer__copyright:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .footer__copyright {
    top: -0.9375rem;
    text-align: right;
  }
}

.button {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  border: 0;
  background: #f37321;
  padding: 8px 30px;
  padding: 0.5rem 1.875rem;
  text-transform: uppercase;
  color: #fff;
  font: 12px / 1 "din-condensed", sans-serif;
  font: 0.75rem / 1 "din-condensed", sans-serif;
}

#comments .commentlist {
  margin-left: 0px;
}

#respond ul {
  margin-left: 0px;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}

.commentlist li:last-child {
  margin-bottom: 0;
}

.commentlist li ul.children {
  margin: 0;
}

.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}

.commentlist .vcard {
  margin-left: 50px;
}

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.commentlist .vcard time {
  float: right;
}

.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}

.commentlist .vcard time a:hover {
  text-decoration: underline;
}

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.commentlist .comment-reply-link {
  float: right;
}

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}

.respond-form form {
  margin: 0.75em 0;
}

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
  display: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

@media screen and (min-width: 40em) {
  .gform_wrapper .left-half,
  .gform_wrapper .right-half {
    float: left;
    width: 45%;
  }
  .gform_wrapper .right-half {
    float: right;
  }
}

.gform_wrapper ul {
  margin: 0;
  list-style: none outside none;
}

.gform_wrapper .gfield_checkbox label {
  display: inline-block;
  max-width: 80%;
}

.gform_wrapper .gfield_required {
  padding-left: 3px;
  color: #685040;
}

.gform_wrapper .gfield_label {
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
}

.gform_wrapper textarea {
  height: 100px;
  height: 6.25rem;
  resize: none;
}

.gform_wrapper .gform_footer {
  clear: both;
  text-align: right;
}

.gform_wrapper .button {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .validation_error {
  margin-bottom: 20px;
  border-left: 5px solid #ff0101;
  background: #fff;
  padding: 10px;
  text-align: center;
}

.gform_wrapper .validation_message {
  display: none;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
  border: 1px solid #ff0101;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.hero {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
}

.hero::before, .hero::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.hero::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .hero {
    padding-bottom: 8.125rem;
  }
}

.hero__inner {
  position: relative;
  margin: 0 auto;
  background: #f1f2f2;
  padding: 35px 0 45px;
  padding: 2.1875rem 0 2.8125rem;
  width: 100%;
  max-width: 1140px;
  max-width: 71.25rem;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .hero__inner {
    padding: 4.375rem 0 5.625rem;
  }
}

.hero__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("images/lines.png") no-repeat right bottom;
  width: 30%;
  height: 17px;
  height: 1.0625rem;
  content: '';
}

@media screen and (min-width: 64em) {
  .hero__inner::before {
    width: 12.8125rem;
  }
}

.hero__inner::after {
  position: absolute;
  right: 0;
  bottom: -25px;
  bottom: -1.5625rem;
  background: url("images/lines.png") no-repeat right bottom;
  width: 35%;
  height: 35px;
  height: 2.1875rem;
  content: '';
}

@media screen and (min-width: 64em) {
  .hero__inner::after {
    bottom: -2.1875rem;
    width: 60%;
    height: 3.6875rem;
  }
}

.hero h1 {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #685040;
}

.hero .title {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #685040;
  font: 40px "din-condensed", sans-serif;
  font: 2.5rem "din-condensed", sans-serif;
}

@media screen and (min-width: 40em) {
  .hero .title {
    font-size: 3rem;
  }
}

.hero p {
  margin: 5px auto 0;
  margin: 0.3125rem auto 0;
  width: 90%;
  max-width: 740px;
  max-width: 46.25rem;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 64em) {
  .hero p {
    font-size: 1.125rem;
  }
}

.person-detail {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.person-detail::before, .person-detail::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.person-detail::after {
  clear: both;
}

@media screen and (min-width: 64em) {
  .person-detail {
    padding-bottom: 5rem;
  }
}

@media print {
  .person-detail a {
    text-decoration: none;
  }
  .person-detail a::after {
    display: none;
  }
}

.person-detail__inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.person-detail__inner:last-child:not(:first-child) {
  float: right;
}

.person-detail__back {
  position: relative;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  background: #f1f2f2;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
}

@media print {
  .person-detail__back {
    display: none;
  }
}

.person-detail__back::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("images/lines.png") no-repeat right bottom;
  width: 30%;
  height: 17px;
  height: 1.0625rem;
  content: '';
}

@media screen and (min-width: 64em) {
  .person-detail__back::before {
    width: 19%;
  }
}

.person-detail__back::after {
  position: absolute;
  right: 0;
  bottom: -25px;
  bottom: -1.5625rem;
  background: url("images/lines.png") no-repeat right bottom;
  width: 35%;
  height: 35px;
  height: 2.1875rem;
  content: '';
}

.person-detail__back-inner {
  padding: 30px 15px 10px;
  padding: 1.875rem 0.9375rem 0.625rem;
}

.person-detail__back a {
  color: #f37321;
}

.person-detail__body {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
}

.person-detail__body::before, .person-detail__body::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.person-detail__body::after {
  clear: both;
}

.person-detail__body-image {
  width: 100%;
  float: left;
}

.person-detail__body-image:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .person-detail__body-image {
    width: 25%;
    float: left;
  }
  .person-detail__body-image:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .person-detail__body-image {
    width: 19%;
    float: left;
    position: relative;
  }
  .person-detail__body-image:last-child:not(:first-child) {
    float: right;
  }
  .person-detail__body-image::after {
    position: absolute;
    right: -0.625rem;
    bottom: 0;
    background: url("images/lines.png") no-repeat right bottom;
    width: 0.625rem;
    height: 40%;
    content: '';
  }
}

@media print {
  .person-detail__body-image {
    display: none;
  }
}

.person-detail__body-image img {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-filter: url("images/desaturate.svg#greyscale");
          filter: url("images/desaturate.svg#greyscale");
}

.person-detail__body-text {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}

.person-detail__body-text:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .person-detail__body-text {
    width: 75%;
    float: left;
  }
  .person-detail__body-text:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .person-detail__body-text {
    width: 81%;
    float: left;
  }
  .person-detail__body-text:last-child:not(:first-child) {
    float: right;
  }
}

.person-detail__body-back {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
}

.person-detail__body-back:last-child:not(:first-child) {
  float: right;
}

@media print {
  .person-detail__body-back {
    display: none;
  }
}

.person-detail__body-back a {
  color: #f37321;
}

.person-detail__title {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
  background: #f1f2f2;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.person-detail__title::before, .person-detail__title::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.person-detail__title::after {
  clear: both;
}

.person-detail__title-main {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.person-detail__title-main:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .person-detail__title-main {
    width: 45%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .person-detail__title-main:last-child:not(:first-child) {
    float: right;
  }
}

@media print {
  .person-detail__title-main {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.person-detail__title-focus {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 10px;
  font-size: 0.625rem;
}

.person-detail__title-focus:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .person-detail__title-focus {
    width: 55%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-top: 0;
  }
  .person-detail__title-focus:last-child:not(:first-child) {
    float: right;
  }
}

@media print {
  .person-detail__title-focus {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.person-detail__title-focus h2 {
  margin: 4px 0 9px;
  margin: 0.25rem 0 0.5625rem;
  text-transform: uppercase;
  color: #685040;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

.person-detail__title-focus ul {
  margin: 0;
}

.person-detail__title-focus li {
  display: inline-block;
  position: relative;
  padding-right: 8px;
  padding-right: 0.5rem;
  vertical-align: top;
}

.person-detail__title-focus li::after {
  position: absolute;
  top: 0;
  right: 0;
  color: #f37321;
  content: '•';
}

.person-detail__title-focus li.last-li::after {
  display: none;
}

.person-detail__title-focus a {
  color: #6d6e71;
}

.person-detail__title-focus a:hover {
  color: #f37321;
}

.person-detail__title h1 {
  margin: 0;
  line-height: 1;
  color: #685040;
  font-size: 24px;
  font-size: 1.5rem;
}

.person-detail__title h1 span {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f37321;
  font: 12px "Gotham SSm A", "Gotham SSm B", sans-serif;
  font: 0.75rem "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
}

.person-detail__contact {
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
}

.person-detail__contact li {
  display: inline-block;
  margin-right: 20px;
  margin-right: 1.25rem;
  text-transform: uppercase;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  list-style-type: none;
}

.person-detail__contact li a {
  color: #f37321;
}

.person-detail__contact li a:hover {
  color: #000;
}

.person-detail__contact li a:hover span:before {
  color: #000;
}

.person-detail__contact li span {
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.3125rem;
  vertical-align: top;
  font-size: 20px;
  font-size: 1.25rem;
}

.person-detail__util {
  margin: 2px 0 0;
  margin: 0.125rem 0 0;
}

@media print {
  .person-detail__util {
    display: none;
  }
}

.person-detail__util li {
  display: inline-block;
  margin-right: 12px;
  margin-right: 0.75rem;
  text-transform: uppercase;
  line-height: 14px;
  line-height: 0.875rem;
  font-size: 8px;
  font-size: 0.5rem;
  list-style-type: none;
}

.person-detail__util li a {
  color: #a6a8ab;
}

.person-detail__util li a:hover {
  color: #000;
}

.person-detail__util li a:hover span:before {
  color: #000;
}

.person-detail__util li span {
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.3125rem;
  vertical-align: top;
  font-size: 14px;
  font-size: 0.875rem;
}

.person-detail__util li span:before {
  color: #a6a8ab;
}

.person-detail__copy {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.person-detail__copy::before, .person-detail__copy::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.person-detail__copy::after {
  clear: both;
}

.person-detail__copy h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

.person-detail__bio {
  width: 100%;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
}

.person-detail__bio:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .person-detail__bio {
    width: 100%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .person-detail__bio:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .person-detail__bio {
    width: 59%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .person-detail__bio:last-child:not(:first-child) {
    float: right;
  }
}

.person-detail__bio a {
  color: #828282;
}

.person-detail__bio a:hover {
  color: #f37321;
}

.person-detail__matters {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.person-detail__matters h2 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.person-detail__matters ul {
  margin: 0;
}

.person-detail__matters li {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  list-style-type: none;
}

.person-detail__matters li::before {
  padding-right: 5px;
  padding-right: 0.3125rem;
  color: #f37321;
  font: 12px "din-condensed", sans-serif;
  font: 0.75rem "din-condensed", sans-serif;
  content: '///';
}

.person-detail__sidebar {
  width: 100%;
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
}

.person-detail__sidebar:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .person-detail__sidebar {
    width: 100%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .person-detail__sidebar:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .person-detail__sidebar {
    width: 41%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .person-detail__sidebar:last-child:not(:first-child) {
    float: right;
  }
}

.person-detail__sidebar-section {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.person-detail__sidebar h2 {
  margin: 0;
  font-size: remc-alc(20px);
  font-size: remc-alc(20px);
}

.person-detail__sidebar ul {
  margin: 0;
}

.person-detail__sidebar li {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  color: #a6a8ab;
  list-style-type: none;
}

.person-detail__sidebar li::before {
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 0;
  color: #f37321;
  font: 10px "din-condensed", sans-serif;
  font: 0.625rem "din-condensed", sans-serif;
  content: '///';
}

.person-detail__sidebar li li {
  padding-left: 25px;
  padding-left: 1.5625rem;
  color: #828282;
}

.person-detail__sidebar li li::before {
  left: 15px;
  left: 0.9375rem;
  color: #828282;
  content: '/';
}

.person-detail__sidebar a {
  color: #a6a8ab;
}

.person-detail__sidebar a:hover {
  color: #f37321;
}

.single-people .header__nav li.people-link > a {
  color: #f37321;
}

.post-detail__body {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.post-detail__body::before, .post-detail__body::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.post-detail__body::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .post-detail__body {
    padding-bottom: 5rem;
  }
}

.post-detail__body-inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.post-detail__body-inner:last-child:not(:first-child) {
  float: right;
}

.post-detail__body h1 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}

.post-detail__body a {
  color: #f37321;
}

.post-detail__body a:hover {
  text-decoration: underline;
}

.post-detail__meta {
  margin: 0;
  text-transform: uppercase;
  color: #f37321;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
}

.single-post .header__nav li.news-link > a {
  color: #f37321;
}

@media screen and (min-width: 40em) {
  .practice .hero {
    padding-bottom: 6.25rem;
  }
}

.practice__body {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.practice__body::before, .practice__body::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.practice__body::after {
  clear: both;
}

@media screen and (min-width: 64em) {
  .practice__body {
    padding-bottom: 5rem;
  }
}

.practice__body-nav {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.practice__body-nav:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .practice__body-nav {
    width: 25%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    margin-bottom: 0;
  }
  .practice__body-nav:last-child:not(:first-child) {
    float: right;
  }
}

@media print {
  .practice__body-nav {
    display: none;
  }
}

.practice__body-nav-inner {
  position: relative;
  background: #f1f2f2;
  padding: 30px 0 25px;
  padding: 1.875rem 0 1.5625rem;
}

.practice__body-nav-inner::before {
  position: absolute;
  top: 0;
  right: -15px;
  right: -0.9375rem;
  background: url("images/lines.png") no-repeat right bottom;
  width: 15px;
  width: 0.9375rem;
  height: 250px;
  height: 15.625rem;
  content: '';
}

.practice__body-nav h2 {
  padding: 0 35px;
  padding: 0 2.1875rem;
  color: #685040;
  font-size: 24px;
  font-size: 1.5rem;
}

.practice__body-nav ul {
  margin: 0;
}

.practice__body-nav li {
  display: block;
  padding: 8px 35px;
  padding: 0.5rem 2.1875rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  list-style-type: none;
}

.practice__body-nav li.current_menu_item {
  background: #f37321;
}

.practice__body-nav li.current_menu_item > a {
  color: #fff;
  font-weight: 700;
}

.practice__body-nav a:hover {
  color: #f37321;
}

.practice__body-content {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.practice__body-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .practice__body-content {
    width: 50%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 2rem;
  }
  .practice__body-content:last-child:not(:first-child) {
    float: right;
  }
}

.practice__body-content h1 {
  text-transform: uppercase;
  color: #685040;
  font-size: 16px;
  font-size: 1rem;
}

.practice__body-content ul {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

.practice__body-content li {
  position: relative;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  color: #a6a8ab;
  font-size: 12px;
  font-size: 0.75rem;
  list-style-type: none;
}

.practice__body-content li::before {
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 0;
  color: #f37321;
  font: 10px "din-condensed", sans-serif;
  font: 0.625rem "din-condensed", sans-serif;
  content: '///';
}

.practice__body-attorneys {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.practice__body-attorneys:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .practice__body-attorneys {
    width: 25%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 2rem;
  }
  .practice__body-attorneys:last-child:not(:first-child) {
    float: right;
  }
}

.practice__body-attorneys h2 {
  text-transform: uppercase;
  color: #685040;
  font-size: 16px;
  font-size: 1rem;
}

.practice__body-attorneys ul {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

.practice__body-attorneys li {
  position: relative;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  color: #a6a8ab;
  font-size: 12px;
  font-size: 0.75rem;
  list-style-type: none;
}

.practice__body-attorneys li::before {
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 0;
  color: #f37321;
  font: 10px "din-condensed", sans-serif;
  font: 0.625rem "din-condensed", sans-serif;
  content: '///';
}

.practice__body-attorneys a {
  color: #a6a8ab;
}

.practice__body-attorneys a:hover {
  color: #685040;
}

.tax-services .header__nav li.services-link > a {
  color: #f37321;
}

.about__body {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.about__body::before, .about__body::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.about__body::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .about__body {
    padding-bottom: 5rem;
  }
}

.about__body-content {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  position: relative;
}

.about__body-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .about__body-content {
    width: 66.66667%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .about__body-content:last-child:not(:first-child) {
    float: right;
  }
  .about__body-content::before {
    position: absolute;
    top: 0.25rem;
    left: -3.125rem;
    background: url("images/lines.png") no-repeat right bottom;
    width: 0.9375rem;
    height: 8.5rem;
    content: '';
  }
}

.about__body-content img {
  margin: 25px 0;
  margin: 1.5625rem 0;
}

.about__body-sidebar {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.about__body-sidebar:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .about__body-sidebar {
    width: 33.33333%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .about__body-sidebar:last-child:not(:first-child) {
    float: right;
  }
}

.about__body h2 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  color: #685040;
  font-size: 20px;
  font-size: 1.25rem;
}

.about__body ul {
  margin: 0;
}

.about__body li {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  color: #a6a8ab;
  font-size: 12px;
  font-size: 0.75rem;
  list-style-type: none;
}

.about__body li::before {
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 0;
  color: #f37321;
  font: 10px "din-condensed", sans-serif;
  font: 0.625rem "din-condensed", sans-serif;
  content: '///';
}

.contact__body {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.contact__body::before, .contact__body::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.contact__body::after {
  clear: both;
}

@media screen and (min-width: 64em) {
  .contact__body {
    padding-bottom: 7.5rem;
  }
}

.contact__body-inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.contact__body-inner:last-child:not(:first-child) {
  float: right;
}

.contact__top {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.contact__top-text {
  width: 100%;
  float: left;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}

.contact__top-text:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .contact__top-text {
    width: 48%;
    float: left;
  }
  .contact__top-text:last-child:not(:first-child) {
    float: right;
  }
  .contact__top-text::before {
    position: absolute;
    top: 0.25rem;
    left: -3.125rem;
    background: url("images/lines.png") no-repeat right bottom;
    width: 0.9375rem;
    height: 8.5rem;
    content: '';
  }
}

.contact__top-text h2 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  color: #685040;
  font-size: 20px;
  font-size: 1.25rem;
}

.contact__top-image {
  width: 100%;
  float: left;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.contact__top-image:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .contact__top-image {
    width: 46%;
    float: left;
  }
  .contact__top-image:last-child:not(:first-child) {
    float: right;
  }
}

.contact__form {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  max-width: 40.625rem;
}

.error-page {
  padding: 200px 0;
  padding: 12.5rem 0;
  text-align: center;
}

.homepage {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  max-width: 71.25rem;
}

@media screen and (min-width: 64em) {
  .homepage {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.homepage__inner {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 150px 0 190px;
  padding: 9.375rem 0 11.875rem;
}

.homepage__inner::before, .homepage__inner::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.homepage__inner::after {
  clear: both;
}

.homepage__text {
  padding: 0 60px;
  padding: 0 3.75rem;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (min-width: 64em) {
  .homepage__text {
    float: right;
    padding: 0;
    width: -webkit-calc(100% - 334px);
    width: calc(100% - 334px);
  }
}

.homepage__text h1 {
  margin: 0;
  width: 100%;
  max-width: 570px;
  max-width: 35.625rem;
  letter-spacing: 3px;
  line-height: 1;
  font-size: 61px;
  font-size: 3.8125rem;
  font-weight: 300;
}

@media screen and (min-width: 64em) {
  .homepage__text h1 {
    font-size: 5.75rem;
  }
}

.homepage__text h1 span {
  color: #f37321;
}

.homepage__tagline {
  position: absolute;
  top: 40px;
  top: 2.5rem;
  background: url("images/tagline.svg") no-repeat 0 0;
  background-size: 15.5625rem 0.9375rem;
  width: 249px;
  width: 15.5625rem;
  height: 15px;
  height: 0.9375rem;
}

.homepage__accent {
  position: absolute;
  top: 0;
  left: 60px;
  left: 3.75rem;
  background: url("images/lines.png") no-repeat right bottom;
  width: 249px;
  width: 15.5625rem;
  height: 25px;
  height: 1.5625rem;
}

@media screen and (min-width: 64em) {
  .homepage__accent {
    top: -0.9375rem;
    left: 0;
    width: 14.625rem;
    height: 3.125rem;
  }
}

.homepage__bar {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("images/lines.png") no-repeat right bottom;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height: 60px;
  height: 3.75rem;
}

@media screen and (min-width: 64em) {
  .homepage__bar {
    right: -3.125rem;
    width: -webkit-calc(100% - 291px);
    width: calc(100% - 291px);
    height: 6.6875rem;
  }
}

.archive-page__grid {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
}

.archive-page__grid::before, .archive-page__grid::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.archive-page__grid::after {
  clear: both;
}

.archive-page__preview {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.archive-page__preview:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .archive-page__preview {
    width: 50%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .archive-page__preview:last-child:not(:first-child) {
    float: right;
  }
}

.archive-page__preview h3 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}

.archive-page__preview h3 a {
  color: #828282;
}

.archive-page__preview h3 a:hover {
  color: #685040;
}

.archive-page__preview a {
  color: #f37321;
}

.archive-page__preview a:hover {
  text-decoration: underline;
}

.archive-page__preview a.read-more {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
}

.archive-page__nav {
  margin: 40px 13px;
  margin: 2.5rem 0.8125rem;
}

@media screen and (min-width: 40em) {
  .archive-page__nav {
    margin: 5rem 0.8125rem;
  }
}

.archive-page__nav-inner {
  position: relative;
  background: #f1f2f2;
  padding: 13px;
  padding: 0.8125rem;
  text-transform: uppercase;
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
}

.archive-page__nav-inner::before {
  position: absolute;
  top: -17px;
  top: -1.0625rem;
  left: 0;
  background: url("images/lines.png") no-repeat right bottom;
  width: 205px;
  width: 12.8125rem;
  height: 17px;
  height: 1.0625rem;
  content: '';
}

.archive-page__nav-next {
  float: right;
}

.archive-page__nav-previous {
  float: left;
}

.people__grid {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
}

.people__grid::before, .people__grid::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.people__grid::after {
  clear: both;
}

@media screen and (min-width: 64em) {
  .people__grid {
    padding: 0 1.25rem;
  }
}

.people__grid-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 990px;
  max-width: 61.875rem;
}

.people__individual {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.people__individual:last-child:not(:first-child) {
  float: right;
}

.people__individual:last-child:last-child {
  float: left;
}

@media screen and (min-width: 40em) {
  .people__individual {
    width: 33.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .people__individual:last-child:not(:first-child) {
    float: right;
  }
  .people__individual:last-child:last-child {
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .people__individual {
    width: 20%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .people__individual:last-child:not(:first-child) {
    float: right;
  }
  .people__individual:last-child:last-child {
    float: left;
  }
}

.people__individual-inner {
  background: #f1f2f2;
  text-align: center;
}

.people__individual-image {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #fff;
}

.people__individual-image:hover {
  background: #f37321;
}

.people__individual-image:hover img {
  opacity: .2;
}

.people__individual-image img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.people__individual h2 {
  padding-top: 5px;
  padding-top: 0.3125rem;
  font-size: 17px;
  font-size: 1.0625rem;
}

.people__individual ul {
  margin: 0;
}

.people__individual li {
  display: inline-block;
  width: 15%;
  list-style-type: none;
  text-align: center;
}

.people__individual li.download, .people__individual li.print {
  display: none;
}

@media screen and (min-width: 64em) {
  .people__individual li.download, .people__individual li.print {
    display: inline-block;
  }
}

.people__individual li a:hover span::before {
  color: #f37321;
}

.people__individual li span::before {
  color: #a6a8ab;
}

.services__body {
  max-width: 1190px;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
}

.services__body::before, .services__body::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.services__body::after {
  clear: both;
}

.services__body-inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.services__body-inner:last-child:not(:first-child) {
  float: right;
}

.services__text {
  position: relative;
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 40em) {
  .services__text::before {
    position: absolute;
    top: 0.25rem;
    left: -3.4375rem;
    background: url("images/lines.png") no-repeat right bottom;
    width: 0.9375rem;
    height: 15.625rem;
    content: '';
  }
}

.services__text h1 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}

.services__listing {
  margin: 45px 0 60px;
  margin: 2.8125rem 0 3.75rem;
}

.services__listing ul {
  margin: 0;
  font-size: 0;
}

.services__listing li {
  display: block;
  margin: 0 10px 10px 0;
  margin: 0 0.625rem 0.625rem 0;

}

@media screen and (min-width: 40em) {
  .services__listing li {
    display: inline-block;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 64em) {
  .services__listing li {
    display: inline-block;
    width: 48%;
  }
}

.services__listing a {
  display: table;
  background: #f37321;
  padding: 0 10px;
  padding: 0 0.625rem;
  width: 100%;
  height: 65px;
  height: 4.0625rem;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}

.services__listing a:hover {
  background: #685040;
}

.services__listing a span {
  display: table-cell;
  vertical-align: middle;
}

/* ==========================================================================
   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%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * 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.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/*! Gray v1.6.0 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);
  /* Firefox 35+ */
  filter: grayscale(1);
  /* IE 6-9 */
  -webkit-filter: gray;
          filter: gray;
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
  transition: -webkit-filter .5s;
  transition: filter .5s;
  transition: filter .5s, -webkit-filter .5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s;
  }
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}
