/*
---------------------------------------------
Client:	Piccolo
CSS: Core Style Sheet

Author:	Lofty Word (http://www.loftyword.com)
            __          __           __
-----------/ /\--------/ /\---------/ /\-----
----------/ / /-------/ / /--------/ / /-----
---------/ / /-------/ / /--__----/ / /------
--------/ / /-------/ / /--/ /\--/ / /-------
-------/ / /-------/ / /--/ / /-/ / /--------
------/ /_/____---/ /_/--/ /_/-/ / /---------
-----/________/\-/______________/ /----------
-----\________\/-\______________\/-----------

--------------------------------------------- 
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*------------------------------------------------*/
/* Variables SECTION START*/
/*------------------------------------------------*/
@font-face {
  font-family: 'Brawler';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/brawler/v19/xn7gYHE3xXewAscGggexTw.ttf) format('truetype');
}
/*------------------------------------------------*/
/* Main Layout SECTION START*/
/*------------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
  margin: 0px;
  padding: 0px;
}
body {
  font-size: 62.5%;
}
body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  color: #fff;
  background: #f1592a;
  padding: 0px;
  margin: 0px;
}
#main-container {
  position: relative;
}
#responsive {
  height: 1px;
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #f1592a;
  text-decoration: none;
}
a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}
a:active {
  color: #da3e0e;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
hr {
  height: 1px;
  color: #ececec;
  background: #ececec;
  border: 0px solid #ececec;
  margin: 15px 0px;
}
img {
  max-width: 100%;
  height: auto;
}
.error {
  color: #900;
}
.success {
  color: #6ca546;
}
.xsmall {
  font-size: 10px;
}
.small {
  font-size: 12px;
}
.large {
  font-size: 2em;
}
.xlarge {
  font-size: 3em;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
  visibility: hidden !important;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
  clear: both;
}
.font--small {
  font-size: 14px;
}
/*------------------------------------------------*/
/* Header SECTION START*/
/*------------------------------------------------*/
header {
  width: 100%;
  background: #fff;
}
header img {
  padding: 1.5em 1.5em 1em 1.5em;
}
header .nav-button {
  display: block;
}
header .nav-button a {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 3em;
  width: 1em;
  height: 1em;
  background: #f1592a;
  color: #fff;
  text-decoration: none;
  text-align: center;
  z-index: 20;
  outline: none;
}
header .nav-button a:hover {
  cursor: pointer;
  background: #f47e5a;
}
/*------------------------------------------------*/
/* Nav SECTION START*/
/*------------------------------------------------*/
nav {
  display: none;
}
nav ul {
  position: relative;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
nav ul li {
  display: block;
}
nav ul li a {
  position: relative;
  display: block;
  color: #666;
  padding: 1.2em 1.5em 1em 1.5em;
}
nav ul li a:hover {
  color: #fff;
  background: #f47e5a;
  text-decoration: none;
}
nav ul li.active a {
  color: #fff;
  background: #f1592a;
}
/*------------------------------------------------*/
/* Content SECTION START*/
/*------------------------------------------------*/
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure,
form {
  margin: 0px;
}
h1 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 3em;
  font-weight: normal;
  color: #fff;
}
h2 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 3em;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.5em;
  color: ;
}
h4 {
  font-size: 1.3em;
  color: ;
}
p {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.4em;
  margin: 5px 0px 15px 0px;
}
p.leadin {
  font-size: 1.8em;
}
ul {
  margin: 15px 0px 15px 0px;
}
ol {
  margin: 15px 0px 15px 0px;
}
li {
  font-size: 1.4em;
  margin: 4px 0px;
}
table {
  font-size: 1.3em;
  margin: 15px 0px;
}
form {
  margin: 15px 0px;
}
h1 + h2,
h2 + h3,
h3 + h4 {
  margin-top: 20px;
}
p + h2,
p + h3,
p + h4,
ul + h2,
ul + h3,
ul + h4,
ol + h2,
ol + h3,
ol + h4,
hr + h2,
hr + h3,
hr + h4,
table + h2,
table + h3,
table + h4,
form + h2,
form + h3,
form + h4 {
  margin-top: 40px;
}
/* Main Content */
.top-content-container {
  background: #f5f5f5;
  padding: 40px 0px 70px 0px;
}
.top-content-container .top-content .testing {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .top-content-container .top-content .testing {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .top-content-container .top-content .testing {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .top-content-container .top-content .testing {
    margin-left: 33.33333333%;
  }
}
.top-content-container .top-content h1 {
  font-size: 4.8em;
}
.main-content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 2;
}
.main-content .row {
  margin-bottom: 30px;
}
.projects-content {
  position: relative;
  margin-top: -15px;
  padding-bottom: 60px;
  z-index: 2;
}
/* Features */
section.feature {
  position: relative;
  margin-top: -15px;
  padding: 90px 0px;
  z-index: 1;
  background: #faf9f7;
  border-bottom: 1px solid #dedede;
}
section.feature#trustbuilder {
  text-align: center;
  background-image: url(../images/feature-trustbuilder-back.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.feature#trustbuilder p {
  margin: 0px;
}
section.feature#trustbuilder span.dwell {
  display: inline-block;
  text-indent: -99999em;
  width: 70px;
  padding: 4px 5px;
  background-image: url('../images/feature-trustbuilder-dwell@2x.png');
  background-size: 62px 23px;
  background-position: center 0px;
  background-repeat: no-repeat;
}
section.feature#trustbuilder span.hgtv {
  display: inline-block;
  text-indent: -99999em;
  width: 78px;
  padding: 12px 5px 8px 5px;
  background-image: url('../images/feature-trustbuilder-hgtv@2x.png');
  background-size: 72px 34px;
  background-position: center 0px;
  background-repeat: no-repeat;
}
/*------------------------------------------------*/
/* Homepage SECTION START*/
/*------------------------------------------------*/
.hero-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 350px;
  background: url(../images/hero-back.jpg) bottom center no-repeat;
  background-size: cover;
}
.hero-container h1 {
  margin: 0px 0px 20px 0px;
  font-size: 3em;
  line-height: 1.2em;
}
.hero-container a:hover {
  opacity: 0.8;
}
.home-feature {
  position: relative;
  padding-bottom: 80px;
  z-index: 2;
}
.home-feature .photos {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  margin-bottom: 30px;
}
.home-feature .photos:before,
.home-feature .photos:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.home-feature .photos:after {
  clear: both;
}
.home-feature p {
  padding: 0px 30px 0px 0px;
}
.headshot {
  padding-top: 24px;
}
.badge-container {
  padding: 40px 0px;
}
/*------------------------------------------------*/
/* Projects SECTION START*/
/*------------------------------------------------*/
.project {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .project {
    float: left;
    width: 41.66666667%;
  }
}
.project a {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
.project a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #f1592a;
}
.project a img {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.project a figcaption {
  position: absolute;
  top: 70px;
  left: 30px;
  opacity: 0;
  text-align: left;
  font-size: 1.8em;
  color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.project a figcaption strong {
  display: block;
}
.project a:hover:before {
  background-position: 90% 86%;
  background-repeat: no-repeat;
}
.project a:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.03, 1.03);
}
.project a:hover figcaption {
  opacity: 1;
  top: 30px;
}
@media (min-width: 768px) {
  .projects:nth-child(2n) .project:nth-child(1) {
    margin-left: 8.33333333%;
  }
}
/*------------------------------------------------*/
/* Buttons & Specials SECTION START*/
/*------------------------------------------------*/
.button {
  -webkit-appearance: none;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  padding: 0.5em 0.8em;
  border: 0px;
  background: #f1592a;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.button:hover {
  color: #fff;
  text-decoration: none;
  background: #f47e5a;
}
.button:active {
  color: #e1e1e1;
  background: #da3e0e;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
.button-error {
  background: #900 !important;
}
.button-error:hover {
  background: #cc0000 !important;
}
.button-error:active {
  background: #660000 !important;
}
.button-success {
  background: #6ca546 !important;
}
.button-success:hover {
  background: #86bc62 !important;
}
.button-success:active {
  background: #558137 !important;
}
/*------------------------------------------------------------------*/
/* Forms SECTION START*/
/*------------------------------------------------------------------*/
input[type=submit],
input[type=cancel],
input[type=button] {
  -webkit-appearance: none;
}
input[type=text],
input[type=password],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
textarea {
  -webkit-appearance: none;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  color: #666;
  font-size: 1.4em;
  padding: 0.5em;
  border-radius: 4px;
  border: 1px solid #ccc;
  max-width: 100%;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=email]:focus,
textarea:focus {
  background: #f9fdff;
  outline: none;
}
input[type=submit],
input[type=button] {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  display: inline-block;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em 0.8em;
  border-radius: 4px;
  border: 0px;
  background: #f1592a;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
input[type=submit]:hover,
input[type=button]:hover {
  background: #f47e5a;
  cursor: pointer;
}
input[type=submit]:active,
input[type=button]:active {
  color: #e1e1e1;
  background: #da3e0e;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
/*------------------------------------------------*/
/* Footer SECTION START*/
/*------------------------------------------------*/
footer {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0.9em;
  padding: 0px 0px 40px 0px;
}
footer:before,
footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
footer:after {
  clear: both;
}
footer .social-icon-img {
  width: 42px;
  height: auto;
  filter: brightness(0) invert(1);
}
footer .logo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer .logo {
    float: left;
    width: 83.33333333%;
  }
}
footer .address {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer .address {
    float: left;
    width: 83.33333333%;
  }
}
footer .address p {
  font-size: 1.6em;
  margin: 20px 0px;
}
footer .nav {
  display: none;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding: 1.2em 0px;
}
@media (min-width: 768px) {
  footer .nav {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  footer .nav {
    float: left;
    width: 50%;
  }
}
footer .nav ul {
  margin: 0px;
  padding: 0px;
}
footer .nav ul li {
  list-style: none;
  display: inline;
}
footer .nav ul li a {
  position: relative;
  display: block;
  font-size: 1.1em;
  color: #666;
  padding: 1em 1.2em;
}
footer .nav ul li a:hover {
  color: #f47e5a;
  text-decoration: none;
}
footer .nav ul li a:active {
  color: #da3e0e;
}
footer .social {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .social {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  footer .social {
    float: left;
    width: 16.66666667%;
  }
}
footer .social p {
  margin: 0px;
  font-size: 5em;
}
footer .social p a {
  color: #666;
  display: inline-block;
  margin: 0px 10px;
}
footer .social p a:hover {
  color: #f47e5a;
  text-decoration: none;
}
footer .social p a:active {
  color: #da3e0e;
}
/*------------------------------------------------*/
/* Fonts SECTION START*/
/*------------------------------------------------*/
@font-face {
  font-family: 'NAME';
  src: url('../fonts/NAME.eot');
  src: url('../fonts/NAME.eot?#iefix') format('embedded-opentype'), url('../fonts/NAME.woff') format('woff'), url('../fonts/NAME.ttf') format('truetype');
}
/*------------------------------------------------*/
/* Animation SECTION START*/
/*------------------------------------------------*/
.waypoint.reveal {
  opacity: 0;
}
.waypoint.delay {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.waypoint.delay:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.waypoint.delay:nth-child(4) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.waypoint.delay:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.waypoint.delay:nth-child(6) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.animated {
  -webkit-animation-duration: 0.65s;
  -webkit-animation-fill-mode: both;
  animation-duration: 0.65s;
  animation-fill-mode: both;
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*------------------------------------------------*/
/* Plugin Styles SECTION START*/
/*------------------------------------------------*/
/*-------------------------------------------------------*/
/* Print Styles SECTION START - From Bootstrap v3.0.2    */
/*-------------------------------------------------------*/
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
}
/*------------------------------------------------*/
/* IE Fixes SECTION START*/
/*------------------------------------------------*/
/*
---------------------------------------------
Client:	Piccolo Landing Page
CSS: Responsive Style Sheet

Author:	Lofty Word (http://www.loftyword.com)
            __          __           __
-----------/ /\--------/ /\---------/ /\-----
----------/ / /-------/ / /--------/ / /-----
---------/ / /-------/ / /--__----/ / /------
--------/ / /-------/ / /--/ /\--/ / /-------
-------/ / /-------/ / /--/ / /-/ / /--------
------/ /_/____---/ /_/--/ /_/-/ / /---------
-----/________/\-/______________/ /----------
-----\________\/-\______________\/-----------

--------------------------------------------- 
*/
/*------------------------------------------------ */
/* Mobile (Portrait) - 320px to 480px */
/* Design for a width of 320px */
/*------------------------------------------------ */
@media only screen and (min-width: 320px) {
  /* Default styles handled in core.css */
}
/*------------------------------------------------ */
/* Mobile (Landscape) - 480px to 768px */
/* Design for a width of 480px */
/*------------------------------------------------ */
@media only screen and (min-width: 480px) {
  #responsive {
    height: 2px;
  }
  nav {
    display: none;
  }
  .hero-container {
    height: 400px;
  }
  /* Footer */
  footer .nav ul li a {
    display: inline-block;
  }
}
/*------------------------------------------------ */
/* Tablet & Small Monitor - 768px to 960px */
/* Design for a width of 768px */
/*------------------------------------------------ */
@media only screen and (min-width: 768px) {
  #responsive {
    height: 3px;
  }
  .headshot {
    padding: 0px;
  }
  /* Home */
  .hero-container {
    height: 450px;
  }
  .hero-container h1 {
    font-size: 4em;
    margin-bottom: 30px;
  }
  .home-feature {
    text-align: left;
  }
  header {
    position: absolute;
    top: 20px;
    left: 0px;
  }
  header .nav-button {
    display: none;
  }
  nav {
    float: right;
    display: block;
  }
  nav ul {
    position: relative;
    margin: 5px 0px 0px 0px;
    padding: 0px;
  }
  nav ul li {
    display: inline;
  }
  nav ul li a {
    position: relative;
    display: inline-block;
    color: #666;
    padding: 1.2em 1.5em 1em 1.5em;
  }
  nav ul li a:hover {
    color: #f47e5a;
    background: none;
    text-decoration: none;
  }
  nav ul li a:hover:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -9px;
    height: 4px;
    width: 100%;
    background: #f1592a;
  }
  nav ul li.active a {
    color: #f1592a;
    background: none;
  }
  nav ul li.active a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -9px;
    height: 4px;
    width: 100%;
    background: #f1592a;
  }
  h3 span {
    display: inline-block;
    color: #333;
    margin: 0px 10px;
    height: auto;
  }
  h3 i {
    display: inline-block;
  }
  /* Main Content */
  .top-content-container {
    padding: 150px 0px 70px 0px;
  }
  /* Feature */
  section.feature#david {
    padding: 70px 0px;
    background: #faf9f7 url('../images/feature-david-back.png') right 0px no-repeat;
  }
  /* Footer */
  footer .nav {
    display: block;
  }
}
/*------------------------------------------------ */
/* Desktop - 960px and greater */
/* Design for a width of 960px */
/*------------------------------------------------ */
@media only screen and (min-width: 992px) {
  #responsive {
    height: 4px;
  }
  /* Home */
  .hero-container {
    height: 650px;
  }
  .hero-container h1 {
    font-size: 4.8em;
    margin-bottom: 40px;
  }
  .home-feature {
    text-align: left;
  }
  /* Feature */
  section.feature#david {
    padding: 90px 0px;
  }
  /* Footer */
  footer .nav {
    margin-top: -1.6em;
    border-right: 2px solid #dedede;
    border-left: 2px solid #dedede;
  }
  footer .nav ul li a {
    padding: 1.2em 1.5em;
  }
  footer .social {
    margin-top: -1.1em;
  }
}
/*------------------------------------------------ */
/* Large Desktop - 1200px and greater */
/*------------------------------------------------ */
@media only screen and (min-width: 1200px) {
  #responsive {
    height: 5px;
  }
  footer .address p {
    font-size: 1.6em;
  }
  footer .nav {
    margin-top: -1em;
  }
  footer .nav ul li a {
    padding: 1.2em 2em;
  }
  footer .social {
    margin-top: -0.2em;
  }
}
