/*!
Theme Name: Urban Strategies
Author: Pilot Interactive Inc.
Author URI: http://www.pilotinteractive.ca
Description: The core theme for the Urban Strategies website.
Version: 1.0
*/
/* external libraries with mixins */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 3.5em;
  line-height: 1.2;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
/* Components */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Chosen v1.1.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.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;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #fff;
  border-top: 0;
  background: #333;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #333;
  background-clip: padding-box;
  color: #dedede;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.2;
}
.chosen-container-single .chosen-default {
  color: #cccccc;
}
.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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #fff;
  font-size: 1em;
  font-family: sans-serif;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  color: #dedede;
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #999;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #595959;
  color: #dedede;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li.result-selected {
  color: #fefefe;
  background-color: #666666;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto!important;
  height: 1%;
  border: 1px solid #fff;
  background-color: #333;
  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: 5px;
  height: 15px;
  outline: 0;
  border: 0!important;
  background: transparent!important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #e4e4e4;
  background-clip: padding-box;
  color: #fff;
  cursor: default;
}
.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: #999999;
}
.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: #fefefe;
  background-color: #666;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #fff;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  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: #dedede !important;
}
.chosen-disabled {
  opacity: .5!important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.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: 0;
}
.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;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .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-image: url(images/chosen-sprite@2x.png) !important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat !important;
  }
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url(/wp-content/themes/urbanstrategies/font/flexslider-icon.eot);
  src: url(/wp-content/themes/urbanstrategies/font/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/urbanstrategies/font/flexslider-icon.woff) format('woff'), url(/wp-content/themes/urbanstrategies/font/flexslider-icon.ttf) format('truetype'), url(/wp-content/themes/urbanstrategies/font/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}
.flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.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';
}
/* Control Nav */
.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;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -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);
}
.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%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flexslider {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flexslider:before,
.flexslider:after {
  content: " ";
  display: table;
}
.flexslider:after {
  clear: both;
}
.flexslider:before,
.flexslider:after {
  content: " ";
  display: table;
}
.flexslider:after {
  clear: both;
}
.flexslider img {
  max-width: 100%;
  height: auto;
}
article.type-project .flexslider {
  margin-top: 0;
  margin-bottom: 40px;
}
article.type-project .flexslider ul.slides p {
  display: none;
}
@charset "UTF-8";
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible!important;
  -o-animation-name: flip;
  backface-visibility: visible!important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipInX;
  backface-visibility: visible!important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible!important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible!important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipInY;
  backface-visibility: visible!important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipOutY;
  backface-visibility: visible!important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: 0.5s;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: 0.25s;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.wiggle {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: 0.75s;
}
/* Configs */
/* Configs */
/* Brand */
/* Colors */
/* Don't touch this! Hide cloaked Angular elements */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  min-height: 100%;
  /* real browsers */
  height: 100%;
  /* IE6: treaded as min-height*/
}
body {
  height: 100%;
  font-family: 'ITCFranklinGothicStdBook', sans-serif;
  margin-top: 116px;
}
@media only screen and (min-width: 530px) and (max-width: 1024px), only screen and (max-width: 529px) {
  body {
    margin-top: 70px;
  }
}
#content {
  height: 100%;
}
img {
  width: 100%;
  height: auto;
}
.urban-icon-white {
  color: #fff;
}
.redfakelink {
  color: #e82a25;
}
a {
  color: #353230;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  outline: none;
}
a.link:hover,
span.link a.post-edit-link:hover,
a.link:active,
span.link a.post-edit-link:active {
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  text-decoration: underline;
  color: #e82a25;
  cursor: pointer;
}
span.white-link a.post-edit-link {
  color: white;
}
#content-container .project-upper p a,
#content-container .project-lower p a,
#content-container .project-content p a {
  color: #e82a25;
}
#content-container .project-upper p a:link,
#content-container .project-lower p a:link,
#content-container .project-content p a:link,
#content-container .project-upper p a:hover,
#content-container .project-lower p a:hover,
#content-container .project-content p a:hover,
#content-container .project-upper p a:active,
#content-container .project-lower p a:active,
#content-container .project-content p a:active,
#content-container .project-upper p a:visited,
#content-container .project-lower p a:visited,
#content-container .project-content p a:visited {
  text-decoration: none;
}
#content-container .project-upper p a:hover,
#content-container .project-lower p a:hover,
#content-container .project-content p a:hover,
#content-container .project-upper p a:active,
#content-container .project-lower p a:active,
#content-container .project-content p a:active {
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  text-decoration: underline;
  color: #e82a25;
  cursor: pointer;
}
#content-container #blog p a {
  color: #e82a25;
}
#content-container #blog p a:link,
#content-container #blog p a:hover,
#content-container #blog p a:active,
#content-container #blog p a:visited {
  text-decoration: none;
}
#content-container #blog p a:hover,
#content-container #blog p a:active {
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  text-decoration: underline;
  color: #e82a25;
  cursor: pointer;
}
#content-container:before,
#content-container:after {
  content: " ";
  display: table;
}
#content-container:after {
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
/* Global Styles */
/* Font */
/* This is the Fontspring @font-face syntax
   see http://www.paulirish.com/2009/bulletproof-font-face-implementation-syntax/

@font-face {
  font-family: 'Graublau Web';
  src: url('GraublauWeb.eot?') format('eot'), url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype');
}
*/
@font-face {
  font-family: "ITCFranklinGothicStdBook";
  src: url(/wp-content/themes/urbanstrategies/font/itcfranklingothicstd-book.eot?) format("eot"), url(/wp-content/themes/urbanstrategies/font/itcfranklingothicstd-book.woff) format("woff"), url(/wp-content/themes/urbanstrategies/font/itcfranklingothicstd-book.ttf) format("truetype");
}
@font-face {
  font-family: 'ITCFranklinGothicStdDemi';
  src: url(/wp-content/themes/urbanstrategies/font/itcfranklingothicstd-demi.eot?) format('eot'), url(/wp-content/themes/urbanstrategies/font/itcfranklingothicstd-demi.woff) format('woff'), url(/wp-content/themes/urbanstrategies/font/itcfranklingothicstd-demi.ttf) format('truetype');
}
@font-face {
  font-family: "ITCFranklinGothicStdMediumCondensed";
  src: url(/wp-content/themes/urbanstrategies/font/itcfranklingothicstd-mdcd.eot?) format('eot'), url(/wp-content/themes/urbanstrategies/font/itcfranklingothicstd-mdcd.woff) format('woff'), url(/wp-content/themes/urbanstrategies/font/itcfranklingothicstd-mdcd.ttf) format('truetype');
}
@font-face {
  font-family: "ITCFranklinGothicStdMedium";
  src: url(/wp-content/themes/urbanstrategies/font/itcfranklingothicstd-med.eot?) format('eot'), url(/wp-content/themes/urbanstrategies/font/itcfranklingothicstd-med.woff) format('woff'), url(/wp-content/themes/urbanstrategies/font/itcfranklingothicstd-med.ttf) format('truetype');
}
@font-face {
  font-family: "MinionProItalic";
  src: url(/wp-content/themes/urbanstrategies/font/minionpro-it.eot?) format('eot'), url(/wp-content/themes/urbanstrategies/font/minionpro-it.woff) format('woff'), url(/wp-content/themes/urbanstrategies/font/minionpro-it.ttf) format('truetype');
}
h1 {
  font-weight: 400;
}
@media only screen and (max-width: 529px) {
  h1 {
    font-size: 34px;
    line-height: 42px;
  }
}
h2 {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}
p {
  font-family: 'ITCFranklinGothicStdBook', sans-serif;
  font-size: 22px;
  line-height: 35px;
}
@media only screen and (max-width: 529px) {
  p {
    font-size: 20px;
    line-height: 28px;
  }
}
a {
  color: #353230;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
.urban-sprite,
.urban-logo,
.urban-menu-logo {
  background: url(/wp-content/themes/urbanstrategies/img/urban-s9ea5f45590.png) no-repeat;
}
.urban-logo {
  background-position: 0 -90px;
}
.urban-menu-logo {
  background-position: 0 0;
}
/** preboot hack to make breaks on mobile */
.wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0px 40px;
}
@media only screen and (max-width: 529px) {
  .wrap {
    width: 100%;
    padding: 40px 20px;
  }
}
.button {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  padding: 14px 22px 7px;
  background: none;
  border: 2px solid #e82a25;
  color: #e82a25;
  text-transform: uppercase;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.button:hover {
  background: #e82a25;
  color: #ffffff;
}
.button:focus {
  outline: none;
}
.white-dot {
  display: block;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #fff;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header .head-container {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: none;
  position: fixed;
  top: 0;
  height: 116px;
  max-height: 116px;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 21px 0;
  z-index: 9999;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  display: block;
  margin-left: auto;
  margin-right: auto;
}
header .head-container:before,
header .head-container:after {
  content: " ";
  display: table;
}
header .head-container:after {
  clear: both;
}
@media only screen and (min-width: 530px) and (max-width: 1024px), only screen and (max-width: 529px) {
  header .head-container {
    height: 70px;
  }
}
header .scrollContainer {
  height: 70px;
  max-height: 70px;
}
header .brand {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
}
@media (min-width: 768px) {
  header .brand {
    float: left;
    width: 20.83333333%;
  }
}
@media only screen and (max-width: 529px) {
  header .brand {
    padding-left: 20px;
  }
}
header .brand .home-link {
  float: left;
  text-decoration: none;
}
header .brand .header-logo {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 120px;
}
header .brand .header-logo .site-logo {
  display: block;
  width: 120px;
  height: 70px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 530px) and (max-width: 1024px), only screen and (max-width: 529px) {
  header .brand .header-logo .site-logo {
    width: 90px;
    height: 53px;
    margin-top: -10px;
  }
}
header .brand .header-logo .scrollLogo {
  width: 90px;
  height: 50px;
  margin-top: -12px;
}
header .brand h1.site-title,
header .brand h2.site-description {
  display: none;
  font-size: 1px;
  text-indent: -9999px;
  direction: ltr;
}
header #nav-bar {
  float: right;
  padding: 0;
  padding-right: 40px;
  list-style-type: none;
}
@media only screen and (max-width: 529px) {
  header #nav-bar {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  header #nav-bar .nav-menu {
    width: 100%;
  }
}
header #nav-bar .fa-bars {
  display: none;
  cursor: pointer;
  font-size: 2em;
}
@media only screen and (max-width: 1024px) {
  header #nav-bar .fa-bars {
    display: block;
    float: right;
    width: 35px;
    padding-bottom: 15px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 529px) {
  header #nav-bar .fa-bars {
    margin-right: 12px;
  }
}
header #nav-bar a {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 18px;
  color: #353230;
  text-decoration: none;
}
header #nav-bar a:active,
header #nav-bar a:hover {
  color: #e82a25;
}
header #nav-bar li.current_page_item a {
  color: #e82a25;
}
@media only screen and (max-width: 1024px) {
  header #nav-bar .menu-main-container {
    display: none;
    z-index: 1000;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 10px;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #cdcdcd;
  }
}
header #nav-bar .menu-main-container ul {
  position: relative;
  float: left;
  list-style: none;
  top: 0;
  z-index: 99;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
header #nav-bar .menu-main-container ul li {
  display: inline-block;
}
header #nav-bar .menu-main-container ul li a {
  display: inline-block;
  padding: 10px 8px;
}
header #nav-bar .menu-main-container ul li a:hover {
  cursor: pointer;
}
header #nav-bar .menu-main-container ul li:hover a,
header #nav-bar .menu-main-container ul li:active a {
  color: #e82a25;
}
@media only screen and (max-width: 1024px) {
  header #nav-bar .menu-main-container ul {
    margin: 0px;
    top: 0px;
    margin-left: 20px;
  }
  header #nav-bar .menu-main-container ul li {
    width: 100%;
    display: inline-block;
  }
  header #nav-bar .menu-main-container ul li a {
    display: block;
    padding: 10px 20px 0 40px;
  }
  header #nav-bar .menu-main-container ul li:hover {
    cursor: pointer;
  }
}
header #nav-bar .menu-main-container .scrollUl {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  top: -22px;
}
header #nav-bar .menu-main-container .noScroll {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
header #nav-bar .menu-main-container ul:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  header #nav-bar .menu-main-container ul {
    margin-left: 0;
  }
}
/* footer */
footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'ITCFranklinGothicStdBook', sans-serif;
  font-size: 14px;
  background-color: #e82a25;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
footer:before,
footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer .footer-section {
  margin-top: 40px;
  margin-bottom: 40px;
}
footer .footer-section:before,
footer .footer-section:after {
  content: " ";
  display: table;
}
footer .footer-section:after {
  clear: both;
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  footer .footer-section {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
footer .footer-logo {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
}
@media (min-width: 768px) {
  footer .footer-logo {
    float: left;
    width: 23.33333333%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  footer .footer-logo {
    margin-bottom: 30px;
  }
}
footer .footer-logo .logo-text {
  font-size: 1px;
  text-indent: -9999px;
  direction: ltr;
}
footer .footer-logo .logo-image {
  display: block;
  width: 100%;
  max-width: 180px;
  height: 105px;
  padding-right: 10px;
}
footer .footer-title {
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
footer .footer-contact {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 170px;
  border-left: 1px solid #EF6E69;
  padding-left: 20px;
}
@media (min-width: 768px) {
  footer .footer-contact {
    float: left;
    width: 23.33333333%;
  }
}
@media only screen and (max-width: 529px) {
  footer .footer-contact {
    border-left: none;
    padding-left: 0;
  }
}
footer .footer-contact .contact {
  padding-top: 12px;
  line-height: 1.6em;
}
footer .footer-contact a {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
footer .footer-contact a:active,
footer .footer-contact a:hover {
  text-decoration: underline;
}
footer .footer-nav {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 170px;
  border-left: 1px solid #EF6E69;
  padding-left: 20px;
}
@media (min-width: 768px) {
  footer .footer-nav {
    float: left;
    width: 23.33333333%;
  }
}
@media only screen and (max-width: 529px) {
  footer .footer-nav {
    border-left: none;
    padding-left: 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  footer .footer-nav {
    width: 220px;
  }
}
footer .footer-nav .nav {
  padding-top: 12px;
  position: relative;
}
footer .footer-nav .nav a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
footer .footer-nav .nav a:active,
footer .footer-nav .nav a:hover {
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  color: #ffffff;
}
footer .footer-nav .nav li.current_page_item a {
  color: #ffffff;
}
footer .footer-nav .nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  top: 0;
  z-index: 99;
}
footer .footer-nav .nav ul li {
  position: relative;
  float: left;
  width: 50%;
  padding-bottom: 5px;
}
footer .footer-nav .nav ul li:nth-child(2n) {
  float: right;
}
footer .footer-connect {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 170px;
  border-left: 1px solid #EF6E69;
  padding-left: 20px;
}
@media (min-width: 768px) {
  footer .footer-connect {
    float: left;
    width: 25%;
  }
}
footer .footer-connect .connect {
  padding-top: 12px;
}
footer .footer-connect .connect a.urban-icon-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  -webkit-font-smoothing: antialiased;
}
footer .footer-connect .connect a.urban-icon-link:link,
footer .footer-connect .connect a.urban-icon-link:hover,
footer .footer-connect .connect a.urban-icon-link:active,
footer .footer-connect .connect a.urban-icon-link:visited {
  text-decoration: none;
}
footer .footer-connect .connect a.urban-icon-link:hover,
footer .footer-connect .connect a.urban-icon-link:active {
  color: #ffffff;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
footer .footer-connect .connect .urban-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  padding: 5px;
  margin: 0 2px;
  text-align: center;
}
footer .footer-empty {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  footer .footer-empty {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 529px) {
  footer {
    padding: 0 20px;
  }
}
.login {
  padding-top: 5% !important;
  margin-top: 90px !important;
  background-color: #FF0000 !important;
  height: 300px;
}
.login #nav a,
.login #backtoblog a {
  color: #ccc !important;
}
.login h1 {
  position: absolute;
  margin-top: -120px;
}
.login h1 a {
  background-image: url(/wp-content/themes/urbanstrategies/img/logo.png);
  display: block;
  background-size: 180px 106px;
  width: 320px;
  height: 106px;
}
.login input.button-primary,
.login button.button-primary,
.login a.button-primary {
  border: 1px solid #FF0000 !important;
  background: #FF0000 !important;
}
.interim-login.login h1 a {
  background-image: url(/wp-content/themes/urbanstrategies/img/logo.png);
  display: block;
  background-size: 180px 106px;
  width: 320px;
  height: 106px;
}
.hide-disqus-logo {
  background-color: #fff;
  position: relative;
  z-index: 3;
  height: 30px;
  margin-top: -35px;
}
.at4-show,
.at5-show,
.at6-show,
.at7-show {
  opacity: 0.8 !important;
}
@media only screen and (max-width: 529px) {
  .hide-mobile {
    display: none;
  }
}
@media only screen and (max-width: 529px) {
  #wpadminbar {
    display: none;
  }
}
.alignright {
  float: right;
  padding-left: 25px;
}
.alignleft {
  float: left;
  padding-right: 25px;
}
.aligncenter {
  margin: 0 auto;
}
/* Page Styles */
/* Padding */
section.homepage .entry-meta {
  margin-top: 10px;
  margin-bottom: 10px;
}
.urban-splash {
  overflow-x: hidden;
  width: 100%;
}
.urban-splash:before,
.urban-splash:after {
  content: " ";
  display: table;
}
.urban-splash:after {
  clear: both;
}
.urban-splash .splash-image {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 600px;
  position: relative;
}
@media only screen and (min-device-width: 1200px) {
  .urban-splash .splash-image {
    height: 540px;
  }
}
.urban-splash .splash-image:before {
  content: " ";
  display: block;
  height: 351px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.4) 71%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.4) 71%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.4) 71%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.4) 71%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}
.urban-splash .splash-image:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}
.urban-splash .splash-text {
  position: relative;
  z-index: 100;
  max-width: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  text-align: center;
  padding-top: 175px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 529px) {
  .urban-splash .splash-text {
    padding-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.urban-splash .splash-text a,
.urban-splash .splash-text a:hover,
.urban-splash .splash-text a:active,
.urban-splash .splash-text a:visited {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
.urban-splash .splash-tagline {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 56px;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 529px) {
  .urban-splash .splash-tagline {
    font-size: 44px;
  }
}
.urban-splash .splash-title {
  font-family: 'ITCFranklinGothicStdBook', sans-serif;
  font-size: 44px;
  line-height: 68px;
}
.urban-splash .splash-viewproject {
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 28px;
  font-weight: lighter;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  padding: 20px 10px;
  border: #ffffff solid 2px;
  backgroud-color: rgba(51, 51, 51, 0.2);
}
.urban-quote {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
}
.urban-quote:before,
.urban-quote:after {
  content: " ";
  display: table;
}
.urban-quote:after {
  clear: both;
}
.urban-quote:before,
.urban-quote:after {
  content: " ";
  display: table;
}
.urban-quote:after {
  clear: both;
}
.urban-quote .qquote {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .urban-quote .qquote {
    float: left;
    width: 100%;
  }
}
.urban-quote .qquote a {
  font-size: 30px;
  font-style: italic;
}
@media only screen and (max-width: 529px) {
  .urban-quote .qquote {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.urban-quote .qquote p {
  margin: 0;
  color: #353230;
  font-size: 42px;
  font-family: 'ITCFranklinGothicStdBook', sans-serif;
  font-weight: lighter;
  line-height: 1.4;
}
@media only screen and (max-width: 529px) {
  .urban-quote .qquote p {
    font-size: 24px;
    line-height: 1.4;
  }
}
.urban-quote .home-button-container:before,
.urban-quote .home-button-container:after {
  content: " ";
  display: table;
}
.urban-quote .home-button-container:after {
  clear: both;
}
.urban-quote .home-button-container .button-container {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .urban-quote .home-button-container .button-container {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 529px) {
  .urban-quote .home-button-container .button-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.urban-quote .home-button-container .about-container,
.urban-quote .home-button-container .download-container {
  display: inline-block;
  padding-top: 24px;
}
.urban-quote .home-button-container .about-container a,
.urban-quote .home-button-container .download-container a {
  height: 60px;
  vertical-align: middle;
  display: table-cell;
}
.urban-quote .home-button-container .about-container {
  margin-right: 5px;
}
.urban-quote .home-button-container .button-about {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  padding: 14px 22px 7px;
  background: none;
  border: 2px solid #e82a25;
  color: #e82a25;
  text-transform: uppercase;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  display: inline-block;
  font-size: 16px;
}
.urban-quote .home-button-container .button-about:hover {
  background: #e82a25;
  color: #ffffff;
}
.urban-quote .home-button-container .button-about:focus {
  outline: none;
}
.urban-quote .home-button-container .button-about:hover {
  background: #e82a25;
  color: #ffffff;
}
.urban-quote .home-button-container .button-about:focus {
  outline: none;
}
.urban-quote .home-button-container .button-download {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  padding: 14px 22px 7px;
  background: none;
  border: 2px solid #e82a25;
  color: #e82a25;
  text-transform: uppercase;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  display: inline-block;
  font-size: 16px;
}
.urban-quote .home-button-container .button-download:hover {
  background: #e82a25;
  color: #ffffff;
}
.urban-quote .home-button-container .button-download:focus {
  outline: none;
}
.urban-quote .home-button-container .button-download:hover {
  background: #e82a25;
  color: #ffffff;
}
.urban-quote .home-button-container .button-download:focus {
  outline: none;
}
.homepage-lower:before,
.homepage-lower:after {
  content: " ";
  display: table;
}
.homepage-lower:after {
  clear: both;
}
.urban-features {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .urban-features {
    float: left;
    width: 66.66666667%;
  }
}
.feature-row:before,
.feature-row:after {
  content: " ";
  display: table;
}
.feature-row:after {
  clear: both;
}
.feature {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .feature {
    float: left;
    width: 50%;
  }
}
.feature img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
}
@media only screen and (min-width: 1401px) {
  .feature img {
    max-height: 400px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  .feature img {
    max-height: 600px;
  }
}
.feature .feature-banner {
  background-color: #e82a25;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  padding: 10px 39px 7px 40px;
  z-index: 100;
}
@media only screen and (max-width: 529px) {
  .feature .feature-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.feature .feature-title,
.feature .feature-body {
  padding: 8px 40px;
}
.feature .feature-title a,
.feature .feature-body a {
  font-style: italic;
}
@media only screen and (max-width: 529px) {
  .feature .feature-title,
  .feature .feature-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.feature .feature-title {
  padding-top: 20px;
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 20px;
  font-weight: bolder;
}
@media only screen and (max-width: 1024px) {
  .feature .feature-title {
    padding-top: 40px;
  }
}
.feature .feature-body {
  padding-bottom: 15px;
  line-height: 24px;
  font-family: 'ITCFranklinGothicStdBook', sans-serif;
}
@media only screen and (max-width: 1024px) {
  .feature .feature-body {
    padding-bottom: 40px;
  }
}
.feature .entry-meta {
  padding: 0px 40px;
}
@media only screen and (max-width: 529px) {
  .feature .entry-meta {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.feature .entry-meta:before,
.feature .entry-meta:after {
  content: " ";
  display: table;
}
.feature .entry-meta:after {
  clear: both;
}
.feature-holder {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.feature-holder:hover .feature-title,
.feature-holder:active .feature-title {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  text-decoration: none;
  color: #e82a25;
}
.feature-holder:hover .feature-img,
.feature-holder:active .feature-img {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  opacity: .9;
}
.urban-info {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .urban-info {
    float: left;
    width: 33.33333333%;
  }
}
.info:before,
.info:after {
  content: " ";
  display: table;
}
.info:after {
  clear: both;
}
.twitter-info {
  background-color: #e82a25;
  padding: 40px 0;
  min-height: 300px;
  position: relative;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  .twitter-info {
    padding: 0;
  }
}
@media only screen and (max-width: 529px) {
  .twitter-info {
    padding: 0;
  }
}
.twitter-info .twitter-logo,
.twitter-info .twitter-body,
.twitter-info .twitter-more,
.twitter-info .twitter-date {
  padding-left: 30px;
  padding-right: 40px;
}
@media only screen and (max-width: 529px) {
  .twitter-info .twitter-logo,
  .twitter-info .twitter-body,
  .twitter-info .twitter-more,
  .twitter-info .twitter-date {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.twitter-info .twitter-logo {
  color: #e6e6e6;
  padding-top: 30px;
}
.twitter-info .twitter-logo a.twitter-link {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
.twitter-info .twitter-logo a.twitter-link:hover,
.twitter-info .twitter-logo a.twitter-link:active {
  color: #ffffff;
}
.twitter-info .twitter-logo .icon-twitter {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  padding: 5px;
  margin: 0 2px;
  border: #ffffff solid 2px;
  color: #e6e6e6;
}
.twitter-info .tweets {
  font-family: 'ITCFranklinGothicStdBook', sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1em;
  line-height: 24px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.twitter-info .tweets .tweet_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.twitter-info .tweets .tweet_list a {
  color: #ffffff;
}
.twitter-info .tweets .tweet_list a:hover,
.twitter-info .tweets .tweet_list a:active,
.twitter-info .tweets .tweet_list a:visited {
  text-decoration: underline;
}
.twitter-info .tweets .tweet_list a:hover,
.twitter-info .tweets .tweet_list a:active {
  color: white;
}
.twitter-info .tweets .tweet_time {
  display: none;
}
.twitter-info .tweet-time {
  color: #ffffff;
  opacity: .5;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  padding-bottom: 24px;
}
.twitter-info .twitter-more {
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
}
.twitter-info .twitter-more a {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  text-transform: uppercase;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.8);
}
.twitter-info .twitter-more a:hover,
.twitter-info .twitter-more a:active {
  color: #ffffff;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
.people-holder-homepage .photo-container {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .people-holder-homepage .photo-container {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  .people-holder-homepage .photo-container {
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) and (min-width: 768px) {
  .people-holder-homepage .photo-container {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 529px) {
  .people-holder-homepage .photo-container {
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 529px) and (min-width: 768px) {
  .people-holder-homepage .photo-container {
    float: left;
    width: 100%;
  }
}
.people-holder-homepage .people-content {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .people-holder-homepage .people-content {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  .people-holder-homepage .people-content {
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) and (min-width: 768px) {
  .people-holder-homepage .people-content {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 529px) {
  .people-holder-homepage .people-content {
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 529px) and (min-width: 768px) {
  .people-holder-homepage .people-content {
    float: left;
    width: 100%;
  }
}
.people-holder-homepage .people-photo {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-size: cover;
  background-position: center 50%;
}
@media only screen and (min-width: 1401px) {
  .people-holder-homepage .people-photo {
    height: 400px;
  }
}
.people-holder-homepage .people-title,
.people-holder-homepage .people-body,
.people-holder-homepage .people-link {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 529px) {
  .people-holder-homepage .people-title,
  .people-holder-homepage .people-body,
  .people-holder-homepage .people-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.people-holder-homepage .people-title {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 20px;
}
@media (min-width: 768px) {
  .people-holder-homepage .people-title {
    float: left;
    width: 100%;
  }
}
.people-holder-homepage .people-body {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
  font-family: 'ITCFranklinGothicStdBook', sans-serif;
  font-size: 1em;
  line-height: 24px;
}
@media (min-width: 768px) {
  .people-holder-homepage .people-body {
    float: left;
    width: 100%;
  }
}
.people-holder-homepage .people-link {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .people-holder-homepage .people-link {
    float: left;
    width: 100%;
  }
}
.blog-info {
  min-height: 300px;
  background-color: #353230;
  position: relative;
}
.blog-info .blog-item {
  padding: 40px 0;
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  .blog-info .blog-item {
    padding: 0;
  }
}
@media only screen and (max-width: 529px) {
  .blog-info .blog-item {
    padding: 0;
  }
}
.blog-info .blog-title,
.blog-info .blog-meta,
.blog-info .blog-body,
.blog-info .blog-more {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  padding-left: 30px;
  padding-right: 40px;
}
@media only screen and (max-width: 529px) {
  .blog-info .blog-title,
  .blog-info .blog-meta,
  .blog-info .blog-body,
  .blog-info .blog-more {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-info .blog-title {
  padding-top: 30px;
}
.blog-info .blog-title a {
  padding-top: 20px;
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 20px;
  color: #ffffff;
}
.blog-info .blog-meta {
  color: #ffffff;
  padding-top: 10px;
}
.blog-info .blog-body {
  color: #ffffff;
  font-family: 'ITCFranklinGothicStdBook', sans-serif;
  font-size: 1em;
  line-height: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-info .blog-link {
  padding-bottom: 20px;
}
.blog-info .blog-more {
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.nothing-found-page {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.nothing-found-page:before,
.nothing-found-page:after {
  content: " ";
  display: table;
}
.nothing-found-page:after {
  clear: both;
}
.nothing-found-page form {
  float: none;
}
html.csstransforms .animate-in {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  transform: translate(0, 40px);
  opacity: 0;
}
html.csstransforms .animate-in-simple {
  opacity: 0;
}
html.csstransforms .to-be-seen {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
html.csstransforms .to-be-seen-quickly {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.urban-search-widget-holder {
  background: #333333;
}
.urban-search-widget-holder:before,
.urban-search-widget-holder:after {
  content: " ";
  display: table;
}
.urban-search-widget-holder:after {
  clear: both;
}
.urban-search-widget-holder:before,
.urban-search-widget-holder:after {
  content: " ";
  display: table;
}
.urban-search-widget-holder:after {
  clear: both;
}
@media only screen and (max-width: 529px) {
  .urban-search-widget-holder {
    margin-left: -8px;
  }
}
.urban-search-widget-holder .container-searchform {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .urban-search-widget-holder .container-searchform {
    float: left;
    width: 50%;
  }
}
.urban-search-widget-holder .container-filter-holder {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .urban-search-widget-holder .container-filter-holder {
    float: left;
    width: 50%;
  }
}
.urban-search-widget-holder .filter-right-side {
  float: right;
  white-space: nowrap;
  vertical-align: top;
}
@media only screen and (max-width: 529px) {
  .urban-search-widget-holder .filter-right-side {
    float: left;
  }
}
@media only screen and (max-width: 529px) {
  .urban-search-widget-holder form.filterform {
    position: inherit;
    left: 0px;
    right: auto;
  }
}
.urban-search-widget-holder form.filterform .filter-hint {
  display: inline-block;
}
@media only screen and (max-width: 529px) {
  .urban-search-widget-holder form.filterform .filter-hint {
    display: none;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  .urban-search-widget-holder form.filterform .filter-hint {
    display: none;
  }
}
.urban-search-widget-holder form.filterform .filter-select {
  display: inline-block;
}
.urban-search-widget-holder form.filterform .filter-select:before,
.urban-search-widget-holder form.filterform .filter-select:after {
  content: " ";
  display: table;
}
.urban-search-widget-holder form.filterform .filter-select:after {
  clear: both;
}
@media only screen and (max-width: 529px) {
  .urban-search-widget-holder form.filterform .filter-select {
    display: block;
    padding-top: 10px;
    padding-left: 8px;
  }
}
.urban-search-widget-holder .urban-icon-search {
  padding-right: 20px;
}
.urban-search-widget-holder .filter-hint {
  vertical-align: top;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 15px 7px 15px;
  background: transparent;
  color: #cccccc;
  border: 1px solid #f5f5f3;
  border-right: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.urban-search-widget-holder .chosen-container {
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-size: 18px;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: 320px !important;
}
@media only screen and (max-width: 529px) {
  .urban-search-widget-holder .chosen-container {
    width: 260px !important;
  }
}
.urban-search-widget-holder .chosen-container .chosen-single {
  padding: 14px 10px 7px 15px;
  height: auto;
}
.urban-search-widget-holder .chosen-container .chosen-drop {
  border-radius: 0px;
  box-shadow: none;
}
.urban-search-widget-holder .chosen-container .chosen-results {
  max-height: 400px;
  padding: 0 0 0 10px;
}
.urban-search-widget-holder .chosen-container .chosen-results li {
  padding-left: 30px;
}
.urban-search-widget-holder .chosen-container .chosen-results li.group-result {
  padding-left: 6px;
}
.urban-search-widget-holder .chosen-container .chosen-results li.result-selected {
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.urban-search-widget-holder .chosen-container .chosen-results li.highlighted {
  background-color: transparent;
  color: #949494;
}
.urban-search-widget-holder .chosen-container .chosen-results li.no-results {
  background-color: transparent;
  color: #949494;
}
.urban-search-widget-holder .chosen-container .chosen-results::-webkit-scrollbar {
  -webkit-appearance: none;
}
.urban-search-widget-holder .chosen-container .chosen-results::-webkit-scrollbar:vertical {
  width: 11px;
}
.urban-search-widget-holder .chosen-container .chosen-results::-webkit-scrollbar:horizontal {
  height: 11px;
}
.urban-search-widget-holder .chosen-container .chosen-results::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #E2E2E2;
}
.urban-search-widget-holder .chosen-container .chosen-results::-webkit-scrollbar-track {
  background-color: #626262;
  border-radius: 8px;
}
.urban-search-widget-holder .icon-angle-down {
  position: absolute;
  top: 7px;
  right: 4px;
  color: #cccccc;
}
section.about-page h1 {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  color: #e82a25;
}
section.about-page nav.nav-bg-colored {
  background-color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  width: 100%;
}
section.about-page nav.nav-bg-colored:before,
section.about-page nav.nav-bg-colored:after {
  content: " ";
  display: table;
}
section.about-page nav.nav-bg-colored:after {
  clear: both;
}
section.about-page .nav-container {
  margin: 0 auto;
  max-width: 1040px;
  padding: 20px 40px;
}
@media only screen and (max-width: 529px) {
  section.about-page .nav-container {
    padding: 20px 0;
  }
}
section.about-page ul.about-nav-list {
  padding: 0;
  margin: 0;
  display: table;
}
@media only screen and (max-width: 529px) {
  section.about-page ul.about-nav-list {
    width: 100%;
  }
}
section.about-page ul.about-nav-list li {
  display: table-cell;
  list-style: none;
  border-left: 1px solid #666666;
}
section.about-page ul.about-nav-list li:last-child {
  border-right: 1px solid #666666;
}
@media only screen and (max-width: 529px) {
  section.about-page ul.about-nav-list li {
    border-left: none;
  }
  section.about-page ul.about-nav-list li:last-child {
    border-right: none;
  }
}
section.about-page ul.about-nav-list li a {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  display: table-cell;
  padding: 8px 20px 2px;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 18px;
  color: #e6e6e6;
}
section.about-page ul.about-nav-list li a:hover {
  color: #ffffff;
}
@media only screen and (max-width: 529px) {
  section.about-page ul.about-nav-list li {
    list-style: none;
    display: block;
  }
  section.about-page ul.about-nav-list li a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  section.about-page ul.about-nav-list li a:hover,
  section.about-page ul.about-nav-list li a:active {
    background-color: #4d4d4d;
  }
}
section.about-page .header-content {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0px 40px;
  overflow-x: hidden;
  padding: 60px 40px;
}
section.about-page .header-content a {
  transition: all 250ms;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  text-decoration: underline;
}
section.about-page .header-content a:hover {
  color: #888;
}
@media only screen and (max-width: 529px) {
  section.about-page .header-content {
    width: 100%;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 529px) {
  section.about-page .header-content {
    width: 100%;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 529px) {
  section.about-page .header-content {
    padding: 40px 20px;
  }
}
section.about-page .header-content p {
  font-size: 30px;
  line-height: 47px;
  color: #333333;
}
@media only screen and (max-width: 529px) {
  section.about-page .header-content p {
    font-size: 24px;
    line-height: 38px;
  }
}
section.about-page .header-content .banner-image {
  overflow: hidden;
  width: 100%;
  background-size: cover;
  padding-bottom: 40%;
  background-position: center;
  max-height: 600px;
  min-height: 280px;
}
section.about-page .approach {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0px 40px;
  padding: 60px 40px;
}
@media only screen and (max-width: 529px) {
  section.about-page .approach {
    width: 100%;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 529px) {
  section.about-page .approach {
    width: 100%;
    padding: 40px 20px;
  }
}
section.about-page .approach:before,
section.about-page .approach:after {
  content: " ";
  display: table;
}
section.about-page .approach:after {
  clear: both;
}
@media only screen and (max-width: 529px) {
  section.about-page .approach h1 {
    text-align: center;
  }
}
section.about-page .approach h3 {
  color: #333333;
}
section.about-page .approach .diagram {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-top: 30px;
  margin-left: -30px;
}
@media (min-width: 768px) {
  section.about-page .approach .diagram {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  section.about-page .approach .diagram {
    float: none;
    margin: 0 auto;
    height: 400px;
  }
}
@media only screen and (max-width: 529px) {
  section.about-page .approach .diagram {
    float: none;
    margin: 0 auto;
    height: 400px;
  }
}
section.about-page .approach .diagram .top,
section.about-page .approach .diagram .left,
section.about-page .approach .diagram .right {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  width: 220px;
  height: 220px;
  border: 1px solid #e82a25;
  border-radius: 110px;
  color: #e82a25;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
section.about-page .approach .diagram .top h2,
section.about-page .approach .diagram .left h2,
section.about-page .approach .diagram .right h2 {
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -15px;
  font-size: 20px;
  width: 100px;
  text-align: center;
  font-weight: normal;
}
section.about-page .approach .diagram .top.top,
section.about-page .approach .diagram .left.top,
section.about-page .approach .diagram .right.top {
  margin: 0 auto;
  background-color: #e82a25;
  opacity: 0.9;
  filter: alpha(opacity=90);
  color: #fff;
}
section.about-page .approach .diagram .top.left,
section.about-page .approach .diagram .left.left,
section.about-page .approach .diagram .right.left {
  position: absolute;
  left: 50%;
  margin-top: -70px;
  margin-left: -200px;
}
section.about-page .approach .diagram .top.right,
section.about-page .approach .diagram .left.right,
section.about-page .approach .diagram .right.right {
  position: absolute;
  right: 50%;
  margin-top: -70px;
  margin-right: -200px;
}
section.about-page .approach .description {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
}
@media (min-width: 768px) {
  section.about-page .approach .description {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  section.about-page .approach .description {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 529px) {
  section.about-page .approach .description {
    margin-left: 0px;
  }
}
section.about-page .approach .description div {
  display: none;
}
section.about-page .approach .description div:first-child {
  display: block;
}
section.about-page .what-we-do {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  background-color: #e82a25;
  color: #fff;
  padding: 60px 0;
}
@media only screen and (max-width: 529px) {
  section.about-page .what-we-do {
    padding: 40px 0px 0px 0px;
  }
}
section.about-page .what-we-do h1 {
  color: #ffffff;
}
section.about-page .what-we-do p {
  color: #ffffff;
}
section.about-page .what-we-do ul {
  margin-right: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0 0 0;
  list-style: none;
}
section.about-page .what-we-do ul:before,
section.about-page .what-we-do ul:after {
  content: " ";
  display: table;
}
section.about-page .what-we-do ul:after {
  clear: both;
}
section.about-page .what-we-do ul li {
  float: left;
  width: 50%;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  text-transform: uppercase;
  padding: .5em 0 .5em 0;
  font-size: 1em;
  letter-spacing: 1px;
  color: #FACFCD;
  overflow: hidden;
  word-wrap: normal;
  clear: right;
}
@media only screen and (max-width: 529px) {
  section.about-page .what-we-do ul li {
    float: none;
    width: auto;
    display: block;
  }
}
section.about-page .learn-more {
  background: #f5f5f3;
  padding: 60px 0;
}
@media only screen and (max-width: 529px) {
  section.about-page .learn-more {
    padding: 0px;
  }
}
section.about-page .learn-more table.learn-more-table {
  margin-top: 40px;
  min-width: 200px;
}
section.about-page .learn-more table.learn-more-table tr {
  border-bottom: 1px dotted #EEA9A4;
}
section.about-page .learn-more table.learn-more-table tr td {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  color: #353230;
  padding: 20px 55px 15px 2px;
  vertical-align: middle;
}
@media only screen and (max-width: 529px) {
  section.about-page .learn-more table.learn-more-table tr td {
    display: block;
    padding: 10px 0;
  }
}
section.about-page .philosophy {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  background: url(img/philosophy.jpg);
  padding: 60px 0;
}
@media only screen and (max-width: 529px) {
  section.about-page .philosophy {
    padding: 40px 0px 40px 0px;
  }
}
section.about-page .philosophy h1,
section.about-page .philosophy p {
  color: #fff;
}
section.about-page .philosophy .box-wrap {
  margin-top: 60px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 960px;
}
@media only screen and (max-width: 529px) {
  section.about-page .philosophy .box-wrap {
    margin-top: 40px;
  }
}
section.about-page .philosophy .box-wrap:before,
section.about-page .philosophy .box-wrap:after {
  content: " ";
  display: table;
}
section.about-page .philosophy .box-wrap:after {
  clear: both;
}
section.about-page .philosophy .box-wrap .box {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: .8;
  margin: 1px;
  height: 330px;
}
@media (min-width: 768px) {
  section.about-page .philosophy .box-wrap .box {
    float: left;
    width: 32.5%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  section.about-page .philosophy .box-wrap .box {
    height: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  section.about-page .philosophy .box-wrap .box {
    float: none;
    width: 100%;
    height: 260px;
  }
}
@media only screen and (max-width: 529px) {
  section.about-page .philosophy .box-wrap .box {
    float: none;
    width: 100%;
    height: 340px;
  }
}
section.about-page .philosophy .box-wrap .box p {
  color: #353230;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0px;
}
section.about-page .philosophy .box-wrap .box span {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  color: #e82a25;
  font-size: 4.5em;
}
section.about-page .philosophy .box-wrap .box:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: rgba(255, 255, 255, 0.95);
}
section.about-page .history {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
  background-color: #333333;
  padding: 60px 0;
  color: #333333;
}
@media only screen and (max-width: 529px) {
  section.about-page .history {
    padding: 0px;
  }
}
section.about-page .history h1 {
  color: #ffffff;
}
section.about-page .history h2 {
  margin-top: 50px;
}
section.about-page .history p {
  font-size: 22px;
  line-height: 35px;
  color: #ffffff;
}
@media only screen and (max-width: 529px) {
  section.about-page .history p {
    font-size: 20px;
    line-height: 28px;
  }
}
section.about-page .awards {
  background: #f5f5f3;
  padding: 60px 0;
}
@media only screen and (max-width: 529px) {
  section.about-page .awards {
    padding: 0px;
  }
}
section.about-page .awards table {
  margin-top: 40px;
}
section.about-page .awards table .th td {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 24px;
  position: relative;
  top: 10px;
  color: #e82a25;
  text-transform: uppercase;
}
section.about-page .awards table tr {
  display: none;
  border-bottom: 1px dotted #EEA9A4;
}
@media only screen and (max-width: 529px) {
  section.about-page .awards table tr .year-container {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
section.about-page .awards table tr td {
  padding: 13px 55px 21px 0px;
}
@media only screen and (max-width: 529px) {
  section.about-page .awards table tr td {
    display: block;
    padding: 10px 0;
  }
}
section.about-page .awards table tr td .award-name {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  color: #353230;
}
section.about-page .awards button {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  padding: 14px 22px 7px;
  background: none;
  border: 2px solid #e82a25;
  color: #e82a25;
  text-transform: uppercase;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
section.about-page .awards button:hover {
  background: #e82a25;
  color: #ffffff;
}
section.about-page .awards button:focus {
  outline: none;
}
section.about-page .awards button:hover {
  background: #e82a25;
  color: #ffffff;
}
section.about-page .awards button:focus {
  outline: none;
}
section.about-page .clients {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  background-color: #333333;
  color: #ffffff;
  padding: 60px 0;
}
section.about-page .clients:before,
section.about-page .clients:after {
  content: " ";
  display: table;
}
section.about-page .clients:after {
  clear: both;
}
@media only screen and (max-width: 529px) {
  section.about-page .clients {
    padding: 40px 0px 0px 0px;
  }
}
section.about-page .clients h1,
section.about-page .clients h2,
section.about-page .clients p {
  color: #ffffff;
}
section.about-page .clients h1:before,
section.about-page .clients h2:before,
section.about-page .clients p:before,
section.about-page .clients h1:after,
section.about-page .clients h2:after,
section.about-page .clients p:after {
  content: " ";
  display: table;
}
section.about-page .clients h1:after,
section.about-page .clients h2:after,
section.about-page .clients p:after {
  clear: both;
}
section.about-page .clients ul {
  color: #ffffff;
  margin-right: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0 0 0;
  list-style: none;
}
section.about-page .clients ul:before,
section.about-page .clients ul:after {
  content: " ";
  display: table;
}
section.about-page .clients ul:after {
  clear: both;
}
@media only screen and (max-width: 529px) {
  section.about-page .clients ul {
    width: auto;
    float: none;
    diplay: block;
  }
}
section.about-page .clients ul li {
  float: left;
  width: 33%;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  text-transform: uppercase;
  padding: .5em 0 .5em 0;
  font-size: 1em;
  letter-spacing: 1px;
  color: #ffffff;
  overflow: hidden;
  word-wrap: normal;
  clear: right;
}
section.about-page .clients ul li a {
  color: #ffffff;
}
section.about-page .clients ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  section.about-page .clients ul li {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 529px) {
  section.about-page .clients ul li {
    float: none;
    width: auto;
    display: block;
  }
}
/* Dark greys for framing */
@media only screen and (max-width: 529px) {
  section.people-content {
    margin-top: 30px;
  }
}
section.people-content .people-summary {
  font-size: 30px;
  line-height: 1.5;
  max-width: 1280px;
  margin: 0 40px 40px;
}
@media only screen and (max-width: 529px) {
  section.people-content .people-summary {
    font-size: 24px;
    margin: 0 15px 15px;
  }
}
section.people-content h1.people-title {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  color: #e82a25;
  padding: 12px 0;
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 529px) {
  section.people-content h1.people-title {
    padding-right: 20px;
    padding-left: 20px;
  }
}
section.people-content h2.partners-title {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 24px;
  color: #353230;
  padding: 60px 40px;
  margin: 0;
  text-transform: uppercase;
  border-top: #d3d3d3 solid 1px;
}
@media only screen and (max-width: 529px) {
  section.people-content h2.partners-title {
    padding-right: 20px;
    padding-left: 20px;
  }
}
section.people-content h2.the-team-title {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 24px;
  color: #353230;
  padding: 82px 40px 46px;
  margin: 0;
  text-transform: uppercase;
  border-top: #d3d3d3 solid 1px;
}
section.people-content .search-people {
  padding: 10px 40px;
}
@media only screen and (max-width: 529px) {
  section.people-content .search-people {
    padding-right: 20px;
    padding-left: 20px;
  }
}
section.people-content #partners-people {
  margin-bottom: 42px;
}
section.people-content #the-team-people {
  background-color: #f5f5f3;
  padding-bottom: 40px;
}
section.people-content .people-row {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
section.people-content .people-row:before,
section.people-content .people-row:after {
  content: " ";
  display: table;
}
section.people-content .people-row:after {
  clear: both;
}
@media only screen and (max-width: 529px) {
  section.people-content .people-row {
    padding-right: 20px;
    padding-left: 20px;
  }
}
section.people-content .people-row .people-holder {
  margin-left: -40px;
}
section.people-content .people-row .people-holder:before,
section.people-content .people-row .people-holder:after {
  content: " ";
  display: table;
}
section.people-content .people-row .people-holder:after {
  clear: both;
}
section.people-content .people-row .people-partner {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  section.people-content .people-row .people-partner {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  section.people-content .people-row .people-partner {
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) and (min-width: 768px) {
  section.people-content .people-row .people-partner {
    float: left;
    width: 50%;
  }
}
section.people-content .people-row .people-team {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  section.people-content .people-row .people-team {
    float: left;
    width: 16.66666667%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  section.people-content .people-row .people-team {
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) and (min-width: 768px) {
  section.people-content .people-row .people-team {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 529px) {
  section.people-content .people-row .people-team {
    float: left;
    width: 50%;
  }
}
section.people-content .people-row .people-partner-img {
  position: relative;
}
section.people-content .people-row .big-partner-img {
  max-width: 512px;
  max-height: 512px;
}
section.people-content .people-row .small-partner-img {
  max-width: 512px;
  max-height: 512px;
}
section.people-content .people-row .people-partner:hover .people-partner-img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: .9;
}
section.people-content .people-row .people-partner-square {
  margin-left: 40px;
  position: relative;
}
section.people-content .people-row .people-partner-square img {
  display: block;
}
section.people-content .people-row .people-body {
  margin: 24px 0px;
}
section.people-content .people-row .people-name {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 20px;
}
section.people-content .people-row .people-job-title {
  font-family: '"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;';
  color: #808080;
  font-style: italic;
  font-size: 16px;
}
section.people-content .people-row .people a.people-link {
  color: #353230;
  text-decoration: none;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
section.people-content .people-row .people a.people-link:active {
  color: #e82a25;
}
section.people-content .people-row .people a.people-link:hover {
  color: #e82a25;
}
section.people-content .people-row .people-minimal:first-child {
  margin-left: 40px;
}
section.people-content .people-row .people-minimal {
  margin-left: 40px;
  position: relative;
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  section.people-content .people-row .people-minimal {
    margin-left: 0px;
  }
}
section.people-content .people-row .people-minimal img {
  display: block;
}
section.people-content .people-row .people-minimal .minimal-name {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  color: #ffffff;
  font-size: 16px;
}
section.people-content .people-row .people-minimal .minimal-job-title {
  font-family: '"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;';
  color: #e6e6e6;
  font-style: italic;
  font-weight: 800;
  font-size: 16px;
}
section.people-content .people-row .people-minimal-body {
  display: none;
  position: absolute;
  bottom: 0px;
  margin: 0px;
  padding: 8px 12px;
  width: 100%;
}
section.people-content .people-row .people-team:hover .people-minimal-body {
  display: block;
  z-index: 1;
}
section.people-content .people-row .people-team:hover .people-minimal:before {
  content: " ";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.4) 71%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.4) 71%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.4) 71%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.4) 71%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}
.process-page h1,
.process-page h2,
.process-page p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  max-width: 1040px;
  margin: 0 auto;
  text-transform: none;
  color: #ffffff;
  font-size: 30px;
  line-height: 47px;
}
@media only screen and (max-width: 1024px) {
  .process-page h1,
  .process-page h2,
  .process-page p {
    font-size: 24px;
    line-height: 38px;
  }
}
.process-page h1 {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 3.5em;
  line-height: 1.2;
  margin-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 529px) {
  .process-page h1 {
    font-size: 2.0em;
  }
}
.process-page h2 {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 3.5em;
  line-height: 1.2;
  margin-bottom: 15px;
  border-bottom: none;
}
@media only screen and (max-width: 529px) {
  .process-page h2 {
    font-size: 2.0em;
  }
}
.process-page .process-header-img {
  display: block;
  height: 550px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.process-page .header-section {
  position: relative;
  background-color: #333333;
  margin-top: 1px;
}
.process-page .header-section .header-text {
  padding: 80px 40px;
}
@media only screen and (max-width: 1024px) {
  .process-page .header-section .header-text {
    padding: 40px 20px;
  }
}
.process-page .process-text-container {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.process-page .process-text {
  position: relative;
  z-index: 100;
  padding-top: 10%;
  padding-bottom: 50px;
  margin: 0 auto;
  width: 99%;
}
@media only screen and (max-width: 1024px) {
  .process-page .process-text {
    margin: 0px;
    margin-bottom: 20px;
    padding-top: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.process-page .process-image {
  position: relative;
  height: 100%;
  min-height: 600px;
  margin-top: 1px;
  overflow: hidden;
  background-color: #333333;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 529px) {
  .process-page .process-image {
    height: 100%;
  }
}
.process-page .process-image:after {
  position: absolute;
  z-index: 1;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.7) 100%);
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}
/* Dark greys for framing */
@media only screen and (max-width: 529px) {
  section.projects-page {
    margin-top: 30px;
  }
}
h1.projects-title {
  color: #e82a25;
  padding: 12px 40px;
}
@media only screen and (max-width: 529px) {
  h1.projects-title {
    padding-right: 20px;
    padding-left: 20px;
  }
}
h2.projects-past-title {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #353230;
  border-top: #d3d3d3 solid 1px;
  padding: 60px 40px;
  margin: 0 0 -6px 0;
}
@media only screen and (max-width: 529px) {
  h2.projects-past-title {
    padding-right: 20px;
    padding-left: 20px;
  }
}
h2.projects-featured-title {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #353230;
  border-top: #d3d3d3 solid 1px;
  padding: 60px 40px;
  margin: 0 0 -6px 0;
}
@media only screen and (max-width: 529px) {
  h2.projects-featured-title {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.search-projects {
  padding: 10px 40px;
}
@media only screen and (max-width: 529px) {
  .search-projects {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#past-projects {
  background-color: #f5f5f3;
  padding-bottom: 40px;
}
.projects-row {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.projects-row:before,
.projects-row:after {
  content: " ";
  display: table;
}
.projects-row:after {
  clear: both;
}
.projects-row .projects-holder {
  padding-left: 40px;
  padding-right: 40px;
  margin-left: -40px;
}
@media only screen and (max-width: 529px) {
  .projects-row .projects-holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.projects-row .project-featured {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .projects-row .project-featured {
    float: left;
    width: 50%;
  }
}
.projects-row .project-featured .big-featured-body {
  display: inline-block;
  margin: 15px 0;
}
.projects-row .project-featured .big-featured-title {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 20px;
}
.projects-row .project-featured .big-featured-info {
  font-family: 'MinionProItalic';
  font-style: italic;
  font-size: 16px;
  font-size: 18px;
}
.projects-row .project-image {
  position: relative;
}
.projects-row .project-image img {
  display: block;
}
.projects-row .project-featured:hover .project-image:after,
.projects-row .project:hover .project-image:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.projects-row .project-featured:hover .big-featured-link,
.projects-row .project:hover .big-featured-link,
.projects-row .project-featured:hover .project-title,
.projects-row .project:hover .project-title,
.projects-row .project-featured:hover .project-info,
.projects-row .project:hover .project-info {
  color: #e82a25;
}
.projects-row .project {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .projects-row .project {
    float: left;
    width: 25%;
  }
}
.projects-row .project .project-body {
  display: inline-block;
  margin: 15px 0;
}
.projects-row .project .project-title {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 529px) {
  .projects-row .project .project-title {
    font-size: 24px;
  }
}
.projects-row .project .project-info {
  font-family: 'MinionProItalic';
  font-style: italic;
  font-size: 16px;
}
.projects-row a.big-featured-link,
.projects-row .project a.project-link {
  color: #353230;
  text-decoration: none;
}
.projects-row a.big-featured-link:active,
.projects-row .project a.project-link:active {
  color: #e82a25;
}
.projects-row a.big-featured-link:hover,
.projects-row .project a.project-link:hover {
  color: #e82a25;
}
.project-content-milestones .milestones-list-bg-colored {
  background-color: #333333;
  padding: 20px 0;
}
.project-content-milestones .milestone-slides p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.project-content-milestones .milestone-slides p:before,
.project-content-milestones .milestone-slides p:after {
  content: " ";
  display: table;
}
.project-content-milestones .milestone-slides p:after {
  clear: both;
}
.project-content-milestones ul.milestones-list {
  padding: 0;
  margin: 0;
  display: table;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.project-content-milestones ul.milestones-list:before,
.project-content-milestones ul.milestones-list:after {
  content: " ";
  display: table;
}
.project-content-milestones ul.milestones-list:after {
  clear: both;
}
@media only screen and (max-width: 529px) {
  .project-content-milestones ul.milestones-list {
    width: 100%;
  }
}
.project-content-milestones ul.milestones-list li {
  list-style: none;
  display: table-cell;
  border-left: 1px solid #666666;
  vertical-align: top;
}
.project-content-milestones ul.milestones-list li:last-child {
  border-right: 1px solid #666666;
}
.project-content-milestones ul.milestones-list li a {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  color: #e6e6e6;
  font-size: 16px;
  padding: 5px 10px;
  display: table-cell;
  cursor: pointer;
}
.project-content-milestones ul.milestones-list li a:hover,
.project-content-milestones ul.milestones-list li a.flex-active {
  color: #ffffff;
}
@media only screen and (max-width: 529px) {
  .project-content-milestones ul.milestones-list li {
    list-style: none;
    display: block;
  }
  .project-content-milestones ul.milestones-list li a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .project-content-milestones ul.milestones-list li a:hover {
    background-color: #4d4d4d;
  }
}
.project-content-milestones img.full-bleed {
  min-height: 400px;
  width: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section#contact h1,
section#contact h2,
section#contact a,
section#contact p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
section#contact .map .map-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
section#contact .map .map-link {
  display: block;
}
section#contact .map iframe {
  width: 100%;
  height: 600px;
  margin: 0px;
  padding: 0px;
  display: block;
}
section#contact .contact-info {
  padding: 40px 20px;
  color: #ffffff;
  background-color: #333333;
}
section#contact .contact-info:before,
section#contact .contact-info:after {
  content: " ";
  display: table;
}
section#contact .contact-info:after {
  clear: both;
}
section#contact .contact-info h2 {
  margin: 0;
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
section#contact .contact-info .address,
section#contact .contact-info .info,
section#contact .contact-info .social {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  section#contact .contact-info .address,
  section#contact .contact-info .info,
  section#contact .contact-info .social {
    float: left;
    width: 33.33333333%;
  }
}
section#contact .contact-info .address.address,
section#contact .contact-info .info.address,
section#contact .contact-info .social.address {
  margin: 0;
}
section#contact .contact-info .address.info a,
section#contact .contact-info .info.info a,
section#contact .contact-info .social.info a,
section#contact .contact-info .address.info p,
section#contact .contact-info .info.info p,
section#contact .contact-info .social.info p {
  display: block;
  color: #ffffff;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 22px;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}
section#contact .contact-info .address.info a:hover,
section#contact .contact-info .info.info a:hover,
section#contact .contact-info .social.info a:hover,
section#contact .contact-info .address.info a:active,
section#contact .contact-info .info.info a:active,
section#contact .contact-info .social.info a:active {
  color: #ffffff;
}
section#contact .contact-info .address.info p,
section#contact .contact-info .info.info p,
section#contact .contact-info .social.info p {
  margin-top: -0.7em;
  margin-bottom: 1.9em;
}
section#contact .contact-info .address.social a,
section#contact .contact-info .info.social a,
section#contact .contact-info .social.social a {
  margin-top: 1em;
}
section#contact .contact-info .address.social a.urban-icon-link,
section#contact .contact-info .info.social a.urban-icon-link,
section#contact .contact-info .social.social a.urban-icon-link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  color: #ffffff;
}
section#contact .contact-info .address.social a.urban-icon-link:hover,
section#contact .contact-info .info.social a.urban-icon-link:hover,
section#contact .contact-info .social.social a.urban-icon-link:hover,
section#contact .contact-info .address.social a.urban-icon-link:active,
section#contact .contact-info .info.social a.urban-icon-link:active,
section#contact .contact-info .social.social a.urban-icon-link:active {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
section#contact .contact-info .address.social a.urban-icon-link .urban-icon,
section#contact .contact-info .info.social a.urban-icon-link .urban-icon,
section#contact .contact-info .social.social a.urban-icon-link .urban-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  padding: 5px;
  margin: 0 2px;
  text-align: center;
}
section#contact .opportunities .join,
section#contact .opportunities .intern {
  padding: 40px 20px 60px 20px;
}
section#contact .opportunities .join .button,
section#contact .opportunities .intern .button {
  margin-top: 30px;
}
section#contact .opportunities .join.join h1,
section#contact .opportunities .intern.join h1 {
  color: #e82a25;
}
section#contact .opportunities .join.intern,
section#contact .opportunities .intern.intern {
  background-color: #f5f5f3;
}
section#contact .opportunities .join.intern h1,
section#contact .opportunities .intern.intern h1 {
  color: #333333;
}
.blog-content:before,
.news-content:before,
.blog-content:after,
.news-content:after {
  content: " ";
  display: table;
}
.blog-content:after,
.news-content:after {
  clear: both;
}
.blog-content h1.section-title,
.news-content h1.section-title {
  color: #e82a25;
  padding: 12px 40px;
  margin: 0.67em 0;
  font-size: 3.5em;
}
@media only screen and (max-width: 529px) {
  .blog-content h1.section-title,
  .news-content h1.section-title {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.blog-content img,
.news-content img,
.blog-content .blog-img,
.news-content .blog-img {
  overflow: hidden;
  width: 100%;
  max-height: 600px;
  min-height: 280px;
  background-size: cover;
  background-position: center;
}
.blog-content h1,
.news-content h1 {
  color: #353230;
  margin: .4em 0;
}
.blog-content .featured,
.news-content .featured {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0px 40px;
  padding: 40px 40px;
}
@media only screen and (max-width: 529px) {
  .blog-content .featured,
  .news-content .featured {
    width: 100%;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 529px) {
  .blog-content .featured,
  .news-content .featured {
    width: 100%;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 529px) {
  .blog-content .featured,
  .news-content .featured {
    margin-top: 30px;
  }
}
.blog-content p:before,
.news-content p:before,
.blog-content p:after,
.news-content p:after {
  content: " ";
  display: table;
}
.blog-content p:after,
.news-content p:after {
  clear: both;
}
.blog-content .posted-by p,
.news-content .posted-by p {
  color: #666666;
  font-family: 'MinionProItalic';
  margin-top: 0;
  font-size: 16px;
}
.blog-content .continue-reading,
.news-content .continue-reading {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  float: left;
  padding-top: 20px;
  color: #e82a25;
  text-transform: uppercase;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.blog-content .continue-reading:hover,
.news-content .continue-reading:hover {
  color: #B32F26;
}
.blog-content .categories,
.news-content .categories {
  margin: 0;
}
.blog-content .categories span,
.news-content .categories span,
.blog-content .categories a,
.news-content .categories a {
  display: block;
  float: left;
  color: #666666;
  padding-right: 20px;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
.blog-content .categories a,
.news-content .categories a {
  color: #e82a25;
}
.blog-content .categories a:hover,
.news-content .categories a:hover {
  color: #B32F26;
}
.blog-content .search,
.news-content .search {
  background: #333333;
  padding: 25px 48px;
}
.blog-content .search:before,
.news-content .search:before,
.blog-content .search:after,
.news-content .search:after {
  content: " ";
  display: table;
}
.blog-content .search:after,
.news-content .search:after {
  clear: both;
}
@media only screen and (min-width: 530px) and (max-width: 1024px), only screen and (max-width: 529px) {
  .blog-content .search,
  .news-content .search {
    padding: 20px;
  }
}
.blog-content .search .container-searchform,
.news-content .search .container-searchform {
  margin: 0;
}
.blog-content .search .filter-dropdown,
.news-content .search .filter-dropdown {
  position: relative;
  float: right;
  padding-top: 5px;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 1024px) {
  .blog-content .search .filter-dropdown,
  .news-content .search .filter-dropdown {
    float: none;
    padding-top: 0;
  }
}
.blog-content .search .filter-dropdown .filter-hint,
.news-content .search .filter-dropdown .filter-hint {
  display: block;
  width: 80px;
  padding: 14px 10px 7px 15px;
  background: transparent;
  border: none;
  font-size: .9em;
  color: #cccccc;
  border: 1px solid #f5f5f3;
  border-right: none;
  font-size: 18px;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 1024px) {
  .blog-content .search .filter-dropdown .filter-hint,
  .news-content .search .filter-dropdown .filter-hint {
    display: none;
  }
}
.blog-content .search .filter-dropdown select,
.news-content .search .filter-dropdown select {
  padding: 14px 10px 7px 15px;
  color: #cccccc;
  text-transform: uppercase;
  background: transparent;
  font-size: .9em;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid #f5f5f3;
}
.blog-content .search .filter-dropdown select:focus,
.news-content .search .filter-dropdown select:focus {
  outline: none;
}
.blog-content .search .filter-dropdown .icon-angle-down,
.news-content .search .filter-dropdown .icon-angle-down {
  position: absolute;
  top: 7px;
  right: 4px;
  color: #cccccc;
}
.blog-content .featured h1 a,
.news-content .featured h1 a,
.blog-content .news-posts .post h1 a,
.news-content .news-posts .post h1 a,
.blog-content .blog-posts .post h1 a,
.news-content .blog-posts .post h1 a {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  color: #353230;
}
.blog-content .featured h1 a:hover,
.news-content .featured h1 a:hover,
.blog-content .news-posts .post h1 a:hover,
.news-content .news-posts .post h1 a:hover,
.blog-content .blog-posts .post h1 a:hover,
.news-content .blog-posts .post h1 a:hover {
  color: #e82a25;
}
.blog-content .blog-posts .post,
.news-content .blog-posts .post,
.blog-content .news-posts .post,
.news-content .news-posts .post {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 529px) {
  .blog-content .blog-posts .post,
  .news-content .blog-posts .post,
  .blog-content .news-posts .post,
  .news-content .news-posts .post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.blog-content .blog-posts .post a,
.news-content .blog-posts .post a,
.blog-content .news-posts .post a,
.news-content .news-posts .post a {
  color: #e82a25;
}
.blog-content .blog-posts .post a:hover,
.news-content .blog-posts .post a:hover,
.blog-content .news-posts .post a:hover,
.news-content .news-posts .post a:hover {
  color: #B32F26;
}
.blog-content .blog-posts .single img,
.news-content .blog-posts .single img,
.blog-content .news-posts .single img,
.news-content .news-posts .single img {
  width: auto;
}
.blog-content .blog-posts-all .post,
.news-content .blog-posts-all .post {
  padding: 10px 0;
}
.blog-content .blog-posts-all .post h1,
.news-content .blog-posts-all .post h1 {
  font-size: 1.3em;
  margin: 10px 0;
}
.blog-content .blog-posts-all .post a,
.news-content .blog-posts-all .post a {
  padding: 0;
}
.blog-content .older,
.news-content .older {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0px 40px;
  padding: 70px 40px;
}
@media only screen and (max-width: 529px) {
  .blog-content .older,
  .news-content .older {
    width: 100%;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 529px) {
  .blog-content .older,
  .news-content .older {
    width: 100%;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 529px) {
  .blog-content .older,
  .news-content .older {
    padding: 20px;
  }
}
.blog-content .older button,
.news-content .older button {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  padding: 14px 22px 7px;
  background: none;
  border: 2px solid #e82a25;
  color: #e82a25;
  text-transform: uppercase;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #353230;
  border-color: #353230;
}
.blog-content .older button:hover,
.news-content .older button:hover {
  background: #e82a25;
  color: #ffffff;
}
.blog-content .older button:focus,
.news-content .older button:focus {
  outline: none;
}
.blog-content .older button:hover,
.news-content .older button:hover {
  background: #e82a25;
  color: #ffffff;
}
.blog-content .older button:focus,
.news-content .older button:focus {
  outline: none;
}
.blog-content .older button:hover,
.news-content .older button:hover {
  background: #353230;
  color: #ffffff;
}
.blog-content .blog-author,
.news-content .blog-author {
  padding: 20px 0;
}
.blog-content .blog-author:before,
.news-content .blog-author:before,
.blog-content .blog-author:after,
.news-content .blog-author:after {
  content: " ";
  display: table;
}
.blog-content .blog-author:after,
.news-content .blog-author:after {
  clear: both;
}
.blog-content .blog-author .author-img,
.news-content .blog-author .author-img {
  float: left;
  padding-right: 20px;
}
.blog-content .blog-author .author-img img,
.news-content .blog-author .author-img img {
  display: block;
}
.blog-content .blog-author .author-more-by,
.news-content .blog-author .author-more-by {
  float: left;
  position: relative;
  top: 24px;
}
.blog-content .blog-author img.avatar,
.news-content .blog-author img.avatar {
  border-radius: 3px;
  display: block;
  width: 100px;
  height: 100px;
  background-size: inherit;
  background-position: inherit;
  max-height: inherit;
  min-height: inherit;
}
.blog-content .comments,
.news-content .comments {
  margin-top: 40px;
}
.blog-content .comments:before,
.news-content .comments:before,
.blog-content .comments:after,
.news-content .comments:after {
  content: " ";
  display: table;
}
.blog-content .comments:after,
.news-content .comments:after {
  clear: both;
}
.blog-content .dot-break,
.news-content .dot-break {
  margin: 40px 0;
}
.blog-content .featured {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0px 40px;
  padding: 60px 40px;
  margin-top: 0px;
}
@media only screen and (max-width: 529px) {
  .blog-content .featured {
    width: 100%;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 529px) {
  .blog-content .featured {
    width: 100%;
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  .blog-content .featured {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 529px) {
  .blog-content .featured {
    margin-top: 0px;
  }
}
.content-blog-simple {
  max-width: 990px;
}
.map-load {
  height: 600px;
}
@media only screen and (max-width: 529px) {
  .map-load {
    height: 300px;
  }
}
.map-wrap {
  position: relative;
  height: 600px;
  width: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 529px) {
  .map-wrap {
    height: 300px;
  }
}
.map-wrap .map-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #73B5E5;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.map-inactive {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 0px;
}
.us-fa-globe-text {
  padding: 14px 22px 7px 0px;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  color: #ccc;
}
.us-fa-globe {
  padding: 10px 8px 7px 8px;
  vertical-align: top;
  font-size: 24px;
  color: #cccccc;
  cursor: pointer;
}
.us-fa-globe:hover {
  color: #efefef;
}
.us-fa-globe-button {
  display: inline-block;
  vertical-align: top;
}
.us-fa-globe-button:hover .us-fa-globe-text {
  color: #efefef;
}
.us-fa-globe-button:hover .us-fa-globe {
  color: #efefef;
}
.us-fa-globe-button-active {
  display: inline-block;
}
.us-fa-globe-button-active .us-fa-globe-text {
  color: #efefef;
}
.us-fa-globe-button-active .us-fa-globe {
  color: #efefef;
}
.leaflet-popup a.leaflet-popup-close-button {
  padding-right: 34px;
  top: 4px;
  background-image: none;
  font-size: 30px;
  text-indent: 0;
  color: #f5f5f3;
  opacity: 0.80;
}
.leaflet-popup a.leaflet-popup-close-button:hover {
  color: white;
  opacity: 1.0;
  background-color: transparent;
}
.leaflet-popup-tip {
  border-top: 10px solid #2e2c2a;
}
.leaflet-popup-content-wrapper {
  background-color: #2e2c2a;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 529px) {
  .leaflet-popup-content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.leaflet-popup-content-wrapper .leaflet-container a {
  color: #f5f5f3 !important;
}
.leaflet-popup-content-wrapper .leaflet-container a:hover {
  color: white;
}
.leaflet-popup-content-wrapper .leaflet-popup-content {
  padding: 0;
  margin: 0;
  max-height: 240px !important;
  overflow-y: auto;
}
.leaflet-popup-content-wrapper .leaflet-popup-content::-webkit-scrollbar {
  -webkit-appearance: none;
}
.leaflet-popup-content-wrapper .leaflet-popup-content::-webkit-scrollbar:vertical {
  width: 11px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content::-webkit-scrollbar:horizontal {
  height: 11px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #E2E2E2;
}
.leaflet-popup-content-wrapper .leaflet-popup-content::-webkit-scrollbar-track {
  background-color: #626262;
  border-radius: 8px;
}
.urban-project-content {
  margin-left: 20px;
  margin-right: 24px;
}
.urban-project-content ul.project-items {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
.urban-project-content ul.project-items li.project-item {
  padding-top: 12px;
  padding-bottom: 12px;
}
.urban-project-content ul.project-items li.project-item a.project-link {
  color: #f5f5f3;
}
.urban-project-content ul.project-items li {
  border-bottom: 2px solid #3C3B3B;
}
.urban-project-content ul.project-items li:last-child {
  border-bottom: none;
}
.project-page .splash-image {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 400px;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#project-splash {
  line-height: 0px;
}
#project-splash:before,
#project-splash:after {
  content: " ";
  display: table;
}
#project-splash:after {
  clear: both;
}
.project-title-section {
  color: #ffffff;
  position: relative;
  padding: 0;
  background-color: #333333;
  padding: 60px 40px 60px 40px;
}
.project-title-section:before,
.project-title-section:after {
  content: " ";
  display: table;
}
.project-title-section:after {
  clear: both;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 1024px) {
  .project-title-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 529px) {
  .project-title-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.project-title-section .title-holder {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.project-title-section .title-holder .info:before,
.project-title-section .title-holder .info:after {
  content: " ";
  display: table;
}
.project-title-section .title-holder .info:after {
  clear: both;
}
.project-title-section .title-holder .info .year,
.project-title-section .title-holder .info .location {
  float: left;
  padding-right: 30px;
  margin: 0;
  font-size: 1em;
}
.project-title-section h1.project-title {
  margin: 30px 0 10px 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-weight: lighter;
  color: #ffffff;
}
.project-title-section h1.project-title a {
  color: #ffffff;
}
@media only screen and (max-width: 529px) {
  .project-title-section h1.project-title {
    margin: 10px 0 0px 0;
  }
}
.project-title-section .project-bio {
  color: #cccccc;
  padding-top: 5px;
}
.project-title-section .project-bio p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 47px;
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 529px) {
  .project-title-section .project-bio p {
    font-size: 24px;
    line-height: 38px;
  }
}
.project-title-section .project-meta {
  margin: 5px 0;
}
.project-title-section .project-meta a {
  color: #ffffff;
}
.project-content-section {
  padding-top: 20px;
  color: #353230;
}
.project-content-section:before,
.project-content-section:after {
  content: " ";
  display: table;
}
.project-content-section:after {
  clear: both;
}
@media only screen and (max-width: 529px) {
  .project-content-section {
    padding-left: 0;
    padding-right: 0;
  }
}
.project-content-section p {
  margin: 2.5em 0;
  padding: 0;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 1024px) {
  .project-content-section p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.project-content-section .project-upper,
.project-content-section .project-middle,
.project-content-section .project-lower {
  max-width: 960px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.project-content-section .project-upper:before,
.project-content-section .project-middle:before,
.project-content-section .project-lower:before,
.project-content-section .project-upper:after,
.project-content-section .project-middle:after,
.project-content-section .project-lower:after {
  content: " ";
  display: table;
}
.project-content-section .project-upper:after,
.project-content-section .project-middle:after,
.project-content-section .project-lower:after {
  clear: both;
}
.project-content-section .comments {
  max-width: 960px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 1024px) {
  .project-content-section .comments {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.project-flexible-layout:before,
.project-flexible-layout:after {
  content: " ";
  display: table;
}
.project-flexible-layout:after {
  clear: both;
}
.project-content:before,
.project-content:after {
  content: " ";
  display: table;
}
.project-content:after {
  clear: both;
}
.project-content p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.project-content p:before,
.project-content p:after {
  content: " ";
  display: table;
}
.project-content p:after {
  clear: both;
}
hr.dots {
  height: 1px;
  /* specify a height for this hr */
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
  border-top: 1px dotted #EEA9A4;
}
div.project-key-team-members {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding: 60px 0;
  color: black;
}
div.project-key-team-members:before,
div.project-key-team-members:after {
  content: " ";
  display: table;
}
div.project-key-team-members:after {
  clear: both;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 1024px) {
  div.project-key-team-members {
    padding-left: 20px;
    padding-right: 20px;
  }
}
div.project-key-team-members a {
  color: black;
}
div.project-key-team-members .title {
  color: #e82a25;
  margin-bottom: 40px;
}
div.project-key-team-members .team-members-row {
  margin-left: -40px;
}
div.project-key-team-members .team-members-row:before,
div.project-key-team-members .team-members-row:after {
  content: " ";
  display: table;
}
div.project-key-team-members .team-members-row:after {
  clear: both;
}
div.project-key-team-members .team-person {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  div.project-key-team-members .team-person {
    float: left;
    width: 25%;
  }
}
div.project-key-team-members .team-member {
  padding-bottom: 8px;
  margin-bottom: 30px;
  margin-left: 40px;
}
div.project-key-team-members img {
  display: block;
}
div.project-key-team-members .member-image {
  position: relative;
}
div.project-key-team-members .team-member:hover .member-image:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
div.project-key-team-members .team-member:hover .member-name {
  color: #e82a25;
}
div.project-key-team-members .member-info {
  padding-top: 15px;
}
div.project-key-team-members .member-name {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 16px;
  color: #353230;
}
div.project-key-team-members .member-type {
  font-family: 'MinionProItalic';
  font-size: 16px;
  color: #a6a6a6;
}
div.tags-section {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding: 60px 0px;
}
div.tags-section:before,
div.tags-section:after {
  content: " ";
  display: table;
}
div.tags-section:after {
  clear: both;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 1024px) {
  div.tags-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
div.tags-section .tags-title {
  color: #666666;
  padding-right: 20px;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
div.tags-section .tag-link {
  color: #e82a25;
  padding-right: 20px;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
}
div.tags-section .tag-link:hover,
div.tags-section .tag-link:active {
  color: #B32F26;
  -webkit-transition-duration: 500;
  -moz-transition-duration: 500;
  -o-transition-duration: 500;
  transition-duration: 500;
}
div.tags-section .category-link {
  color: #e82a25;
}
div.tags-section .location-link {
  color: #e82a25;
}
.more-grey {
  background-color: #f5f5f3;
  border-top: solid 1px #E6E6E6;
}
.more-projects-section {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding: 60px 0px;
}
.more-projects-section:before,
.more-projects-section:after {
  content: " ";
  display: table;
}
.more-projects-section:after {
  clear: both;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 1024px) {
  .more-projects-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.more-projects-section .more-projects-title {
  margin-bottom: 40px;
}
.more-projects-section .more-projects-row {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-left: -40px;
}
.more-projects-section .more-projects-row:before,
.more-projects-section .more-projects-row:after {
  content: " ";
  display: table;
}
.more-projects-section .more-projects-row:after {
  clear: both;
}
.more-projects-section .more-projects-row img {
  display: block;
}
.more-projects-section .more-project {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .more-projects-section .more-project {
    float: left;
    width: 25%;
  }
}
.more-projects-section .more-project .project-body {
  padding-top: 15px;
}
.more-projects-section .more-project .project-body .project-title {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 16px;
}
.more-projects-section .more-project .project-body .project-info {
  font-family: 'MinionProItalic';
  font-size: 16px;
  font-style: italic;
  margin-top: 4px;
}
.more-projects-section a.more-project-link {
  color: #353230;
  text-decoration: none;
}
.more-projects-section a.more-project-link:active {
  color: #e82a25;
}
.more-projects-section a.more-project-link:hover {
  color: #e82a25;
}
.more-projects-section .project-image {
  position: relative;
}
.more-projects-section .project-image img {
  display: block;
}
.more-projects-section .more-project:hover .project-image:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
section.person-content {
  margin-top: 80px;
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  section.person-content {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 529px) {
  section.person-content {
    margin-top: 40px;
  }
}
section.person-content header {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
section.person-content header:before,
section.person-content header:after {
  content: " ";
  display: table;
}
section.person-content header:after {
  clear: both;
}
@media only screen and (max-width: 529px) {
  section.person-content header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.person-content header .person-container {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  section.person-content header .person-container {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  section.person-content header .person-container {
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) and (min-width: 768px) {
  section.person-content header .person-container {
    float: left;
    width: 100%;
  }
}
section.person-content header .person-container .person-photo {
  margin-bottom: 60px;
  margin-right: 40px;
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  section.person-content header .person-container .person-photo {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 529px) {
  section.person-content header .person-container .person-photo {
    margin-right: 0px;
  }
}
section.person-content header .person-container .person-photo img {
  display: block;
  margin-right: 40px;
}
section.person-content header .person-description {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  section.person-content header .person-description {
    float: left;
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  section.person-content header .person-description {
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) and (min-width: 768px) {
  section.person-content header .person-description {
    float: left;
    width: 100%;
  }
}
section.person-content header .person-titles h1 {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  section.person-content header .person-titles h1 {
    font-size: 32px;
  }
}
section.person-content header .person-titles h5 {
  margin: -2px 0 0 0;
  padding: 0;
  font-family: 'MinionProItalic';
  color: #a6a6a6;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
}
section.person-content header .person-contact-info a,
section.person-content header .person-contact-info .redfakelink {
  display: inline-block;
  color: #e82a25;
  line-height: 25px;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0px 15px;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  section.person-content header .person-contact-info a,
  section.person-content header .person-contact-info .redfakelink {
    margin: 0px 8px;
  }
}
section.person-content header .person-contact-info a:first-child,
section.person-content header .person-contact-info .redfakelink:first-child {
  padding-left: 0;
}
section.person-content header .person-contact-info a:hover,
section.person-content header .person-contact-info .redfakelink:hover,
section.person-content header .person-contact-info a:active,
section.person-content header .person-contact-info .redfakelink:active {
  color: #B32F26;
}
section.person-content header .person-contact-info .redfakelink:hover,
section.person-content header .person-contact-info .redfakelink:active {
  color: #e82a25;
}
section.person-content header .person-contact-info p.person-snippet {
  margin: 15px 0 0 0;
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (max-width: 529px) {
  section.person-content header .person-contact-info p.person-snippet {
    display: block;
    white-space: nowrap;
    overflow: scroll;
  }
}
section.person-content header .person-contact-info .person-icon {
  color: #b3b3b3;
  font-size: 1.1em;
}
section.person-content header .person-contact-info .fa-envelope {
  font-size: 1em;
}
section.person-content header .text-content {
  font-family: 'ITCFranklinGothicStdBook', sans-serif;
  font-size: 22px;
  line-height: 35px;
  padding: 30px 0;
}
@media only screen and (max-width: 529px) {
  section.person-content header .text-content {
    font-size: 20px;
    line-height: 28px;
  }
}
section.person-content header .cv {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  padding: 14px 22px 7px;
  background: none;
  border: 2px solid #353230;
  color: #e82a25;
  text-transform: uppercase;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #353230;
  margin: 30px 0;
}
section.person-content header .cv:hover {
  background: #e82a25;
  color: #ffffff;
}
section.person-content header .cv:focus {
  outline: none;
}
section.person-content header .cv:hover {
  background: #353230;
  color: #ffffff;
}
section.person-content header .people-meta {
  font-size: 22px;
}
section.person-content .projects {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: solid 1px #E6E6E6;
  border-bottom: solid 1px #E6E6E6;
  background: #f5f5f3;
}
section.person-content .projects:before,
section.person-content .projects:after {
  content: " ";
  display: table;
}
section.person-content .projects:after {
  clear: both;
}
@media only screen and (max-width: 529px) {
  section.person-content .projects {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.person-content .projects .members-projects-title {
  margin-bottom: 15px;
}
section.person-content .projects .members-projects-title:before,
section.person-content .projects .members-projects-title:after {
  content: " ";
  display: table;
}
section.person-content .projects .members-projects-title:after {
  clear: both;
}
section.person-content .projects .members-projects-title h2 {
  float: left;
  color: #353230;
}
section.person-content .projects .members-projects-title a {
  float: right;
  padding-top: 28px;
  text-transform: uppercase;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
}
section.person-content .projects .members-projects-title a:hover {
  text-decoration: none;
  color: #e82a25;
}
section.person-content .more-projects-row {
  margin-left: -40px;
}
section.person-content .more-projects-row:before,
section.person-content .more-projects-row:after {
  content: " ";
  display: table;
}
section.person-content .more-projects-row:after {
  clear: both;
}
section.person-content .projects-list {
  padding: 0;
}
section.person-content .project {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  section.person-content .project {
    float: left;
    width: 25%;
  }
}
section.person-content .project-item {
  padding: 0;
  margin-left: 40px;
  margin-bottom: 40px;
}
section.person-content .project-item a {
  color: #353230;
}
section.person-content .project-item img {
  display: block;
}
section.person-content .project-item h2,
section.person-content .project-item h3 {
  float: none;
  margin: 5px 0;
}
section.person-content .project-item .project-title {
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  margin: 15px 0 5px 0;
  text-transform: none;
  font-size: 16px;
  color: #353230;
  letter-spacing: 0px;
}
section.person-content .project-item .project-title:hover {
  text-decoration: none;
  color: #e82a25;
}
section.person-content .project-item .project-year {
  font-size: 1em;
  font-family: 'MinionProItalic';
  color: #808080;
}
section.person-content .team-members {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
}
section.person-content .team-members:before,
section.person-content .team-members:after {
  content: " ";
  display: table;
}
section.person-content .team-members:after {
  clear: both;
}
@media only screen and (max-width: 529px) {
  section.person-content .team-members {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.person-content .team-members .team-members-title {
  margin-bottom: 15px;
}
section.person-content .team-members .team-members-title:before,
section.person-content .team-members .team-members-title:after {
  content: " ";
  display: table;
}
section.person-content .team-members .team-members-title:after {
  clear: both;
}
section.person-content .team-members .team-members-title h2 {
  float: left;
  color: #353230;
}
section.person-content .team-members .team-members-title a {
  float: right;
  padding-top: 28px;
  text-transform: uppercase;
  font-family: 'ITCFranklinGothicStdMediumCondensed', sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
}
section.person-content .team-members .team-members-title a:hover {
  text-decoration: none;
  color: #e82a25;
}
section.person-content .more-people-row {
  margin-left: -40px;
}
section.person-content .more-people-row:before,
section.person-content .more-people-row:after {
  content: " ";
  display: table;
}
section.person-content .more-people-row:after {
  clear: both;
}
section.person-content .person {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  section.person-content .person {
    float: left;
    width: 16.66666667%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) {
  section.person-content .person {
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 530px) and (max-width: 1024px) and (min-width: 768px) {
  section.person-content .person {
    float: left;
    width: 33.33333333%;
  }
}
section.person-content .team-member {
  margin-left: 40px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 0;
}
section.person-content .team-member img {
  display: block;
}
section.person-content .people-minimal-body {
  margin: 15px 0px;
  font-family: 'ITCFranklinGothicStdDemi', sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 529px) {
  section.person-content .people-minimal-body .minimal-name {
    font-size: 24px;
  }
}
section.person-content .team-member-img {
  position: relative;
}
section.person-content .team-member-img img {
  display: block;
}
section.person-content .team-member:hover .people-minimal-body {
  display: block;
  z-index: 1;
}
section.person-content .team-member:hover .team-member-img:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
section.person-content .team-member:hover .minimal-name,
section.person-content .team-member:hover .minimal-title {
  color: #e82a25;
}
section.simple-content-person {
  margin-top: 40px;
}
.content-404 {
  background-image: url(/wp-content/themes/urbanstrategies/img/404.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}
.words-404 {
  float: right;
  padding-top: 10px;
  padding-right: 20px;
}
.words-404 h1 {
  font-weight: normal !important;
  font-size: 200px;
  line-height: 1;
  color: rgba(204, 204, 204, 0.6);
}
.words-404 h1 a {
  color: rgba(204, 204, 204, 0.6);
}
form.searchform {
  font-size: 18px;
  /* firefox 19+ */
}
form.searchform input[placeholder] {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
form.searchform ::-moz-placeholder {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
form.searchform input:-moz-placeholder {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
form.searchform input:focus {
  border: 1px solid #8dcce2;
}
form.searchform input:focus,
form.searchform textarea:focus,
form.searchform select:focus {
  border: 1px solid #8dcce2;
  -webkit-box-shadow: 0 0 6px #8dcce2;
  -moz-box-shadow: 0 0 5px #8dcce2;
  box-shadow: 0 0 5px #8dcce2;
}
form.searchform input[type="text"] {
  padding: 10px 8px 5px 8px;
  color: #cccccc;
  background-color: transparent;
  border: none;
}
form.searchform input[type="text"]:focus {
  outline: none;
}
form.searchform input::-webkit-input-placeholder {
  vertical-align: middle;
}
form.searchform input::-moz-placeholder {
  /* Firefox 19+ */
  vertical-align: middle;
}
form.searchform input:-ms-input-placeholder {
  vertical-align: middle;
}
form.searchform input:-moz-placeholder {
  /* Firefox 18- */
  vertical-align: middle;
}
form.searchform button {
  padding: 10px 10px 5px 10px;
  background-color: transparent;
  border: none;
}
form.searchform .searchsubmit {
  background: transparent;
  border: none;
}
form.searchform .icon-search {
  font-size: 18px;
  color: #cccccc;
}
form.searchform input[type="checkbox"] {
  display: none;
  width: 20px;
}
form.searchform input[type="checkbox"] + span:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #cccccc;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
}
form.searchform input[type="checkbox"] + span:before {
  content: "\f096";
  /* check-empty */
}
form.searchform input[type="checkbox"]:checked + span:before {
  content: "\f046";
  /* check */
}
form.searchform input.searchEverything {
  margin-right: 20px;
  margin-left: 20px;
}
form.searchform label.searchEverything {
  color: #cccccc;
  margin-left: 50px;
  display: inline-block;
}
@media only screen and (max-width: 529px) {
  form.searchform label.searchEverything {
    margin: 10px 0 0 8px;
  }
}
.search-page {
  padding-bottom: 40px;
}
.search-page .page-header {
  padding: 25px;
}
@media only screen and (max-width: 529px) {
  .search-page .page-header {
    padding: 20px;
  }
}
.search-page .search {
  background: #333333;
  padding: 25px;
}
@media only screen and (max-width: 529px) {
  .search-page .search {
    padding: 20px;
  }
}
.search-page .search:before,
.search-page .search:after {
  content: " ";
  display: table;
}
.search-page .search:after {
  clear: both;
}
.search-page .search-item {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.search-page .search-404 {
  padding: 10px;
  background-color: #333333;
}
.search-page .search-nothing {
  padding: 10px;
  background-color: #333333;
}
.search-page .search-break {
  margin: 40px 0;
}
#admin_header {
  position: relative;
  z-index: 999;
}