/* ---------------------------------------------------------------------------------------------------------- 
Base Imports ------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

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

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

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

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

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

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

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------------------------------------------------------------------------------------------------------- 
Colors 
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Font Stacks 
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Font Sizes & Line Height 
---------------------------------------------------------------------------------------------------------- */
html {
  font-size: 100%;
  line-height: 0.5em; }

html {
  line-height: 1.5em; }

/* ---------------------------------------------------------------------------------------------------------- 
Grid 
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Breakpoints
---------------------------------------------------------------------------------------------------------- */
/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     01/14/13
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/* ---------------------------------------------------------------------------------------------------------- 
Mixins
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Functions
---------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-w1mzha");
  src: url("../fonts/icomoon.eot?#iefix-w1mzha") format("embedded-opentype"), url("../fonts/icomoon.woff?-w1mzha") format("woff"), url("../fonts/icomoon.ttf?-w1mzha") format("truetype"), url("../fonts/icomoon.svg?-w1mzha#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"], .flex-prev, .flex-next {
  font-family: 'icomoon';
  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; }

.icon-arrow-left:before {
  content: "\e600"; }

.icon-arrow-right:before {
  content: "\e601"; }

.icon-arrow-left2:before {
  content: "\e602"; }

.icon-uniE603:before {
  content: "\e603"; }

.icon-search:before {
  content: "\f002"; }

.icon-file-o:before {
  content: "\f016"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

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

.icon-bars:before {
  content: "\f0c9"; }

.icon-chevron-circle-left:before, .flex-prev:before {
  content: "\f137"; }

.icon-chevron-circle-right:before, .flex-next:before {
  content: "\f138"; }

/* ---------------------------------------------------------------------------------------------------------- 
General Defaults 
---------------------------------------------------------------------------------------------------------- */
html,
button,
input,
select,
textarea {
  color: #53534a;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d5d5d0;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

iframe {
  width: 100%; }

::-moz-selection {
  background: #d9531e;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #d9531e;
  color: #fff;
  text-shadow: none; }

/* ---------------------------------------------------------------------------------------------------------- 
Helpers (Extends) 
---------------------------------------------------------------------------------------------------------- */
.button, a.button, a.button:visited, input[type="submit"], input[type="button"] {
  display: inline-block;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  text-decoration: none;
  height: auto;
  width: auto;
  color: #fff;
  background: #d9531e;
  border: none;
  border-radius: 4px;
  padding: 0.75em 1em; }
  .button:hover, a.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background: #53534a;
    color: #fff; }

/* ---------------------------------------------------------------------------------------------------------- 
Typography 
---------------------------------------------------------------------------------------------------------- */
a, a:visited {
  color: #d9531e; }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #53534a; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  a.button:hover, a:visited.button:hover {
    color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #d9531e;
    text-decoration: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #53534a;
      text-decoration: underline; }

h1, .article-header h2 {
  font-size: 2.75em;
  line-height: 1.0909091em;
  margin: 1.3333333em 0 0.5454545em;
  font-weight: normal;
  line-height: 1.2em; }

h2 {
  font-size: 2.25em;
  line-height: 1.1111111em;
  margin: 1.3333333em 0 0.6666667em;
  font-weight: normal; }

h3, .page-list h2 {
  font-size: 1.875em;
  line-height: 1.3333333em;
  margin: 1.0666667em 0 0.5333333em;
  font-weight: normal; }

h4 {
  font-size: 1.5em;
  line-height: 1.3333333em;
  margin: 1.3333333em 0 0.6666667em;
  font-weight: normal; }

h5 {
  font-size: 1.125em;
  line-height: 1.3333333em;
  margin: 0.8888889em 0 0.4444444em;
  font-weight: normal; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1em 0 0.5em;
  font-weight: normal; }

p, pre, label {
  margin: 0 0 1em; }

ol, ul {
  margin: 0 0 1.5em;
  list-style-position: outside;
  list-style-type: disc; }

ol {
  list-style-position: outside;
  list-style-type: decimal; }

li {
  margin: 0 0 0.75em; }

strong, b {
  font-weight: 600; }

em, i, q {
  font-style: italic; }

small {
  font-size: 0.75em;
  line-height: 1.3333333em; }

blockquote {
  margin-left: 1em;
  margin-right: 0; }
  blockquote p {
    font-style: italic;
    font-size: 1.125em;
    line-height: 1.3333333em;
    margin: 0 0 0.6666667em 0; }
  blockquote cite {
    font-size: 0.875em;
    line-height: 1.7142857em; }

table {
  width: 100%; }

th, td {
  text-align: left;
  padding: 0.5em 0.5em 0.5em 0; }

.alignleft, .alignright, .aligncenter, .alignnone, .wp-post-image {
  margin-bottom: 1em;
  max-width: 100%; }
  .article-header .alignleft, .feature-page .alignleft, .article-header .alignright, .feature-page .alignright, .article-header .aligncenter, .feature-page .aligncenter, .article-header .alignnone, .feature-page .alignnone, .article-header .wp-post-image, .feature-page .wp-post-image {
    margin-bottom: 0; }

.wp-caption-text {
  margin-bottom: 0; }

/* ---------------------------------------------------------------------------------------------------------- 
Default form styles 
---------------------------------------------------------------------------------------------------------- */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  display: block;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit; }

input {
  width: 100%; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"] {
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0.5em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #d5d5d0;
  border-radius: 0;
  font-size: 1em;
  box-sizing: border-box; }

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
  width: 100%; }

select {
  display: block;
  float: none;
  width: 99.9%;
  margin: 0 0 0 1px; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0 0.5em;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer; }

input[type="file"] {
  border: none;
  font-size: 1em;
  line-height: 0em; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #53534a;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.gform_fields {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }
  .gform_fields li {
    margin-bottom: 0; }
  .gform_fields li {
    margin-bottom: 1em; }

.gform_validation_container {
  display: none; }

.validation_error {
  padding: 1em;
  margin-bottom: 1em;
  background: red;
  color: #fff; }

.validation_message {
  color: red;
  padding-top: 0.5em; }

.gform_confirmation_message {
  font-size: 2.75em;
  line-height: 1.0909091em;
  color: #d9531e; }

/* ---------------------------------------------------------------------------------------------------------- 
Layout 
---------------------------------------------------------------------------------------------------------- */
.container {
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  .container::after {
    content: " ";
    display: block;
    clear: both; }

.site-header > div, .container--full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .site-header > div::after, .container--full::after {
    content: " ";
    display: block;
    clear: both; }

.page-section {
  padding: 2em 0; }
  .article-header .page-section {
    padding: 1.5em 0; }

.page-wrap {
  width: 100%;
  overflow: hidden; }

/* ---------------------------------------------------------------------------------------------------------- 
Modules 
---------------------------------------------------------------------------------------------------------- */
.article-header {
  background: #dddddb; }
  .article-header h1 {
    margin: 0;
    color: #d9531e; }
    .article-header h1.breadcrumbs {
      font-size: 1.5em;
      line-height: 1.3333333em; }
  .article-header h2 {
    margin-top: 0; }
  .article-header time {
    display: block;
    margin-top: 0.5em; }

.breadcrumbs {
  font-size: 1.125em;
  line-height: 1.3333333em;
  margin-bottom: 0.4444444em; }

.landing-header--info {
  background: #d9531e;
  color: #fff; }
  .landing-header--info h1 {
    margin-bottom: 0.1818182em;
    color: #fff; }
  .landing-header--info a {
    color: #fff;
    color: rgba(255, 255, 255, 0.5); }
    .landing-header--info a:hover {
      color: #fff; }

.landing-header__sub-nav {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }
  .landing-header__sub-nav li {
    margin-bottom: 0; }
  .landing-header__sub-nav li {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .landing-header__sub-nav li:last-child {
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 0; }
  .landing-header__sub-nav a {
    font-size: 1.5em;
    line-height: 1.3333333em;
    color: #fff;
    text-decoration: none;
    padding-right: 10%; }
    .landing-header__sub-nav a:hover {
      color: #fff;
      text-decoration: underline; }
  .landing-header__sub-nav i {
    float: right;
    font-size: 1.5em;
    line-height: 1.3333333em; }

.landing-header--home {
  background: #d9531e;
  color: #fff; }
  .landing-header--home h2 {
    font-size: 2.75em;
    line-height: 1.0909091em;
    margin-bottom: 0.1818182em; }
  .landing-header--home a {
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-right: 0; }
    .landing-header--home a:hover {
      text-decoration: none;
      color: #53534a;
      border-bottom: 1px solid #53534a; }
    .landing-header--home a i {
      float: none;
      font-size: 1em;
      position: relative;
      top: .2em; }

.landing-header__media--info img, .landing-header__media--home img {
  width: 100%; }

.article-main h1:first-child, .article-main h2:first-child, .article-main h3:first-child, .article-main h4:first-child, .article-main h5:first-child, .article-main h6:first-child {
  margin-top: 0; }

.article-feature-images {
  margin-bottom: 1.5em;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .article-feature-images .flex-viewport {
    width: 100%;
    overflow: hidden; }
    .article-feature-images .flex-viewport:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 1px;
      z-index: 10;
      background: #fff; }
    .article-feature-images .flex-viewport:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 1px;
      z-index: 10;
      background: #fff; }
  .article-feature-images img {
    display: block;
    width: 100% !important; }

.slides {
  padding: 0;
  overflow: hidden; }

.flex-direction-nav {
  display: none; }

.flex-control-nav {
  text-align: center;
  position: relative;
  top: .5em;
  padding: 0; }
  .flex-control-nav li {
    display: inline-block;
    padding: 0.5em; }
    .flex-control-nav li a {
      text-indent: -9999em;
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 5px;
      background-color: #989892;
      background-color: rgba(152, 152, 146, 0.5); }
      .flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
        background: #53534a; }

.slider-single .flex-direction-nav, .slider-single .flex-control-nav {
  display: none !important; }

.fit-video {
  margin-bottom: 1.5em; }

.people {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }
  .people li {
    margin-bottom: 0; }
  .people ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
    .people ul li {
      margin-bottom: 0; }
  .people > li {
    margin-bottom: 2em;
    border-top: 2px solid #989892; }
  .people h4 {
    margin: 0em 0 0.5em; }
  .people h5 {
    margin: 0; }
  .people img {
    margin-bottom: 1em; }
  .people .people__image {
    position: relative; }
  .people .people__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85); }
  .people .people__contact {
    padding-left: 1em; }

.pagination {
  font-size: 1.5em;
  line-height: 1.3333333em;
  *zoom: 1;
  margin: 1em 0; }
  .pagination:after {
    content: "";
    display: table;
    clear: both; }
  .pagination > div {
    margin: 0.5em 0; }
  .pagination .prev-article {
    float: left; }
  .pagination i {
    position: relative;
    top: .2em; }

.aside-module {
  margin-bottom: 3em; }
  .aside-module h3, .aside-module h4 {
    margin-top: 0; }
  .aside-module h4 {
    margin-bottom: 0.3333333em;
    line-height: 1.1666667em; }
    .aside-module h4 > a {
      text-decoration: none; }
      .aside-module h4 > a:hover {
        text-decoration: underline; }
  .aside-module ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
    .aside-module ul li {
      margin-bottom: 0; }
  .aside-module time {
    color: #989892; }

.links-module ul li {
  *zoom: 1;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #dddddb; }
  .links-module ul li:after {
    content: "";
    display: table;
    clear: both; }
  .links-module ul li:last-child {
    border-bottom: none; }

.news-module ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }
  .news-module ul li:last-child p {
    margin-bottom: 0; }

.downloads-module a {
  display: block;
  float: left;
  width: 90%; }
.downloads-module i {
  float: right;
  color: #989892; }

.home-asides .links-module {
  margin-bottom: 0; }
  .home-asides .links-module a {
    padding-right: 1.5em; }
  .home-asides .links-module i {
    float: right;
    color: #989892; }

.archive-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }
  .archive-list li {
    margin-bottom: 0; }
  .archive-list li {
    margin-bottom: 2em; }
  .archive-list h2 {
    margin-top: 0; }

.page-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }
  .page-list li {
    margin-bottom: 0; }
  .page-list li {
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #dddddb; }
  .page-list a {
    text-decoration: none; }
    .page-list a:hover {
      text-decoration: underline; }
  .page-list h2 {
    margin: 0 0 0.2666667em 0; }
  .page-list i {
    float: right;
    font-size: 0.6666667em;
    line-height: 1.6666667em;
    color: #989892; }

.feature-pages {
  background-color: #dddddb; }

.feature-page {
  margin-bottom: 1em; }
  .feature-page a {
    display: block;
    background-color: #fff;
    text-decoration: none;
    color: #53534a; }
    .feature-page a:hover h2 {
      color: #d9531e;
      text-decoration: underline; }

.feature-page__text {
  padding: 1.5em 1em 1em;
  *zoom: 1; }
  .feature-page__text:after {
    content: "";
    display: table;
    clear: both; }
  .feature-page__text h2 {
    margin: 0 0 0.2222222em;
    float: left;
    width: 89%; }
  .feature-page__text i {
    float: right;
    font-size: 1.25em;
    line-height: 1.2em;
    line-height: 2em;
    color: #989892; }
  .feature-page__text p {
    clear: both; }

.feature-page__image {
  position: relative; }
  .feature-page__image img {
    width: 100%; }

.diamond {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -19px; }

.diamond--orange {
  background-image: url('../images/sprite-s8583c06212.png');
  background-position: -38px -231px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 38px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .diamond--orange {
      background-image: url('../images/sprite-2x-s61bb1487ee.png');
      background-size: 278px 453.5px;
      background-position: -38px -231px;
      height: 40px;
      width: 38px; } }

.diamond--blue {
  background-image: url('../images/sprite-s8583c06212.png');
  background-position: -114px -231px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 38px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .diamond--blue {
      background-image: url('../images/sprite-2x-s61bb1487ee.png');
      background-size: 278px 453.5px;
      background-position: -114px -231px;
      height: 40px;
      width: 38px; } }

.diamond--yellow {
  background-image: url('../images/sprite-s8583c06212.png');
  background-position: 0 -231px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 38px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .diamond--yellow {
      background-image: url('../images/sprite-2x-s61bb1487ee.png');
      background-size: 278px 453.5px;
      background-position: 0 -231px;
      height: 40px;
      width: 38px; } }

.diamond--green {
  background-image: url('../images/sprite-s8583c06212.png');
  background-position: -76px -231px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 38px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .diamond--green {
      background-image: url('../images/sprite-2x-s61bb1487ee.png');
      background-size: 278px 453.5px;
      background-position: -76px -231px;
      height: 40px;
      width: 38px; } }

.contact-group {
  margin-bottom: 2em; }

.contact-services, .contact-locations {
  *zoom: 1;
  clear: both;
  border-top: 1px solid #dddddb; }
  .contact-services:after, .contact-locations:after {
    content: "";
    display: table;
    clear: both; }
  .contact-services > ul > li, .contact-locations > ul > li {
    margin-bottom: 2em; }
  .contact-services iframe, .contact-locations iframe {
    height: 300px; }

.contact-group__map {
  width: 100%;
  height: 400px;
  border: #dddddb solid 1px;
  margin: 20px 0; }

.home-title h1 {
  margin: 0;
  color: #d9531e; }
  .home-title h1 small {
    font-size: 0.6818182em;
    line-height: 1.0666667em;
    display: block; }

.home-about {
  background-color: #dddddb; }
  .home-about h2 {
    display: block;
    text-indent: -9999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    background-image: url('../images/sprite-s8583c06212.png');
    background-position: 0 -164px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 67px;
    width: 278px;
    margin: 0.5em auto; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .home-about h2 {
        background-image: url('../images/sprite-2x-s61bb1487ee.png');
        background-size: 278px 453.5px;
        background-position: 0 -164px;
        height: 66.5px;
        width: 278px; } }

.values {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin: 2em 0; }
  .values li {
    margin-bottom: 0; }
  .values li {
    *zoom: 1;
    margin-bottom: 2em; }
    .values li:after {
      content: "";
      display: table;
      clear: both; }
    .values li:last-child {
      margin-right: auto;
      margin-left: auto;
      float: none; }

.values__icon {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  float: left; }

.values__icon--centered {
  background-image: url('../images/sprite-s8583c06212.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 82px;
  width: 78px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .values__icon--centered {
      background-image: url('../images/sprite-2x-s61bb1487ee.png');
      background-size: 278px 453.5px;
      background-position: 0 0;
      height: 82px;
      width: 78px; } }

.values__icon--collaborative {
  background-image: url('../images/sprite-s8583c06212.png');
  background-position: -100px -82px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 82px;
  width: 78px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .values__icon--collaborative {
      background-image: url('../images/sprite-2x-s61bb1487ee.png');
      background-size: 278px 453.5px;
      background-position: -100px -82px;
      height: 82px;
      width: 78px; } }

.values__icon--accountable {
  background-image: url('../images/sprite-s8583c06212.png');
  background-position: -152px -231px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 82px;
  width: 78px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .values__icon--accountable {
      background-image: url('../images/sprite-2x-s61bb1487ee.png');
      background-size: 278px 453.5px;
      background-position: -152px -231px;
      height: 82px;
      width: 78px; } }

.values__icon--progressive {
  background-image: url('../images/sprite-s8583c06212.png');
  background-position: -78px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 82px;
  width: 78px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .values__icon--progressive {
      background-image: url('../images/sprite-2x-s61bb1487ee.png');
      background-size: 278px 453.5px;
      background-position: -78px 0;
      height: 82px;
      width: 78px; } }

.values__icon--competent {
  background-image: url('../images/sprite-s8583c06212.png');
  background-position: -156px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 82px;
  width: 78px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .values__icon--competent {
      background-image: url('../images/sprite-2x-s61bb1487ee.png');
      background-size: 278px 453.5px;
      background-position: -156px 0;
      height: 82px;
      width: 78px; } }

.values__text {
  margin-left: 6em; }
  .values__text h3 {
    color: #d9531e;
    margin: 0 0 0.2666667em; }

.site-header__topbar {
  padding: 1em 5%;
  background: #fff; }

.site-header__logo {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  background-image: url('../images/sprite-s8583c06212.png');
  background-position: 0 -82px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 33px;
  width: 100px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .site-header__logo {
      background-image: url('../images/sprite-2x-s61bb1487ee.png');
      background-size: 278px 453.5px;
      background-position: 0 -82px;
      height: 33px;
      width: 100px; } }

.site-header__handle {
  position: absolute;
  top: 0.75em;
  right: 5%;
  padding: 0.5em;
  font-size: 1.125em;
  line-height: 1.3333333em;
  line-height: 1;
  text-decoration: none; }

.site-header__find-us {
  position: absolute;
  top: 1.25em;
  right: 25%; }

.site-header__nav {
  position: relative;
  -moz-transition: max-height 250ms;
  -o-transition: max-height 250ms;
  -webkit-transition: max-height 250ms;
  transition: max-height 250ms;
  max-height: 40em;
  overflow: hidden; }
  .site-header__nav.close {
    max-height: 0; }
  .site-header__nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddb;
    padding: 1em 0; }
    .site-header__nav ul li {
      margin-bottom: 0; }
  .site-header__nav a {
    display: block;
    padding: 0.5em 5%; }

#js-search-handle {
  display: none; }

.site-header__primary-nav {
  padding-top: 4.5em; }
  .site-header__primary-nav li a {
    font-size: 1.5em;
    line-height: 1.3333333em; }

.site-header__search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1em 5% 1em;
  border-bottom: 1px solid #dddddb; }
  .site-header__search form {
    position: relative; }
  .site-header__search button {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    background: none;
    border: none; }

.site-footer__subscribe {
  background: #d9531e;
  color: #fff; }
  .site-footer__subscribe h2 {
    margin-top: 0; }
  .site-footer__subscribe input[type=submit] {
    background: #983a15;
    margin-top: 1em; }
    .site-footer__subscribe input[type=submit]:hover {
      background: #6d2a0f; }

.site-footer__links {
  padding: 2.5em 5%;
  background-color: #53534a; }
  .site-footer__links ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
    .site-footer__links ul li {
      margin-bottom: 0; }
  .site-footer__links h4 {
    color: #989892;
    margin-top: 0; }
  .site-footer__links a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.125em;
    line-height: 1.7777778em; }
    .site-footer__links a:hover {
      color: #fff;
      border-bottom: 1px solid #fff; }

.site-footer__links-one {
  padding-bottom: 0; }

.site-footer__credits {
  padding: 2.5em 5%;
  background-color: #dddddb; }

.site-footer__logo {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  background-image: url('../images/sprite-s8583c06212.png');
  background-position: 0 -361px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 93px;
  width: 155px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .site-footer__logo {
      background-image: url('../images/sprite-2x-s61bb1487ee.png');
      background-size: 278px 453.5px;
      background-position: 0 -361px;
      height: 93px;
      width: 155px; } }

.site-footer__copyright {
  font-size: 0.8125em;
  line-height: 1.2307692em;
  color: #989892;
  margin: 1.5em 0; }
  .site-footer__copyright a {
    color: #989892; }

.site-footer__social-links {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  *zoom: 1; }
  .site-footer__social-links li {
    margin-bottom: 0; }
  .site-footer__social-links:after {
    content: "";
    display: table;
    clear: both; }
  .site-footer__social-links li {
    float: left;
    padding: 0.5em 0.75em; }
    .site-footer__social-links li:first-child {
      padding-left: 0; }
  .site-footer__social-links a {
    color: #989892;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 1.3333333em; }
    .site-footer__social-links a:hover {
      color: #53534a; }

/* ---------------------------------------------------------------------------------------------------------- 
General Defaults 
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Typography 
---------------------------------------------------------------------------------------------------------- */
.alignleft {
  float: left;
  padding-right: 1em; }

.alignright {
  float: right;
  padding-left: 1em; }

/* ---------------------------------------------------------------------------------------------------------- 
Layout 
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Modules 
---------------------------------------------------------------------------------------------------------- */
.offset-bg--light-left {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  right: 50%;
  z-index: 1;
  background: #dddddb; }

.offset-bg--orange-left {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  right: 50%;
  z-index: 1;
  background: #d9531e; }

.offset-bg--orange-right {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  left: 0;
  z-index: 1;
  background: #d9531e; }

.offset-bg--dark-right {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  left: 33.8983051%;
  z-index: 2;
  background: #53534a; }

.offset-bg--features-right {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  left: 0;
  z-index: 1;
  background: #dddddb url(../images/pattern-grey.png) 38% 0 no-repeat; }

.offset-bg--features-left {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  right: 0;
  z-index: 1;
  background: #dddddb url(../images/pattern-grey.png) 64% 0 no-repeat; }

.article-header {
  background-color: transparent; }
  .article-header > .container {
    background-color: #dddddb;
    position: relative; }
  .article-header .offset-bg--light-left {
    right: 0;
    background-image: url(../images/pattern-grey.png);
    background-position: 570px -160px;
    background-repeat: no-repeat; }
  .article-header .offset-bg--orange-left {
    right: 0;
    background-image: url(../images/pattern-orange-solid.png);
    background-position: 570px -160px;
    background-repeat: no-repeat; }
  .article-header .offset-bg--orange-right {
    right: 0;
    background-image: url(../images/pattern-orange-solid.png);
    background-position: 130px -160px;
    background-repeat: no-repeat; }

.article-header__content {
  position: relative;
  z-index: 2;
  overflow: hidden; }

.landing-header__text, .landing-header__text--info {
  width: 32.2033898%;
  float: left;
  margin-right: 1.6949153%;
  min-height: 335px; }

.landing-header__media, .landing-header__media--info {
  width: 66.1016949%;
  float: left;
  margin-right: 1.6949153%;
  float: right;
  margin-right: 0;
  position: absolute;
  overflow: hidden;
  height: 100%;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .landing-header__media img, .landing-header__media--info img {
    visibility: hidden;
    position: absolute;
    width: auto !important;
    max-width: 999em;
    height: 100% !important;
    top: 0;
    right: 0; }

.pattern-media-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-orange-opaque.png) -670px -160px no-repeat; }

.landing-header__text--home {
  width: 32.2033898%;
  float: left;
  margin-right: 1.6949153%;
  float: right;
  margin-right: 0; }

.landing-header__media--home {
  width: 66.1016949%;
  float: left;
  margin-right: 1.6949153%;
  position: absolute;
  overflow: hidden;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .landing-header__media--home img {
    visibility: hidden;
    position: absolute;
    width: auto !important;
    max-width: 999em;
    height: 100% !important;
    top: 0;
    left: 0; }

.pattern-media-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-orange-opaque.png) 130px -160px no-repeat; }

.article-main {
  width: 66.1016949%;
  float: left;
  margin-right: 1.6949153%; }

.flex-direction-nav {
  display: none;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  top: 36%;
  left: 0;
  z-index: 2; }
  .flex-direction-nav li {
    margin-bottom: 0; }
  .article-feature-images:hover .flex-direction-nav {
    display: block; }
  .flex-direction-nav li:first-child {
    position: absolute;
    left: 1em;
    top: 0; }
  .flex-direction-nav li:last-child {
    position: absolute;
    right: 1em;
    top: 0; }
  .flex-direction-nav a {
    display: block;
    text-decoration: none;
    font-size: 2.25em;
    line-height: 1.1111111em;
    padding: 0.2222222em;
    color: #fff;
    color: rgba(255, 255, 255, 0.6); }
    .flex-direction-nav a:hover {
      color: #fff;
      color: white; }

.people > li {
  width: 49.1525424%;
  float: left;
  margin-right: 1.6949153%; }
  .people > li:nth-child(2n) {
    float: right;
    margin-right: 0; }
  .people > li:nth-child(2n+1) {
    clear: both; }

.pagination > div {
  width: 50%; }
.pagination .prev-article {
  padding-right: 1em; }
.pagination .next-article {
  padding-left: 1em;
  float: right;
  text-align: right; }

.article-asides {
  width: 32.2033898%;
  float: left;
  margin-right: 1.6949153%;
  float: right;
  margin-right: 0;
  padding-left: 1em; }

.home-asides .aside-module {
  width: 49.1525424%;
  float: left;
  margin-right: 1.6949153%; }
  .home-asides .aside-module:nth-child(2n) {
    float: right;
    margin-right: 0;
    padding-left: 2%; }
  .home-asides .aside-module:nth-child(2n+1) {
    clear: both;
    padding-right: 2%; }

.feature-pages > .container {
  position: relative; }

.feature-pages-wrap {
  overflow: hidden;
  position: relative;
  z-index: 2; }

.feature-page {
  margin-bottom: 0;
  width: 32.2033898%;
  float: left;
  margin-right: 1.6949153%;
  padding-bottom: 100em;
  margin-bottom: -100em;
  background-color: #fff; }
  .feature-page:nth-child(3n) {
    float: right;
    margin-right: 0; }
  .feature-page:nth-child(3n+1) {
    clear: both; }

.contact-services > ul > li {
  width: 32.2033898%;
  float: left;
  margin-right: 1.6949153%; }
  .contact-services > ul > li:nth-child(3n) {
    float: right;
    margin-right: 0; }
  .contact-services > ul > li:nth-child(3n+1) {
    clear: both; }

.contact-locations > ul > li {
  width: 49.1525424%;
  float: left;
  margin-right: 1.6949153%; }
  .contact-locations > ul > li:nth-child(2n) {
    float: right;
    margin-right: 0; }
  .contact-locations > ul > li:nth-child(2n+1) {
    clear: both; }

.home-about > .container {
  position: relative; }

.home-about__wrap {
  position: relative;
  z-index: 2; }

.values {
  *zoom: 1;
  margin: 3em 0 0 0; }
  .values:after {
    content: "";
    display: table;
    clear: both; }
  .values li {
    width: 49.1525424%;
    float: left;
    margin-right: 1.6949153%; }
    .values li:nth-child(2n) {
      float: right;
      margin-right: 0;
      padding-left: 2%; }
    .values li:nth-child(2n+1) {
      clear: both;
      padding-right: 2%; }

.site-header {
  border-top: 2em solid #dddddb; }
  .site-header > div {
    max-width: 58em;
    margin-left: auto;
    margin-right: auto;
    width: 90%; }
    .site-header > div::after {
      content: " ";
      display: block;
      clear: both; }

.site-header__topbar {
  float: left;
  padding: 2em 0;
  background: #fff; }

.site-header__logo {
  background-image: url('../images/sprite-s8583c06212.png');
  background-position: 0 -313px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 48px;
  width: 151px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .site-header__logo {
      background-image: url('../images/sprite-2x-s61bb1487ee.png');
      background-size: 278px 453.5px;
      background-position: 0 -313px;
      height: 48px;
      width: 151px; } }

.site-header__handle {
  display: none; }

.site-header__nav {
  position: static;
  float: right;
  clear: right; }
  .site-header__nav ul {
    border: 0; }
  .site-header__nav.close {
    max-height: 999em; }

.site-header__primary-nav {
  padding-top: 0; }
  .site-header__primary-nav li a {
    font-size: 1.4375em;
    line-height: 1.3913043em; }

.site-header__secondary-nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #dddddb; }
  .site-header__secondary-nav > div {
    max-width: 58em;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    position: relative; }
    .site-header__secondary-nav > div::after {
      content: " ";
      display: block;
      clear: both; }
  .site-header__secondary-nav ul {
    position: relative;
    float: right;
    padding: 0;
    right: 5.5em; }
  .site-header__secondary-nav li {
    float: left;
    padding: 0.1em 0.75em; }
  .site-header__secondary-nav a {
    display: inline;
    padding: 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 0.75em;
    line-height: 1.3333333em;
    font-weight: 600;
    text-decoration: none;
    color: #53534a; }
    .site-header__secondary-nav a:hover {
      color: #d9531e; }
  .site-header__secondary-nav .current-menu-item a {
    text-decoration: underline; }

a.site-header__find-us {
  display: block;
  position: relative;
  z-index: 2;
  top: 0;
  right: 0;
  float: right;
  margin-top: -2.8em;
  padding: 0.75em 1em;
  background: #d9531e;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.3333333em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none; }
  a.site-header__find-us:hover {
    background-color: #53534a;
    color: #fff; }

.site-header__primary-nav {
  position: relative;
  *zoom: 1; }
  .site-header__primary-nav:after {
    content: "";
    display: table;
    clear: both; }
  .site-header__primary-nav ul {
    float: right;
    padding: 2.5em 2em 0 0; }
  .site-header__primary-nav li {
    float: left;
    padding: 0 1em; }
  .site-header__primary-nav a {
    display: inline;
    padding: 0;
    font-size: 1.25em;
    line-height: 1.2em;
    color: #53534a;
    text-decoration: none; }
    .site-header__primary-nav a:hover {
      color: #d9531e; }
  .site-header__primary-nav .current-menu-item a {
    border-bottom: 1px solid #53534a; }
    .site-header__primary-nav .current-menu-item a:hover {
      color: #53534a;
      cursor: default; }

#js-search-handle {
  display: block;
  position: absolute;
  top: 2.3em;
  right: 0; }

.site-header__search {
  position: static;
  top: auto;
  left: auto;
  padding: 0;
  margin: 1em 0.5em;
  width: 50%;
  max-width: 40em;
  float: right;
  border: 0;
  -moz-transition: max-height 250ms;
  -o-transition: max-height 250ms;
  -webkit-transition: max-height 250ms;
  transition: max-height 250ms;
  max-height: 10em;
  overflow: hidden; }
  .site-header__search.close {
    max-height: 0; }

.site-footer__subscribe {
  text-align: center; }
  .site-footer__subscribe h2 {
    font-size: 2.75em;
    line-height: 1.0909091em;
    margin: 0 0.5em 0 0;
    display: inline;
    vertical-align: middle; }
  .site-footer__subscribe input[type=email] {
    width: 30%; }
  .site-footer__subscribe input[type=submit] {
    margin: 0 0 0 0.5em; }

.site-footer {
  overflow: hidden; }
  .site-footer > div {
    max-width: 58em;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    position: relative; }
    .site-footer > div::after {
      content: " ";
      display: block;
      clear: both; }

.site-footer__links, .site-footer__credits {
  position: relative;
  z-index: 3;
  width: 32.2033898%;
  float: left;
  margin-right: 1.6949153%; }

.site-footer__credits {
  margin-left: -67.7966102%;
  padding-left: 0; }

.site-footer__links-one {
  padding-bottom: 2.5em;
  margin-left: 33.8983051%; }

.site-footer__links-two {
  float: right;
  margin-right: 0; }

/* ---------------------------------------------------------------------------------------------------------- 
General Defaults 
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Typography 
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Layout 
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Modules 
---------------------------------------------------------------------------------------------------------- */
.site-header__primary-nav li a {
  font-size: 1.6875em;
  line-height: 1.1851852em; }

.home-title h1 {
  font-size: 3.75em;
  line-height: 1.0666667em; }
  .home-title h1 small {
    font-size: 0.5em;
    line-height: 0.5333333em; }

/* ---------------------------------------------------------------------------------------------------------- 
IE specific ------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
