body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/**
 *
 * =======================================================================
     Headings
 * =======================================================================
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-top: 0;
  text-rendering: optimizeLegibility;
  /*  voodoo to enable ligatures and kerning | https://developer.mozilla.org/en-US/docs/CSS/text-rendering */
}
/**
* Extend included classes on any element of your
* choosing for adjusting type based on the scale
* provided.

* For example:

 <h6 class="giga">Awesome Headline</h6>
 <p class="tera">a story about a dude</p>

* Our Type Scale is as follows with px fallbacks
* for IE 6-8 as they do not understand REM units.
*
* 18, 21, 24, 36, 48, 60, 72, 90, 117
*
*/
.tera {
  font-size: 117px;
  font-size: 6.5em;
  /* 117 / 18 = 6.5 */
  margin-bottom: 0.25385em;
}
.giga {
  font-size: 90px;
  font-size: 5em;
  /* 90 / 18 = 5 */
  margin-bottom: 0.33em;
}
.mega {
  font-size: 72px;
  font-size: 4em;
  /* 72 / 18 = 4 */
  margin-bottom: 0.4125em;
}
h1,
.alpha {
  font-size: 60px;
  font-size: 3.33333em;
  /* 60 / 18 = 3.3333 */
  margin-bottom: 0.495em;
}
h2,
.beta {
  font-size: 48px;
  font-size: 2.6667em;
  /* 48 / 18 = 2.6667 */
  margin-bottom: 0.61875em;
}
h3,
.gamma {
  font-size: 36px;
  font-size: 2em;
  /* 36 / 18 = 2 */
  margin-bottom: 0.825em;
}
h4,
.delta {
  font-size: 24px;
  font-size: 1.3333333333333333em;
  /* 24 / 18 = 1.3333 */
  margin-bottom: 1.2375em;
}
h5,
.epsilon {
  font-size: 21px;
  font-size: 1.16667em;
  /* 21 / 18 = 1.1667 */
  margin-bottom: 1.4142857142857141em;
  /* measure( base font-size(18) * base line-height(1.65) ) / current font-size(21) = margin-bottom(1.4142857142857141) */
}
h6,
.zeta {
  font-size: 18px;
  font-size: 1em;
  /* 18 = 18 × 1 */
  margin-bottom: 1.65em;
  /* measure( base font-size(18) * base line-height(1.65) ) / current font-size(18) = margin-bottom(1.65) */
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
/* ==========================================================================
	COLORS
============================================================================= */
/* ==========================================================================
	FONTS
============================================================================= */
/*  
	franklin-gothic-urw-cond  	/ 400, 700
	franklin-gothic-urw 		/ 400, 700
*/
.franklin {
  font-family: "franklin-gothic-urw";
}
.condensed {
  font-family: "franklin-gothic-urw-cond";
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.uc {
  text-transform: uppercase;
}
/*!
 *  Font Awesome 4.3.0 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('fonts/fontawesome-webfonte0a5.eot?v=4.3.0');
  src: url('fonts/fontawesome-webfontd41d.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfonte0a5.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfonte0a5.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfonte0a5.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* 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: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.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-remove:before,
.fa-close:before,
.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-photo:before,
.fa-image:before,
.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,
.fa-bar-chart: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-f:before,
.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-navicon:before,
.fa-reorder:before,
.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-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc: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-mail-reply-all:before,
.fa-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,
.fa-gratipay: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";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
/* ==========================================================================
	GLOBAL BREAKPOINTS
============================================================================= */
/* ==========================================================================
	GENERAL
============================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
body {
  position: relative;
  font-family: helvetica, arial, sans-serif;
  line-height: 1.6em;
  color: #100d0a;
  font-size: 14px;
  background: #cdc6ba;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}
/* ==========================================================================
	TYPOGRAPHY 
============================================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "franklin-gothic-urw";
  font-weight: 700;
  color: #e84c0c;
  margin-top: 0;
  margin-bottom: 1em;
}
.main h2 {
  border-bottom: 1px solid #BBB;
  color: #555;
  font-weight: 700;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-size: 1.3em;
}
.main h3 {
  font-size: 1.2em;
  color: #e84c0c;
  margin-bottom: .5em;
}
p {
  font-size: 1em;
  line-height: 1.5em;
  color: #100d0a;
  margin-top: 0;
  margin-bottom: 1.5em;
}
a {
  text-decoration: none;
  color: #e84c0c;
}
dl {
  overflow: hidden;
  margin: 0 0 .3em 0;
  font-size: 1em;
}
dl:last-of-type {
  margin-bottom: 1em;
}
dl dt {
  padding: 0 .4em 0 0;
  margin: 0;
  position: relative;
  display: inline;
}
dl dd {
  margin: 0;
  display: inline;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 600px) {
  dl::after {
    content: "";
    display: block;
    overflow: hidden;
    height: 1em;
    border-bottom: 1px dotted #ccc;
  }
  dl dt {
    float: left;
  }
  dl dd {
    float: right;
    text-align: right;
    padding: 0 0 0 .4em;
  }
}
/* ==========================================================================
	GLOBAL LAYOUT
============================================================================= */
.container {
  width: 100%;
  max-width: 976px;
  overflow: hidden;
  padding: 0 1em;
  position: relative;
  margin: auto;
}
.content-wrapper {
  background: url('../img/content-bg.jpg') repeat-x #cdc7bb;
}
@media screen and (min-width: 800px) {
  .content-wrapper {
    padding-top: 0;
  }
}
.main,
.secondary {
  width: 100%;
}
#body {
  padding: 1.5em 0;
}
@media screen and (min-width: 800px) {
  .row {
    display: block;
    width: 102.08333333%;
    margin: 0 -1.04166667%;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    content: "";
    display: table;
  }
  .row:after {
    clear: both;
  }
  .main {
    display: inline;
    float: left;
    width: 72.91666667%;
    margin: 0 1.04166667%;
    float: right;
  }
  .secondary {
    display: inline;
    float: left;
    width: 22.91666667%;
    margin: 0 1.04166667%;
  }
  .main.no-sidebar {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0 1.04166667%;
  }
  .main .main--right-sidebar {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04166667%;
  }
  .main .main--main-column {
    display: inline;
    float: left;
    width: 64.58333333%;
    margin: 0 1.04166667%;
  }
}
@media screen and (min-width: 1000px) {
  .main {
    display: inline;
    float: left;
    width: 77.91666667%;
    margin: 0 1.04166667%;
    float: right;
  }
  .secondary {
    display: inline;
    float: left;
    width: 17.91666667%;
    margin: 0 1.04166667%;
  }
}
.main-column,
.right-column {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
}
@media screen and (min-width: 550px) {
  .main-column {
    display: inline;
    float: left;
    width: 64.58333333%;
    margin: 0 1.04166667%;
  }
  .right-column {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04166667%;
  }
}
.video-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* ==========================================================================
	HEADER
============================================================================= */
/* ==========================================================================
	HEADER
============================================================================= */
.site-header {
  background: #fff;
  background-color: #b1956b;
  -webkit-box-shadow: inset 0 2px 1px 0 #e3d8c7;
  -moz-box-shadow: inset 0 2px 1px 0 #e3d8c7;
  box-shadow: inset 0 2px 1px 0 #e3d8c7;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5ZjdmNTEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JmYTc3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #9f7f51 0%, #bfa77f 100%);
  background-image: -moz-linear-gradient(bottom, #9f7f51 0%, #bfa77f 100%);
  background-image: -o-linear-gradient(bottom, #9f7f51 0%, #bfa77f 100%);
  background-image: linear-gradient(to top, #9f7f51 0%, #bfa77f 100%);
  border-top: 6px solid #100d0a;
  border-bottom: 6px solid #100d0a;
}
@media screen and (min-width: 800px) {
  .site-header {
    border-top-width: 12px;
    border-bottom-width: 12px;
  }
  .site-header .container {
    overflow: visible;
  }
}
h1.logo,
span.logo {
  text-indent: -9999px;
  position: relative;
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 93px;
  height: 108px;
  font-size: 1em;
  margin: 0;
  float: left;
  display: block;
}
h1.logo a,
span.logo a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 800px) {
  h1.logo,
  span.logo {
    margin: .5em 0;
  }
}
.phone-number {
  color: #100d0a;
  font-family: "franklin-gothic-urw";
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: absolute;
  top: .5em;
  right: .5em;
}
.phone-number a {
  color: #100d0a;
}
@media screen and (min-width: 800px) {
  .phone-number {
    top: 0;
    right: 1em;
  }
}
.menu-toggle {
  position: absolute;
  top: 5em;
  right: 1em;
}
.menu-toggle .fa {
  color: #100d0a;
}
.menu-toggle::before {
  content: 'MENU';
  color: #100d0a;
  font-family: "franklin-gothic-urw";
  font-size: 1em;
  line-height: 2em;
  font-weight: 700;
  position: absolute;
  top: .1em;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding-right: .2em;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 800px) {
  .menu-toggle {
    display: none;
  }
}
.badge {
  display: none;
  position: absolute;
  top: 5px;
  left: 120px;
  max-width: 100px;
}
@media screen and (min-width: 450px) {
  .badge {
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .badge {
    top: 11px;
    left: 110px;
    max-width: 70px;
  }
}
@media screen and (min-width: 950px) {
  .badge {
    max-width: 100px;
    top: 11px;
    left: 130px;
  }
}
/* ==========================================================================
	SEARCH FORM
============================================================================= */
.search-tab {
  display: none;
  padding: 1em;
  background-color: #7c6647;
}
.search-tab .fa {
  display: none;
}
.search-tab form {
  margin-bottom: 0;
  font-size: .9em;
}
.search-tab form .gsc-input-box {
  padding: .25px;
  height: auto;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #fff;
  border: 0;
}
.search-tab form input[type="text"] {
  height: 1.4em !important;
  margin: 0 !important;
}
.search-tab form input.gsc-search-button.gsc-search-button-v2 {
  width: 13px;
  height: 13px;
  padding: 6px 10px;
  vertical-align: middle;
  display: block;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.search-tab-duplicate {
  display: block;
}
@media screen and (min-width: 800px) {
  .search-tab {
    display: block;
    position: absolute;
    bottom: 0;
    right: 1em;
    padding: 0.65em 1em;
    cursor: pointer;
    -webkit-border-radius: 4px 4px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px 4px 0 0;
    -moz-background-clip: padding;
    border-radius: 4px 4px 0 0;
    background-clip: padding-box;
  }
  .search-tab .fa {
    display: block;
    color: #fff;
    font-size: 1.3em;
  }
  .search-tab #___gcse_0,
  .search-tab #___gcse_1 {
    height: 0;
    opacity: 0;
    padding: 1em;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    z-index: -1;
  }
  .search-tab.display-form {
    background: #f2ebe3;
  }
  .search-tab.display-form #___gcse_0 {
    height: auto;
    opacity: 1;
    background: #f2ebe3;
    -webkit-border-radius: 4px 0 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px 0 4px 4px;
    -moz-background-clip: padding;
    border-radius: 4px 0 4px 4px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 5px rgba(2,2,2,.75);
    -moz-box-shadow: 0 5px 5px rgba(2,2,2,.75);
    box-shadow: 0 5px 5px rgba(2,2,2,.75);
    z-index: 2;
  }
}
/* ==========================================================================
	NAV - MOBILE
============================================================================= */
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style: none;
}
nav ul a {
  text-decoration: none;
}
.utility-nav {
  display: none;
}
.utility-nav-duplicate {
  display: block;
}
.main-nav {
  width: 100%;
  width: calc(100% + 2em);
  margin-left: -1em;
  background: #4f4031;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-nav ul li {
  display: block;
  border-bottom: 1px solid #2f271e;
  border-top: 1px solid #6e5a45;
  font-size: 1em;
  line-height: 1.6em;
}
.main-nav ul a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond";
  font-weight: 700;
  letter-spacing: .1em;
  padding: .5em 1em;
}
.main-nav ul a.inset-btn {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-nav ul li:hover {
  background: #8e7358;
}
.main-nav .sub-menu {
  background: #100d0a;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-nav .sub-menu li {
  border-top-color: #201a14;
  border-bottom-color: #000000;
}
.main-nav .sub-menu a {
  text-transform: none;
  font-weight: 400;
  padding-left: 2em;
}
.main-nav .sub-menu li:hover {
  background: #4f4031;
}
.main-nav .child-toggle {
  color: #fff;
  float: right;
  padding: .5em 1em;
}
.main-nav .child-toggle.children-displayed .fa::before {
  content: '\f146';
}
.main-nav .children-displayed > .sub-menu {
  max-height: 1000px;
}
.menu-displayed {
  overflow: hidden;
  height: 100vh;
}
.menu-displayed .main-nav {
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12em;
}
.menu-displayed .menu-toggle .fa::before {
  content: '\f00d';
}
/* ==========================================================================
	NAV - DESKTOP
============================================================================= */
@media screen and (min-width: 800px) {
  .utility-nav {
    display: block;
    position: absolute;
    right: 1em;
    top: 3em;
  }
  .utility-nav ul {
    text-align: right;
  }
  .utility-nav ul li {
    display: inline-block;
    position: relative;
  }
  .utility-nav ul li::before {
    content: "|";
    color: #cfab77;
    width: 5px;
    text-align: center;
    font-weight: normal;
    line-height: 1.6em;
    position: absolute;
    top: 0;
    left: -5px;
  }
  .utility-nav ul li:first-of-type::before {
    display: none;
  }
  .utility-nav ul a {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    display: block;
    text-transform: uppercase;
    font-family: "franklin-gothic-urw-cond";
    font-weight: 700;
    padding: 0 .5em;
  }
  .utility-nav ul li.current-menu-item a,
  .utility-nav ul li.current_page_parent a,
  .utility-nav ul a:hover {
    color: #100d0a;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
  }
  .utility-nav ul li.hiring a {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 0 10px;
    background: url(../img/briefcase-icon.png) no-repeat 7px 8px #8e734c;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
  }
  .utility-nav ul li.hiring a:hover {
    background-color: #e0d5c6;
    text-shadow: none;
  }
  .main-nav {
    width: auto;
    margin-left: 0;
    height: auto;
    background: transparent;
    position: absolute;
    right: 4.5em;
    bottom: 0;
    overflow: visible;
  }
  .main-nav ul {
    text-align: right;
  }
  .main-nav ul > li {
    display: inline-block;
    border-top: 0;
    border-bottom: 0;
    background: #100d0a;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2ZDU4NDQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDg1LDY5LDUzKSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit--webkit-linear-gradient(top, #6d5844 -4.35%, rgba(85,69,53,0) 95.65%);
    background-image: -webkit--moz-linear-gradient(top, #6d5844 -4.35%, rgba(85,69,53,0) 95.65%);
    background-image: -webkit--o-linear-gradient(top, #6d5844 -4.35%, rgba(85,69,53,0) 95.65%);
    background-image: -webkit-linear-gradient(to bottom, #6d5844 -4.35%, rgba(85,69,53,0) 95.65%);
    -webkit-border-radius: 4px 4px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px 4px 0 0;
    -moz-background-clip: padding;
    border-radius: 4px 4px 0 0;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px 0 rgba(242,235,227,.53);
    -moz-box-shadow: inset 0 1px 0 rgba(242,235,227,.53);
    box-shadow: inset 0 1px 0 rgba(242,235,227,.53);
  }
  .main-nav ul li.highlight {
    border-top: 0;
    border-bottom: 0;
    background: #e84c0c;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDVkMTEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmMmYwMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit--webkit-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
    background-image: -webkit--moz-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
    background-image: -webkit--o-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
    background-image: -webkit-linear-gradient(to bottom, #ed5d11 45.83%, #df2f03 145.83%);
  }
  .main-nav ul li.highlight::before {
    padding-right: 0;
  }
  .main-nav ul li.highlight a {
    display: inline-block;
  }
  .main-nav ul li:hover {
    background: #f2ebe3;
  }
  .main-nav ul li:hover a {
    color: #100d0a;
  }
  .main-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 4px 4px;
    -moz-background-clip: padding;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 5px rgba(2,2,2,.75);
    -moz-box-shadow: 0 5px 5px rgba(2,2,2,.75);
    box-shadow: 0 5px 5px rgba(2,2,2,.75);
    background: #f2ebe3;
    min-width: 250px;
    text-align: left;
  }
  .main-nav .sub-menu li {
    border-bottom: 1px dotted #100d0a;
    display: block;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    background: transparent;
  }
  .main-nav .sub-menu li a {
    padding: .5em;
    color: #100d0a;
  }
  .main-nav .sub-menu li:hover {
    background: #eadfd2;
  }
  .main-nav .sub-menu li.current_page_parent,
  .main-nav .sub-menu li.current-menu-item {
    background: #e2d2c0;
  }
  .main-nav .sub-menu li.current_page_parent a,
  .main-nav .sub-menu li.current-menu-item a {
    color: #100d0a;
  }
  .main-nav .sub-menu li:last-child {
    border-bottom: 0;
  }
  .main-nav li.menu-item-has-children:hover {
    position: relative;
    background: #f2ebe3;
  }
  .main-nav li.menu-item-has-children:hover a {
    color: #100d0a;
  }
  .main-nav li.menu-item-has-children:hover ul.sub-menu {
    display: table;
    max-height: 100%;
    overflow: visible;
    padding: 0 .5em;
    z-index: 10;
  }
}
/* ==========================================================================
	FOOTER
============================================================================= */
/* ==========================================================================
	SITE FOOTER
============================================================================= */
.site-footer {
  background: #100d0a;
}
.site-footer .social-bar {
  padding: 2em 1em;
  text-align: center;
  background: #c2bbac;
}
.site-footer .social-bar ul {
  margin: 0;
  padding: 0;
}
.site-footer .social-bar li {
  list-style: none;
  display: inline-block;
  margin: 0 .5em;
}
.site-footer .social-bar a {
  display: block;
}
.site-footer .social-bar a .fa-twitter-square {
  color: #00aced;
}
.site-footer .social-bar a .fa-facebook-square {
  color: #3b5998;
}
.site-footer .social-bar a .fa-google-plus-square {
  color: #dd4b39;
}
.site-footer .social-bar a .fa-youtube-square {
  color: #bb0000;
}
.site-footer .copyright {
  clear: both;
  margin-bottom: 3em;
}
.site-footer .copyright p {
  font-weight: 700;
  font-size: .8em;
  text-align: center;
  color: #cdc7bb;
}
.site-footer .container {
  max-width: 1200px;
}
.footer-nav {
  padding: 2em 0;
}
.footer-nav::after {
  content: '';
  display: table;
  clear: both;
}
.footer-nav ul li {
  display: block;
}
.footer-nav ul li strong {
  margin-bottom: .2rem;
  font-size: 1.3rem;
  display: block;
  color: #cdc7bb;
  padding: .5rem;
  line-height: 1.3;
}
.footer-nav ul li strong a {
  font-size: 1.3rem;
  padding: 0;
}
.footer-nav ul li:last-of-type {
  margin-bottom: 2em;
}
.footer-nav ul a {
  color: #cdc7bb;
  font-size: .9rem;
  padding: .5rem;
  display: block;
}
.footer-nav ul a:hover {
  color: #e84c0c;
}
@media screen and (min-width: 600px) {
  .footer-nav ul {
    width: 50%;
    float: left;
  }
  .footer-nav ul:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 900px) {
  .footer-nav ul {
    width: 20%;
  }
  .footer-nav ul > li > a {
    padding: .3em .5em;
  }
  .footer-nav ul:nth-of-type(2n + 1) {
    clear: none;
  }
}
/* ==========================================================================
	SIDEBAR
============================================================================= */
/* ==========================================================================
	SIDEBAR NAV
============================================================================= */
.subnav {
  margin-bottom: 1.5em;
}
.subnav h4 {
  background-color: #d35123;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhNTJmMGYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjY2QzZDE3IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOTVkMmIiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, #a52f0f 0%, #cd3d17 16.21%, #d95d2b 100%);
  background-image: -moz-linear-gradient(bottom, #a52f0f 0%, #cd3d17 16.21%, #d95d2b 100%);
  background-image: -o-linear-gradient(bottom, #a52f0f 0%, #cd3d17 16.21%, #d95d2b 100%);
  background-image: linear-gradient(to top, #a52f0f 0%, #cd3d17 16.21%, #d95d2b 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.6em;
  text-align: left;
  padding: .5em;
  display: block;
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
  margin: 0;
}
.subnav > ul {
  margin: 0;
  padding: 0 0 5px 0;
  background: url(../img/subnav-bg.png) repeat-x #c1b6a5;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
}
.subnav > ul > li {
  list-style: none;
  border-top: solid 1px #ebdfd3;
  border-bottom: solid 1px #bcb2a5;
}
.subnav > ul > li > ul {
  display: none;
  list-style: none;
  padding: 0;
}
.subnav > ul > li > ul li a {
  display: block;
  padding: 5px 13px;
  color: #4c4943;
  font-size: .9em;
  line-height: 1.3em;
}
.subnav > ul > li:first-child {
  border-top: 0;
}
.subnav > ul > li:last-child {
  border-bottom: 0;
}
.subnav > ul li.current.no-child {
  background: #f2e5d5;
}
.subnav > ul li.current.no-child a {
  color: #e84c0c;
}
.subnav > ul li.current.no-child > ul {
  display: block;
}
.subnav > ul li.current > ul {
  display: block;
}
.subnav > ul li.current > ul li.current {
  background-color: #ebe4dc;
  font-weight: 700;
}
.subnav > ul > li > a {
  text-decoration: none;
  padding: .3em .5em .3em 2.3em;
  display: block;
  color: #100d0a;
  font-size: .9em;
  font-weight: 700;
  background: url(../img/subnav-marker.png) no-repeat 13px 10px;
}
/* ==========================================================================
	CALLOUTS
============================================================================= */
#rightCallouts2,
#rightCallouts3 {
  padding: 0;
  list-style: none;
  margin: 0 0 1.5em 0;
}
#rightCallouts2 li,
#rightCallouts3 li {
  background: #cdc1b1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 #ffffff;
  padding: .4em;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 1.5em;
}
#rightCallouts2 li h3,
#rightCallouts3 li h3 {
  color: #100d0a;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  font-weight: 700;
  letter-spacing: .03em;
  text-shadow: 0 1px 0 #f3ece4;
  margin-bottom: .3em;
}
#rightCallouts2 li div,
#rightCallouts3 li div {
  background: #f1f4ee;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: .7em;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 1px 0 #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 1px 0 #ffffff;
}
#rightCallouts2 li img,
#rightCallouts3 li img {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
#rightCallouts2 li img.project-img,
#rightCallouts3 li img.project-img {
  margin: 0 auto .5em;
  display: block;
}
#rightCallouts2 li img.proposalGraphic,
#rightCallouts3 li img.proposalGraphic {
  float: right;
  margin: 0 0 .3em .3em;
}
#rightCallouts2 li .orangeButton,
#rightCallouts3 li .orangeButton {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #e84c0c;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZTg0YzBjIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzhlNjMiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, #e84c0c 10%, #f78e63 100%);
  background-image: -moz-linear-gradient(bottom, #e84c0c 10%, #f78e63 100%);
  background-image: -o-linear-gradient(bottom, #e84c0c 10%, #f78e63 100%);
  background-image: linear-gradient(to top, #e84c0c 10%, #f78e63 100%);
  -webkit-box-shadow: 0 2px 2px rgba(2,2,2,.35);
  -moz-box-shadow: 0 2px 2px rgba(2,2,2,.35);
  box-shadow: 0 2px 2px rgba(2,2,2,.35);
  color: #fff;
  font-size: 1em;
  line-height: 1.6em;
  text-align: center;
  padding: .5em 1em;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(2, 2, 2, 0.35);
  font-family: "franklin-gothic-urw-cond";
  cursor: pointer;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
#rightCallouts2 li .orangeButton:hover,
#rightCallouts3 li .orangeButton:hover {
  background: #f46b33;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 400px) and (max-width: 800px) {
  #rightCallouts2 li,
  #rightCallouts3 li {
    width: 49%;
    float: left;
    margin: 0 1%;
  }
  #rightCallouts2 li:last-child,
  #rightCallouts3 li:last-child {
    margin-right: 0;
  }
  #rightCallouts2 li:first-child,
  #rightCallouts3 li:first-child {
    margin-left: 0;
  }
}
/* ==========================================================================
	HOMEPAGE
============================================================================= */
/* ==========================================================================
	HOMEPAGE
   ========================================================================== */
.hp-feature {
  background: url(../img/refresh/hp-brown-bar.png) repeat-x #f2ebe3;
}
.hp-feature .container {
  overflow: visible;
}
.hp-feature h1 {
  font-family: "franklin-gothic-urw";
  color: #fff;
  font-size: 2em;
  text-shadow: 0 2px 2px rgba(2, 2, 2, 0.25);
  font-weight: 400;
  line-height: 1em;
  padding: .5em 0;
  margin: 0;
}
.hp-feature h1 b {
  display: block;
  font-size: .8em;
  font-weight: 700;
}
.hp-feature .orange-btn {
  margin: auto;
  display: block;
  text-align: center;
  border: 6px solid #f1ebe3;
  margin-bottom: .8em;
}
@media screen and (min-width: 600px) {
  .hp-feature h1 {
    float: left;
    width: 50%;
  }
  .hp-feature .orange-btn {
    float: right;
    margin-top: 1em;
    margin-bottom: 0;
    border: 0;
  }
}
@media screen and (min-width: 800px) {
  .hp-feature h1 {
    padding: 1em 0;
  }
}
.hp-feature .rotator {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #f1ebe3;
  position: relative;
}
.hp-feature .rotator:after {
  content: "";
  display: table;
  clear: both;
}
.hp-feature .rotator .photos {
  width: 100%;
  height: 0;
  padding-bottom: 43.1%;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #fff;
  position: relative;
}
.hp-feature .rotator .photos > div {
  height: 100% !important;
  width: 100% !important;
  position: relative;
}
.hp-feature .rotator .photos h3 {
  font-weight: 400;
  font-size: 1.7em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: rgba(13, 16, 10, 0.8);
  width: 100%;
  font-family: "franklin-gothic-urw-cond";
  margin-bottom: 0;
  padding: .3em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hp-feature .rotator .photos img {
  width: 100%;
  height: auto;
  display: block;
}
.hp-feature .rotator .facts {
  position: relative;
}
.hp-feature .rotator .facts .pointer {
  display: none;
  position: absolute;
  height: 94px;
  top: 50%;
  width: 321px;
  right: -12px;
  background: url(../img/refresh/slide-pointer-bg.png) repeat-y right top #f1f0ef;
  margin-top: -48px;
  z-index: 5;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.hp-feature .rotator .facts .pointer:before {
  content: " ";
  position: absolute;
  height: 100%;
  top: 0;
  left: -30px;
  height: 0;
  width: 0;
  border-left: solid 15px transparent;
  border-right: solid 15px #f1f0ef;
  border-top: solid 48px transparent;
  border-bottom: solid 48px transparent;
}
.hp-feature .rotator .facts ul {
  margin: 0;
  padding: 0;
  z-index: 6;
  position: relative;
}
.hp-feature .rotator .facts ul li {
  line-height: 1em;
  text-transform: uppercase;
  color: #333;
  font-family: "franklin-gothic-urw-cond";
  font-size: 1.3em;
  margin-bottom: .5em;
  text-shadow: 0 1px 0 rgba(254, 254, 254, 0.75);
  text-align: center;
  display: block !important;
  opacity: 1 !important;
}
.hp-feature .rotator .facts ul li b {
  display: block;
  font-size: 2em;
  line-height: 1.5em;
}
.hp-feature .rotator .facts ul li.current {
  color: #333;
}
@media screen and (min-width: 600px) {
  .hp-feature .rotator {
    top: -10px;
    padding: 6px;
  }
  .hp-feature .rotator .photos h3 {
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hp-feature .rotator .facts::after {
    content: '';
    display: table;
    clear: both;
  }
  .hp-feature .rotator .facts ul li {
    width: 33.333%;
    float: left;
  }
}
@media screen and (min-width: 800px) {
  .hp-feature .rotator .photos {
    width: calc(100% - 310px);
    height: 290px;
    float: left;
    padding-bottom: 0;
    overflow: hidden;
  }
  .hp-feature .rotator .photos img {
    height: 100%;
    width: auto;
  }
  .hp-feature .rotator .photos h3 {
    font-size: 2.5em;
  }
  .hp-feature .rotator .facts {
    width: 310px;
    float: right;
  }
  .hp-feature .rotator .facts ul li {
    width: 100%;
    float: none;
    height: 33.333%;
    color: #cac2bb;
    font-size: 1.5em;
    line-height: 1.4em;
    margin-bottom: 0;
    padding: .3em 0;
  }
  .hp-feature .rotator .facts ul li b {
    font-size: 2.2em;
    line-height: 1.2em;
  }
  .hp-feature .rotator .facts .pointer {
    display: block;
  }
}
h2.top-firm {
  text-align: center;
  padding: .8em 0;
  font-size: 1.5em;
  line-height: 1.6em;
}
h2.top-firm a {
  color: #d0360b;
}
h2.top-firm a:hover {
  color: #333;
}
.quick-links {
  position: relative;
}
.quick-links::after {
  content: '';
  display: table;
  clear: both;
}
.quick-links > ul {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #817b75;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0MTNkMzciIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxN2I3NSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #413d37 0%, #817b75 100%);
  background-image: -moz-linear-gradient(bottom, #413d37 0%, #817b75 100%);
  background-image: -o-linear-gradient(bottom, #413d37 0%, #817b75 100%);
  background-image: linear-gradient(to top, #413d37 0%, #817b75 100%);
  position: relative;
  z-index: 9;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.quick-links > ul > li > a {
  font-family: "franklin-gothic-urw-cond";
  font-size: 1.2em;
  text-shadow: 0 2px 2px rgba(2, 2, 2, 0.35);
  color: #fff;
  display: block;
  text-align: center;
  padding: .5em;
  padding-bottom: 1.5em;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.quick-links > ul > li .slot {
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  position: absolute;
  left: 5%;
  width: 90%;
  top: 50px;
  background: #24221f;
  -webkit-box-shadow: inset 0 1px 1px rgba(2,2,2,.75);
  -moz-box-shadow: inset 0 1px 1px rgba(2,2,2,.75);
  box-shadow: inset 0 1px 1px rgba(2,2,2,.75);
  height: 12px;
  z-index: 1;
}
.quick-links > ul > li ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 85%;
  margin: 0 auto 1em;
  z-index: 10;
  padding: 10px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(2,2,2,.22), inset 0 -2px 0 #fff;
  -moz-box-shadow: 0 5px 5px rgba(2,2,2,.22), inset 0 -2px 0 #fff;
  box-shadow: 0 5px 5px rgba(2,2,2,.22), inset 0 -2px 0 #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMjAyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0icmdiKDI0NywyNDcsMjQ3KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9InJnYigyNTUsMjU1LDI1NSkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, #020202 -0.4%, rgba(247,247,247,0) 6.88%, rgba(255,255,255,0) 7.12%, #fff 99.6%);
  background-image: -moz-linear-gradient(top, #020202 -0.4%, rgba(247,247,247,0) 6.88%, rgba(255,255,255,0) 7.12%, #fff 99.6%);
  background-image: -o-linear-gradient(top, #020202 -0.4%, rgba(247,247,247,0) 6.88%, rgba(255,255,255,0) 7.12%, #fff 99.6%);
  background-image: linear-gradient(to bottom, #020202 -0.4%, rgba(247,247,247,0) 6.88%, rgba(255,255,255,0) 7.12%, #fff 99.6%);
}
.quick-links > ul > li ul li {
  border-bottom: solid 1px #e5e5e5;
  padding: 2px 0;
}
.quick-links > ul > li ul a {
  display: block;
  padding: 5px;
  color: #e84c0c;
}
@media screen and (min-width: 600px) {
  .quick-links > ul {
    width: 48%;
    margin-left: 2%;
    float: left;
    z-index: 1;
  }
  .quick-links > ul:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media screen and (min-width: 900px) {
  .quick-links > ul {
    width: 23.5%;
  }
  .quick-links > ul:nth-of-type(2n+1) {
    margin-left: 2%;
    clear: none;
  }
  .quick-links > ul:first-child {
    margin-left: 0;
  }
  .quick-links > ul:last-child {
    margin-right: 0;
  }
  .quick-links > ul > li .slot {
    top: auto;
    bottom: 10px;
    background-color: rgba(228, 64, 9, 0.9);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkNTQxMGYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M3MWYwMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #d5410f 45.83%, #c71f03 145.83%);
    background-image: -moz-linear-gradient(top, #d5410f 45.83%, #c71f03 145.83%);
    background-image: -o-linear-gradient(top, #d5410f 45.83%, #c71f03 145.83%);
    background-image: linear-gradient(to bottom, #d5410f 45.83%, #c71f03 145.83%);
  }
  .quick-links > ul > li ul {
    display: none;
    position: absolute;
    left: 7.5%;
    top: 53px;
    margin: 0;
  }
  .quick-links > ul:hover > li > a {
    text-shadow: 0 0 4px #ffffff;
  }
  .quick-links > ul:hover > li ul {
    display: block;
    z-index: 10;
  }
  .quick-links > ul:hover .slot {
    background: #24221f;
  }
}
.quick-links .all-services-tab {
  position: absolute;
  text-indent: -9999em;
  width: 163px;
  height: 37px;
  background: url(../img/refresh/view-all-tab.png);
  bottom: -35px;
  left: 50%;
  margin-left: -81px;
}
.hp-btm {
  background: url(../img/refresh/hp-btm-bg.png) repeat-x #eee7df;
  padding: 40px 0 0 0;
}
.hp-btm .col {
  margin: 0 0 1.5em 0;
  width: 100%;
}
.hp-btm .col h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond";
  font-weight: 700;
  color: #000;
  font-size: 1.2em;
}
.hp-btm .col h3 a {
  color: #000;
}
@media screen and (min-width: 800px) {
  .hp-btm .col {
    float: left;
    width: 50%;
    border-left: solid 1px #dfdbd4;
    padding: 0 0 0 30px;
  }
  .hp-btm .col.first {
    border-right: solid 1px #bdb7ac;
    border-left: none;
    padding: 0 30px 0 0;
  }
}
.hp-btm .states-worked {
  height: 300px;
  background: url(../img/refresh/states-worked-in-v3.png) no-repeat center center;
  background-size: contain;
  position: relative;
}
.hp-btm .states-worked ul {
  position: relative;
  z-index: -1;
}
.hp-btm .states-worked li {
  list-style: none;
  text-indent: -9999em;
}
.hp-btm .states-worked a {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  color: #e84c0c;
}
.hp-btm .latest-blog-post img {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  float: right;
  margin: 0 0 1em 1em;
}
.hp-btm .latest-blog-post a.read-more,
.hp-btm .latest-blog-post a.orange {
  font-weight: bold;
  color: #e84c0c;
}
.hp-btm .latest-blog-post a.orange {
  font-size: 1.2em;
}
.video-links {
  -webkit-border-radius: 6px 6px 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px 6px 5px 5px;
  -moz-background-clip: padding;
  border-radius: 6px 6px 5px 5px;
  background-clip: padding-box;
  background-color: #d7cfc7;
  -webkit-box-shadow: 1px 0 0 rgba(255,255,255,.36);
  -moz-box-shadow: 1px 0 0 rgba(255,255,255,.36);
  box-shadow: 1px 0 0 rgba(255,255,255,.36);
  z-index: 10;
  position: relative;
}
.video-links .boxtitle {
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
  background-color: #b7b1a9;
  padding: .5em 1em;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond";
  position: relative;
  font-weight: 400;
  font-size: 1.3em;
  color: #000;
  margin: 0;
}
.video-links .boxtitle a {
  position: absolute;
  color: #fff;
  right: 20px;
  top: 10px;
}
.video-links ul {
  padding: 0 .5em;
  margin: 0;
}
.video-links ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #eee7df;
}
.video-links ul li:last-child {
  border: none;
}
.video-links ul li a {
  display: block;
  font-weight: bold;
  padding: .8em 1em .8em 45px;
  background: url(../img/refresh/lil-play-btn.png) no-repeat 5px center;
}
@media screen and (min-width: 800px) {
  .video-links ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .video-links ul li {
    width: 48%;
    margin-left: 2%;
    float: left;
  }
  .video-links ul li:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
.testimonial p {
  text-align: center;
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-size: 18px;
  margin: 0;
  padding: 30px;
}
.testimonial p span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  font-family: Helvetica, Arial;
}
.orange-btn {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #ed5d10;
  -webkit-box-shadow: 0 2px 2px rgba(2,2,2,.35);
  -moz-box-shadow: 0 2px 2px rgba(2,2,2,.35);
  box-shadow: 0 2px 2px rgba(2,2,2,.35);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDVkMTEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmMmYwMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: -moz-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: -o-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: linear-gradient(to bottom, #ed5d11 45.83%, #df2f03 145.83%);
  padding: 20px 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond";
  font-size: 23px;
  text-shadow: 0 1px 1px rgba(2, 2, 2, 0.35);
  font-weight: 400;
  display: inline-block;
}
.orange-btn:hover {
  background-color: #ed5d10;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDhiMTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmNTEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -moz-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -o-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: linear-gradient(to bottom, #ed8b18 45.83%, #df510b 145.83%);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ==========================================================================
	OTHER
============================================================================= */
.main h2.orange {
  color: #e84c0c;
  margin-top: 2em;
}
p,
.main ul {
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
  padding-left: 0;
  list-style: none;
}
p li,
.main ul li {
  line-height: 1.5em;
  margin-bottom: .5em;
}
.main ul:not(.bulletList) li {
  list-style: disc;
  margin-left: 2em;
}
.main h3 {
  margin-bottom: 1em;
}
/* COMMON CLASSES */
.block {
  display: block;
}
.first {
  margin-left: none !important;
}
.graphic {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  text-indent: -8000px;
}
/* percentage based grid */
/* main column container class */
.col {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .col {
    float: left;
    display: inline;
    width: 48%;
    margin-left: 4%;
    /* 2 equal width columns layout - default */
  }
  .cols3 .col {
    width: 30%;
    margin-left: 5%;
  }
  /* 3 equal width columns layout */
  .cols4 .col {
    width: 23.5%;
    margin-left: 2%;
  }
  /* 4 equal width columns layout */
  .cols5 .col {
    width: 16%;
    margin-left: 5%;
  }
  /* 5 equal width columns layout */
  .col1 {
    float: left;
    width: 73%;
    margin-left: 2%;
  }
  .col2 {
    float: right;
    width: 25%;
    margin-left: 2%;
  }
}
ul.col.first {
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  ul.col.first {
    margin-bottom: 1.5em;
  }
}
#body.services-facility-engineering h2 {
  margin-top: 3em;
}
#body.services-facility-engineering h3 {
  margin: 2em 0 1em;
}
ul.biglist-grid {
  padding: 0;
  font-size: 0;
}
.main ul.biglist-grid li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style-type: none;
  width: 11.1em;
  padding: 1em 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #e84c0c;
  vertical-align: text-top;
}
@media screen and (min-width: 550px) {
  .main ul.two-column {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
  .main ul.two-column > li {
    display: inline-block;
    width: 90%;
    position: relative;
  }
  .main ul.two-column > li:before {
    content: "";
    display: list-item;
    list-style-type: disc;
    position: absolute;
  }
  .main ul.two-column > li ul {
    margin: .5em 0;
  }
  .main ul.two-column > li ul li {
    list-style-type: circle;
    margin-left: 1.25em;
  }
  .main ul.two-column ul.two-column.narrow {
    max-width: 45em;
  }
}
img.hs-cta-img {
  display: block;
  margin-bottom: 0;
}
/* percentage based grid */
/* LAYOUT AND BOXES */
.main.left {
  float: left;
}
.main.center {
  float: left;
  width: 584px;
  margin-left: 14px;
}
.main.wide {
  float: none;
  width: 100%;
}
.secondary.right {
  float: right;
}
.box {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.28);
  margin-bottom: 12px;
}
.box.beige {
  background-color: #e9e2d9;
}
.box.brown {
  background: url(../img/brownbox-bg.png) repeat-x #a29583;
  -webkit-box-shadow: 0 1px 1px #fff;
  -moz-box-shadow: 0 1px 1px #fff;
  box-shadow: 0 1px 1px #fff;
}
.box.brown2 {
  background: url(../img/brownbox2-bg.png) repeat-x #6b6357;
  color: #fff;
  -webkit-box-shadow: 0 1px 1px #fff;
  -moz-box-shadow: 0 1px 1px #fff;
  box-shadow: 0 1px 1px #fff;
}
.box.brown2 p,
.box.brown2 h3 {
  color: #fff;
}
.box .inner {
  padding: 12px;
}
.box-title {
  margin: 0 !important;
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
  background-color: #312927;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxMTBkMDkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzViNTE0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #110d09 0%, #5b514d 100%);
  background-image: -moz-linear-gradient(bottom, #110d09 0%, #5b514d 100%);
  background-image: -o-linear-gradient(bottom, #110d09 0%, #5b514d 100%);
  background-image: linear-gradient(to top, #110d09 0%, #5b514d 100%);
  padding: .25em .5em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.6em;
  margin: 0;
}
.box-title.center {
  text-align: center;
}
h3.box-title {
  color: #fff;
}
.box-title.white {
  color: #49443c;
  background: url(../img/boxtitle-white-bg.png) repeat-x;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  padding: 0;
}
.box-title.beige {
  color: #49443c;
  background: url(../img/boxtitle-beige-bg.png) repeat-x;
  line-height: 31px;
  font-size: 14px;
  padding: 0 12px;
  font-size: 13px;
}
.box.intro .left,
.box.intro .right {
  padding: 10px;
}
@media screen and (min-width: 700px) {
  .box.intro {
    background: url(../img/intro-box-bg.png) right top repeat-y #fff;
  }
  .box.intro.wide {
    background: #fff;
  }
  .box.intro .left {
    width: 60%;
    width: calc(100% - 200px);
    float: left;
    padding: 10px 13px 10px 10px;
  }
  .box.intro .right {
    width: 200px;
    float: right;
    font-size: .85em;
  }
}
.desktop-only {
  display: none;
}
@media screen and (min-width: 700px) {
  .desktop-only {
    display: block;
  }
}
/* MISC BUTTONS AND GRAPHICS */
#facts-graphic {
  height: 210px;
  background: url(../img/facts-graphic.png) center center no-repeat;
}
iframe.video-frame {
  padding: 1px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.imgRight {
  margin-right: 0;
}
.request-btn {
  background: url(../img/request-btn-2.png) no-repeat center bottom;
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 12.4%;
  background-size: 100% 200%;
}
@media screen and (min-width: 400px) {
  .request-btn {
    height: 44px;
    width: 354px;
    padding-bottom: 0;
    background-size: auto;
    background-position: 0 -45px;
  }
}
.request-btn:hover {
  background-position: 0 0;
}
.scholarship-btn {
  height: 44px;
  width: 354px;
  background: url(../img/scholarship-btn.png) no-repeat 0 -45px;
  margin: 0 auto;
}
.scholarship-btn:hover {
  background-position: 0 0;
}
.submit-btn {
  width: 73px;
  height: 23px;
  background: #221d19;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 34px;
}
/* TYPOGRAPHY */
.main {
  font-size: 13px;
}
.box.intro {
  color: #333;
}
.main a {
  color: #be4321;
}
#hydromilling .inner {
  padding-top: 0;
  background: #fff;
}
@media screen and (min-width: 600px) {
  #hydromilling .bg {
    background: url(../img/corn-pour.jpg) right top no-repeat #fff;
  }
}
#hydromilling .col1 {
  width: 610px;
}
#hydromilling .col1 .bg {
  padding: 10px;
}
#hydroList li {
  list-style: none;
  margin-right: 17px;
}
#hydroList li.last {
  margin-right: 0;
}
.main h2 {
  border-bottom: 1px solid #BBB;
  color: #555;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding-bottom: 3px;
}
#industries h2 {
  color: #E16531;
  font-weight: bold;
  clear: both;
  margin: 10px 0;
}
#industries h4 {
  float: left;
  clear: both;
}
.intro .right .vid-link {
  padding: 10px 0 30px 0;
  background: none;
  color: #1d1513;
  border-top: solid 1px #ccc9c5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url(../img/mini-play-btn.png) left bottom no-repeat;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4em;
  max-width: 240px;
}
.intro .right .vid-link:hover {
  background-position: -247px bottom;
}
#service-slider .inner {
  padding: 10px;
}
#service-slider #rotator {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
}
#service-slider #rotator .slide,
#service-slider #rotator .slide img {
  width: 100%;
  height: auto;
  display: block;
}
#wufoo-q7x3p3 {
  padding: 20px;
}
/* Life Cycle */
/* =============================================================================
Typography
========================================================================== */
#project-life-cycle h4 {
  font-size: 1.5em;
  font-style: oblique;
  font-family: 'Times New Roman', Times, serif;
  font-weight: normal;
  margin-bottom: .5em;
  text-align: center;
  line-height: 1.5;
}
#project-life-cycle ul.split {
  width: 100%;
}
@media screen and (min-width: 600px) {
  #project-life-cycle ul.split {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  #project-life-cycle ul.split.last {
    margin-right: 0;
  }
}
#project-life-cycle ul {
  font-weight: bolder;
}
#project-life-cycle ul li {
  background: transparent url('../img/white-arrow.png') 0 0.5em no-repeat;
  padding-left: 15px;
  margin-bottom: 0.5em;
  margin-left: 0;
  list-style: none;
  font-size: 1em;
}
#project-life-cycle ul li ul {
  font-weight: normal;
  margin-left: 1em;
}
#project-life-cycle ul li ul li {
  background-image: none;
  padding-left: 0;
  color: #666;
  margin-bottom: 0em;
}
/* =============================================================================
Base Layout
========================================================================== */
#project-life-cycle {
  width: 100%;
  overflow: hidden;
}
#project-life-cycle article {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  z-index: 4;
  clear: both;
}
#project-life-cycle #article-container {
  position: relative;
  overflow: hidden;
  background-color: #eae2da;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
@media screen and (min-width: 900px) {
  #project-life-cycle article {
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    top: -2000px;
    overflow: hidden;
  }
  #project-life-cycle article.active {
    top: 0px;
    height: auto;
    z-index: 1;
  }
  #project-life-cycle #article-container {
    min-height: 720px;
    font-size: 1.2em;
  }
}
/* =============================================================================
Navigation
========================================================================= */
#project-life-cycle nav {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: url('../img/lifecycle-shadow.png') repeat-x bottom left #c2a481;
  padding-bottom: 23px;
  position: relative;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 900px) {
  #project-life-cycle nav {
    display: block;
  }
}
#project-life-cycle nav a {
  padding-top: 180px;
  float: left;
  display: block;
  width: 14.28%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  border-right: 1px solid #fff;
  background: transparent url('../img/sprite.png') 10px 30px no-repeat;
}
#project-life-cycle nav a.active {
  position: relative;
  background-color: #eae2da;
  color: #333;
  border-right: none;
  margin-bottom: -20px;
  padding-top: 200px;
}
#project-life-cycle nav a.active:after,
#project-life-cycle nav a.active:before {
  position: absolute;
  width: 50px;
  height: 200px;
  content: ' ';
  right: 8px;
  top: 1px;
  background-color: rgba(25, 25, 25, 0.3);
  -webkit-transform: skew(5deg) rotate(-1deg);
  -moz-transform: skew(5deg) rotate(-1deg);
  -ms-transform: skew(5deg) rotate(-1deg);
  -o-transform: skew(5deg) rotate(-1deg);
  transform: skew(5deg) rotate(-1deg);
  -webkit-box-shadow: 12px 8px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 12px 8px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 12px 8px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
#project-life-cycle nav a.active:before {
  right: auto;
  left: 8px;
  -webkit-transform: skew(-5deg) rotate(1deg);
  -moz-transform: skew(-5deg) rotate(1deg);
  -ms-transform: skew(-5deg) rotate(1deg);
  -o-transform: skew(-5deg) rotate(1deg);
  transform: skew(-5deg) rotate(1deg);
  -webkit-box-shadow: -12px 8px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -12px 8px 12px rgba(0, 0, 0, 0.3);
  box-shadow: -12px 8px 12px rgba(0, 0, 0, 0.3);
}
nav a#business-link {
  background-position: -101px 40px;
}
nav a#development-link {
  background-position: -217px 50px;
}
nav a#engineering-link {
  background-position: -334px 40px;
}
nav a#procurement-link {
  background-position: -447px 42px;
}
nav a#construction-link {
  background-position: -563px 38px;
}
nav a#commission-link {
  background-position: -677px 36px;
}
nav a.active#idea-link {
  background-position: 14px -349px;
}
nav a.active#business-link {
  background-position: -101px -348px;
}
nav a.active#development-link {
  background-position: -217px -333px;
}
nav a.active#engineering-link {
  background-position: -332px -347px;
}
nav a.active#procurement-link {
  background-position: -446px -348px;
}
nav a.active#construction-link {
  background-position: -560px -349px;
}
nav a.active#commission-link {
  background-position: -683px -355px;
}
#project-life-cycle nav a:last-of-type {
  border-right: none;
  /*	width: 137px;*/
}
#project-life-cycle nav a span {
  display: block;
  background-color: #1e1513;
  padding: 20px 0px;
  height: 60px;
  line-height: 1em;
  font-size: .8em;
}
#project-life-cycle nav a.active span {
  background-color: #eae2da;
  padding: 10px 0.25em 50px;
  background: url('../img/current-tab-shadow.png') no-repeat center bottom #eae2da;
}
#project-life-cycle nav a#idea-link.active span {
  background-image: url('../img/current-tab-shadow-left.png');
}
#project-life-cycle nav a#commission-link.active span {
  background-image: url('../img/current-tab-shadow-right.png');
}
/*Background images */
#project-life-cycle nav a:first-child span,
#project-life-cycle nav a.active:first-child {
  -webkit-border-radius: 0px 0px 0px 6px;
  -moz-border-radius: 0px 0px 0px 6px;
  -ms-border-radius: 0px 0px 0px 6px;
  -o-border-radius: 0px 0px 0px 6px;
  border-radius: 0px 0px 0px 6px;
}
#project-life-cycle nav a:last-of-type span,
#project-life-cycle nav a.active:last-of-type {
  -webkit-border-radius: 0px 0px 6px 0px;
  -moz-border-radius: 0px 0px 6px 0px;
  -ms-border-radius: 0px 0px 6px 0px;
  -o-border-radius: 0px 0px 6px 0px;
  border-radius: 0px 0px 6px 0px;
}
/*###############
Projects
################*/
#projects-filters {
  margin: 1px 1px 20px 1px;
}
#projects-filters h1 {
  margin: 0;
  text-align: center;
  font-weight: bold;
  padding-left: 0;
}
#projects-filters h3 {
  padding: 0 0 5px 0;
  margin: 0 1% 5px 1%;
  border-bottom: solid 1px #9e9a92;
}
#projects-filters h3 .cb-wrap {
  float: right;
  text-align: right;
  font-size: 13px;
}
#projects-filters .menus {
  padding: 10px;
  background: #9e9a92;
}
#projects-filters .checkboxes {
  padding: 10px 10px 40px 10px;
  background: #c2bdb3;
}
#projects-filters .checkboxes p {
  color: #444;
  text-align: center;
}
#projects-filters select,
#projects-filters .cb-wrap {
  float: left;
  width: 48% !important;
  margin: 0 1%;
}
@media screen and (min-width: 700px) {
  #projects-filters select,
  #projects-filters .cb-wrap {
    width: 23% !important;
  }
}
#projects-filters .cb-wrap {
  padding: 3px 0;
}
#projects-filters .cb-wrap input {
  display: inline;
  margin-right: 5px;
}
#projects-filters .cb-wrap label {
  color: #302f2c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  display: inline;
}
#projects-filters .cb-wrap.select-all {
  font-weight: bold;
  padding: 10px 0 0 0;
  margin-bottom: -20px;
}
#projects-filters button {
  color: #582a07;
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  width: 280px;
  margin: -35px auto 0 auto;
  display: block;
  float: none;
  top: auto;
  left: auto;
  padding: 10px 0;
  border: 6px solid #c1bdb3;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e56b33;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI0OC45OTIxMjAxNDAzNTY0JSIgeTE9Ijc4Ljk0NzM2ODQyMTA1MjYlIiB4Mj0iNDguOTkyMTIwMTQwMzU2NCUiIHkyPSItMjEuMDUyNjMxNTc4OTQ3NCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWY3MDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwNmUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1NmIzMyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, #ef7000 42.11%, #e06e00 42.11%, rgba(230, 107, 52, 0) 142.11%);
  background-image: -o-linear-gradient(bottom, #ef7000 42.11%, #e06e00 42.11%, rgba(230, 107, 52, 0) 142.11%);
  background-image: -webkit-linear-gradient(bottom, #ef7000 42.11%, #e06e00 42.11%, rgba(230, 107, 52, 0) 142.11%);
  background-image: linear-gradient(bottom, #ef7000 42.11%, #e06e00 42.11%, rgba(230, 107, 52, 0) 142.11%);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.box.intro .right ul.toc {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box.intro .right ul.toc li {
  list-style: none;
  display: block;
  padding: 5px 0;
  margin: 0;
  border-bottom: solid 1px #b8b0a1;
  border-top: solid 1px #ffffff;
}
.box.intro .right ul.toc li:first-child {
  border-top: none;
}
.box.intro .right ul.toc li:last-child {
  border-bottom: none;
}
.box.intro .right ul.toc li a {
  display: block;
  padding: 5px;
}
.box.intro img.frame1 {
  padding: 1px;
  border: solid 5px #e4e1db;
  max-width: 100%;
}
.box.intro .example-projects h3 {
  text-align: center;
  border-top: double 4px #e4e1db;
  border-bottom: double 4px #e4e1db;
  padding: 10px 0;
  text-transform: uppercase;
}
.box.intro .example-projects a {
  line-height: 1.5em;
}
.box.intro .example-projects img.left {
  width: 100px;
  margin: 0 10px 0 0;
  padding: 1px;
  border: solid 3px #e4e1db;
}
.main .box form.form-style1 {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 20px;
  background: #f9f9f9;
  border: solid 1px #ccc;
}
.main .box form.form-style1 label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 3px;
}
.main .box form.form-style1 input[type="text"],
.main .box form.form-style1 textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #bbb;
  padding: 6px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.main .box form.form-style1 input[type="text"]:focus,
.main .box form.form-style1 textarea:focus {
  background: #fff;
}
.main .box form.form-style1 > div {
  margin-bottom: 20px;
  line-height: 1.5em;
}
.main .box form.form-style1 > div.bottom {
  margin: 0;
}
.main .box form.form-style1 span.required,
.main .box form.form-style1 span#required {
  position: static;
  float: right;
  line-height: 48px;
}
.main .box form.form-style1 button {
  top: auto;
  left: auto;
}
.main .box form.form-style1 .formtitle {
  padding: 10px 20px;
  margin: -20px -20px 20px -20px;
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  background: #ccc;
}
#map {
  padding: 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #e4e1db;
  margin-bottom: 20px;
}
#map p {
  margin: 0;
  padding: 10px;
  padding-left: 0;
  font-size: 12px;
}
#map img {
  border: solid 1px #fff;
  width: 200px;
}
#featured {
  width: 650px;
  padding-right: 310px;
  position: relative;
  height: 292px;
}
#featured ul.ui-tabs-nav {
  position: absolute;
  top: 0;
  left: 649px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 308px;
  z-index: 100;
}
#featured ul.ui-tabs-nav li {
  font-size: 12px;
  color: #666;
  margin-bottom: 1px;
  border-top: 1px solid #716c67;
}
#featured ul.ui-tabs-nav li:first-child {
  border-top: 1px solid #a7a099;
}
#featured ul.ui-tabs-nav li img.static {
  float: left;
  background: #a7a099;
}
#featured ul.ui-tabs-nav li img.selected {
  display: none;
}
#featured ul.ui-tabs-nav li img.hover {
  display: none;
}
#featured ul.ui-tabs-nav li span {
  color: #FFF;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  visibility: hidden;
}
#featured li.ui-tabs-nav-item a {
  display: block;
  height: 57px;
  color: #333;
  background: #a7a099;
  line-height: 20px;
  cursor: default;
}
#featured li.ui-tabs-nav-item a:hover img.static {
  display: none;
}
#featured li.ui-tabs-nav-item a:hover img.hover {
  display: block;
  background: #a7a099;
}
#featured li.ui-tabs-selected {
  background: url('../img/images/selected-item.gif') top left no-repeat;
}
#featured li.ui-tabs-selected a img.selected {
  display: block;
  float: left;
  margin-bottom: -10px;
  position: relative;
  top: -1px;
  left: -32px;
  background-color: transparent;
  z-index: 2;
}
#featured li.ui-tabs-selected a:hover img.hover {
  display: none;
}
#featured li.ui-tabs-selected a img.static {
  display: none;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
  background: #ccc;
}
#featured .ui-tabs-panel {
  width: 400px;
  height: 295px;
  background: #999;
  position: relative;
}
#featured .ui-tabs-panel .info {
  position: absolute;
  top: 180px;
  left: 0;
  height: 70px;
  background: url('../img/images/transparent-bg.png');
}
#featured .info h2 {
  font-size: 18px;
  font-family: Georgia, serif;
  color: #fff;
  padding: 5px;
  margin: 0;
  overflow: hidden;
}
#featured .info p {
  margin: 0 5px;
  font-family: Verdana;
  font-size: 11px;
  line-height: 15px;
  color: #f0f0f0;
}
#featured .info a {
  text-decoration: none;
  color: #fff;
}
#featured .info a:hover {
  text-decoration: underline;
}
#featured .ui-tabs-hide {
  display: none;
}
.inset-btn {
  display: inline-block;
  padding: 0 20px;
  line-height: 34px;
  font-size: 13px;
  color: #fff;
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #0f0d09;
  -webkit-box-shadow: 0 1px 0 rgba(242,235,227,.75), inset 0 1px 0 rgba(242,235,227,.53);
  -moz-box-shadow: 0 1px 0 rgba(242,235,227,.75), inset 0 1px 0 rgba(242,235,227,.53);
  box-shadow: 0 1px 0 rgba(242,235,227,.75), inset 0 1px 0 rgba(242,235,227,.53);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2ZDU4NDQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDg1LDY5LDUzKSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #6d5844 -4.35%, rgba(85,69,53,0) 95.65%);
  background-image: -moz-linear-gradient(top, #6d5844 -4.35%, rgba(85,69,53,0) 95.65%);
  background-image: -o-linear-gradient(top, #6d5844 -4.35%, rgba(85,69,53,0) 95.65%);
  background-image: linear-gradient(to bottom, #6d5844 -4.35%, rgba(85,69,53,0) 95.65%);
}
.orange-btn {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #ed5d10;
  -webkit-box-shadow: 0 2px 2px rgba(2,2,2,.35);
  -moz-box-shadow: 0 2px 2px rgba(2,2,2,.35);
  box-shadow: 0 2px 2px rgba(2,2,2,.35);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDVkMTEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmMmYwMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: -moz-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: -o-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: linear-gradient(to bottom, #ed5d11 45.83%, #df2f03 145.83%);
  padding: 20px 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond";
  font-size: 23px;
  text-shadow: 0 1px 1px rgba(2, 2, 2, 0.35);
  font-weight: 400;
  display: inline-block;
}
.orange-btn:hover {
  background-color: #ed5d10;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDhiMTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmNTEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -moz-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -o-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: linear-gradient(to bottom, #ed8b18 45.83%, #df510b 145.83%);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.small-btn {
  padding: .5em 1em !important;
  font-size: 1.2em !important;
  line-height: 1.6em;
}
#contentLong {
  background-color: #E9E3DA;
  background-image: url('../img/contentBg.jpg');
  background-repeat: repeat-x;
  min-height: 540px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 13px 10px;
  width: 965px;
}
.spacer {
  width: 95%;
  margin: 10px auto;
}
#quickLinks {
  color: #352c2a;
  float: right;
  margin: 15px 42px 0 0;
}
#quickLinks strong {
  color: #e46933;
  float: left;
  margin: 0 15px 0 0;
}
#quickLinks li {
  font-size: 10px;
  float: left;
  margin: 0 0 0 10px;
}
#quickLinks li a {
  color: #352c2a;
  font-size: 10px;
  text-decoration: none;
}
#quickLinks li a:hover {
  text-decoration: underline;
}
img.imgHeading {
  position: relative;
  top: -80px;
  left: 50px;
  z-index: 2;
}
.ui-tabs-panel p {
  position: absolute;
  bottom: -35px;
  left: 50px;
  z-index: 600;
}
.ui-tabs-panel p a {
  display: block;
  color: #E7663E;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 5px;
  background-color: #E7E0D8;
  width: 300px;
}
.ui-tabs-panel p a span {
  display: block;
  color: #E7663E;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
}
#about {
  background-image: url(../img/about.png);
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 0 12px 0;
}
#aboutSelected {
  background-image: url(../img/about.png);
  background-position: 0 -76px;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 0 18px 0;
  margin-bottom: -4px;
}
#services {
  background-image: url(../img/services.png);
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 0 12px 0;
}
#servicesSelected {
  background-image: url(../img/services.png);
  background-position: 0 -76px;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 0 18px 0;
  margin-bottom: -4px;
}
#projects {
  background-image: url(../img/projects.png);
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 0 12px 0;
}
#projectsSelected {
  background-image: url(../img/projects.png);
  background-position: 0 -76px;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 0 18px 0;
  margin-bottom: -4px;
}
.locations_headline {
  color: #DE612F;
  font-size: 16px;
  font-family: Helvetica, Trebuchet MS, sans-serif;
  font-weight: bold;
}
#locations {
  background-image: url(../img/locations.png);
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 0 12px 0;
}
#locationsSelected {
  background-image: url(../img/locations.png);
  background-position: 0 -76px;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 0 18px 0;
  margin-bottom: -4px;
}
#requestproposal {
  background-image: url(../img/request-proposal.png);
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 0 12px 0;
  width: 200px !important;
}
#requestproposalSelected {
  background-image: url(../img/request-proposal.png);
  background-position: 0 -76px;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 0 18px 0;
  margin-bottom: -4px;
}
#videoBtn {
  background-image: url(../img/videoBtn.png);
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 18px 12px 32px;
}
#newsBtn {
  background-image: url(../img/newsBtn.png);
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 18px 12px 32px;
}
#papersBtn {
  background-image: url(../img/papersBtn.png);
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 18px 12px 32px;
}
#toolkitBtn {
  background-image: url(../img/toolkitBtn.png);
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 18px 12px 32px;
}
#proposalBtn {
  background-image: url(../img/proposalBtn.png);
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 18px 12px 32px;
}
#loginBtn a span {
  visibility: hidden;
}
#utilNav #loginBtn a:hover {
  text-decoration: none;
}
#loginBtn a {
  background-image: url(../img/client_btn.png);
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 7px 40px 26px 32px;
}
#loginBtn a:hover {
  background-position: 0 -50px;
}
.callout {
  float: left;
  margin: 18px 12px 0 0;
  width: 310px;
}
.callout h2 {
  height: 47px;
}
.callout div {
  background: url('../img/bg-callout.jpg') 0 0 repeat-x #d7c8b3;
  border: 1px solid #a7a099;
  border-top: none;
  height: 185px;
}
.callout h2 em {
  visibility: hidden;
}
#featProject {
  margin-left: 10px;
}
#requestProposal {
  margin-right: 0px;
}
#featProject div img {
  margin: 5px 0 0 5px;
}
#featProject div.frame {
  background-image: none;
  border: none;
  background-color: #FFF;
  position: relative;
  top: 15px;
  left: 7px;
  padding: 5px;
  height: 110px;
  width: 107px;
}
#featProject div.img {
  border: none;
  background-position: center center;
  height: 110px;
  width: 107px;
}
#featProject div h4 {
  float: right;
  width: 155px;
  text-align: left;
  margin: 15px 15px 0 0;
}
#featProject div a {
  display: block;
  float: right;
  clear: right;
  margin: 5px 37px 0 0;
}
#featProject div ul {
  float: right;
  clear: right;
  font-size: 12px;
  margin: 12px 15px 0 0;
  width: 155px;
  /*height: 87px;*/
}
#featProject div ul li {
  display: block;
  float: left;
  clear: left;
  font-size: 12px;
  margin: 0 15px 5px 0;
  width: 160px;
}
#featProject div ul h4 {
  display: block;
  float: left;
  clear: left;
  font-size: 13px;
  margin: 0 15px 5px 0;
  width: 160px;
}
#featProject div p {
  float: right;
  clear: right;
  font-size: 14px;
  margin: 15px 15px 0 0;
  width: 160px;
  height: 90px;
}
#featProject h2 {
  background: url('../img/featuredProject.gif') -1px 0 no-repeat;
}
#quickFacts {
  width: 300px;
}
#quickFacts h2 {
  background: url('../img/quickFacts.gif') -1px 0 no-repeat;
}
#quickFacts ul li {
  border-top: 1px solid #a7a099;
  color: #433;
  font-size: 14px;
  padding: 18px 0;
  text-align: center;
}
#quickFacts ul li strong {
  text-transform: uppercase;
}
#requestProposal h2 {
  background: url('../img/requestProposal.gif') -1px 0 no-repeat;
}
#requestProposal p {
  font-size: 14px;
  padding: 20px 20px 10px;
}
#requestProposal a {
  margin: 0 0 0 75px;
}
.leftMenu {
  background-color: #FFF;
  border: 1px solid #BBB;
  position: absolute;
  margin-top: 13px;
  width: 170px;
}
.leftMenu li {
  background: url('../img/plusBullet.png') 5px 5px no-repeat;
  border-top: 1px solid #BBB;
  color: #555;
  font-size: 11px;
  font-weight: bold;
  margin: 1px;
  padding: 5px 0 5px 25px;
  text-transform: uppercase;
}
.leftMenu li a {
  color: #555;
}
.leftMenu li:first-child {
  border: none;
}
.leftMenu li.current {
  background-color: #777;
}
.leftMenu li.current a {
  color: #FFF;
}
.leftMenu ul li {
  background-image: none;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}
.leftMenu ul li:first-child {
  border-top: 1px solid #BBB;
}
.leftMenu ul li a {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
.leftTopMenu {
  background-color: #FFF;
  border: 1px solid #BBB;
  float: left;
  margin: 65px 15px 0 0;
  width: 170px;
}
.leftTopMenu li {
  background: url('../img/plusBullet.png') 5px 5px no-repeat;
  color: #555;
  font-size: 11px;
  font-weight: bold;
  margin: 1px;
  padding: 5px 0 5px 25px;
  text-transform: uppercase;
}
.leftTopMenu li a {
  color: #555;
}
.leftTopMenu li.current {
  background-color: #777;
}
.leftTopMenu li.current a {
  color: #FFF;
}
.leftContent,
#siteMap {
  background-color: #FFF;
  border: 1px solid #BBB;
  width: 775px;
  height: auto;
  min-height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 25px 0 0 0;
}
.split {
  width: 46%;
  float: left;
  margin: 0 2%;
}
.leftContentLong {
  background-color: #FFF;
  border: 1px solid #BBB;
  position: relative;
  top: 25px;
  left: 0;
  width: 775px;
  height: auto;
  overflow: auto;
  padding: 0 0 10px;
}
.leftContentLong h1 {
  background: url('../img/subheadBg.jpg') 0 0 repeat-x;
  color: #FFF;
  height: 37px;
  margin: 1px;
  padding: 10px 0 0 20px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
}
.leftContent h1,
#siteMap h1 {
  background: url('../img/subheadBg.jpg') 0 0 repeat-x;
  color: #FFF;
  height: 37px;
  margin: 1px;
  padding: 10px 0 0 20px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.leftContent h2,
#siteMap h2 {
  border-top: 1px solid #BBB;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  margin: 0 10px 10px;
  padding: 15px 0 3px 0;
  text-transform: uppercase;
}
.leftContent p,
.leftContent ul,
#siteMap ul {
  font-size: 14px;
  line-height: 22px;
  margin: 0 10px 15px;
}
.leftContent ul,
#siteMap ul {
  line-height: 22px;
  margin-left: 60px;
  list-style: square;
  width: 70%;
}
#siteMap ul {
  list-style: none;
  margin-left: 30px;
  width: auto;
}
.leftContent ul li,
#siteMap ul li {
  margin-bottom: 0.5em;
  color: #444;
}
#siteMap ul li {
  font-size: 12px;
  margin-bottom: 0;
}
#siteMap ul li ul {
  list-style: square;
  font-size: 85%;
  margin-bottom: 0;
}
#siteMap ul li a:hover,
#siteMap h3 a:hover {
  text-decoration: underline;
  color: #E96F36;
}
.leftContentLong h2 {
  border-top: 1px solid #BBB;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  margin: 0 10px 10px;
  padding: 15px 0 3px 0;
  text-transform: uppercase;
}
.leftContentLong p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 10px 15px;
}
.fullContent {
  background-color: #FFF;
  border: 1px solid #BBB;
  width: 960px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 25px 0 0 0;
  min-height: 480px;
}
.fullContent h1 {
  background: url('../img/subheadBg.jpg') 0 0 repeat-x;
  color: #FFF;
  height: 37px;
  margin: 1px;
  padding: 10px 0 0 20px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.fullContent h2 {
  border-top: 1px solid #BBB;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  margin: 0 10px 10px;
  padding: 15px 0 3px 0;
  text-transform: uppercase;
}
.fullContent p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 10px 15px;
}
.centerContent {
  background-color: #FFF;
  border: 1px solid #BBB;
  position: relative;
  top: 0;
  left: 185px;
  width: 590px;
  min-height: 480px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 5px 0 25px;
}
.centerContent h1 {
  background: url('../img/subheadBg.jpg') 0 0 repeat-x;
  color: #FFF;
  height: 37px;
  margin: 1px;
  padding: 10px 0 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.centerContent h2 {
  border-bottom: 1px solid #BBB;
  color: #555;
  font-weight: normal;
  margin: 0 10px 10px;
  padding-bottom: 3px;
}
.centerContent h2 strong {
  text-transform: uppercase;
  color: #000;
}
.centerContent h3,
.leftContent h3,
#siteMap h3 {
  font-size: 14px;
  padding-left: 10px;
  margin: 0 0 15px;
}
#siteMap h3 {
  margin: 10px 60px 5px 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 4px 0;
}
#siteMap h3:last-child {
  border-bottom: none;
}
.leftContent h3 {
  font-size: 16px;
  margin-top: 40px;
}
.centerContent h4 {
  padding-left: 10px;
  margin: 0 0 15px;
}
.centerContent p {
  font-size: 12px;
  line-height: 20px;
  margin: 0 10px 10px;
}
.centerContent ul {
  color: #000;
  margin: 0 0 0 10px;
}
.centerContent ul li {
  margin: 0 0 15px 0;
}
.centerContent2 {
  background-color: #FFF;
  border: 1px solid #BBB;
  position: relative;
  left: 185px;
  width: 590px;
  height: auto;
  margin: 25px 0 0;
}
.centerContent2 h2 {
  background: url('../img/subheadBg.jpg') 0 0 repeat-x;
  color: #FFF;
  height: 37px;
  margin: 1px;
  padding: 10px 0 0 20px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.centerContent2 p {
  font-size: 12px;
  line-height: 20px;
  margin: 0 10px 10px;
}
.centerContent3 h1 {
  background: url('../img/subheadBg.jpg') 0 0 repeat-x;
  color: #FFF;
  height: 37px;
  margin: 1px;
  padding: 10px 0 0 20px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.centerContent3 {
  background-color: #FFF;
  border: 1px solid #BBB;
  position: relative;
  left: 185px;
  width: 590px;
  height: auto;
  margin: 25px 0 0;
}
.centerContent3 h2 {
  background: url('../img/subheadBg.jpg') 0 0 repeat-x;
  color: #FFF;
  height: 37px;
  margin: 1px;
  padding: 10px 0 0 20px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.centerContent3 p {
  font-size: 12px;
  line-height: 20px;
  margin: 0 10px 10px;
}
#topFeature.centerContent {
  min-height: 0;
  margin-bottom: 10px;
}
#topFeature.centerContent p {
  margin: 10px 40px;
}
#topFeature.centerContent .imgContainer {
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
}
#topFeature.centerContent .imgContainer img {
  border: 1px solid #000;
  padding: 2px;
}
#leftBox.centerContent {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
  min-height: 480px;
  width: 289px;
}
#rightBox.centerContent {
  float: left;
  margin-bottom: 0;
  min-height: 480px;
  width: 288px;
}
#leftBox.short {
  min-height: 350px;
}
#rightBox.short {
  min-height: 350px;
}
.more {
  float: left;
  margin: 10px 0 0 0;
  min-height: 0;
}
.discList {
  list-style-type: disc;
}
#leftBox .discList li,
#rightBox .discList li,
.more .discList li {
  margin: 0 10px 5px 20px;
}
#leftBox h2,
#rightBox h2,
.more h2 {
  color: #DE612F;
  font-size: 13px;
  font-weight: bold;
  height: 16px;
  padding-top: 26px;
  text-transform: uppercase;
}
#leftBox h2.twoLine,
#rightBox h2.twoLine,
.more h2.twoLine {
  color: #DE612F;
  font-size: 13px;
  font-weight: bold;
  height: 34px;
  padding-top: 8px;
  text-transform: uppercase;
}
#leftBox h2 em,
#rightBox h2 em {
  font-style: normal;
  font-weight: normal;
}
.bulletList {
  padding-left: 30px;
}
ol.bulletList li {
  margin-bottom: 15px;
}
.bulletList li {
  background: url('../img/check.gif') 0 0 no-repeat;
  padding-left: 20px;
}
.bulletList .discList {
  margin-top: 10px;
}
.bulletList .discList li {
  background: none;
  padding-left: 0;
}
.bulletList a {
  color: #000;
  display: block;
  text-decoration: underline;
}
#contactForm {
  display: block;
  float: left;
  background-color: #BFA87E;
  margin: 0 0 25px 15px;
  width: 310px;
  padding: 0 15px;
}
#contactForm input,
#contactForm textarea {
  width: 305px;
  background-color: #FFF;
}
#required {
  position: relative;
  top: 10px;
  left: 65px;
}
textarea {
  background-color: #DDD;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 75px;
  width: 100%;
}
button {
  color: #FFF;
  cursor: pointer;
  position: relative;
  top: -15px;
  left: 170px;
}
label {
  display: block;
  margin: 10px 0 0 0;
}
input {
  background-color: #DDD;
  display: block;
  width: 265px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline;
  width: auto;
}
div input[type="radio"]:not(:first-of-type) {
  margin-left: 2.0em;
}
#query-input {
  background: #fff !important;
  border: solid 1px #9d8060;
  padding: 3px 5px;
  width: 200px;
  margin: 0;
  width: 150px;
}
#map_canvas {
  width: 170px;
  height: 200px;
}
#projectsHeaders {
  position: relative;
  top: 10px;
  left: 185px;
  border-bottom: 1px solid #DDD;
  width: 575px;
  margin-right: 10px;
}
#projectsHeaders td {
  color: #555;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  width: 159px;
}
#projectsList {
  float: left;
  margin-top: 10px;
  margin-left: 0;
}
#projectsList > li {
  display: block;
  float: left;
  border-top: 1px solid #DDD;
  margin: 0 10px;
  padding: 10px 0 ;
  width: 755px;
}
#projectsList li:first-child {
  border-top: none;
}
#projectsList #featured {
  height: auto;
}
#projectsList table {
  float: right;
  clear: right;
  width: 575px;
  margin-right: 10px;
}
#projectsList li img {
  display: block;
  float: left;
  margin: 0 10px 5px 10px;
}
#projectsList td {
  color: #555;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  width: 159px;
}
#projectsList p {
  float: right;
  width: 575px;
  font-size: 11px;
  margin-top: 10px;
}
.shareProject {
  float: right;
  clear: both;
}
.shareProject li {
  display: inline;
  margin-right: 10px;
}
fieldset {
  border: 1px solid #000;
  padding: 0 15px 15px;
  margin-bottom: 10px;
}
legend {
  padding: 0 10px;
}
#gadgets div.gadget-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 260px;
  margin-bottom: 20px;
}
#gadgets div.gadget-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 890px) {
  #gadgets div.gadget-wrapper {
    float: left;
    margin: 10px;
  }
}
table.gadget tr:last-of-type {
  display: none;
}
input.error {
  background-color: #FEECEC;
}
textarea.error {
  background-color: #FEECEC;
}
label.error {
  color: red;
  margin-top: 5px;
}
#employeeLinks {
  margin: 10px 0 0 50px;
  font-size: 18px;
}
#employeeLinks li {
  margin: 20px 0;
}
#employeeLinks li a {
  text-decoration: underline;
  color: #df6330;
}
#privacy {
  margin: 15px;
}
#privacy h2 {
  border-top: none;
  color: #df6330;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px 10px 0;
  padding: 5px 0 3px 0;
  text-transform: uppercase;
}
#privacy h3 {
  border-top: 1px solid #BBB;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  margin: 0 10px 10px 0;
  padding: 15px 0 3px 0;
  text-transform: uppercase;
}
#privacy p {
  margin: 8px 0 8px 10px;
  font-size: 12px;
}
p#address {
  color: #df6330;
  margin: 0 0 0 20px;
}
#privacy ul {
  list-style-type: disc;
  margin: -8px 0 0 40px;
}
#newsLinks {
  margin: 0 0 0 10px;
}
#newsLinks li {
  font-size: 15px;
  margin: 10px 0;
}
#newsLinks a {
  color: blue;
  text-decoration: underline;
}
#newsLinks a:hover {
  color: purple;
  text-decoration: underline;
}
#contactPR {
  font-size: 15px;
  margin: 20px 0 5px 10px;
}
.blueUnder {
  text-decoration: underline;
  color: blue;
}
#clientsList {
  margin: 0 0 0 12px;
  width: 100%;
}
#clientsList li {
  position: relative;
  display: block;
  float: left;
  height: 125px;
  width: 125px;
  padding: 15px 0;
  border-bottom: 1px solid #BBB;
}
#clientsList img {
  display: block;
  width: 100px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#experts {
  margin: 0;
  overflow: auto;
}
#experts > div {
  width: 100%;
  padding: 0;
  background-color: #ece5dd;
  margin: 0 0 1em 0;
  border-radius: 5px;
}
#experts > div::after {
  content: '';
  display: table;
  clear: both;
}
#experts > div img {
  border-radius: 5px 0 0 5px;
  border: solid 5px #c4beb8;
  vertical-align: bottom;
  width: 33%;
  margin: auto;
  display: block;
  float: left;
  margin-right: .5em;
}
#experts > div .expertInfoBox {
  padding-top: .5em;
}
@media screen and (min-width: 675px) {
  #experts > div {
    width: 48%;
    float: left;
    margin: 0 1% 1em 1%;
  }
  #experts > div:nth-child(even) {
    float: right;
    clear: right;
  }
  #experts > div:nth-child(odd) {
    clear: left;
  }
}
#experts > div:hover .expertInfoBoxBottom1 {
  display: block;
}
.expertInfoBox h3 {
  font-size: 14px;
  color: #333;
  margin: 5px;
}
.expertInfoBox strong,
.expertInfoBox ul {
  color: #666;
  font-weight: normal;
  margin: 5px;
  display: block;
}
.expertInfoBox ul {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  clear: left;
  color: #444;
  background-color: #FFF;
  margin: 1px;
  padding: 10px;
  list-style-type: disc;
  min-height: 307px;
}
.expertInfoBox li {
  font-size: .9em;
  margin: 0 0 5px 15px;
}
.twoColList {
  float: left;
  padding-bottom: 30px;
}
.expertInfoBox .info-toggle {
  font-weight: bold;
  color: #bd4221;
  font-size: .9em;
  cursor: pointer;
}
.expertInfoBox .info-toggle:hover {
  color: #16120f;
}
#hydroList li {
  /*background: url('../img/hydroLiBg.png') 0 0 no-repeat;*/
  background: url(../img/darkbox-bg.png) left bottom repeat-x #f7f7f7;
  width: 100%;
  height: auto;
  float: left;
  margin: 0 7px 13px 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  #hydroList li {
    width: 32%;
    margin-right: 2%;
    min-height: 260px;
  }
}
#hydroList li h4 {
  text-transform: uppercase;
  color: #FC7F49;
  font-size: 13px;
  line-height: 27px;
  padding: 5px 0 0 0;
  margin: 0 10px;
}
#hydroList li h4 img {
  float: left;
  margin-right: 5px;
}
#hydroList li .darkBox {
  border-top: dashed 1px #cbc8c8;
  border-bottom: dashed 1px #cbc8c8;
  padding: 10px;
  color: #453a38;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  margin: 0 10px;
  text-transform: uppercase;
}
#hydroList .learn-more {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#hydroList li p {
  color: #453a38;
  font-size: 11px;
  line-height: 1.5em;
  margin: 10px 10px 45px 13px;
}
#hydroEm em {
  font-style: normal;
  color: #DE612F;
}
#hydroEm a {
  color: #DE612F;
  text-decoration: underline;
}
#bookmark {
  margin: 5px;
  display: block;
  text-align: center;
  background-color: #DE612F;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #FFF;
  padding: 5px;
  font-weight: bold;
}
@media screen and (min-width: 700px) {
  #bookmark {
    float: right;
    margin: -36px 5px 0 0;
  }
}
#resumeForm {
  float: left;
  clear: left;
  margin: 10px 20px;
  padding: 0 15px;
  background-color: #bfa87e;
}
#resumeForm div {
  float: left;
  margin: 0 0 0 15px;
}
#resumeForm #resumeSubmit.orangeButton {
  position: static;
  float: right;
  margin: 10px 50px 0 5px;
}
#resumeForm p {
  float: left;
  clear: left;
  font-size: 12px;
}
#careerButtons .orangeButton {
  display: block;
  float: left;
  margin: 0 0 0 0;
}
#industries {
  padding-bottom: 25px;
}
#industries h2 {
  color: #E16531;
  font-weight: bold;
  clear: both;
  margin-top: 10px;
}
#industries h2.first {
  margin-top: 0;
}
#industries ul li {
  list-style-type: disc;
  margin: 0 0 0 30px;
  width: 260px;
  float: left;
  clear: none;
}
#industries p {
  float: left;
}
#newsArticle .rightFloat {
  float: right;
}
#newsArticle p a {
  color: blue;
}
#newsArticle .newsH2 {
  clear: both;
  font-weight: bold;
}
.linksList {
  list-style-type: disc;
}
.linksList li {
  font-size: 14px;
  margin: 0 0 10px 25px;
}
.linksList li a {
  color: blue;
}
.linksList li a:hover {
  text-decoration: underline;
}
.blueLink {
  color: blue;
}
.blueLink:hover {
  text-decoration: underline;
}
#employmentApplication div {
  float: left;
  margin-right: 2%;
  width: 100%;
}
#employmentApplication div select {
  width: 100%;
}
@media screen and (min-width: 600px) {
  #employmentApplication div.small {
    width: 20%;
  }
  #employmentApplication div.medium {
    width: 32%;
  }
  #employmentApplication div.two-thirds {
    width: 64%;
  }
  #employmentApplication div.long {
    width: 100%;
  }
}
#employmentApplication div.clearLeft {
  clear: left;
}
#employmentApplication div.last {
  margin-right: 0;
}
#employmentApplication div.headingDiv {
  clear: left;
  margin: 15px 0 0 0px;
  width: 100%;
}
#employmentApplication div.headingDiv:first-child {
  margin-top: 0px;
}
#employmentApplication h2 {
  border-bottom: 1px solid #BBB;
  clear: left;
  float: left;
  margin: 0px inherit inherit 0px;
  padding-bottom: 8px;
  width: 100%;
}
#employmentApplication h2:first-child {
  margin-top: 0px;
}
#employmentApplication p {
  clear: left;
  float: left;
  margin: 1em 0 .5em 0;
}
#employmentApplication input {
  width: 100%;
}
#employmentApplication div.singleLine {
  width: 100%;
}
#employmentApplication div.singleLine select {
  width: auto;
}
#employmentApplication div.singleLine label {
  width: 100%;
}
#employmentApplication div.singleLine p.singleLine2 {
  clear: both;
  display: inline;
  float: none;
  width: 100%;
}
@media screen and (min-width: 600px) {
  #employmentApplication p.singleLine {
    width: 100%;
  }
  #employmentApplication p.singleLine label {
    display: inline-block;
    float: left;
  }
  #employmentApplication p.singleLine input.medium {
    width: 30%;
  }
  #employmentApplication p.singleLine select {
    width: auto;
  }
}
#employmentApplication div.singleLine p.singleLine2 select {
  display: inline;
  float: none;
}
#employmentApplication div.singleLine p.singleLine {
  clear: both;
  display: inline;
  float: none;
  width: 100%;
}
#employmentApplication div.singleLine p.singleLine input {
  display: inline;
  float: none;
}
#employmentApplication div.singleLine p.singleLine select {
  display: inline;
  float: none;
}
#employmentApplication div.singleLine label.singleLine {
  clear: both;
  display: inline;
  float: none;
}
#employmentApplication div.singleLine label.singleLine input {
  display: inline;
  float: none;
}
#employmentApplication div.singleLine input {
  clear: none;
  float: left;
}
#employmentApplication div.singleLine select {
  clear: none;
  float: left;
}
#employmentApplication hr.educationRule {
  border: none;
  border-top: 1px dashed #DEDEDE;
  float: left;
  margin: 20px 0 10px;
  width: 100%;
}
#employmentApplication .employer {
  border: 1px solid #DEDEDE;
  float: left;
  margin: 10px 0;
  padding: 0 10px 15px 35px;
  position: relative;
  width: 100%;
}
#employmentApplication .employer .number {
  color: #BBB;
  font-size: 32px;
  left: 5px;
  position: absolute;
  top: 20px;
}
#employmentApplication button {
  margin: 1em auto;
  position: static;
  width: 400px;
  display: block;
}
h2.service_title {
  border: none;
  color: black;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
/* misc. */
.first {
  margin-left: 0!important;
}
ul.arrows {
  margin-bottom: 1.5em;
}
ul.arrows li {
  list-style: none;
  background: url(../img/org-arrow.gif) no-repeat 3px 2px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.white {
  background-color: #fff;
  margin-bottom: 1.5em;
}
.inner {
  padding: 15px;
}
.clear {
  clear: both;
}
.centerContent p {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
.centerContent table {
  margin: 0 20px 1.5em 20px;
}
.centerContent table td {
  padding: 3px;
}
.centerContent small {
  font-size: 10px;
  line-height: 1.4em;
}
/* Modified Hydromilling page */
.hydro-content .bg {
  background: url(../img/corn-pour.jpg) top right no-repeat;
  padding: 25px 0;
  margin-top: -11px;
}
@media screen and (min-width: 600px) {
  .bg .spacer1 {
    float: right;
    width: 215px;
    height: 167px;
    margin-top: -20px;
  }
  .bg .spacer2 {
    clear: right;
    float: right;
    width: 170px;
    height: 157px;
  }
}
.orange {
  color: #dd7441;
}
p.standout {
  padding: 15px;
  background: url(../img/brown30.png);
  height: 1%;
}
/* Hydromilling and GWM detail pages */
#body.mod .centerContent {
  border: solid 1px  #fff;
  background: #f8f1e8;
}
#body.mod h1 {
  height: auto;
  text-align: center;
  background: #352c2a;
  padding: 20px 10px;
  font-size: 30px;
  line-height: 1em;
  font-family: "Arial Narrow";
}
#body.mod h1 span {
  font-size: 15px;
  font-weight: normal;
  font-family: Arial;
}
#body.mod h2 {
  color: #827e77;
  font-size: 17px;
  border: none;
  line-height: 1.2em;
  font-family: "Arial Narrow";
  text-transform: uppercase;
  margin: 0;
  padding: 5px 0 0 0;
}
#body.mod h2.small {
  font-size: 15px;
}
dl.price-list {
  color: #be4427;
  font-weight: bold;
  width: 200px;
  line-height: 1.5em;
}
dl.price-list dt {
  float: left;
  width: 150px;
  clear: both;
  background: url(../img/dot.gif) 0 80% repeat-x;
}
dl.price-list dt span {
  background-color: #fff;
  padding-right: 3px;
}
dl.price-list dd {
  width: 50px;
  float: right;
}
.feature-table {
  background-color: #fff8ef;
  margin: auto;
  width: 80%;
  margin-bottom: 1.5em;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.feature-table .details {
  color: #fff;
  font-size: 10px;
  padding: 15px;
  margin: 0;
  background: #352c2a;
  line-height: 1.2em;
}
.corn-pour {
  padding: 15px;
}
.corn-pour ul.arrows li {
  font-size: 14px;
  margin-bottom: 1.5em;
  line-height: 1.5em;
  background-position: 3px 4px;
}
.corn-pour dl.price-list dt span {
  background-color: #f8f1e8;
}
a:active.orange_link {
  color: #E96F36;
}
a:link.orange_link {
  color: #E96F36;
}
a:hover.orange_link {
  color: #E96F36;
  text-decoration: underline;
}
a.vid-link {
  display: block;
  font-weight: bold;
  padding: 20px 20px 20px 60px;
  background: url(../img/vid-link.png) no-repeat 20px center #e8e2d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*color:#bd4521;*/
}
.clear {
  clear: both;
}
p.q {
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 20px;
}
p.a {
  padding: 0 20px;
  margin-bottom: 3em;
}
.video-feature {
  background-color: #d5c8b5;
  margin: 20px 10px 10px 10px;
}
.video-feature h3 {
  text-indent: -999px;
  height: 36px;
  background: url(../img/video-feature-header.png) no-repeat;
  margin: 0;
}
.video-feature .inner {
  padding: 15px;
}
.video-feature a {
  float: left;
  width: 275px;
  margin-left: 35px;
  font-weight: bold;
}
.video-feature a.first {
  margin: 0;
}
.video-feature a img {
  float: left;
  border: solid 4px #a7a099;
  margin: 0 8px 0 0;
}
.video-feature a:hover img {
  border-color: #706b66;
}
#content ol {
  list-style-type: decimal;
  margin-left: 40px;
  margin-bottom: 1.5em;
  padding: 10px 0 0 0;
}
#content ol li {
  line-height: 1.4em;
  margin-bottom: 1em;
}
.open-position {
  padding: 1em 0;
  border-bottom: solid 1px #bbb;
  display: block;
  width: 102.08333333%;
  margin: 0 -1.04166667%;
  *zoom: 1;
}
.open-position:before,
.open-position:after {
  content: "";
  display: table;
}
.open-position:after {
  clear: both;
}
.open-position .position-info,
.open-position .position-footer,
.open-position dl {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
}
.open-position dl {
  margin-bottom: 1.5em;
}
.open-position #uploadResume {
  margin: 1em auto;
  display: block;
  width: 150px;
  text-align: center;
}
.open-position .sociable {
  float: none !important;
  clear: both;
  margin: .5em auto;
}
.open-position .sociable ul {
  text-align: center;
}
.open-position .sociable ul li {
  display: inline-block !important;
  float: none !important;
  margin-left: .4em;
  margin-right: .4em;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .open-position .position-info,
  .open-position .position-footer,
  .open-position dl {
    display: inline;
    float: left;
    width: 47.91666667%;
    margin: 0 1.04166667%;
  }
  .open-position dl {
    float: right;
    margin-bottom: 0;
  }
}
.open-position h3 {
  color: #e36732;
  font-size: 1.5em;
  padding: 0;
  margin: 0 0 1em 0;
}
.open-position dl {
  background-color: #f7f0e8;
  padding: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.open-position dt {
  width: 40%;
  font-weight: bold;
  display: block;
  float: left;
  clear: both;
  /*text-align: right;*/
}
.open-position dd {
  margin-bottom: 15px;
  width: 60%;
  display: block;
  float: left;
  text-align: left;
}
.open-position p {
  margin: 0 0 1.5em 0;
}
.testimonials p {
  font-family: Georgia;
  font-style: italic;
  font-size: 16px;
  line-height: 1.5em;
  padding: 20px;
}
.testimonials .cite {
  display: block;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial;
  margin: 10px 0 0 0;
  font-style: normal;
}
.leftContent h2.error {
  color: #f00;
  font-weight: bolder;
}
#tank-calculators {
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  clear: both;
  background-color: #E8E2D8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#tank-calculators ul li {
  width: 100%;
  display: block;
  float: none;
  margin: 0;
}
#tank-calculators h2 {
  border-top: none;
}
ul.fancybox {
  margin: 0 1em;
}
ul.fancybox li {
  width: 49.9%;
  display: block;
  float: left;
}
ul.fancybox li a {
  font-weight: bolder;
}
p.no-results {
  padding-top: 40px;
  text-align: center;
  color: #d00;
}
/* BLOG */
.secondary h2 {
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
  margin: 12px;
}
.post_title a {
  font-size: 1.5em;
}
.category {
  margin-bottom: 2.5em;
}
.navigation .orangebtn a {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #ed5d10;
  -webkit-box-shadow: 0 2px 2px rgba(2,2,2,.35);
  -moz-box-shadow: 0 2px 2px rgba(2,2,2,.35);
  box-shadow: 0 2px 2px rgba(2,2,2,.35);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDVkMTEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmMmYwMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: -moz-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: -o-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: linear-gradient(to bottom, #ed5d11 45.83%, #df2f03 145.83%);
  padding: 20px 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond";
  font-size: 23px;
  text-shadow: 0 1px 1px rgba(2, 2, 2, 0.35);
  font-weight: 400;
  display: inline-block;
  float: left;
  font-size: 1.2em;
  padding: 1em 1.3em;
}
.navigation .orangebtn a:hover {
  background-color: #ed5d10;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDhiMTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmNTEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -moz-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -o-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: linear-gradient(to bottom, #ed8b18 45.83%, #df510b 145.83%);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navigation .orangebtn a:hover {
  background-color: #ed5d10;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDhiMTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmNTEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -moz-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -o-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: linear-gradient(to bottom, #ed8b18 45.83%, #df510b 145.83%);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navigation .orangebtn a:hover {
  background-color: #ed5d10;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDhiMTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmNTEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -moz-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -o-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: linear-gradient(to bottom, #ed8b18 45.83%, #df510b 145.83%);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navigation .orangebtn:last-child {
  float: right;
}
.postnav ul.page-numbers {
  list-style-type: none;
  margin: 1em auto;
  padding: 0;
  text-align: center;
}
.postnav ul.page-numbers li {
  display: inline;
  margin-left: 0 !important;
}
.postnav ul.page-numbers li a.page-numbers,
.postnav ul.page-numbers li .current {
  background-color: #be4321;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 3px;
  f-moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  display: inline-block;
  border-top: 1px solid #333;
  text-decoration: none !important;
  text-shadow: black 0 1px 0;
}
.postnav ul.page-numbers li .current,
.postnav ul.page-numbers li a:hover {
  background-color: #100d0a;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.postnav ul.page-numbers a.page-numbers:first-child,
ul.page-numbers a.page-numbers.first {
  margin-left: 0;
}
.postnav ul.page-numbers a.page-numbers:last-child,
ul.page-numbers a.page-numbers.last {
  margin-right: 0;
}
.postnav ul.page-numbers .dots {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 none !important;
  background: transparent !important;
  color: #999999 !important;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.sociable_tagline {
  display: none;
}
/* ==========================================================================
	BREADCRUMBS
============================================================================= */
#crumbs {
  display: none;
}
@media screen and (min-width: 800px) {
  #crumbs {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0 1.04166667%;
    padding: .7em 0;
    color: #a7a29b;
  }
  #crumbs li {
    display: inline-block;
    list-style: none;
    color: #a7a29b;
    font-size: .8em;
  }
  #crumbs li.separator {
    padding: 0 .3em;
  }
  #crumbs a {
    color: #e84c0c;
    font-weight: bold;
    text-decoration: none;
  }
}
@media screen and (min-width: 700px) {
  .services-group .col {
    width: 49%;
    min-height: 370px;
    position: relative;
  }
  .services-group .col .orange-btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
  }
  .services-group .col:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (min-width: 950px) {
  .services-group .col {
    width: 23.5%;
    min-height: 580px;
  }
  .services-group .col .orange-btn {
    font-size: 1.5em;
  }
  .services-group .col:nth-child(2n+1) {
    clear: none;
    margin-left: 2%;
  }
}
#servicesList {
  background: url('../img/servicesListBg.gif') 7px 0 no-repeat;
  border-top: 1px solid #DDD;
  margin: 0 2px 0;
  width: 100%;
}
#servicesList td {
  display: block:
	float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 280px;
  overflow: hidden;
}
#servicesList div {
  width: 140px;
  margin-top: 30px;
}
#servicesList div a {
  display: block;
  width: 140px;
  margin-top: 30px;
}
#servicesList img {
  position: relative;
  left: 42px;
  margin-bottom: 10px;
}
#servicesList h2 {
  border: none;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#servicesList h2:visited {
  border: none;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#servicesList ul {
  display: block;
  float: left;
  position: relative;
  left: 135px;
  top: -140px;
  width: 140px;
  margin-bottom: -140px;
}
#servicesList ul li {
  display: block;
  float: left;
  margin-bottom: 5px;
  border-bottom: none;
  width: 140px;
}
#servicesList ul li a {
  background: url('../img/check.gif') 0 0 no-repeat;
  color: #000;
  display: block;
  padding-left: 20px;
}
#servicesList ul li a:hover {
  color: #E96F36;
}
#servicesList ul li.more a {
  color: #E96F36;
  font-weight: bold;
  background: none;
  float: right;
  margin: 0 20px 0 0;
}
#servicesList ul li.more a:hover {
  text-decoration: underline;
}
#servicesList ul li p {
  color: #000;
  text-transform: none;
  font-size: 11px;
  line-height: 1.3em;
}
#servicesList ul li ul.discList {
  position: static;
  width: auto;
}
#servicesList ul li ul.discList li {
  font-size: 11px;
  padding: 5px 0 0 3px;
  border-top: 1px solid #EEE;
  margin: 5px 15px 0 0;
  width: 120px;
}
#processList {
  margin: 0 0 0 8px;
  height: 120px;
}
#processList li {
  float: left;
  width: 76px;
  height: 65px;
  font-size: 8px;
  font-weight: bold;
  line-height: 10px;
  text-transform: uppercase;
  text-align: center;
  padding: 45px 0 0 6px;
}
#process1 {
  background: url('../img/process1.gif') 0 0 no-repeat;
  background-color: #C5C0B9;
  width: 74px;
}
#process2 {
  background: url('../img/process2.gif') 0 0 no-repeat;
  background-color: #BEB9B2;
}
#process3 {
  background: url('../img/process3.gif') 0 0 no-repeat;
  background-color: #B6B1AA;
}
#process4 {
  background: url('../img/process4.gif') 0 0 no-repeat;
  background-color: #AEA9A3;
}
#process5 {
  background: url('../img/process5.gif') 0 0 no-repeat;
  background-color: #A8A39C;
}
#process6 {
  background: url('../img/process6.gif') 0 0 no-repeat;
  background-color: #A29E96;
}
#process7 {
  background: url('../img/process7.gif') 0 0 no-repeat;
  background-color: #9C9990;
}
.half {
  float: left;
  width: 50%;
}
.discList2 {
  list-style-type: circle;
}
/*orange*/
#orangeList ul li a {
  /*background: url('../img/check.gif') 0 0 no-repeat;*/
  color: #E96F36;
  display: block;
  text-decoration: none;
}
#orangeList ul li a:hover {
  color: #E96F36;
  text-decoration: underline;
}
#orangeList ul li.more a {
  color: #E96F36;
  font-weight: bold;
  background: none;
  float: right;
  margin: 0 20px 0 0;
}
#orangeList ul li.more a:hover {
  text-decoration: underline;
}
#orangeList ul li p {
  color: #000;
  text-transform: none;
  font-size: 11px;
  line-height: 1.3em;
}
#orangeList ul li ul.discList {
  position: static;
  width: auto;
}
#orangeList ul li ul.discList li {
  font-size: 11px;
  padding: 5px 0 0 3px;
  border-top: 1px solid #EEE;
  margin: 5px 15px 0 0;
  width: 120px;
}
.orangLinkLearnMore {
  padding-left: 300px;
  margin-top: -10px;
}
.orangLinkLearnMore a:visited {
  font-weight: bold;
  color: #E96F36;
  text-decoration: none;
}
.orangLinkLearnMore a:link {
  font-weight: bold;
  color: #E96F36;
  text-decoration: none;
}
.orangLinkLearnMore a:hover {
  font-weight: bold;
  color: #E96F36;
  text-decoration: underline;
}
.orange-btn {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #ed5d10;
  -webkit-box-shadow: 0 2px 2px rgba(2,2,2,.35);
  -moz-box-shadow: 0 2px 2px rgba(2,2,2,.35);
  box-shadow: 0 2px 2px rgba(2,2,2,.35);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDVkMTEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmMmYwMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: -moz-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: -o-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: linear-gradient(to bottom, #ed5d11 45.83%, #df2f03 145.83%);
  padding: 20px 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond";
  font-size: 23px;
  text-shadow: 0 1px 1px rgba(2, 2, 2, 0.35);
  font-weight: 400;
  display: inline-block;
}
.orange-btn:hover {
  background-color: #ed5d10;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDhiMTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmNTEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -moz-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -o-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: linear-gradient(to bottom, #ed8b18 45.83%, #df510b 145.83%);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ==========================================================================
	WORDPRESS CLASSES
============================================================================= */
.imgCenter,
.imgLeft,
.imgRight,
img {
  margin: 0 auto 1em;
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 700px) {
  .imgLeft {
    float: left;
    margin: 0 1em 1em 0;
  }
  .imgRight {
    float: right;
    margin: 0 0 1em 1em;
    clear: right;
  }
  .imgCenter {
    border: 6px solid #eee;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  }
}
/* ==========================================================================
	TECHINCAL SKILLS PAGE
   ========================================================================== */
#skillBoxesList {
  padding-left: 0;
}
#skillBoxesList li {
  margin: 0;
  list-style: none;
}
#skillBoxesList .skillBox {
  display: block;
  color: #FFF;
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 1.7em 0 0 85px;
  min-height: 80px;
  margin-bottom: .5em;
}
#skillBoxesList .skillBox#structural {
  background: url('../img/structuralBtnBg.png') 0 0 no-repeat;
}
#skillBoxesList .skillBox#mechanical {
  background: url('../img/mechanicalBtnBg.png') 0 0 no-repeat;
}
#skillBoxesList .skillBox#electrical {
  background: url('../img/electricalBtnBg.png') 0 0 no-repeat;
}
#skillBoxesList .skillBox#instrumentation {
  background: url('../img/instrumentationBtnBg.png') 0 0 no-repeat;
  padding-left: 60px;
}
@media screen and (min-width: 600px) {
  #skillBoxesList::after {
    content: '';
    display: table;
    clear: both;
  }
  #skillBoxesList li {
    float: left;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  #skillBoxesList .skillbox {
    height: 51px;
    width: 171px;
    float: left;
    margin: 0 0 30px 15px;
  }
}
ul.twoColList {
  padding-left: 0;
}
ul.twoColList li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px 0 25px;
  margin: 0 0 10px 0;
  display: block;
  float: left;
  clear: none;
}
/* ==========================================================================
	AFFILIATIONS PAGE
   ========================================================================== */
#certificatesList {
  padding-left: .5em;
}
#certificatesList li {
  list-style: none;
  margin-left: 0;
}
#certificatesList li a {
  display: block;
  padding: 110px 20px 20px 20px;
  margin-bottom: 1em;
  text-align: center;
}
#certificatesList li a#scomsdc {
  background: url('../img/scomsdc.jpg') top center no-repeat;
}
#certificatesList li a#tmsdc {
  background: url('../img/tmsdc.jpg') top center no-repeat;
}
#certificatesList li a#mmsdc {
  background: url('../img/mmsdc.jpg') top center no-repeat;
}
@media screen and (min-width: 500px) {
  #certificatesList li a {
    text-align: left;
    padding: 20px 20px 20px 150px;
  }
  #certificatesList li a#scomsdc,
  #certificatesList li a#tmsdc,
  #certificatesList li a#mmsdc {
    background-position: 0 50%;
  }
}
/* ==========================================================================
	QUICK FACTS PAGE
   ========================================================================== */
#qFacts li {
  display: block;
  margin: 0;
  padding: 0 5px;
  margin: 2px 0;
}
#qFacts li.first {
  border: none;
  padding-left: 0;
}
#qFacts p {
  margin-top: 12px;
}
#qFacts .dottedList {
  margin-top: 0;
}
#qFacts .dottedList li {
  border-bottom: 1px dotted #000;
  float: none;
  position: relative;
  font-size: 12px;
  margin: 0 0 15px;
}
#qFacts .dottedList li em {
  font-style: normal;
  display: block;
  position: absolute;
  left: -1px;
  bottom: -5px;
  background-color: #FFF;
  padding-right: 2px;
}
#qFacts .dottedList li strong {
  display: block;
  width: 115px;
  background-color: #FFF;
  position: absolute;
  right: 0px;
  bottom: -5px;
  font-weight: normal;
  padding-left: 2px;
}
#qFacts h2 {
  border: none;
  font-weight: bold;
  color: #E16531;
  margin: 0px 0 5px 0;
}
#qFacts .rightFloat {
  float: right;
  margin: 0 0 0 20px;
  width: 230px;
  overflow: hidden;
}
#qFacts .rightFloat ul {
  float: left;
  margin-left: 0;
  margin-top: 0;
}
#qFacts .rightFloat ul li {
  border: none;
  padding: 0;
  margin: 0;
}
#qFacts .rightFloat h2 {
  margin: 0;
}
#qFacts p {
  clear: left;
}
#qFacts #box li {
  clear: left;
  color: #FFF;
  text-align: center;
}
#qFacts #box h2 {
  color: #FFF;
  border-bottom: 2px solid #CDC6BA;
  text-transform: uppercase;
  text-align: center;
  float: left;
  clear: left;
  padding-top: 15px;
  width: 100%;
  margin-bottom: 5px;
}
#qFacts #box h2:first-child {
  padding-top: 0;
}
#qFacts #box {
  background-color: #9C7C55;
  width: 100%;
  padding: 15px;
  margin-bottom: 60px;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.main--right-sidebar img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1em;
}
/* ==========================================================================
	LOCATIONS PAGE
   ========================================================================== */
#locationsContent h2 {
  color: #DE612F;
  font-size: 16px;
  font-family: Helvetica, Trebuchet MS, sans-serif;
  font-weight: bold;
  border: none;
}
#locationsContent ul {
  margin: 0;
}
#locationsContent ul li {
  width: 50%;
  float: left;
  padding: 0 20px;
  margin: 0 0 5px;
  list-style: none;
}
#locationsContent div.map {
  width: 70%;
  text-align: center;
  margin: 20px auto;
}
#locationsContent div.map img {
  width: 100%;
}
#locationsContent small {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  #locationsContent ul {
    float: left;
    width: 25%;
  }
  #locationsContent ul li {
    width: 100%;
    float: none;
  }
}
#locationsMap {
  display: block;
  float: left;
  margin: 0;
}
ul#locationsList {
  height: auto;
  width: 100%;
}
ul#locationsList li {
  display: block;
  width: 100%;
  float: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
ul#locationsList li::after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (min-width: 700px) {
  ul#locationsList li {
    float: left;
    width: 50%;
  }
  ul#locationsList li:nth-of-type(2n+1) {
    clear: both;
  }
}
#locationsList h2 {
  color: #DE612F;
  border: none;
  border-bottom: 1px solid #DDD;
  font-size: 14px;
  font-family: Helvetica, Trebuchet MS, sans-serif;
  font-weight: bold;
}
#locationsList p {
  color: #555;
  font-size: 12px;
}
#locationsList a {
  display: block;
  background: url('../img/mapBtn.png') 0 0 no-repeat;
  color: #DE612F;
  font-size: 12px;
  margin-top: -5px;
  padding: 10px 0 10px 45px;
  text-decoration: underline;
}
@media screen and (min-width: 500px) {
  #locationsList a {
    float: left;
  }
}
#locationsList h2 strong {
  color: #555;
}
.locationImg {
  display: block;
  background-color: #FFF;
  margin-bottom: .5em;
}
.locationImg img {
  width: 100% !important;
  max-width: 145px;
  height: auto !important;
  display: block;
}
@media screen and (min-width: 500px) {
  .locationImg {
    float: left;
    padding-right: 1em;
  }
}
/* ==========================================================================
	REQUEST PROPOSAL PAGE
   ========================================================================== */
margin:0 #requestProposalForm > div {
  clear: left;
  float: left;
  margin: 0 0 0 15px;
  width: 350px;
}
#requestProposalForm .required {
  display: block;
}
button {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #ed5d10;
  -webkit-box-shadow: 0 2px 2px rgba(2,2,2,.35);
  -moz-box-shadow: 0 2px 2px rgba(2,2,2,.35);
  box-shadow: 0 2px 2px rgba(2,2,2,.35);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDVkMTEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmMmYwMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: -moz-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: -o-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: linear-gradient(to bottom, #ed5d11 45.83%, #df2f03 145.83%);
  padding: 20px 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond";
  font-size: 23px;
  text-shadow: 0 1px 1px rgba(2, 2, 2, 0.35);
  font-weight: 400;
  display: inline-block;
  border: none;
  padding: 10px 30px;
  clear: both;
}
button:hover {
  background-color: #ed5d10;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDhiMTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmNTEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -moz-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -o-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: linear-gradient(to bottom, #ed8b18 45.83%, #df510b 145.83%);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button:hover {
  background-color: #ed5d10;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDhiMTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmNTEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -moz-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -o-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: linear-gradient(to bottom, #ed8b18 45.83%, #df510b 145.83%);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button:hover {
  background-color: #ed5d10;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDhiMTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmNTEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -moz-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -o-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: linear-gradient(to bottom, #ed8b18 45.83%, #df510b 145.83%);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ==========================================================================
	PROJECTS PAGE
   ========================================================================== */
.project-details dl,
#qFacts dl {
  overflow: hidden;
  margin: 0 0 6px 0;
  font-size: 12px;
}
.project-details dl dt,
#qFacts dl dt {
  float: left;
  padding: 0 .4em 0 0;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.project-details dl dd,
#qFacts dl dd {
  padding: 0 0 0 .4em;
  margin: 0;
  float: right;
  text-align: right;
  position: relative;
}
.project-details dl:after,
#qFacts dl:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 1em;
  border-bottom: 1px dotted #ccc;
}
.project-details {
  padding: 25px 15px;
  border-bottom: solid 1px #cdc7bb;
}
.project-details img {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
@media screen and (min-width: 500px) {
  .project-details img {
    float: left;
    width: 130px;
  }
}
.project-details dl {
  float: right;
  width: 100%;
}
.project-details dl dt {
  font-weight: bold;
  color: #999;
}
.project-details dl dd {
  font-weight: bold;
  color: #333;
}
.project-details dl dt,
.project-details dl dd {
  float: none;
  text-align: left;
}
.project-details dl::after {
  display: none;
}
@media screen and (min-width: 500px) {
  .project-details dl {
    width: 60%;
    width: calc(100% - 150px);
  }
  .project-details dl dt {
    float: left;
  }
  .project-details dl dd {
    float: right;
    text-align: right;
  }
  .project-details dl::after {
    display: block;
  }
}
.project-details p {
  clear: both;
  padding: 10px 0 0;
  margin: 0;
  float: right;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .project-details p {
    width: 60%;
    width: calc(100% - 150px);
  }
}
.project-details .shareThis {
  float: left;
  width: 124px;
  background: #f3ece4;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-top: 5px;
  padding: 3px;
}
#piping-design h2 {
  border: 0;
  color: #e84c0c;
  font-family: "franklin-gothic-urw-cond";
  font-size: 1.75em;
  margin-top: 0.75em;
  text-transform: uppercase;
}
#piping-design .left ul li {
  position: relative;
}
#piping-design .left ul li:before {
  background: url(../img/orange-check.gif) 50% 50% no-repeat;
  content: "";
  height: 16px;
  left: -20px;
  position: absolute;
  top: 1px;
  width: 16px;
}
@media screen and (min-width: 700px) {
  #piping-design .cols3 ul,
  #piping-design .cols2 ul {
    border-left: 1px dotted #bbbbbb;
    min-height: 118px;
  }
}
#piping-design .cols3 ul li,
#piping-design .cols2 ul li {
  list-style-type: none;
}
#piping-design .cols3 .first ul,
#piping-design .cols2 .first ul {
  border-left: 0;
}
#piping-design .focus {
  text-align: center;
}
#piping-design .focus div {
  box-sizing: border-box;
  padding: 1em;
}
#piping-design .focus h4 {
  margin-bottom: 0.5em;
  margin-top: 1em;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  #piping-design .focus div:last-child {
    border-left: 1px dotted #bbbbbb;
  }
}
#piping-design .item {
  border-bottom: 1px dotted #bbbbbb;
  margin-left: 4em;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 1em;
}
#piping-design .item:before {
  -webkit-border-radius: 9999em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9999em;
  -moz-background-clip: padding;
  border-radius: 9999em;
  background-clip: padding-box;
  background: #e84c0c;
  color: #ffffff;
  content: "1";
  font-size: 2em;
  left: 0;
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
  padding: 0.5em 0.55em;
  position: absolute;
  top: 0;
}
#piping-design .item:nth-child(2):before {
  content: "2";
}
#piping-design .item:last-child {
  border-bottom: 0;
}
#piping-design .item:last-child:before {
  content: "3";
}
#piping-design dl dt {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: 900;
}
#piping-design dl li {
  list-style-type: none;
}
@media screen and (min-width: 600px) {
  #piping-design dl dt,
  #piping-design dl dd {
    float: none;
    text-align: left;
  }
}
#piping-design .right h3 {
  color: #e84c0c;
  font-family: "franklin-gothic-urw-cond";
  font-size: 1.25em;
  text-transform: uppercase;
}
#piping-design .right h4 {
  font-size: 1.25em;
  margin-bottom: 1em;
}
#piping-design .right h5 {
  font-size: 1.25em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
#piping-design .right h5 + ul li {
  text-align: center;
}
#piping-design .right ul {
  margin: 0;
  padding: 0;
}
#piping-design .right ul li {
  font-size: 1.2em;
  list-style-type: none;
  margin-left: 0;
}
#piping-design .secondary-piping h3 {
  margin-bottom: 0.25em;
}
#piping-design .secondary-piping figure {
  margin-bottom: 3em;
  margin-left: 0;
  margin-right: 0;
}
#piping-design .secondary-piping .orange-btn {
  font-size: 1.5em;
}
#piping-design .secondary-piping .col {
  box-sizing: border-box;
}
@media screen and (min-width: 700px) {
  #piping-design .secondary-piping .col:last-child {
    border-left: 1px dotted #bbbbbb;
  }
}
.hs-form {
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  padding: 20px;
  background: #f9f9f9;
  border: solid 1px #ccc;
}
.hs-form fieldset {
  max-width: none;
  width: 100%;
  border: 0;
  padding: 0;
}
.hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  float: left;
}
.hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
  float: right;
}
.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form input[type="tel"],
.hs-form select,
.hs-form textarea {
  width: 100%;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #e9e9e9;
  border: 1px solid #ccc;
  padding: .75em;
  font-size: 16px;
}
.hs-form input[type="text"]:focus,
.hs-form input[type="email"]:focus,
.hs-form input[type="tel"]:focus,
.hs-form select:focus,
.hs-form textarea:focus {
  outline: none;
  background: #eee;
}
.hs-form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  background-image: url('../img/select-arrow.png');
  background-position: 100% 60%;
  background-color: #fff;
  background-repeat: no-repeat;
  padding: .5em;
}
.hs-form select::-ms-expand {
  display: none;
}
.hs-form input[type="submit"] {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #ed5d10;
  -webkit-box-shadow: 0 2px 2px rgba(2,2,2,.35);
  -moz-box-shadow: 0 2px 2px rgba(2,2,2,.35);
  box-shadow: 0 2px 2px rgba(2,2,2,.35);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDVkMTEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmMmYwMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: -moz-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: -o-linear-gradient(top, #ed5d11 45.83%, #df2f03 145.83%);
  background-image: linear-gradient(to bottom, #ed5d11 45.83%, #df2f03 145.83%);
  padding: 20px 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond";
  font-size: 23px;
  text-shadow: 0 1px 1px rgba(2, 2, 2, 0.35);
  font-weight: 400;
  display: inline-block;
  font-size: 1.5em;
  padding: .7em 2em;
  outline: none;
  border: 0;
}
.hs-form input[type="submit"]:hover {
  background-color: #ed5d10;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDhiMTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmNTEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -moz-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -o-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: linear-gradient(to bottom, #ed8b18 45.83%, #df510b 145.83%);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.hs-form input[type="submit"]:hover {
  background-color: #ed5d10;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDhiMTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmNTEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -moz-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -o-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: linear-gradient(to bottom, #ed8b18 45.83%, #df510b 145.83%);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.hs-form input[type="submit"]:hover {
  background-color: #ed5d10;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDhiMTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmNTEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -moz-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: -o-linear-gradient(top, #ed8b18 45.83%, #df510b 145.83%);
  background-image: linear-gradient(to bottom, #ed8b18 45.83%, #df510b 145.83%);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.hs-form .hs-error-msgs {
  margin-bottom: 0;
  color: red;
}
.hs-form .hs-error-msgs li {
  list-style: none !important;
  margin: 0 0 0 0 !important;
  font-size: .8em;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.lt-ie9 .hs-form select {
  background: transparent;
}
.hbspt-formtitle {
  padding: 10px 20px !important;
  margin: 0 !important;
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  background: #ccc;
}
