/*!
Theme Name: Kitchell
Theme URI: http://drawbackwards.com
Author: Drawbackwards
Author URI: http://drawbackwards.com
Description: Kitchell by Drawbackwards
Version: 1.0
*/
html {
  box-sizing: border-box; }

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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; }

/* 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  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"] {
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

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

/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
  margin-bottom: 0; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.flexslider .slides .slideTitle {
  font-size: 22px;
  margin-top: 12px;
  position: absolute;
  font-weight: 700;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 480px) {
    .flexslider .slides .slideTitle {
      font-size: 16px;
      line-height: 18px;
      padding: 7px; } }

.flex-caption {
  width: 100%;
  padding: 3%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px; }
  @media screen and (max-width: 480px) {
    .flex-caption {
      position: relative; } }
  .flex-caption p {
    font-size: 14px;
    text-align: left;
    line-height: 16px;
    margin: 0;
    font-weight: 300; }
    @media screen and (max-width: 480px) {
      .flex-caption p {
        font-size: 12px;
        line-height: 14px; } }
  .flex-caption a:link, .flex-caption a:visited {
    color: #e43538;
    font-weight: 700; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  background-size: contain;
  overflow: hidden; }
  .flex-direction-nav a:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

.flex-direction-nav .flex-prev {
  background-image: url("./images/slidePrev.png");
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .flex-direction-nav .flex-prev {
      background-image: url("./images/slidePrev@2x.png");
      background-size: 50px 50px;
      background-repeat: no-repeat; } }
  @media screen and (max-width: 480px) {
    .flex-direction-nav .flex-prev {
      background-image: url("./images/slidePrev.png");
      background-repeat: no-repeat;
      background-position: center center; } }
  @media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 480px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 480px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 480px) and (min-resolution: 125dpi), only screen and (max-width: 480px) and (min-resolution: 1.3dppx) {
    .flex-direction-nav .flex-prev {
      background-image: url("./images/slidePrev@2x.png");
      background-size: 30px 30px;
      background-repeat: no-repeat; } }

.flex-direction-nav .flex-next {
  text-align: right;
  right: 0;
  background-image: url("./images/slideNext.png");
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .flex-direction-nav .flex-next {
      background-image: url("./images/slideNext@2x.png");
      background-size: 50px 50px;
      background-repeat: no-repeat; } }
  @media screen and (max-width: 480px) {
    .flex-direction-nav .flex-next {
      background-image: url("./images/slideNext.png");
      background-repeat: no-repeat;
      background-position: center center; } }
  @media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 480px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 480px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 480px) and (min-resolution: 125dpi), only screen and (max-width: 480px) and (min-resolution: 1.3dppx) {
    .flex-direction-nav .flex-next {
      background-image: url("./images/slideNext@2x.png");
      background-size: 30px 30px;
      background-repeat: no-repeat; } }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a .flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.chosen-container * {
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #989999;
  border-top: 0;
  background: #fff; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 8px 10px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  background-clip: padding-box;
  color: #393b3a;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  font-size: 18px;
  background-image: url("./images/icons/select.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-color: #fcfcfc; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .chosen-container-single .chosen-single {
      background-image: url("./images/icons/select@2x.png");
      background-size: 13px 9px;
      background-repeat: no-repeat; } }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #e6e6e6;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 6px 10px;
  list-style: none;
  line-height: 24px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background: #e43538;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  background-color: #fff; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #989999; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
body {
  font-weight: 300;
  line-height: 1.77689em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.07143em;
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  color: #595959;
  background-color: #393b3a; }

#page {
  padding-top: 0.01em;
  background-color: #fff; }

h2 {
  color: #393b3a;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (min-width: 769px) {
    h2 {
      font-size: 60px;
      margin-bottom: 50px; } }

h3 {
  color: #393b3a;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  margin-bottom: 10px; }
  @media screen and (min-width: 769px) {
    h3 {
      font-size: 30px; } }

p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
  line-height: 26px; }

li {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 400; }

ul {
  list-style-image: url(./images/icons/listRedArrow.png);
  margin-left: 20px; }

a:link, a:visited {
  color: #e43538;
  text-decoration: none; }
  a:link:hover, a:visited:hover {
    color: #393b3a; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

img {
  image-rendering: auto; }

img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 24px; }
  @media screen and (max-width: 480px) {
    img.alignleft {
      width: 100%;
      max-width: 300px;
      float: none;
      margin-bottom: 0px;
      margin-left: auto;
      margin-right: auto; } }

.more {
  display: block;
  background: #e43538;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
  font-size: 36px !important;
  line-height: 38px !important;
  padding: 12px 20px;
  box-sizing: border-box;
  display: inline-block;
  width: auto; }
  .more:hover {
    text-decoration: none;
    color: #fff;
    background: #d93235; }

.container,
.site-content {
  max-width: 969px;
  margin-left: auto;
  margin-right: auto; }
  .container:after,
  .site-content:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 768px) {
    .container,
    .site-content {
      padding: 0 20px; } }

.page-segment .container {
  padding: 80px 20px; }
  @media screen and (max-width: 480px) {
    .page-segment .container p {
      text-align: center; } }

.collapsable_list {
  list-style: none;
  margin: 0; }
  .collapsable_list .show-full-description {
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #595959;
    cursor: pointer; }
    .collapsable_list .show-full-description:hover {
      text-decoration: none; }
    .collapsable_list .show-full-description:after {
      background-image: url("./images/icons/readMore.gif");
      background-repeat: no-repeat;
      background-position: center center;
      background-position: left center;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      content: '';
      width: 29px;
      height: 29px;
      margin-left: 10px;
      position: relative;
      top: -2px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .collapsable_list .show-full-description:after {
          background-image: url("./images/icons/readMore@2x.gif");
          background-size: 29px 29px;
          background-repeat: no-repeat; } }
    .collapsable_list .show-full-description.expanded:after {
      background-image: url("./images/icons/closeMore.gif");
      background-repeat: no-repeat;
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .collapsable_list .show-full-description.expanded:after {
          background-image: url("./images/icons/closeMore@2x.gif");
          background-size: 29px 29px;
          background-repeat: no-repeat; } }
    .collapsable_list .show-full-description:after {
      background-image: url("./images/icons/expandMore.gif");
      background-repeat: no-repeat;
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .collapsable_list .show-full-description:after {
          background-image: url("./images/icons/expandMore@2x.gif");
          background-size: 29px 29px;
          background-repeat: no-repeat; } }

.collapsable_list .full_description {
  display: none; }

#primary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-top: 2.85714em; }
  #primary:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #primary {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      #primary:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 769px) {
    #primary {
      margin-bottom: 4.28571em; } }
  @media screen and (min-width: 820px) {
    #primary {
      padding-right: 4.34783%; } }
  @media screen and (min-width: 820px) and (max-width: 768px) {
    #primary {
      padding-right: 0; } }

#primary.content-area--market {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 90%; }

#secondary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  font-size: 14px;
  margin-top: 1.42857em;
  margin-bottom: 1.42857em; }
  #secondary:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #secondary {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      #secondary:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 769px) {
    #secondary {
      margin-top: 40px;
      margin-bottom: 40px; } }
  #secondary .widget {
    margin-bottom: 60px; }
    #secondary .widget ul, #secondary .widget ol {
      list-style: none;
      margin: 0; }
  #secondary .widget-title {
    font-size: 24px;
    margin-bottom: 15px; }
  #secondary .widget_twitter li {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee; }
    #secondary .widget_twitter li .entry-meta {
      display: block;
      font-size: 12px;
      margin-top: 5px;
      font-weight: 600; }
  @media screen and (max-width: 768px) {
    #secondary .widget_twitter {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      padding-right: 4.34783%; }
      #secondary .widget_twitter:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    #secondary .widget_twitter {
      padding-right: 0; } }
  #secondary .null-instagram-feed li {
    width: 29%;
    margin: 3%;
    display: inline-block; }
    #secondary .null-instagram-feed li:first-child {
      margin-left: 0; }
    #secondary .null-instagram-feed li:nth-child(3n) {
      margin-right: 0; }
    #secondary .null-instagram-feed li:nth-child(3n+1) {
      margin-left: 0; }
    #secondary .null-instagram-feed li img {
      width: 100% !important; }
  @media screen and (max-width: 768px) {
    #secondary .null-instagram-feed {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      #secondary .null-instagram-feed:last-child {
        margin-right: 0; } }

.screen-reader-text {
  display: none; }

.entry-title {
  line-height: 1em;
  font-weight: 100;
  font-size: 4.14286em;
  margin-bottom: .5em;
  font-weight: 700;
  font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .entry-title a:hover {
    text-decoration: none; }
  @media screen and (max-width: 480px) {
    .entry-title {
      font-size: 45px;
      text-align: center; } }

.widget-title {
  line-height: 1em;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: .5em;
  text-transform: uppercase; }

.content-area .entry-content label {
  display: block; }

.entry-content select {
  -webkit-appearance: none;
  border-radius: 0px;
  background-image: url("./images/icons/select@2x.png") !important;
  background-size: 13px 9px !important;
  background-repeat: no-repeat !important;
  background-position: 96% center !important; }

.entry-content input[type=text],
.entry-content input[type=search],
.entry-content input[type=email],
.entry-content input[type=phone],
.entry-content select,
.entry-content textarea {
  padding: 8px 10px !important;
  border: 1px solid #e6e6e6;
  font-size: 18px !important;
  font-weight: 400;
  box-sizing: border-box;
  width: 100% !important;
  background-color: #fcfcfc;
  color: #393b3a; }

.entry-content input[type=submit] {
  display: block;
  background: #e43538;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
  font-size: 36px !important;
  line-height: 38px !important;
  padding: 12px 20px;
  box-sizing: border-box;
  border: none;
  margin: 20px auto 0; }
  .entry-content input[type=submit]:hover {
    text-decoration: none;
    color: #fff;
    background: #d93235; }
  @media screen and (min-width: 769px) {
    .entry-content input[type=submit] {
      margin-left: 0;
      margin-right: 0px; } }

.six-column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  clear: none !important; }
  .six-column:last-child {
    margin-right: 0; }
  .six-column.final {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .six-column {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      .six-column:last-child {
        margin-right: 0; } }

.twelve-column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  clear: none !important;
  margin-right: 0; }
  .twelve-column:last-child {
    margin-right: 0; }

.gform_wrapper {
  max-width: 100% !important; }

#masthead {
  background: #393b3a;
  color: #fff;
  padding: 20px;
  position: fixed;
  z-index: 3000;
  width: 100%; }
  @media screen and (min-width: 769px) {
    #masthead {
      padding: 30px 20px;
      position: relative; } }
  #masthead .container {
    padding: 0;
    text-align: left; }

@media screen and (min-width: 769px) {
  .site-branding {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .site-branding:last-child {
      margin-right: 0; } }

.site-title a {
  overflow: hidden;
  background-image: url("./images/kitchell-logo-rgb.png");
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  width: 189px;
  height: 30px;
  margin-right: 15px;
  background-size: contain; }
  .site-title a:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .site-title a {
      background-image: url("./images/kitchell-logo-rgb@2x.png");
      background-size: 189px 30px;
      background-repeat: no-repeat; } }
  @media screen and (min-width: 769px) {
    .site-title a {
      float: left;
      width: 189px;
      height: 30px; } }

.site-description {
  font-size: 0.85714em !important;
  text-transform: uppercase;
  font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
  color: #fff !important;
  font-weight: 300 !important;
  font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif !important;
  display: none;
  text-align: left !important; }
  @media screen and (min-width: 820px) {
    .site-description {
      display: inline; } }

.menu-toggle {
  position: absolute;
  top: 18px;
  right: 20px;
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 32px;
  background-image: url("./images/menuIcon.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-position: right center;
  cursor: pointer; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .menu-toggle {
      background-image: url("./images/menuIcon@2x.png");
      background-size: 22px 16px;
      background-repeat: no-repeat; } }
  @media screen and (min-width: 769px) {
    .menu-toggle {
      display: none; } }

#site-navigation {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  position: relative;
  display: none; }
  #site-navigation:last-child {
    margin-right: 0; }
  @media screen and (min-width: 769px) {
    #site-navigation {
      float: right;
      right: 44px;
      display: block; } }

.menu-active #site-navigation {
  display: block; }
  @media screen and (max-width: 768px) {
    .menu-active #site-navigation {
      position: absolute;
      height: 1500px;
      width: 100%;
      margin-left: -20px;
      padding: 20px;
      box-sizing: border-box;
      background: #393b3a; }
      .menu-active #site-navigation .search-form {
        margin: 0 auto 20px;
        right: auto; } }

.menu-main-menu-container.search-active {
  display: none; }

#menu-main-menu {
  text-align: center;
  list-style: none;
  margin: 0; }
  @media screen and (min-width: 769px) {
    #menu-main-menu {
      text-align: right; } }

#menu-main-menu .menu-item {
  font-size: 18px;
  border-bottom: 1px solid #e6e6e6; }
  #menu-main-menu .menu-item a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    padding: 5px 0 10px;
    display: block; }
    #menu-main-menu .menu-item a:hover {
      color: #fff;
      text-decoration: none; }
  @media screen and (min-width: 769px) {
    #menu-main-menu .menu-item {
      display: inline-block;
      margin-left: 2%;
      top: -17px;
      text-align: right;
      border: none;
      padding-bottom: 10px;
      margin-bottom: -10px; }
      #menu-main-menu .menu-item a {
        display: inline;
        padding: 0; }
      #menu-main-menu .menu-item.current-menu-item {
        background-image: url("./images/icons/activeNav.png");
        background-repeat: no-repeat;
        background-position: left top;
        background-position: center bottom;
        background-repeat: no-repeat; } }
    @media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 769px) and (min-resolution: 125dpi), only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
      #menu-main-menu .menu-item.current-menu-item {
        background-image: url("./images/icons/activeNav@2x.png");
        background-size: 17px 8px;
        background-repeat: no-repeat; } }
  @media screen and (min-width: 769px) {
      #menu-main-menu .menu-item.current-page-ancestor {
        background-image: url("./images/icons/activeNav.png");
        background-repeat: no-repeat;
        background-position: left top;
        background-position: center bottom;
        background-repeat: no-repeat; } }
    @media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 769px) and (min-resolution: 125dpi), only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
      #menu-main-menu .menu-item.current-page-ancestor {
        background-image: url("./images/icons/activeNav@2x.png");
        background-size: 17px 8px;
        background-repeat: no-repeat; } }
  @media screen and (min-width: 820px) {
    #menu-main-menu .menu-item {
      display: inline-block;
      margin-left: 3%; } }

#menu-main-menu #menu-item-12 {
  display: none; }
  #menu-main-menu #menu-item-12 a {
    background-image: url("./images/searchGlass.png");
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    height: 35px;
    width: 35px;
    position: absolute;
    margin-top: -24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      #menu-main-menu #menu-item-12 a {
        background-image: url("./images/searchGlass@2x.png");
        background-size: 35px 35px;
        background-repeat: no-repeat; } }
    #menu-main-menu #menu-item-12 a:before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }
  @media screen and (min-width: 769px) {
    #menu-main-menu #menu-item-12 {
      display: inline-block; } }

#masthead .search-form {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  display: block;
  right: 10%; }
  @media screen and (min-width: 769px) {
    #masthead .search-form {
      position: absolute;
      display: none;
      top: 12px; }
      #masthead .search-form.revealed {
        display: block; } }

#masthead .search-form {
  border: 1px solid white;
  border-radius: 30px;
  margin: 20px 40px;
  position: relative; }
  #masthead .search-form .close_search {
    display: none; }
    @media screen and (min-width: 820px) {
      #masthead .search-form .close_search {
        overflow: hidden;
        display: inline-block;
        color: #fff;
        background-image: url("./images/close.png");
        background-repeat: no-repeat;
        background-position: left top;
        padding-right: 10px;
        cursor: pointer;
        width: 18px;
        height: 18px;
        top: 3px;
        margin-left: 10px;
        position: relative; }
        #masthead .search-form .close_search:before {
          content: "";
          display: block;
          width: 0;
          height: 100%; } }
  @media only screen and (min-width: 820px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 820px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 820px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 820px) and (min-resolution: 125dpi), only screen and (min-width: 820px) and (min-resolution: 1.3dppx) {
    #masthead .search-form .close_search {
      background-image: url("./images/close@2x.png");
      background-size: 18px 18px;
      background-repeat: no-repeat; } }
  @media screen and (min-width: 820px) {
    #masthead .search-form {
      border: none;
      border-radius: 0px;
      margin: 0;
      display: none;
      position: absolute;
      right: -28px;
      top: -6px; }
      #masthead .search-form.revealed {
        display: block;
        z-index: 700; } }
  #masthead .search-form .search-field {
    background: none;
    border: none !important;
    color: #fff;
    padding: 10px 20px !important;
    box-sizing: border-box;
    width: 80% !important;
    border-right: none;
    -webkit-appearance: none;
    box-shadow: none; }
    #masthead .search-form .search-field:focus {
      outline: none; }
    @media screen and (min-width: 820px) {
      #masthead .search-form .search-field {
        background: #fff;
        border-radius: 4px;
        width: 300px !important;
        color: #000; } }
  #masthead .search-form input[type=submit] {
    overflow: hidden;
    position: absolute;
    z-index: 7000;
    right: 25px;
    top: 12px;
    padding: 0;
    text-indent: 101%;
    border: none;
    background-image: url("./images/searchSubmit.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    width: 16px;
    height: 16px;
    display: block; }
    #masthead .search-form input[type=submit]:before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      #masthead .search-form input[type=submit] {
        background-image: url("./images/searchSubmit@2x.png");
        background-size: 16px 16px;
        background-repeat: no-repeat; } }
    @media screen and (min-width: 769px) {
      #masthead .search-form input[type=submit] {
        right: 45px; } }

.page-template-page-single-column main, .page-template-login main {
  margin-bottom: 60px; }

.page-template-page-single-column .container, .page-template-login .container {
  padding: 80px 20px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px; }
  @media screen and (min-width: 769px) {
    .page-template-page-single-column .container, .page-template-login .container {
      padding-top: 60px;
      padding-bottom: 50px; } }
  .page-template-page-single-column .container h1, .page-template-login .container h1 {
    margin-bottom: 0; }

.page-template-page-single-column #main h2, .page-template-login #main h2 {
  font-size: 42px;
  line-height: 44px;
  text-align: left;
  margin-bottom: 20px;
  text-transform: none; }

.page-template-page-single-column #main h3, .page-template-login #main h3 {
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  margin-bottom: 10px; }

.page-template-page-single-column #main h4, .page-template-login #main h4 {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 600; }

.page-template-page-single-column #audiences, .page-template-login #audiences {
  display: block; }
  .page-template-page-single-column #audiences:after, .page-template-login #audiences:after {
    content: "";
    display: table;
    clear: both; }
  .page-template-page-single-column #audiences img, .page-template-login #audiences img {
    max-width: 129px;
    display: block;
    margin: 10px auto 20px; }
  .page-template-page-single-column #audiences p, .page-template-login #audiences p {
    font-size: 16px;
    line-height: 20px; }
  .page-template-page-single-column #audiences .login_audience, .page-template-login #audiences .login_audience {
    margin-bottom: 50px; }
    .page-template-page-single-column #audiences .login_audience:after, .page-template-login #audiences .login_audience:after {
      content: "";
      display: table;
      clear: both; }
    .page-template-page-single-column #audiences .login_audience ul, .page-template-login #audiences .login_audience ul {
      margin: 0;
      list-style: none;
      text-align: center; }
      .page-template-page-single-column #audiences .login_audience ul li, .page-template-login #audiences .login_audience ul li {
        display: inline-block;
        margin-right: 0.7885%;
        margin-left: 0.7885%;
        vertical-align: text-top; }
  .page-template-page-single-column #audiences .button, .page-template-login #audiences .button {
    display: block;
    background: #e43538;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    font-size: 36px !important;
    line-height: 38px !important;
    padding: 12px 20px;
    box-sizing: border-box;
    font-size: 24px !important;
    line-height: 24px !important;
    max-width: 265px;
    margin: 10px auto;
    display: inline-block; }
    .page-template-page-single-column #audiences .button:hover, .page-template-login #audiences .button:hover {
      text-decoration: none;
      color: #fff;
      background: #d93235; }
  .page-template-page-single-column #audiences .login_audience.primary, .page-template-login #audiences .login_audience.primary {
    border-bottom: 1px solid #989999; }

body.search #primary h1 {
  font-size: 46px;
  line-height: 46px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: none;
  font-weight: 900;
  font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif; }

body.search #primary h1.entry-title {
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 10px; }

body.search #primary article {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee; }

body.error404 .container {
  text-align: center;
  padding: 60px 20px 80px; }
  body.error404 .container h1 {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 900;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif; }
  body.error404 .container .search-field {
    max-width: 600px;
    margin-top: 30px; }
  body.error404 .container .search-submit {
    margin: 40px auto 0; }
  body.error404 .container .menu {
    list-style: none; }
    body.error404 .container .menu li {
      display: inline-block;
      margin: 0 1.5% 10px; }
      body.error404 .container .menu li a {
        text-transform: uppercase;
        font-weight: 300; }
    body.error404 .container .menu .menu-item-248, body.error404 .container .menu .menu-item-12 {
      display: none; }

.rss-aggregator {
  list-style: none;
  margin: 0; }
  .rss-aggregator .wprss-feed-meta {
    display: none; }
  .rss-aggregator li {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    max-width: 969px;
    margin-left: auto;
    margin-right: auto; }
    .rss-aggregator li:after {
      content: "";
      display: table;
      clear: both; }
  .rss-aggregator a {
    display: block;
    font-size: 32px;
    line-height: 32px;
    font-weight: 900;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #e43538; }
    .rss-aggregator a:hover {
      color: #393b3a; }
  .rss-aggregator .wprss-feed-excerpt {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px; }
    .rss-aggregator .wprss-feed-excerpt a {
      font-size: inherit;
      display: inline;
      text-transform: none;
      font-size: 18px;
      line-height: 24px;
      font-family: "myriad-pro", Helvetica, Arial, sans-serif;
      font-weight: 300;
      color: #e43538; }
      .rss-aggregator .wprss-feed-excerpt a:hover {
        text-decoration: none;
        color: #393b3a; }
    .rss-aggregator .wprss-feed-excerpt a[target='_blank']:last-of-type {
      vertical-align: middle;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      color: #393b3a;
      cursor: pointer;
      display: block;
      margin-top: 30px; }
      .rss-aggregator .wprss-feed-excerpt a[target='_blank']:last-of-type:hover {
        text-decoration: none; }
      .rss-aggregator .wprss-feed-excerpt a[target='_blank']:last-of-type:after {
        background-image: url("./images/icons/readMore.gif");
        background-repeat: no-repeat;
        background-position: center center;
        background-position: left center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 29px;
        height: 29px;
        margin-left: 10px;
        position: relative;
        top: -2px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .rss-aggregator .wprss-feed-excerpt a[target='_blank']:last-of-type:after {
            background-image: url("./images/icons/readMore@2x.gif");
            background-size: 29px 29px;
            background-repeat: no-repeat; } }
      .rss-aggregator .wprss-feed-excerpt a[target='_blank']:last-of-type.expanded:after {
        background-image: url("./images/icons/closeMore.gif");
        background-repeat: no-repeat;
        background-position: center center; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .rss-aggregator .wprss-feed-excerpt a[target='_blank']:last-of-type.expanded:after {
            background-image: url("./images/icons/closeMore@2x.gif");
            background-size: 29px 29px;
            background-repeat: no-repeat; } }

.page-template-homepage #masthead,
.page-template-careers #masthead,
.page-template-careers-search #masthead,
.page-template-seventy-five #masthead,
.post-category-75-for-75 #masthead,
.single-market #masthead,
.single-service #masthead {
  position: fixed;
  background-color: transparent;
  z-index: 4000;
  -webkit-transition-property: background-color;
          transition-property: background-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms; }
  .page-template-homepage #masthead.menu-active,
  .page-template-careers #masthead.menu-active,
  .page-template-careers-search #masthead.menu-active,
  .page-template-seventy-five #masthead.menu-active,
  .post-category-75-for-75 #masthead.menu-active,
  .single-market #masthead.menu-active,
  .single-service #masthead.menu-active {
    background: #393b3a; }

.page-template-homepage .entry-header,
.page-template-careers .entry-header,
.page-template-careers-search .entry-header,
.single-market .entry-header,
.single-service .entry-header {
  margin-top: 66px;
  background-color: #989999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0 50px;
  text-align: center; }
  .page-template-homepage .entry-header .container,
  .page-template-careers .entry-header .container,
  .page-template-careers-search .entry-header .container,
  .single-market .entry-header .container,
  .single-service .entry-header .container {
    padding: 0; }
  .page-template-homepage .entry-header .breadcrumb,
  .page-template-careers .entry-header .breadcrumb,
  .page-template-careers-search .entry-header .breadcrumb,
  .single-market .entry-header .breadcrumb,
  .single-service .entry-header .breadcrumb {
    color: #fff;
    text-transform: uppercase;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300; }
  .page-template-homepage .entry-header h1,
  .page-template-careers .entry-header h1,
  .page-template-careers-search .entry-header h1,
  .single-market .entry-header h1,
  .single-service .entry-header h1 {
    color: #fff;
    margin-bottom: 15px; }
  .page-template-homepage .entry-header .tagline,
  .page-template-careers .entry-header .tagline,
  .page-template-careers-search .entry-header .tagline,
  .single-market .entry-header .tagline,
  .single-service .entry-header .tagline {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px; }
  @media screen and (min-width: 769px) {
    .page-template-homepage .entry-header,
    .page-template-careers .entry-header,
    .page-template-careers-search .entry-header,
    .single-market .entry-header,
    .single-service .entry-header {
      padding: 215px 0 215px;
      margin-top: 0; } }

.page-template-homepage .entry-header,
.page-template-careers .entry-header,
.page-template-careers-search .entry-header,
.single-market .entry-header,
.single-service .entry-header {
  background-color: transparent;
  z-index: 3000;
  position: relative; }
  @media screen and (max-width: 480px) {
    .page-template-homepage .entry-header,
    .page-template-careers .entry-header,
    .page-template-careers-search .entry-header,
    .single-market .entry-header,
    .single-service .entry-header {
      padding-top: 20px; } }

.page-template-homepage .container,
.page-template-careers .container,
.page-template-careers-search .container,
.single-market .container,
.single-service .container {
  padding: 60px 20px; }
  .page-template-homepage .container h2,
  .page-template-careers .container h2,
  .page-template-careers-search .container h2,
  .single-market .container h2,
  .single-service .container h2 {
    color: #393b3a;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (min-width: 769px) {
      .page-template-homepage .container h2,
      .page-template-careers .container h2,
      .page-template-careers-search .container h2,
      .single-market .container h2,
      .single-service .container h2 {
        font-size: 60px; } }

.page-template-homepage .service-list,
.page-template-careers .service-list,
.page-template-careers-search .service-list,
.single-market .service-list,
.single-service .service-list {
  margin: 0 auto;
  list-style: none;
  text-align: center;
  max-width: 770px; }
  .page-template-homepage .service-list li,
  .page-template-careers .service-list li,
  .page-template-careers-search .service-list li,
  .single-market .service-list li,
  .single-service .service-list li {
    margin-bottom: 50px;
    overflow: hidden;
    padding: 10px 5px 0; }
    .page-template-homepage .service-list li a:link, .page-template-homepage .service-list li a:visited,
    .page-template-careers .service-list li a:link,
    .page-template-careers .service-list li a:visited,
    .page-template-careers-search .service-list li a:link,
    .page-template-careers-search .service-list li a:visited,
    .single-market .service-list li a:link,
    .single-market .service-list li a:visited,
    .single-service .service-list li a:link,
    .single-service .service-list li a:visited {
      color: #393b3a;
      display: block;
      width: 100%; }
    .page-template-homepage .service-list li a:hover,
    .page-template-careers .service-list li a:hover,
    .page-template-careers-search .service-list li a:hover,
    .single-market .service-list li a:hover,
    .single-service .service-list li a:hover {
      color: #393b3a;
      text-decoration: none;
      margin-top: -10px;
      padding-bottom: 10px; }
    @media screen and (min-width: 769px) {
      .page-template-homepage .service-list li,
      .page-template-careers .service-list li,
      .page-template-careers-search .service-list li,
      .single-market .service-list li,
      .single-service .service-list li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin: 0;
        float: none;
        display: inline-block;
        vertical-align: text-top;
        height: 300px;
        margin-bottom: 10px; }
        .page-template-homepage .service-list li:last-child,
        .page-template-careers .service-list li:last-child,
        .page-template-careers-search .service-list li:last-child,
        .single-market .service-list li:last-child,
        .single-service .service-list li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .page-template-homepage .service-list li,
      .page-template-careers .service-list li,
      .page-template-careers-search .service-list li,
      .single-market .service-list li,
      .single-service .service-list li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin: 0;
        float: none;
        display: inline-block;
        vertical-align: text-top;
        height: 280px;
        margin-bottom: 5px; }
        .page-template-homepage .service-list li:last-child,
        .page-template-careers .service-list li:last-child,
        .page-template-careers-search .service-list li:last-child,
        .single-market .service-list li:last-child,
        .single-service .service-list li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .page-template-homepage .service-list li,
      .page-template-careers .service-list li,
      .page-template-careers-search .service-list li,
      .single-market .service-list li,
      .single-service .service-list li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .page-template-homepage .service-list li:last-child,
        .page-template-careers .service-list li:last-child,
        .page-template-careers-search .service-list li:last-child,
        .single-market .service-list li:last-child,
        .single-service .service-list li:last-child {
          margin-right: 0; } }
  .page-template-homepage .service-list img,
  .page-template-careers .service-list img,
  .page-template-careers-search .service-list img,
  .single-market .service-list img,
  .single-service .service-list img {
    width: 100%;
    max-width: 129px;
    margin-bottom: 10px; }
  .page-template-homepage .service-list h3,
  .page-template-careers .service-list h3,
  .page-template-careers-search .service-list h3,
  .single-market .service-list h3,
  .single-service .service-list h3 {
    font-size: 24px;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 10px; }
  .page-template-homepage .service-list p,
  .page-template-careers .service-list p,
  .page-template-careers-search .service-list p,
  .single-market .service-list p,
  .single-service .service-list p {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0 20px;
    font-weight: 400; }

.page-template-homepage .homeFlexslider,
.page-template-careers .homeFlexslider,
.page-template-careers-search .homeFlexslider,
.single-market .homeFlexslider,
.single-service .homeFlexslider {
  position: absolute;
  background-color: #393b3a;
  width: 100%;
  z-index: 100; }
  .page-template-homepage .homeFlexslider .slide,
  .page-template-careers .homeFlexslider .slide,
  .page-template-careers-search .homeFlexslider .slide,
  .single-market .homeFlexslider .slide,
  .single-service .homeFlexslider .slide {
    position: absolute;
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center center; }
    @media screen and (min-width: 769px) {
      .page-template-homepage .homeFlexslider .slide,
      .page-template-careers .homeFlexslider .slide,
      .page-template-careers-search .homeFlexslider .slide,
      .single-market .homeFlexslider .slide,
      .single-service .homeFlexslider .slide {
        height: 564px; } }

.masthead--sticky {
  background-color: #393b3a !important; }

#promos {
  background-color: #3b4c5b; }
  #promos .container {
    max-width: 1310px;
    padding: 0; }
  #promos .promo {
    box-sizing: border-box;
    overflow: hidden;
    background-size: cover;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 50px 30px; }
    #promos .promo:last-child {
      border-bottom: none; }
    #promos .promo h2 {
      font-size: 36px;
      line-height: 46px;
      color: #fff;
      text-align: left;
      margin-bottom: 20px; }
    #promos .promo a {
      vertical-align: middle;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      cursor: pointer;
      margin-right: 10px; }
      #promos .promo a:hover {
        text-decoration: none; }
      #promos .promo a:after {
        background-image: url("./images/icons/readMore.gif");
        background-repeat: no-repeat;
        background-position: center center;
        background-position: left center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 29px;
        height: 29px;
        margin-left: 10px;
        position: relative;
        top: -2px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          #promos .promo a:after {
            background-image: url("./images/icons/readMore@2x.gif");
            background-size: 29px 29px;
            background-repeat: no-repeat; } }
      #promos .promo a.expanded:after {
        background-image: url("./images/icons/closeMore.gif");
        background-repeat: no-repeat;
        background-position: center center; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          #promos .promo a.expanded:after {
            background-image: url("./images/icons/closeMore@2x.gif");
            background-size: 29px 29px;
            background-repeat: no-repeat; } }
    @media screen and (min-width: 769px) {
      #promos .promo {
        width: 33.333%;
        height: 285px;
        float: left;
        border-bottom: none; }
        #promos .promo a {
          float: right;
          text-align: right; } }

.page-template-what-we-do .entry-header {
  margin-top: 66px;
  background-color: #989999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0 50px;
  text-align: center; }
  .page-template-what-we-do .entry-header .container {
    padding: 0; }
  .page-template-what-we-do .entry-header .breadcrumb {
    color: #fff;
    text-transform: uppercase;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300; }
  .page-template-what-we-do .entry-header h1 {
    color: #fff;
    margin-bottom: 15px; }
  .page-template-what-we-do .entry-header .tagline {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px; }
  @media screen and (min-width: 769px) {
    .page-template-what-we-do .entry-header {
      padding: 120px 0 120px;
      margin-top: 0; } }

.page-template-what-we-do .container {
  padding: 60px 20px; }
  .page-template-what-we-do .container h2 {
    color: #393b3a;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (min-width: 769px) {
      .page-template-what-we-do .container h2 {
        font-size: 60px; } }

.page-template-what-we-do .service-list {
  margin: 0 auto;
  list-style: none;
  text-align: center;
  max-width: 770px; }
  .page-template-what-we-do .service-list li {
    margin-bottom: 50px;
    overflow: hidden;
    padding: 10px 5px 0; }
    .page-template-what-we-do .service-list li a:link, .page-template-what-we-do .service-list li a:visited {
      color: #393b3a;
      display: block;
      width: 100%; }
    .page-template-what-we-do .service-list li a:hover {
      color: #393b3a;
      text-decoration: none;
      margin-top: -10px;
      padding-bottom: 10px; }
    @media screen and (min-width: 769px) {
      .page-template-what-we-do .service-list li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin: 0;
        float: none;
        display: inline-block;
        vertical-align: text-top;
        height: 300px;
        margin-bottom: 10px; }
        .page-template-what-we-do .service-list li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .page-template-what-we-do .service-list li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin: 0;
        float: none;
        display: inline-block;
        vertical-align: text-top;
        height: 280px;
        margin-bottom: 5px; }
        .page-template-what-we-do .service-list li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .page-template-what-we-do .service-list li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .page-template-what-we-do .service-list li:last-child {
          margin-right: 0; } }
  .page-template-what-we-do .service-list img {
    width: 100%;
    max-width: 129px;
    margin-bottom: 10px; }
  .page-template-what-we-do .service-list h3 {
    font-size: 24px;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 10px; }
  .page-template-what-we-do .service-list p {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0 20px;
    font-weight: 400; }

.page-template-what-we-do .market-list {
  margin: 0 auto;
  list-style: none;
  text-align: center;
  max-width: 770px; }
  .page-template-what-we-do .market-list li {
    margin-bottom: 50px;
    overflow: hidden;
    padding: 10px 5px 0; }
    .page-template-what-we-do .market-list li a:link, .page-template-what-we-do .market-list li a:visited {
      color: #393b3a;
      display: block;
      width: 100%; }
    .page-template-what-we-do .market-list li a:hover {
      color: #393b3a;
      text-decoration: none;
      margin-top: -10px;
      padding-bottom: 10px; }
    @media screen and (min-width: 769px) {
      .page-template-what-we-do .market-list li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin: 0;
        float: none;
        display: inline-block;
        vertical-align: text-top;
        height: 300px;
        margin-bottom: 10px; }
        .page-template-what-we-do .market-list li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .page-template-what-we-do .market-list li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin: 0;
        float: none;
        display: inline-block;
        vertical-align: text-top;
        height: 280px;
        margin-bottom: 5px; }
        .page-template-what-we-do .market-list li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .page-template-what-we-do .market-list li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .page-template-what-we-do .market-list li:last-child {
          margin-right: 0; } }
  .page-template-what-we-do .market-list img {
    width: 100%;
    max-width: 129px;
    margin-bottom: 10px; }
  .page-template-what-we-do .market-list h3 {
    font-size: 24px;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 10px; }
  .page-template-what-we-do .market-list p {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0 20px;
    font-weight: 400; }

.page-template-what-we-do #markets {
  background-color: #005784;
  color: #fff; }
  .page-template-what-we-do #markets h2 {
    color: #fff; }
  .page-template-what-we-do #markets h3 {
    color: #fff; }
  .page-template-what-we-do #markets a:link, .page-template-what-we-do #markets a:visited {
    color: #fff;
    text-decoration: none; }

.page-template-what-we-do #featured_projects {
  max-width: 1240px;
  padding: 0 20px;
  margin: 60px auto; }
  @media screen and (max-width: 768px) {
    .page-template-what-we-do #featured_projects h2 {
      margin-bottom: 40px; } }
  .page-template-what-we-do #featured_projects .projects {
    width: 100%; }
    .page-template-what-we-do #featured_projects .projects:after {
      content: "";
      display: table;
      clear: both; }
  .page-template-what-we-do #featured_projects .project-preview {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 40px;
    position: relative; }
    .page-template-what-we-do #featured_projects .project-preview:last-child {
      margin-right: 0; }
    @media screen and (min-width: 769px) {
      .page-template-what-we-do #featured_projects .project-preview:nth-child(3n) {
        margin-right: 0; }
      .page-template-what-we-do #featured_projects .project-preview:nth-child(3n+1) {
        clear: left; } }
    @media screen and (max-width: 768px) {
      .page-template-what-we-do #featured_projects .project-preview {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 46.28851%; }
        .page-template-what-we-do #featured_projects .project-preview:last-child {
          margin-right: 0; }
        .page-template-what-we-do #featured_projects .project-preview:nth-child(2n) {
          margin-right: 0; }
        .page-template-what-we-do #featured_projects .project-preview:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 480px) {
      .page-template-what-we-do #featured_projects .project-preview {
        float: left;
        display: block;
        margin-right: 38.19821%;
        width: 100%; }
        .page-template-what-we-do #featured_projects .project-preview:last-child {
          margin-right: 0; } }
    .page-template-what-we-do #featured_projects .project-preview a {
      color: #fff;
      display: block; }
      .page-template-what-we-do #featured_projects .project-preview a:hover {
        color: #fff; }
    .page-template-what-we-do #featured_projects .project-preview img {
      width: 100%;
      height: auto; }
    .page-template-what-we-do #featured_projects .project-preview h1 {
      position: absolute;
      font-size: 32px;
      top: 20px;
      left: 20px;
      width: 80%;
      text-align: left;
      margin-bottom: 0; }
    .page-template-what-we-do #featured_projects .project-preview .thumb-content {
      background-color: #393b3a;
      margin: -9px 0 0 0;
      padding: 10px 20px; }
      .page-template-what-we-do #featured_projects .project-preview .thumb-content span {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        vertical-align: middle;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        cursor: pointer; }
        .page-template-what-we-do #featured_projects .project-preview .thumb-content span:hover {
          text-decoration: none; }
        .page-template-what-we-do #featured_projects .project-preview .thumb-content span:after {
          background-image: url("./images/icons/readMore.gif");
          background-repeat: no-repeat;
          background-position: center center;
          background-position: left center;
          background-repeat: no-repeat;
          display: inline-block;
          vertical-align: middle;
          content: '';
          width: 29px;
          height: 29px;
          margin-left: 10px;
          position: relative;
          top: -2px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
            .page-template-what-we-do #featured_projects .project-preview .thumb-content span:after {
              background-image: url("./images/icons/readMore@2x.gif");
              background-size: 29px 29px;
              background-repeat: no-repeat; } }
        .page-template-what-we-do #featured_projects .project-preview .thumb-content span.expanded:after {
          background-image: url("./images/icons/closeMore.gif");
          background-repeat: no-repeat;
          background-position: center center; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
            .page-template-what-we-do #featured_projects .project-preview .thumb-content span.expanded:after {
              background-image: url("./images/icons/closeMore@2x.gif");
              background-size: 29px 29px;
              background-repeat: no-repeat; } }
        .page-template-what-we-do #featured_projects .project-preview .thumb-content span:after {
          width: 10px;
          top: -1px;
          background-image: url("./images/icons/arrow-right.png");
          background-repeat: no-repeat;
          background-position: center center; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
            .page-template-what-we-do #featured_projects .project-preview .thumb-content span:after {
              background-image: url("./images/icons/arrow-right@2x.png");
              background-size: 9px 13px;
              background-repeat: no-repeat; } }
  .page-template-what-we-do #featured_projects .more {
    display: block;
    margin: 0 auto;
    max-width: 300px; }

.single-service .menu-item-52, .single-market .menu-item-52 {
  background-image: url("./images/icons/activeNav.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-position: center bottom;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .single-service .menu-item-52, .single-market .menu-item-52 {
      background-image: url("./images/icons/activeNav@2x.png");
      background-size: 17px 8px;
      background-repeat: no-repeat; } }

.single-service .entry-header, .single-market .entry-header {
  margin-top: 66px;
  background-color: #989999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0 50px;
  text-align: center; }
  .single-service .entry-header .container, .single-market .entry-header .container {
    padding: 0; }
  .single-service .entry-header .breadcrumb, .single-market .entry-header .breadcrumb {
    color: #fff;
    text-transform: uppercase;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300; }
  .single-service .entry-header h1, .single-market .entry-header h1 {
    color: #fff;
    margin-bottom: 15px; }
  .single-service .entry-header .tagline, .single-market .entry-header .tagline {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px; }
  @media screen and (min-width: 769px) {
    .single-service .entry-header, .single-market .entry-header {
      padding: 120px 0 120px;
      margin-top: 0; } }

.single-service .site-content, .single-market .site-content {
  max-width: 969px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .single-service .site-content:after, .single-market .site-content:after {
    content: "";
    display: table;
    clear: both; }

.single-service .contact, .single-market .contact {
  display: block;
  background: #e43538;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
  font-size: 36px !important;
  line-height: 38px !important;
  padding: 12px 20px;
  box-sizing: border-box;
  margin-bottom: 35px; }
  .single-service .contact:hover, .single-market .contact:hover {
    text-decoration: none;
    color: #fff;
    background: #d93235; }

.single-service .featuredEmployee, .single-market .featuredEmployee {
  background: #393b3a;
  color: #fff;
  margin-bottom: 35px; }
  .single-service .featuredEmployee h1, .single-market .featuredEmployee h1 {
    font-size: 24px;
    color: #989999;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    font-weight: 700; }
  .single-service .featuredEmployee img, .single-market .featuredEmployee img {
    width: 100%;
    border-top: 1px solid #e43538;
    margin-bottom: -10px; }
  .single-service .featuredEmployee .employeeBio, .single-market .featuredEmployee .employeeBio {
    background: #fff;
    color: #393b3a;
    border: 1px solid #989999;
    box-sizing: border-box;
    padding: 20px; }
    .single-service .featuredEmployee .employeeBio p, .single-market .featuredEmployee .employeeBio p {
      font-size: 18px;
      line-height: 20px;
      color: #989999;
      margin-bottom: 0; }

.single-service .supportDetails h1, .single-market .supportDetails h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px; }

.page-template-about .entry-header {
  margin-top: 66px;
  background-color: #989999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0 50px;
  text-align: center; }
  .page-template-about .entry-header .container {
    padding: 0; }
  .page-template-about .entry-header .breadcrumb {
    color: #fff;
    text-transform: uppercase;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300; }
  .page-template-about .entry-header h1 {
    color: #fff;
    margin-bottom: 15px; }
  .page-template-about .entry-header .tagline {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px; }
  @media screen and (min-width: 769px) {
    .page-template-about .entry-header {
      padding: 120px 0 120px;
      margin-top: 0; } }

.page-template-about .entry-header .more {
  background: transparent;
  border: 3px solid #fff;
  font-size: 18px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  max-width: 200px;
  color: #fff; }
  .page-template-about .entry-header .more:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.35); }

.page-template-about .more {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .page-template-about .more {
      max-width: 300px; } }

.page-template-about #companies .container {
  padding: 80px 20px;
  text-align: center; }

.page-template-about #companies h2 {
  color: #393b3a;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (min-width: 769px) {
    .page-template-about #companies h2 {
      font-size: 60px; } }

.page-template-about #companies ul {
  list-style: none;
  max-width: 700px;
  margin: 40px auto; }
  @media screen and (max-width: 480px) {
    .page-template-about #companies ul {
      margin-bottom: 40px; } }

.page-template-about #companies li {
  display: inline-block;
  width: 30%;
  margin: 0 1.665%;
  box-sizing: border-box;
  max-width: 300px; }
  .page-template-about #companies li img {
    width: 100%; }
  @media screen and (max-width: 480px) {
    .page-template-about #companies li {
      display: block;
      width: 100%;
      max-width: 240px;
      margin: 0 auto; } }

.page-template-about #leadership {
  background-image: url("./images/redDownArrow.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #393b3a;
  color: #fff; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .page-template-about #leadership {
      background-image: url("./images/redDownArrow@2x.png");
      background-size: 41px 21px;
      background-repeat: no-repeat; } }
  .page-template-about #leadership .container {
    padding: 80px 20px;
    text-align: center; }
  .page-template-about #leadership h2 {
    color: #393b3a;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 50px;
    color: #fff; }
    @media screen and (min-width: 769px) {
      .page-template-about #leadership h2 {
        font-size: 60px; } }
  .page-template-about #leadership ul {
    list-style: none;
    margin: 40px auto 60px; }
    @media screen and (max-width: 480px) {
      .page-template-about #leadership ul {
        margin-bottom: 40px; } }
    @media screen and (min-width: 820px) {
      .page-template-about #leadership ul {
        width: 970px; } }
  .page-template-about #leadership li {
    display: inline-block;
    width: 28%;
    margin: 0 2.66666667%;
    box-sizing: border-box;
    border-bottom: 1px solid #989999;
    position: relative;
    text-align: left;
    height: 187px;
    padding-top: 55px;
    vertical-align: text-top;
    margin-bottom: 40px; }
    .page-template-about #leadership li h3 {
      font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 10px;
      z-index: 1000;
      position: relative;
      color: #fff; }
    .page-template-about #leadership li p {
      font-size: 14px;
      color: #989999;
      margin: 0;
      line-height: 16px;
      max-width: 160px;
      z-index: 1000;
      position: relative;
      margin-bottom: 5px; }
    .page-template-about #leadership li a {
      vertical-align: middle;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      cursor: pointer;
      position: absolute;
      z-index: 1000;
      right: 0;
      bottom: 10px; }
      .page-template-about #leadership li a:hover {
        text-decoration: none; }
      .page-template-about #leadership li a:after {
        background-image: url("./images/icons/readMore.gif");
        background-repeat: no-repeat;
        background-position: center center;
        background-position: left center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 29px;
        height: 29px;
        margin-left: 10px;
        position: relative;
        top: -2px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .page-template-about #leadership li a:after {
            background-image: url("./images/icons/readMore@2x.gif");
            background-size: 29px 29px;
            background-repeat: no-repeat; } }
      .page-template-about #leadership li a.expanded:after {
        background-image: url("./images/icons/closeMore.gif");
        background-repeat: no-repeat;
        background-position: center center; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .page-template-about #leadership li a.expanded:after {
            background-image: url("./images/icons/closeMore@2x.gif");
            background-size: 29px 29px;
            background-repeat: no-repeat; } }
    .page-template-about #leadership li img {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 100; }
    @media screen and (max-width: 768px) {
      .page-template-about #leadership li {
        display: inline-block;
        width: 40%;
        max-width: 300px;
        margin: 0 5% 20px; } }
    @media screen and (max-width: 480px) {
      .page-template-about #leadership li {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 30px; } }
  .page-template-about #leadership .more {
    width: 100%;
    max-width: 300px; }

.page-template-about #vision {
  background-image: url("./images/section_backgrounds/vision_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #393b3a;
  color: #fff; }
  .page-template-about #vision .container {
    padding: 80px 20px;
    text-align: left; }
  .page-template-about #vision h2 {
    color: #393b3a;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    text-align: left; }
    @media screen and (min-width: 769px) {
      .page-template-about #vision h2 {
        font-size: 60px; } }
  .page-template-about #vision P {
    margin-bottom: 40px; }
    @media screen and (min-width: 769px) {
      .page-template-about #vision P {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .page-template-about #vision P:last-child {
          margin-right: 0; } }
  .page-template-about #vision .more {
    clear: left;
    display: block; }

.page-template-about #community {
  background-color: #eeeeee;
  background-size: cover;
  background-repeat: no-repeat;
  color: #393b3a; }
  .page-template-about #community .container {
    padding: 80px 20px;
    text-align: center; }
  .page-template-about #community h2 {
    color: #393b3a;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (min-width: 769px) {
      .page-template-about #community h2 {
        font-size: 60px; } }
  .page-template-about #community ul {
    list-style: none;
    max-width: 800px;
    margin: 40px auto; }
    @media screen and (max-width: 480px) {
      .page-template-about #community ul {
        margin-bottom: 40px; } }
  .page-template-about #community li {
    display: inline-block;
    width: 28%;
    margin: 0 2.66666667%;
    box-sizing: border-box;
    max-width: 300px; }
    .page-template-about #community li img {
      width: 100%; }
    @media screen and (max-width: 480px) {
      .page-template-about #community li {
        display: block;
        width: 100%;
        max-width: 240px;
        margin: 0 auto 20px; } }
  .page-template-about #community .more {
    max-width: 400px; }

.page-template-about #awards {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  color: #393b3a; }
  .page-template-about #awards .container {
    padding: 80px 20px;
    text-align: center;
    width: 100%;
    max-width: none; }
  .page-template-about #awards h2 {
    color: #393b3a;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (min-width: 769px) {
      .page-template-about #awards h2 {
        font-size: 60px; } }
  .page-template-about #awards ul {
    list-style: none;
    margin: 40px auto; }
    @media screen and (max-width: 480px) {
      .page-template-about #awards ul {
        margin-bottom: 40px; } }
  .page-template-about #awards li {
    display: inline-block;
    vertical-align: text-top;
    width: 16%;
    margin: 0 1.5%;
    box-sizing: border-box;
    max-width: 175px;
    height: 240px; }
    .page-template-about #awards li img {
      width: 100px; }
      @media screen and (min-width: 769px) {
        .page-template-about #awards li img {
          width: 80px; } }
    .page-template-about #awards li h3 {
      font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 24px;
      margin-top: 30px; }
    .page-template-about #awards li p {
      font-size: 14px;
      line-height: 16px;
      margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .page-template-about #awards li {
        display: inline-block;
        width: 28%;
        margin: 0 2.66666667% 40px;
        box-sizing: border-box;
        max-width: 175px;
        height: 240px; } }
    @media screen and (max-width: 480px) {
      .page-template-about #awards li {
        display: block;
        width: 100%;
        max-width: 240px;
        margin: 0 auto 20px; } }

.about_sub .entry-header {
  margin-top: 66px;
  background-color: #989999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0 50px;
  text-align: center; }
  .about_sub .entry-header .container {
    padding: 0; }
  .about_sub .entry-header .breadcrumb {
    color: #fff;
    text-transform: uppercase;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300; }
  .about_sub .entry-header h1 {
    color: #fff;
    margin-bottom: 15px; }
  .about_sub .entry-header .tagline {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px; }
  @media screen and (min-width: 769px) {
    .about_sub .entry-header {
      padding: 120px 0 120px;
      margin-top: 0; } }

.about_sub #our_people {
  background-color: #eeeeee; }
  .about_sub #our_people ul {
    clear: both; }
  .about_sub #our_people img {
    float: left;
    margin-right: 20px;
    margin-bottom: 24px; }
    @media screen and (max-width: 480px) {
      .about_sub #our_people img {
        float: none;
        margin-right: 0;
        width: 100%; } }

.about_sub #our_founder {
  background-image: url("./images/redDownArrow.png");
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .about_sub #our_founder {
      background-image: url("./images/redDownArrow@2x.png");
      background-size: 41px 21px;
      background-repeat: no-repeat; } }
  .about_sub #our_founder .founder_image {
    width: 100%; }
    .about_sub #our_founder .founder_image img {
      width: 100%;
      max-width: 300px; }
  @media screen and (max-width: 768px) {
    .about_sub #our_founder h2 {
      text-align: left; }
    .about_sub #our_founder .founder_image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .about_sub #our_founder .founder_image:last-child {
        margin-right: 0; }
    .about_sub #our_founder .founder_content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .about_sub #our_founder .founder_content:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 769px) {
    .about_sub #our_founder h2 {
      text-align: left; }
    .about_sub #our_founder .founder_image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .about_sub #our_founder .founder_image:last-child {
        margin-right: 0; }
    .about_sub #our_founder .founder_content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .about_sub #our_founder .founder_content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .about_sub #our_founder {
      text-align: center; }
      .about_sub #our_founder h2 {
        text-align: center; }
      .about_sub #our_founder .founder_image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 24px; }
        .about_sub #our_founder .founder_image:last-child {
          margin-right: 0; }
      .about_sub #our_founder .founder_content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .about_sub #our_founder .founder_content:last-child {
          margin-right: 0; } }

.about_sub .company_list {
  margin-top: 60px;
  border-top: 1px solid #eeeeee;
  padding-top: 30px; }
  .about_sub .company_list .company {
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee; }
    .about_sub .company_list .company:after {
      content: "";
      display: table;
      clear: both; }
    .about_sub .company_list .company .company_logo img {
      width: 100%;
      max-width: 270px;
      margin: 0 auto;
      display: block; }
    @media screen and (min-width: 769px) {
      .about_sub .company_list .company .company_logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .about_sub .company_list .company .company_logo:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .about_sub .company_list .company .company_logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .about_sub .company_list .company .company_logo:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .about_sub .company_list .company .company_logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .about_sub .company_list .company .company_logo:last-child {
          margin-right: 0; } }
    .about_sub .company_list .company .description {
      padding: 20px 0 0 30px;
      margin-bottom: 30px;
      min-height: 120px; }
      .about_sub .company_list .company .description p {
        font-weight: 300;
        font-size: 18px;
        line-height: 20px; }
      @media screen and (min-width: 769px) {
        .about_sub .company_list .company .description {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 65.88078%;
          border-left: 1px solid #eeeeee; }
          .about_sub .company_list .company .description:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 768px) {
        .about_sub .company_list .company .description {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 65.88078%;
          border-left: 1px solid #eeeeee; }
          .about_sub .company_list .company .description:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 480px) {
        .about_sub .company_list .company .description {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          border: none; }
          .about_sub .company_list .company .description:last-child {
            margin-right: 0; }
          .about_sub .company_list .company .description p {
            text-align: left; } }

.about_sub #people_content .container {
  padding-top: 60px;
  padding-bottom: 50px; }

.about_sub #leadership {
  background-image: url("./images/redDownArrow.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #393b3a;
  color: #fff; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .about_sub #leadership {
      background-image: url("./images/redDownArrow@2x.png");
      background-size: 41px 21px;
      background-repeat: no-repeat; } }
  .about_sub #leadership h2 {
    color: #fff; }
  .about_sub #leadership ul {
    list-style: none;
    margin: 40px auto 60px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .about_sub #leadership ul {
        margin-bottom: 40px; } }
    @media screen and (min-width: 820px) {
      .about_sub #leadership ul {
        margin-left: -20px; } }
  .about_sub #leadership li {
    display: inline-block;
    width: 28%;
    margin: 0 2.66666667%;
    box-sizing: border-box;
    border-bottom: 1px solid #989999;
    position: relative;
    text-align: left;
    margin-bottom: 30px;
    padding-top: 55px;
    vertical-align: text-top; }
    .about_sub #leadership li h3 {
      font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 10px;
      z-index: 1000;
      position: relative;
      color: #fff; }
    .about_sub #leadership li p {
      font-size: 14px;
      color: #989999;
      margin: 0;
      line-height: 16px;
      max-width: 160px;
      z-index: 1000;
      position: relative;
      margin-bottom: 5px; }
    .about_sub #leadership li .bio {
      margin-top: 30px;
      width: 100%;
      max-width: 100%;
      color: #fff;
      margin-bottom: 50px;
      height: 120px;
      font-weight: 300; }
    .about_sub #leadership li a {
      vertical-align: middle;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      cursor: pointer;
      position: absolute;
      z-index: 1000;
      right: 0;
      bottom: 10px; }
      .about_sub #leadership li a:hover {
        text-decoration: none; }
      .about_sub #leadership li a:after {
        background-image: url("./images/icons/readMore.gif");
        background-repeat: no-repeat;
        background-position: center center;
        background-position: left center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 29px;
        height: 29px;
        margin-left: 10px;
        position: relative;
        top: -2px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .about_sub #leadership li a:after {
            background-image: url("./images/icons/readMore@2x.gif");
            background-size: 29px 29px;
            background-repeat: no-repeat; } }
      .about_sub #leadership li a.expanded:after {
        background-image: url("./images/icons/closeMore.gif");
        background-repeat: no-repeat;
        background-position: center center; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .about_sub #leadership li a.expanded:after {
            background-image: url("./images/icons/closeMore@2x.gif");
            background-size: 29px 29px;
            background-repeat: no-repeat; } }
    .about_sub #leadership li img {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 100; }
    @media screen and (max-width: 768px) {
      .about_sub #leadership li {
        display: inline-block;
        width: 40%;
        max-width: 300px;
        margin: 0 5% 20px; } }
    @media screen and (max-width: 480px) {
      .about_sub #leadership li {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 30px; } }

.about_sub #employees {
  background-image: url("./images/redDownArrow.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  color: #fff; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .about_sub #employees {
      background-image: url("./images/redDownArrow@2x.png");
      background-size: 41px 21px;
      background-repeat: no-repeat; } }
  .about_sub #employees ul {
    list-style: none;
    margin: 40px auto 60px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .about_sub #employees ul {
        margin-bottom: 40px; } }
    @media screen and (min-width: 769px) {
      .about_sub #employees ul {
        max-width: 970px; } }
  .about_sub #employees li {
    display: inline-block;
    width: 28%;
    margin: 0 2.66666667%;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    padding-top: 55px;
    vertical-align: text-top; }
    .about_sub #employees li .employee_details {
      background: #393b3a;
      padding: 20px;
      height: 295px; }
    .about_sub #employees li h3 {
      font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 10px;
      z-index: 1000;
      position: relative;
      color: #fff; }
    .about_sub #employees li p {
      font-size: 14px;
      color: #989999;
      margin: 0;
      line-height: 16px;
      max-width: 130px;
      z-index: 1000;
      position: relative;
      margin-bottom: 5px; }
    .about_sub #employees li .bio {
      margin-top: 10px;
      width: 100%;
      max-width: 100%;
      color: #fff;
      margin-bottom: 40px;
      font-weight: 300; }
    .about_sub #employees li a {
      vertical-align: middle;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      cursor: pointer;
      position: absolute;
      z-index: 1000;
      left: 20px;
      bottom: 15px; }
      .about_sub #employees li a:hover {
        text-decoration: none; }
      .about_sub #employees li a:after {
        background-image: url("./images/icons/readMore.gif");
        background-repeat: no-repeat;
        background-position: center center;
        background-position: left center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 29px;
        height: 29px;
        margin-left: 10px;
        position: relative;
        top: -2px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .about_sub #employees li a:after {
            background-image: url("./images/icons/readMore@2x.gif");
            background-size: 29px 29px;
            background-repeat: no-repeat; } }
      .about_sub #employees li a.expanded:after {
        background-image: url("./images/icons/closeMore.gif");
        background-repeat: no-repeat;
        background-position: center center; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .about_sub #employees li a.expanded:after {
            background-image: url("./images/icons/closeMore@2x.gif");
            background-size: 29px 29px;
            background-repeat: no-repeat; } }
    .about_sub #employees li img {
      width: 100%;
      position: relative;
      left: 0;
      bottom: 0;
      z-index: 100;
      margin-bottom: -5px; }
    @media screen and (max-width: 768px) {
      .about_sub #employees li {
        display: inline-block;
        width: 40%;
        max-width: 300px;
        margin: 0 5% 20px; } }
    @media screen and (max-width: 480px) {
      .about_sub #employees li {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 30px; } }

.about_sub #vision .container, .about_sub #mission .container {
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .about_sub #vision .container, .about_sub #mission .container {
      padding-top: 40px;
      padding-bottom: 20px; } }

.about_sub #vision h2, .about_sub #mission h2 {
  margin-bottom: 20px; }
  @media screen and (min-width: 769px) {
    .about_sub #vision h2, .about_sub #mission h2 {
      margin-bottom: 30px; } }

.about_sub #mission {
  color: #fff; }
  .about_sub #mission h2 {
    color: #fff; }

.about_sub #values {
  background-image: url("./images/redDownArrow.png");
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .about_sub #values {
      background-image: url("./images/redDownArrow@2x.png");
      background-size: 41px 21px;
      background-repeat: no-repeat; } }
  .about_sub #values .container {
    max-width: 790px; }
    @media screen and (max-width: 480px) {
      .about_sub #values .container {
        padding: 60px 20px; } }

.page-template-vision .entry-header h1 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (min-width: 769px) {
    .page-template-vision .entry-header h1 {
      font-size: 60px;
      margin-bottom: 20px; } }
  .page-template-vision .entry-header h1:before {
    display: none; }

.about_sub #communities {
  background-image: url("./images/redDownArrow.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .about_sub #communities {
      background-image: url("./images/redDownArrow@2x.png");
      background-size: 41px 21px;
      background-repeat: no-repeat; } }
  .about_sub #communities ul {
    list-style: none;
    margin: 40px auto 60px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .about_sub #communities ul {
        margin-bottom: 40px; } }
    @media screen and (min-width: 769px) {
      .about_sub #communities ul {
        max-width: 970px; } }
  .about_sub #communities li {
    display: inline-block;
    width: 28%;
    margin: 0 2.66666667%;
    box-sizing: border-box;
    margin-bottom: 40px;
    position: relative;
    text-align: left;
    vertical-align: text-top; }
    .about_sub #communities li .community_details {
      background: #393b3a;
      padding: 20px 20px 40px 20px;
      height: 230px; }
    .about_sub #communities li h3 {
      font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #fff;
      font-size: 28px;
      margin-bottom: 10px;
      z-index: 1000;
      position: absolute;
      top: 20px; }
    .about_sub #communities li p {
      font-size: 14px;
      color: #989999;
      margin: 0;
      line-height: 16px;
      max-width: 130px;
      z-index: 1000;
      position: relative;
      margin-bottom: 5px;
      text-align: left; }
    .about_sub #communities li .description {
      margin-top: 10px;
      width: 100%;
      max-width: 100%;
      color: #fff;
      margin-bottom: 30px;
      font-weight: 300; }
    .about_sub #communities li a {
      vertical-align: middle;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      cursor: pointer;
      position: absolute;
      z-index: 1000;
      right: 0;
      bottom: 20px;
      left: 20px; }
      .about_sub #communities li a:hover {
        text-decoration: none; }
      .about_sub #communities li a:after {
        background-image: url("./images/icons/readMore.gif");
        background-repeat: no-repeat;
        background-position: center center;
        background-position: left center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 29px;
        height: 29px;
        margin-left: 10px;
        position: relative;
        top: -2px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .about_sub #communities li a:after {
            background-image: url("./images/icons/readMore@2x.gif");
            background-size: 29px 29px;
            background-repeat: no-repeat; } }
      .about_sub #communities li a.expanded:after {
        background-image: url("./images/icons/closeMore.gif");
        background-repeat: no-repeat;
        background-position: center center; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .about_sub #communities li a.expanded:after {
            background-image: url("./images/icons/closeMore@2x.gif");
            background-size: 29px 29px;
            background-repeat: no-repeat; } }
    .about_sub #communities li img {
      width: 100%;
      position: relative;
      left: 0;
      bottom: 0;
      z-index: 100;
      margin-bottom: -5px; }
    @media screen and (max-width: 768px) {
      .about_sub #communities li {
        display: inline-block;
        width: 40%;
        max-width: 300px;
        margin: 0 5% 40px; } }
    @media screen and (max-width: 480px) {
      .about_sub #communities li {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 30px; } }

.about_sub #awards {
  background-image: url("./images/redDownArrow.png");
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .about_sub #awards {
      background-image: url("./images/redDownArrow@2x.png");
      background-size: 41px 21px;
      background-repeat: no-repeat; } }

.about_sub .awards-list {
  margin-top: 40px;
  padding-top: 30px;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #eeeeee; }
  .about_sub .awards-list .award {
    display: block;
    margin-bottom: 30px; }
    .about_sub .awards-list .award:after {
      content: "";
      display: table;
      clear: both; }
    .about_sub .awards-list .award .icon img {
      width: 100%;
      max-width: 120px;
      margin: 0 auto;
      display: block; }
    @media screen and (min-width: 769px) {
      .about_sub .awards-list .award .icon {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .about_sub .awards-list .award .icon:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .about_sub .awards-list .award .icon {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .about_sub .awards-list .award .icon:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .about_sub .awards-list .award .icon {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 20px; }
        .about_sub .awards-list .award .icon:last-child {
          margin-right: 0; } }
    .about_sub .awards-list .award .description {
      padding: 0;
      margin-bottom: 20px;
      min-height: 120px; }
      .about_sub .awards-list .award .description h3 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 900;
        font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif; }
      .about_sub .awards-list .award .description p {
        font-weight: 300;
        font-size: 18px;
        line-height: 20px; }
      .about_sub .awards-list .award .description a {
        vertical-align: middle;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        cursor: pointer;
        z-index: 1000;
        right: 0;
        bottom: 10px;
        color: #393b3a; }
        .about_sub .awards-list .award .description a:hover {
          text-decoration: none; }
        .about_sub .awards-list .award .description a:after {
          background-image: url("./images/icons/readMore.gif");
          background-repeat: no-repeat;
          background-position: center center;
          background-position: left center;
          background-repeat: no-repeat;
          display: inline-block;
          vertical-align: middle;
          content: '';
          width: 29px;
          height: 29px;
          margin-left: 10px;
          position: relative;
          top: -2px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
            .about_sub .awards-list .award .description a:after {
              background-image: url("./images/icons/readMore@2x.gif");
              background-size: 29px 29px;
              background-repeat: no-repeat; } }
        .about_sub .awards-list .award .description a.expanded:after {
          background-image: url("./images/icons/closeMore.gif");
          background-repeat: no-repeat;
          background-position: center center; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
            .about_sub .awards-list .award .description a.expanded:after {
              background-image: url("./images/icons/closeMore@2x.gif");
              background-size: 29px 29px;
              background-repeat: no-repeat; } }
      @media screen and (min-width: 769px) {
        .about_sub .awards-list .award .description {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 74.41059%; }
          .about_sub .awards-list .award .description:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 768px) {
        .about_sub .awards-list .award .description {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 74.41059%; }
          .about_sub .awards-list .award .description:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 480px) {
        .about_sub .awards-list .award .description {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          border: none;
          text-align: center; }
          .about_sub .awards-list .award .description:last-child {
            margin-right: 0; } }

body.page-template-careers {
  background-color: #333333;
  background-image: -webkit-linear-gradient(#333333, #303030);
  background-image: linear-gradient(#333333, #303030); }
  body.page-template-careers .section {
    max-width: 969px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2em; }
    body.page-template-careers .section:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 768px) {
      body.page-template-careers .section {
        padding: 0 1em; } }
    body.page-template-careers .section a {
      color: #e7e7e7;
      text-decoration: none; }
      body.page-template-careers .section a:hover {
        color: #fff; }
      body.page-template-careers .section a:active {
        position: relative;
        top: 1px; }
    body.page-template-careers .section img, body.page-template-careers .section embed, body.page-template-careers .section object, body.page-template-careers .section video {
      max-width: 100%; }
    body.page-template-careers .section p, body.page-template-careers .section ul, body.page-template-careers .section ol {
      font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 0.875em; }
    body.page-template-careers .section ul {
      margin: 0px;
      padding: 0px;
      padding-left: 1em; }
  body.page-template-careers #video-panel {
    padding: 2.5em 0;
    background: #404040 url("/wp-content/uploads/2018/02/careers-bg.jpg") center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; }
    @media screen and (max-width: 480px) {
      body.page-template-careers #video-panel {
        padding: 1.25em 0;
        margin-top: 80px; } }
    @media screen and (max-width: 768px) {
      body.page-template-careers #video-panel {
        background: #404040;
        padding: 0; } }
    @media screen and (max-width: 768px) {
      body.page-template-careers #video-panel .section {
        padding: 0; } }
    body.page-template-careers #video-panel .video-row {
      display: block; }
      body.page-template-careers #video-panel .video-row:after {
        content: "";
        display: table;
        clear: both; }
    body.page-template-careers #video-panel .video-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      padding-right: 1.05427%; }
      body.page-template-careers #video-panel .video-box:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        body.page-template-careers #video-panel .video-box {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          padding-right: 0; }
          body.page-template-careers #video-panel .video-box:last-child {
            margin-right: 0; } }
    body.page-template-careers #video-panel .video-frame {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
      body.page-template-careers #video-panel .video-frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    body.page-template-careers #video-panel .message-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0;
      padding-left: 2.76023%; }
      body.page-template-careers #video-panel .message-box:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        body.page-template-careers #video-panel .message-box {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          display: none; }
          body.page-template-careers #video-panel .message-box:last-child {
            margin-right: 0; } }
      body.page-template-careers #video-panel .message-box .button {
        text-align: left;
        margin: 0px;
        padding: 0px;
        font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
        font-weight: 900;
        text-align: left;
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 1em;
        text-align: left; }
        body.page-template-careers #video-panel .message-box .button a {
          display: block;
          background-color: #e43538;
          padding: 1em .5em;
          text-align: center;
          color: #fff; }
          @media screen and (max-width: 480px) {
            body.page-template-careers #video-panel .message-box .button a {
              padding: .5em;
              font-size: .75em; } }
          body.page-template-careers #video-panel .message-box .button a:hover {
            background-color: #d93235; }
        body.page-template-careers #video-panel .message-box .button a {
          display: block;
          padding: .75em 1.5em;
          text-align: center; }
      body.page-template-careers #video-panel .message-box h2 {
        font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
        font-weight: 900;
        text-align: left;
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 1em;
        text-align: center;
        font-size: 52px;
        margin-top: 0;
        margin-bottom: .5em; }
  body.page-template-careers .college-recruitment-box {
    clear: left;
    margin-top: 1em;
    text-align: center; }
  body.page-template-careers .college-recruitment-text {
    font-size: 15px; }
    body.page-template-careers .college-recruitment-text > a {
      padding-left: 26px;
      background: url("./images/college-icon-white@2x.png") no-repeat 0 2px;
      background-size: 21px 15px; }
      .no-backgroundsize body.page-template-careers .college-recruitment-text > a {
        background-image: url("./images/college-icon-white.png"); }
    body.page-template-careers .college-recruitment-text strong {
      margin-right: .25em; }
  @media screen and (min-width: 769px) {
    body.page-template-careers #last-promo-panel .college-recruitment-text > a {
      color: #e43538;
      background-image: url("./images/college-icon@2x.png"); }
      body.page-template-careers #last-promo-panel .college-recruitment-text > a strong {
        color: #393b3a; }
      .no-backgroundsize body.page-template-careers #last-promo-panel .college-recruitment-text > a {
        background-image: url("./images/college-icon-white.png"); } }
  body.page-template-careers #recruitment {
    max-width: 969px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-top: 4.0397%;
    padding-left: 1.90725%;
    padding-right: 1.90725%; }
    body.page-template-careers #recruitment:after {
      content: "";
      display: table;
      clear: both; }
    body.page-template-careers #recruitment .recruiter-column {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      padding-right: 2.76023%; }
      body.page-template-careers #recruitment .recruiter-column:last-child {
        margin-right: 0; }
    body.page-template-careers #recruitment .social-column {
      width: 50%;
      margin-left: auto;
      margin-right: auto;
      display: block; }
      body.page-template-careers #recruitment .social-column:after {
        content: "";
        display: table;
        clear: both; }
    @media screen and (max-width: 768px) {
      body.page-template-careers #recruitment {
        display: none; } }
    body.page-template-careers #recruitment .candidates {
      padding-left: 65px;
      background-image: url("./images/recruiter-comesha.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      min-height: 50px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        body.page-template-careers #recruitment .candidates {
          background-image: url("./images/recruiter-comesha@2x.png");
          background-size: 50px 50px; } }
      body.page-template-careers #recruitment .candidates p {
        margin-top: 0; }
    body.page-template-careers #recruitment .twitter {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      body.page-template-careers #recruitment .twitter:last-child {
        margin-right: 0; }
    body.page-template-careers #recruitment .handle {
      font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
      font-weight: 900;
      text-align: left;
      color: #fff;
      font-size: 25px;
      letter-spacing: 1px;
      margin-top: 1.5em;
      margin-bottom: .5em;
      line-height: 1.25em;
      margin-top: 0px;
      padding-top: 0px;
      margin-bottom: 0px;
      padding-bottom: 0px;
      text-transform: uppercase;
      font-size: 22px; }
    body.page-template-careers #recruitment .title {
      margin-top: 0px;
      padding-top: 0px;
      margin-bottom: 0px;
      padding-bottom: 0px; }
    body.page-template-careers #recruitment .tweet {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      padding-left: 25px;
      background: url("./images/recruiter-tweet.png") 0 1em no-repeat;
      background-size: 18px 13px;
      min-height: 34px;
      display: none; }
      body.page-template-careers #recruitment .tweet:last-child {
        margin-right: 0; }
      .no-backgroundsize body.page-template-careers #recruitment .tweet {
        background: url("./images/recruiter-tweet-1x.png") 0 1em no-repeat; }
      body.page-template-careers #recruitment .tweet p {
        font-weight: 600; }
    body.page-template-careers #recruitment .twitter {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 38.84966%;
      padding-left: 30px;
      background: url("./images/recruiter-tweet.png") 0 4px no-repeat;
      background-size: 18px 13px; }
      body.page-template-careers #recruitment .twitter:last-child {
        margin-right: 0; }
      .no-backgroundsize body.page-template-careers #recruitment .twitter {
        background: url("./images/recruiter-tweet-1x.png") 0 4px no-repeat; }
    body.page-template-careers #recruitment .linkedin {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 56.32118%;
      margin-right: 0;
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%;
      padding-left: 28px;
      background: url("./images/recruiter-linkedin.png") 0 4px no-repeat;
      background-size: 16px 16px; }
      body.page-template-careers #recruitment .linkedin:last-child {
        margin-right: 0; }
      body.page-template-careers #recruitment .linkedin:last-child {
        margin-right: 0; }
      .no-backgroundsize body.page-template-careers #recruitment .linkedin {
        background: url("./images/recruiter-linkedin-1x.png") 0 4px no-repeat; }
  body.page-template-careers .promo-panel {
    padding: 1.875em 0;
    max-width: 969px;
    margin-left: auto;
    margin-right: auto; }
    body.page-template-careers .promo-panel:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 768px) {
      body.page-template-careers .promo-panel {
        padding-top: 0.9375em;
        padding-bottom: 0;
        background-color: #404040; } }
    body.page-template-careers .promo-panel p {
      font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
      font-weight: 900;
      text-align: left;
      color: #fff;
      font-size: 30px;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 1em; }
    body.page-template-careers .promo-panel .text-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      body.page-template-careers .promo-panel .text-box:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        body.page-template-careers .promo-panel .text-box {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          display: none; }
          body.page-template-careers .promo-panel .text-box:last-child {
            margin-right: 0; } }
      body.page-template-careers .promo-panel .text-box p {
        margin: 0px;
        padding: 0px;
        padding: .5em 0;
        color: #393b3a;
        font-size: 42px; }
    body.page-template-careers .promo-panel .button-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      body.page-template-careers .promo-panel .button-box:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        body.page-template-careers .promo-panel .button-box {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          float: none; }
          body.page-template-careers .promo-panel .button-box:last-child {
            margin-right: 0; } }
      body.page-template-careers .promo-panel .button-box .button {
        text-align: left;
        margin: 0px;
        padding: 0px;
        font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
        font-weight: 900;
        text-align: left;
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 1em; }
        body.page-template-careers .promo-panel .button-box .button a {
          display: block;
          background-color: #e43538;
          padding: 1em .5em;
          text-align: center;
          color: #fff; }
          @media screen and (max-width: 480px) {
            body.page-template-careers .promo-panel .button-box .button a {
              padding: .5em;
              font-size: .75em; } }
          body.page-template-careers .promo-panel .button-box .button a:hover {
            background-color: #d93235; }
  body.page-template-careers #first-promo-panel {
    display: none; }
    @media screen and (max-width: 768px) {
      body.page-template-careers #first-promo-panel {
        display: block; } }
  @media screen and (max-width: 768px) {
    body.page-template-careers #last-promo-panel {
      padding-bottom: 1.25em; } }
  body.page-template-careers #body {
    background: #393b3a;
    padding: 2.5em 0;
    background-image: url("./images/redDownArrow.png");
    background-repeat: no-repeat;
    background-position: top center; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      body.page-template-careers #body {
        background-image: url("./images/redDownArrow@2x.png");
        background-size: 41px 21px;
        background-repeat: no-repeat; } }
    @media screen and (max-width: 480px) {
      body.page-template-careers #body {
        padding: 1.25em 0; } }
    @media screen and (max-width: 768px) {
      body.page-template-careers #body {
        padding-top: 0;
        background: #404040; } }
    body.page-template-careers #body h3 {
      font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
      font-weight: 900;
      text-align: left;
      color: #fff;
      font-size: 25px;
      letter-spacing: 1px;
      margin-top: 1.5em;
      margin-bottom: .5em;
      line-height: 1.25em; }
    body.page-template-careers #body .benefits-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      body.page-template-careers #body .benefits-box:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        body.page-template-careers #body .benefits-box {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          body.page-template-careers #body .benefits-box:last-child {
            margin-right: 0; } }
      body.page-template-careers #body .benefits-box #additional-benefits {
        max-width: 969px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em; }
        body.page-template-careers #body .benefits-box #additional-benefits:after {
          content: "";
          display: table;
          clear: both; }
        body.page-template-careers #body .benefits-box #additional-benefits ul {
          list-style: none;
          padding-left: 0px; }
          body.page-template-careers #body .benefits-box #additional-benefits ul li {
            list-style-image: none;
            list-style-type: none;
            margin-left: 0px; }
          body.page-template-careers #body .benefits-box #additional-benefits ul li {
            float: left;
            width: 48%;
            margin-right: 2%;
            margin-bottom: 1em; }
            @media screen and (max-width: 480px) {
              body.page-template-careers #body .benefits-box #additional-benefits ul li {
                float: none;
                width: 100%;
                margin-right: 0; } }
    body.page-template-careers #body .badges-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      padding-top: 1em; }
      body.page-template-careers #body .badges-box:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        body.page-template-careers #body .badges-box {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          padding-top: 0; }
          body.page-template-careers #body .badges-box:last-child {
            margin-right: 0; } }
      body.page-template-careers #body .badges-box ul {
        list-style: none;
        padding-left: 0px;
        text-align: center; }
        body.page-template-careers #body .badges-box ul li {
          list-style-image: none;
          list-style-type: none;
          margin-left: 0px; }
        body.page-template-careers #body .badges-box ul li {
          display: inline-block;
          margin: 1em 1em 1em 1em; }
          @media screen and (max-width: 768px) {
            body.page-template-careers #body .badges-box ul li {
              margin: 2px; } }
          body.page-template-careers #body .badges-box ul li img {
            display: block; }
            @media screen and (max-width: 768px) {
              body.page-template-careers #body .badges-box ul li img {
                max-width: 60px;
                max-height: 60px; } }
  body.page-template-careers #benefits-toggle {
    border-bottom: 1px solid #5f5f5f;
    text-align: center;
    margin-top: 1.75em;
    margin-bottom: 3em; }
    @media screen and (max-width: 768px) {
      body.page-template-careers #benefits-toggle {
        margin-top: 1em;
        margin-bottom: 2.5em; } }
    body.page-template-careers #benefits-toggle .click {
      display: inline-block;
      font-size: 12px;
      padding-left: .5em;
      padding-right: .5em;
      background: #393b3a;
      position: relative;
      top: 15px;
      color: #919191;
      text-decoration: none; }
      body.page-template-careers #benefits-toggle .click:hover {
        color: #aaaaaa; }
      @media screen and (max-width: 768px) {
        body.page-template-careers #benefits-toggle .click {
          background-color: #404040; } }

#job-panel {
  background-color: #f3f3f3;
  padding: 2.5em 0; }
  @media screen and (max-width: 480px) {
    #job-panel {
      padding: 1.25em 0; } }
  #job-panel .section {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2em; }
  #job-panel .job-frame {
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #989999; }

#reasonable-accommodation a {
  color: #e43538; }

#reasonable-accommodation strong {
  font-weight: 300;
  color: #e43538; }

.page-template-contact .container {
  padding: 80px 20px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px; }
  @media screen and (min-width: 769px) {
    .page-template-contact .container {
      padding-top: 60px;
      padding-bottom: 50px; } }
  .page-template-contact .container h1 {
    margin-bottom: 0; }

.page-template-contact .gform_wrapper {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 40px;
  margin-bottom: 30px; }

.page-template-contact ul {
  list-style: none;
  margin: 0; }

.page-template-contact li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300; }
  .page-template-contact li h1 {
    font-weight: 700; }

.page-template-contact #offices, .page-template-contact #licenses {
  display: block; }
  .page-template-contact #offices:after, .page-template-contact #licenses:after {
    content: "";
    display: table;
    clear: both; }

.page-template-contact .primary_offices {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .page-template-contact .primary_offices:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .page-template-contact .primary_offices {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .page-template-contact .primary_offices:last-child {
        margin-right: 0; } }

.page-template-contact .secondary_offices {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  text-align: left; }
  .page-template-contact .secondary_offices h1 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px; }
  .page-template-contact .secondary_offices:last-child {
    margin-right: 0; }
  .page-template-contact .secondary_offices li {
    display: inline-block;
    vertical-align: text-top;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }
    .page-template-contact .secondary_offices li span {
      display: block; }
    @media screen and (min-width: 769px) {
      .page-template-contact .secondary_offices li {
        width: 32.75%; } }
    @media screen and (max-width: 768px) {
      .page-template-contact .secondary_offices li {
        width: 32.75%; } }
    @media screen and (max-width: 480px) {
      .page-template-contact .secondary_offices li {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .page-template-contact .secondary_offices {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .page-template-contact .secondary_offices:last-child {
        margin-right: 0; } }

.page-template-contact #licenes {
  margin-bottom: 40px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee; }
  .page-template-contact #licenes h1 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 700; }
  .page-template-contact #licenes p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px; }

.page-template-news .container {
  padding: 80px 20px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px; }
  @media screen and (min-width: 769px) {
    .page-template-news .container {
      padding-top: 60px;
      padding-bottom: 50px; } }
  .page-template-news .container h1 {
    margin-bottom: 0; }

.post-type-archive-portfolio .portfolio {
  background-size: cover;
  background-repeat: no-repeat;
  color: #393b3a; }
  .post-type-archive-portfolio .portfolio .entry-header {
    margin-top: 66px;
    background-color: #989999;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0 50px;
    text-align: center; }
    .post-type-archive-portfolio .portfolio .entry-header .container {
      padding: 0; }
    .post-type-archive-portfolio .portfolio .entry-header .breadcrumb {
      color: #fff;
      text-transform: uppercase;
      font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
      font-size: 22px;
      line-height: 32px;
      font-weight: 300; }
    .post-type-archive-portfolio .portfolio .entry-header h1 {
      color: #fff;
      margin-bottom: 15px; }
    .post-type-archive-portfolio .portfolio .entry-header .tagline {
      color: #fff;
      max-width: 800px;
      margin: 0 auto;
      padding: 0 20px; }
    @media screen and (min-width: 769px) {
      .post-type-archive-portfolio .portfolio .entry-header {
        padding: 120px 0 120px;
        margin-top: 0; } }
  .post-type-archive-portfolio .portfolio .entry-header {
    padding: 80px 0; }
  .post-type-archive-portfolio .portfolio h1 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 769px) {
      .post-type-archive-portfolio .portfolio h1 {
        font-size: 60px;
        margin-bottom: 20px; } }
    .post-type-archive-portfolio .portfolio h1:before {
      display: none; }
  .post-type-archive-portfolio .portfolio .container {
    padding: 80px 20px;
    text-align: center; }
  .post-type-archive-portfolio .portfolio h2 {
    color: #393b3a;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (min-width: 769px) {
      .post-type-archive-portfolio .portfolio h2 {
        font-size: 60px; } }
  .post-type-archive-portfolio .portfolio .filter-search ul {
    margin: 0; }
  .post-type-archive-portfolio .portfolio .filter-search ::-webkit-input-placeholder {
    color: #fff; }
  .post-type-archive-portfolio .portfolio .filter-search ::-moz-placeholder {
    color: #fff; }
  .post-type-archive-portfolio .portfolio .filter-search :-ms-input-placeholder {
    color: #fff; }
  .post-type-archive-portfolio .portfolio .filter-search .sf-field-search {
    padding: 0 20px;
    margin: 1rem 0 .75rem; }
    .post-type-archive-portfolio .portfolio .filter-search .sf-field-search label {
      width: 100%; }
    .post-type-archive-portfolio .portfolio .filter-search .sf-field-search input[type=text] {
      width: 100%;
      max-width: 570px;
      background-color: rgba(255, 255, 255, 0.25);
      border: 1px solid #fff;
      padding: .25rem .5rem;
      color: #fff;
      text-transform: uppercase; }
  .post-type-archive-portfolio .portfolio .filter-search .sf-field-taxonomy-market {
    padding: 0 20px; }
    .post-type-archive-portfolio .portfolio .filter-search .sf-field-taxonomy-market h4 {
      color: #fff;
      font-weight: 700;
      text-transform: uppercase; }
    .post-type-archive-portfolio .portfolio .filter-search .sf-field-taxonomy-market li {
      display: inline-block; }
      .post-type-archive-portfolio .portfolio .filter-search .sf-field-taxonomy-market li input[type=checkbox] {
        margin-left: .063em;
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0; }
      .post-type-archive-portfolio .portfolio .filter-search .sf-field-taxonomy-market li label {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.25);
        visibility: visible;
        cursor: pointer;
        padding: 3px 15px;
        border-radius: 15px;
        border: 2px solid #fff;
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        margin-left: 0;
        margin-right: 10px; }
      .post-type-archive-portfolio .portfolio .filter-search .sf-field-taxonomy-market li input[type=checkbox]:checked + label {
        background-color: white;
        color: #005983; }
  .post-type-archive-portfolio .portfolio #content {
    max-width: 1200px; }
  .post-type-archive-portfolio .portfolio #primary {
    width: 100%;
    padding-right: 0; }
  .post-type-archive-portfolio .portfolio .site-main:after {
    content: "";
    display: table;
    clear: both; }
  .post-type-archive-portfolio .portfolio .project-preview {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 40px;
    position: relative; }
    .post-type-archive-portfolio .portfolio .project-preview:last-child {
      margin-right: 0; }
    @media screen and (min-width: 769px) {
      .post-type-archive-portfolio .portfolio .project-preview:nth-child(3n) {
        margin-right: 0; }
      .post-type-archive-portfolio .portfolio .project-preview:nth-child(3n+1) {
        clear: left; } }
    @media screen and (max-width: 768px) {
      .post-type-archive-portfolio .portfolio .project-preview {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 47.58542%; }
        .post-type-archive-portfolio .portfolio .project-preview:last-child {
          margin-right: 0; }
        .post-type-archive-portfolio .portfolio .project-preview:nth-child(2n) {
          margin-right: 0; }
        .post-type-archive-portfolio .portfolio .project-preview:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 480px) {
      .post-type-archive-portfolio .portfolio .project-preview {
        float: left;
        display: block;
        margin-right: 38.19821%;
        width: 100%; }
        .post-type-archive-portfolio .portfolio .project-preview:last-child {
          margin-right: 0; } }
    .post-type-archive-portfolio .portfolio .project-preview a {
      color: #fff;
      display: block; }
      .post-type-archive-portfolio .portfolio .project-preview a:hover {
        color: #fff; }
    .post-type-archive-portfolio .portfolio .project-preview img {
      width: 100%;
      height: auto; }
    .post-type-archive-portfolio .portfolio .project-preview h1 {
      position: absolute;
      font-size: 32px;
      top: 20px;
      left: 20px;
      width: 80%;
      text-align: left;
      margin-bottom: 0; }
    .post-type-archive-portfolio .portfolio .project-preview .thumb-content {
      background-color: #393b3a;
      margin: -9px 0 0 0;
      padding: 10px 20px; }
      .post-type-archive-portfolio .portfolio .project-preview .thumb-content span {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        vertical-align: middle;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        cursor: pointer; }
        .post-type-archive-portfolio .portfolio .project-preview .thumb-content span:hover {
          text-decoration: none; }
        .post-type-archive-portfolio .portfolio .project-preview .thumb-content span:after {
          background-image: url("./images/icons/readMore.gif");
          background-repeat: no-repeat;
          background-position: center center;
          background-position: left center;
          background-repeat: no-repeat;
          display: inline-block;
          vertical-align: middle;
          content: '';
          width: 29px;
          height: 29px;
          margin-left: 10px;
          position: relative;
          top: -2px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
            .post-type-archive-portfolio .portfolio .project-preview .thumb-content span:after {
              background-image: url("./images/icons/readMore@2x.gif");
              background-size: 29px 29px;
              background-repeat: no-repeat; } }
        .post-type-archive-portfolio .portfolio .project-preview .thumb-content span.expanded:after {
          background-image: url("./images/icons/closeMore.gif");
          background-repeat: no-repeat;
          background-position: center center; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
            .post-type-archive-portfolio .portfolio .project-preview .thumb-content span.expanded:after {
              background-image: url("./images/icons/closeMore@2x.gif");
              background-size: 29px 29px;
              background-repeat: no-repeat; } }
        .post-type-archive-portfolio .portfolio .project-preview .thumb-content span:after {
          width: 10px;
          top: -1px;
          background-image: url("./images/icons/arrow-right.png");
          background-repeat: no-repeat;
          background-position: center center; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
            .post-type-archive-portfolio .portfolio .project-preview .thumb-content span:after {
              background-image: url("./images/icons/arrow-right@2x.png");
              background-size: 9px 13px;
              background-repeat: no-repeat; } }
  .post-type-archive-portfolio .portfolio .no-results {
    text-align: center; }
    .post-type-archive-portfolio .portfolio .no-results h1 {
      margin-top: 20px;
      margin-bottom: 10px;
      font-size: 28px;
      font-weight: 500; }

.single-portfolio .entry-header {
  margin-top: 66px;
  background-color: #989999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0 50px;
  text-align: center; }
  .single-portfolio .entry-header .container {
    padding: 0; }
  .single-portfolio .entry-header .breadcrumb {
    color: #fff;
    text-transform: uppercase;
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300; }
  .single-portfolio .entry-header h1 {
    color: #fff;
    margin-bottom: 15px; }
  .single-portfolio .entry-header .tagline {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px; }
  @media screen and (min-width: 769px) {
    .single-portfolio .entry-header {
      padding: 120px 0 120px;
      margin-top: 0; } }

.single-portfolio .entry-header {
  background-color: #393b3a;
  background-blend-mode: multiply; }
  @media screen and (min-width: 820px) {
    .single-portfolio .entry-header {
      padding: 30px 0 240px; } }

.single-portfolio .flexslider {
  border: none; }
  @media screen and (min-width: 820px) {
    .single-portfolio .flexslider {
      margin-top: -220px;
      min-height: 400px; } }
  @media screen and (max-width: 768px) {
    .single-portfolio .flexslider {
      margin-top: 20px; } }
  .single-portfolio .flexslider .flex-direction-nav .flex-next {
    right: 10px; }
  .single-portfolio .flexslider .flex-direction-nav .flex-prev {
    left: 10px; }

.single-portfolio .stats {
  list-style: none;
  margin-left: 0;
  margin-bottom: 30px; }
  .single-portfolio .stats .stat_term {
    font-weight: 700;
    color: #b8b8b8;
    text-transform: uppercase; }
  .single-portfolio .stats .stat_value {
    font-weight: 700; }

.single-portfolio .project-markets {
  list-style: none;
  margin: 20px 0 20px 0; }

.single-portfolio .project-markets {
  margin-bottom: 30px; }

.single-portfolio .market_item a {
  color: #005983;
  padding: 3px 15px;
  border-radius: 15px;
  border: 2px solid #005983;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0;
  margin-right: 10px;
  font-weight: 700; }

.single-portfolio .more {
  font-size: 24px !important;
  line-height: 26px !important;
  padding: 12px 30px; }

#colophon {
  background: #393b3a;
  color: #989999;
  font-size: 14px;
  padding: 50px 20px; }
  #colophon .container {
    padding: 0; }
  #colophon .footerLogo {
    overflow: hidden;
    background-image: url("./images/kitchell-logo-rgb.png");
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    width: 189px;
    height: 30px; }
    #colophon .footerLogo:before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      #colophon .footerLogo {
        background-image: url("./images/kitchell-logo-rgb@2x.png");
        background-size: 189px 30px;
        background-repeat: no-repeat; } }
    @media screen and (min-width: 769px) {
      #colophon .footerLogo {
        width: 189px;
        height: 30px; } }
  #colophon #menu-footer-navigation {
    list-style: none;
    margin: 0; }
    #colophon #menu-footer-navigation li {
      display: inline-block;
      margin-right: 1rem;
      font-size: 13px;
      margin-bottom: 0; }
  #colophon a {
    color: #989999;
    text-transform: uppercase;
    font-weight: 400; }
  #colophon .footerSocial {
    margin-left: 0; }
    #colophon .footerSocial .socialIcon {
      width: 21px;
      height: 21px;
      display: inline-block;
      background: no-repeat;
      background-position: center center;
      margin: 0 5px; }
      #colophon .footerSocial .socialIcon a {
        overflow: hidden;
        display: block;
        width: 100%;
        height: 21px; }
        #colophon .footerSocial .socialIcon a:before {
          content: "";
          display: block;
          width: 0;
          height: 100%; }
    #colophon .footerSocial .instagram {
      background-image: url("./images/icons/instagram.png");
      background-repeat: no-repeat;
      background-position: left top; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        #colophon .footerSocial .instagram {
          background-image: url("./images/icons/instagram@2x.png");
          background-size: 21px 21px;
          background-repeat: no-repeat; } }
    #colophon .footerSocial .twitter {
      background-image: url("./images/icons/x.png");
      background-repeat: no-repeat;
      background-position: left top; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        #colophon .footerSocial .twitter {
          background-image: url("./images/icons/x@2x.png");
          background-size: 21px 21px;
          background-repeat: no-repeat; } }
    #colophon .footerSocial .facebook {
      background-image: url("./images/icons/facebook.png");
      background-repeat: no-repeat;
      background-position: left top; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        #colophon .footerSocial .facebook {
          background-image: url("./images/icons/facebook@2x.png");
          background-size: 21px 21px;
          background-repeat: no-repeat; } }
    #colophon .footerSocial .youtube {
      background-image: url("./images/icons/youtube.png");
      background-repeat: no-repeat;
      background-position: left top; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        #colophon .footerSocial .youtube {
          background-image: url("./images/icons/youtube@2x.png");
          background-size: 21px 21px;
          background-repeat: no-repeat; } }
    #colophon .footerSocial .linkedin {
      background-image: url("./images/icons/linkedin.png");
      background-repeat: no-repeat;
      background-position: left top; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        #colophon .footerSocial .linkedin {
          background-image: url("./images/icons/linkedin@2x.png");
          background-size: 21px 21px;
          background-repeat: no-repeat; } }
    @media screen and (min-width: 769px) {
      #colophon .footerSocial {
        text-align: left; } }
  #colophon .copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px; }
  #colophon .db_credit {
    font-weight: 400;
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    position: relative; }
    #colophon .db_credit:before {
      content: '';
      width: 18px;
      height: 15px;
      background-image: url("./images/icons/db.png");
      background-repeat: no-repeat;
      background-position: left center;
      display: inline-block;
      position: relative;
      top: 2px;
      margin-right: 2px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        #colophon .db_credit:before {
          background-image: url("./images/icons/db@2x.png");
          background-size: 18px 15px;
          background-repeat: no-repeat; } }
    #colophon .db_credit a {
      font-weight: 400;
      text-transform: none; }
  #colophon .licenses {
    font-size: 12px;
    line-height: 16px;
    color: #989999;
    font-weight: 400; }

.job-frame {
  padding: 20px 20px;
  font-size: 13px;
  line-height: 18px; }
  .job-frame h1 {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: bold; }
  .job-frame h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 10px; }
  .job-frame h3 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600; }
  .job-frame input[type=text],
  .job-frame input[type=search],
  .job-frame input[type=email],
  .job-frame input[type=phone],
  .job-frame select,
  .job-frame textarea {
    margin-bottom: 20px; }
  .job-frame label {
    margin-right: 10px; }

.intern-banner {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  color: #4c4c4c;
  /**
     * Grid
     */
  /**
     * Intro & Title
     */
  /**
     * Video
     */
  /**
     * Action
     */ }
  @media screen and (min-width: 820px) {
    .intern-banner__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (min-width: 820px) {
    .intern-banner__left-column {
      width: -webkit-calc( 99.9% * 7.5/12 - ( 15px ));
      width: calc( 99.9% * 7.5/12 - ( 15px ));
      max-width: -webkit-calc( 99.9% * 7.5/12 - ( 15px ));
      max-width: calc( 99.9% * 7.5/12 - ( 15px ));
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-flex-basis: -webkit-calc( 99.9% * 7.5/12 - ( 15px ));
          -ms-flex-preferred-size: calc( 99.9% * 7.5/12 - ( 15px ));
              flex-basis: calc( 99.9% * 7.5/12 - ( 15px ));
      margin-right: 30px; } }
  .intern-banner__right-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .intern-banner__intro {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 2px; }
  .intern-banner__intro-start {
    margin-right: 4px;
    padding-left: 24px;
    background-image: url("./images/college-icon@2x.png");
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 21px 15px; }
    @media screen and (max-width: 480px) {
      .intern-banner__intro-start {
        display: block; } }
  .intern-banner__title {
    font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-align: left;
    color: #fff;
    font-size: 44px;
    line-height: .925;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #4c4c4c; }
    @media screen and (max-width: 768px) {
      .intern-banner__title {
        margin-bottom: 20px; } }
  .intern-banner__title-alt {
    color: #005983; }
  .intern-banner__video {
    margin-right: 15px; }
  .intern-banner__video-link {
    position: relative;
    top: 0;
    display: block;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-duration: .125s;
            transition-duration: .125s;
    -webkit-transition-property: all;
            transition-property: all; }
    .intern-banner__video-link:hover {
      top: -1px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
    .intern-banner__video-link:active {
      top: 0 !important;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
  .intern-banner__video-image {
    display: block;
    min-width: 130px; }
  .intern-banner__action {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.325; }
  .intern-banner__action-link {
    color: #4c4c4c !important; }
    .intern-banner__action-link:hover {
      border-bottom: 1px dotted #4c4c4c; }
  .intern-banner__action-link-alt {
    color: #e43538 !important; }

.career-events {
  max-width: 200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto; }
  @media screen and (min-width: 820px) {
    .career-events {
      margin-top: -1em; } }

.career-event {
  line-height: 1.25;
  margin-bottom: -10px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px; }
  .career-event__date {
    font-size: 15px;
    font-weight: 500; }
  .career-event__seperator {
    font-size: 15px; }
  .career-event__name {
    font-size: 15px;
    font-weight: 500; }
  .career-event__more {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 4px; }
  .career-event__more-link {
    color: #989999 !important; }
    .career-event__more-link:hover {
      color: #f3f3f3 !important; }

.career-event--primary {
  margin-top: 30px;
  margin-bottom: 5px;
  border: 1px solid #777777; }
  .career-event--primary .career-event__date {
    font-size: 24px;
    display: block; }
  .career-event--primary .career-event__seperator {
    display: none; }

.career-event--has-link {
  padding-bottom: 15px; }

.social-button {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  position: relative;
  display: inline-block;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 38px;
  color: #4c4c4c !important;
  border-radius: 3px;
  background-color: #fff; }
  .social-button:hover {
    color: #000 !important; }
  .social-button:last-child {
    margin-right: 0; }

.social-button-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px; }
  .social-button-icon--linkedin {
    background-color: #0077b5;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E LinkedIn %3C/title%3E%3Cpath fill='%23ffffff' d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3E%3C/svg%3E%0A"); }
  .social-button-icon--facebook {
    background-color: #3b5998;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E Facebook %3C/title%3E%3Cpath d='M22.676 0H1.324C.593 0 0 .593 0 1.324v21.352C0 23.408.593 24 1.324 24h11.494v-9.294H9.689v-3.621h3.129V8.41c0-3.099 1.894-4.785 4.659-4.785 1.325 0 2.464.097 2.796.141v3.24h-1.921c-1.5 0-1.792.721-1.792 1.771v2.311h3.584l-.465 3.63H16.56V24h6.115c.733 0 1.325-.592 1.325-1.324V1.324C24 .593 23.408 0 22.676 0' fill='%23FFF' fill-rule='nonzero' /%3E%3C/svg%3E%0A"); }
  .social-button-icon--twitter {
    background-color: #1da1f2;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E Twitter %3C/title%3E%3Cpath d='M23.954 4.569a10 10 0 0 1-2.825.775 4.958 4.958 0 0 0 2.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 0 0-8.384 4.482C7.691 8.094 4.066 6.13 1.64 3.161a4.822 4.822 0 0 0-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 0 1-2.228-.616v.061a4.923 4.923 0 0 0 3.946 4.827 4.996 4.996 0 0 1-2.212.085 4.937 4.937 0 0 0 4.604 3.417 9.868 9.868 0 0 1-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 0 0 7.557 2.209c9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63a9.936 9.936 0 0 0 2.46-2.548l-.047-.02z' fill='%23FFF' fill-rule='nonzero' /%3E%3C/svg%3E%0A"); }
  .social-button-icon--instagram {
    background-color: #e4405f;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E Shape %3C/title%3E%3Cpath d='M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63a5.876 5.876 0 0 0-2.126 1.384A5.855 5.855 0 0 0 .63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.301.8.774 1.526 1.384 2.126.6.61 1.325 1.083 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558a5.898 5.898 0 0 0 2.126-1.384 5.86 5.86 0 0 0 1.384-2.126c.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913a5.89 5.89 0 0 0-1.384-2.126A5.847 5.847 0 0 0 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85 0 3.204-.015 3.585-.074 4.85-.061 1.17-.256 1.805-.421 2.227a3.81 3.81 0 0 1-.899 1.382c-.388.397-.86.703-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421a3.716 3.716 0 0 1-1.379-.899 3.644 3.644 0 0 1-.9-1.38c-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405a1.441 1.441 0 0 1-2.88 0 1.44 1.44 0 0 1 2.88 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E%0A"); }
  .social-button-icon--kitchell {
    background-color: #ffa500;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E RSS %3C/title%3E%3Cpath d='M19.199 24C19.199 13.467 10.533 4.8 0 4.8V0c13.165 0 24 10.835 24 24h-4.801zM3.291 17.415a3.3 3.3 0 0 1 3.293 3.295A3.303 3.303 0 0 1 3.283 24C1.47 24 0 22.526 0 20.71s1.475-3.294 3.291-3.295zM15.909 24h-4.665c0-6.169-5.075-11.245-11.244-11.245V8.09c8.727 0 15.909 7.184 15.909 15.91z' fill='%23FFF' fill-rule='nonzero' /%3E%3C/svg%3E%0A"); }
