/**
*
* TFW Surveying & Mapping, Inc.
* Main Stylesheet
*
**/
/*===============================
=            Imports            =
===============================*/
/*==========  Dependencies  ==========*/
/*==========  Base  ==========*/
/**
*
* Variables
*
**/
/*==========  Susy Grid  ==========*/
/*==========  Colors  ==========*/
/*==========  Fonts  ==========*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/* normalize.scss 2.2.0+normalize.2.1.3 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 71, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 81, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 94, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
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.
 */
/* line 105, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
[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.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 121, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
html {
  font-family: "Albertus Medium", Georgia, Times, Times New Roman, serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 144, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
button,
input,
select,
textarea {
  font-family: "Albertus Medium", Georgia, Times, Times New Roman, serif; }

/**
 * Remove default margin.
 */
/* line 153, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 165, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 173, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 182, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 196, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
p,
pre {
  margin: 1.5em 0; }

/* line 200, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 211, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

/* line 226, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em; }

/* line 232, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

/* line 238, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

/* line 244, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

/* line 250, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 261, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 270, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 278, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 286, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 295, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 307, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 319, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Set consistent quote types.
 */
/* line 334, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 342, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 351, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 358, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
sup {
  top: -0.5em; }

/* line 362, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 378, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.5em 0; }

/* line 392, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 402, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 413, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 427, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 439, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 451, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 464, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 473, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 0.4625em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 0.9125em;
  border-left-style: solid;
  border-left-width: 0.0625em;
  padding-left: 0.875em;
  border-right-style: solid;
  border-right-width: 0.0625em;
  padding-right: 0.875em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 489, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 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.
 * 4. Improve appearance and consistency with IE 6/7.
 */
/* line 507, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 523, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
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.
 */
/* line 535, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 552, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 565, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 577, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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).
 */
/* line 592, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 603, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 612, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
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.
 */
/* line 622, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 635, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
*
* Base Styles
*
**/
/* line 10, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_base.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 17, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_base.scss */
body, html {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background: #eee;
  font-family: "Albertus Medium", Georgia, Times, Times New Roman, serif; }

/* line 24, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_base.scss */
address {
  font-style: normal; }

/* line 29, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_base.scss */
aside {
  width: 23.72881%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  background: #ddd;
  padding: 10px; }
  /* line 34, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_base.scss */
  aside li {
    list-style-type: none;
    font-size: 13px; }
  /* line 39, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_base.scss */
  aside p {
    font-size: 13px; }
  /* line 43, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_base.scss */
  aside ul {
    margin: 0; }

/* line 50, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_base.scss */
nav li {
  display: block;
  float: left; }

/* line 60, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_base.scss */
.container {
  *zoom: 1;
  max-width: 59em;
  _width: 59em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto; }
  /* line 38, /Users/Benjamin/.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .container:after {
    content: "";
    display: table;
    clear: both; }

/* line 65, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_base.scss */
.wrap {
  overflow: hidden; }

/**
*
* Headings
*
**/
/* line 9, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: normal;
  color: red; }

/* line 15, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_headings.scss */
h1, .h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333; }

/* line 19, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_headings.scss */
h2, .h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6; }

/* line 23, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_headings.scss */
h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1; }

/* line 27, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_headings.scss */
h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }

/* line 31, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_headings.scss */
h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

/* line 35, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_headings.scss */
h6, .h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429; }

/**
*
* Links
*
**/
/* line 10, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_links.scss */
a {
  color: red;
  padding-bottom: 0;
  border-bottom: 1px solid red;
  text-decoration: none; }
  /* line 16, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_links.scss */
  a:hover {
    color: #e50000;
    border-color: #e50000; }

/**
*
* Lists
*
**/
/* line 20, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_lists.scss */
ul.unstyled {
  list-style-type: none; }

/*==========  Objects  ==========*/
/**
*
* Associate
*
**/
/* line 12, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_associate.scss */
.associate {
  margin-top: 80px; }
  /* line 16, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_associate.scss */
  .associate h3 {
    border-bottom: 1px solid red;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    /* line 21, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_associate.scss */
    .associate h3 span {
      font-size: 24px;
      font-style: italic; }

/**
*
* Badge
*
**/
/* line 8, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_badge.scss */
.badge {
  width: 85px;
  height: 85px;
  background: url(../img/bg-badge-85.png) no-repeat left top; }

/* line 15, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_badge.scss */
.badge {
  position: absolute;
  top: 10px;
  right: 1em; }

/* line 22, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_badge.scss */
.badge__number {
  display: block;
  clear: both;
  line-height: 35px;
  font-size: 42px; }

/* line 30, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_badge.scss */
.badge__text {
  font-family: Georgia, serif;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  top: 10px;
  letter-spacing: 0px; }

/**
*
* Box
*
**/
/* line 13, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_box.scss */
.box {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px; }
  /* line 184, /Users/Benjamin/.rvm/gems/ruby-2.0.0-p195/gems/susy-1.0.9/sass/susy/_grid.scss */
  .box:nth-child(3n) {
    float: right;
    margin-right: 0; }
  /* line 24, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_box.scss */
  .box li {
    list-style-type: none;
    text-align: center; }
  /* line 29, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_box.scss */
  .box ul {
    margin: 0;
    padding: 0; }

/* line 35, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_box.scss */
.box--addresses {
  overflow: hidden;
  float: right; }

/**
*
* Content
*
**/
/* line 9, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_content.scss */
.content {
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
  display: inline; }

/**
*
* Copyright
*
**/
/* line 12, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_copyright.scss */
.footer__copyright {
  font-size: 14px;
  float: left;
  margin-top: 0; }

/**
*
* Footer
*
**/
/* line 8, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_footer.scss */
.footer {
  padding: 20px 0; }

/* line 12, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_footer.scss */
.footer {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #ddd; }
  /* line 17, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_footer.scss */
  .footer address {
    display: block;
    float: left;
    font-size: 13px;
    margin-right: 20px;
    line-height: 19px; }
  /* line 25, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_footer.scss */
  .footer h4 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid red; }

/**
*
* Header
*
**/
/* line 9, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_header.scss */
.header {
  overflow: visible;
  background: url(../img/bg-header.png) no-repeat left top;
  background-size: cover;
  border-bottom: 4px solid red; }

/* line 20, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_header.scss */
.header .container {
  position: relative;
  overflow: visible;
  height: 180px;
  padding-top: 15px; }

/**
*
* Logo
*
**/
/* line 8, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_logo.scss */
.logo--main {
  display: block;
  width: 300px;
  height: 85px; }

/* line 14, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_logo.scss */
.logo--main {
  top: 15px;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.35); }

/**
*
* Main
*
**/
/* line 12, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_main.scss */
#main {
  background: #f8f8f8 url(../img/bg-content.png) repeat-x left top;
  padding: 60px 0; }

/**
*
* Nav
*
**/
/* line 14, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_nav.scss */
.header__nav, .nav--secondary {
  overflow: visible;
  float: none;
  clear: both; }
  /* line 19, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_nav.scss */
  .header__nav a, .nav--secondary a {
    display: block;
    text-decoration: none; }
  /* line 25, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_nav.scss */
  .header__nav ul, .nav--secondary ul {
    margin: 0;
    padding: 0;
    overflow: hidden; }

/* line 33, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_nav.scss */
.header__nav {
  position: absolute;
  right: 15px;
  bottom: -51px;
  height: 85px; }
  /* line 41, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_nav.scss */
  .header__nav a {
    padding: 7px 15px;
    color: #f8f8f8;
    border-bottom: none;
    font-family: Georgia;
    text-shadow: 1px 1px 1px #bf0000;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bf0000), color-stop(100%, #ff0000));
    background-image: -webkit-linear-gradient(#bf0000, #ff0000);
    background-image: -moz-linear-gradient(#bf0000, #ff0000);
    background-image: -o-linear-gradient(#bf0000, #ff0000);
    background-image: linear-gradient(#bf0000, #ff0000); }
    /* line 50, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_nav.scss */
    .header__nav a:hover, .header__nav a.active {
      color: red;
      text-shadow: none;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dfdfdf), color-stop(30%, #f8f8f8));
      background-image: -webkit-linear-gradient(#dfdfdf, #f8f8f8 30%);
      background-image: -moz-linear-gradient(#dfdfdf, #f8f8f8 30%);
      background-image: -o-linear-gradient(#dfdfdf, #f8f8f8 30%);
      background-image: linear-gradient(#dfdfdf, #f8f8f8 30%);
      padding-bottom: 60px;
      border-top: 2px solid red;
      padding-top: 5px; }
  /* line 60, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_nav.scss */
  .header__nav li {
    margin-left: 5px; }

/* line 69, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_nav.scss */
.nav--secondary a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: red;
  text-decoration: none;
  border: none; }
  /* line 76, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_nav.scss */
  .nav--secondary a:hover, .nav--secondary a.active {
    border-bottom: 1px solid red; }
/* line 81, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_nav.scss */
.nav--secondary li {
  display: block;
  float: left;
  margin-right: 10px; }

/**
*
* Ribbon
*
**/
/* line 8, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_ribbon.scss */
.ribbon {
  background: transparent url(../img/ribbon-24.png) no-repeat left top;
  width: 350px;
  height: 79px; }

/* line 14, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_ribbon.scss */
.ribbon {
  position: absolute;
  top: 5px;
  right: 5px; }

/**
*
* Service
*
**/
/* line 12, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_service.scss */
.service {
  margin-top: 60px; }
  /* line 17, /Users/Benjamin/Sites/tfwsurvey/source/css/objects/_service.scss */
  .service h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid red; }

/*==========  Helpers  ==========*/
/**
*
* Helpers
*
**/
/* line 9, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_helpers.scss */
.float--right {
  float: right; }

/* line 13, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_helpers.scss */
.float--left {
  float: left; }

/* line 17, /Users/Benjamin/Sites/tfwsurvey/source/css/base/_helpers.scss */
.float--none {
  float: none; }

/*==========  Print Styles  ==========*/
/*====================================
=            Print Styles            =
====================================*/
@media print {
  /* line 8, /Users/Benjamin/Sites/tfwsurvey/source/css/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 16, /Users/Benjamin/Sites/tfwsurvey/source/css/_print.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 20, /Users/Benjamin/Sites/tfwsurvey/source/css/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 24, /Users/Benjamin/Sites/tfwsurvey/source/css/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 34, /Users/Benjamin/Sites/tfwsurvey/source/css/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 39, /Users/Benjamin/Sites/tfwsurvey/source/css/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 44, /Users/Benjamin/Sites/tfwsurvey/source/css/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 49, /Users/Benjamin/Sites/tfwsurvey/source/css/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 53, /Users/Benjamin/Sites/tfwsurvey/source/css/_print.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 63, /Users/Benjamin/Sites/tfwsurvey/source/css/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 69, /Users/Benjamin/Sites/tfwsurvey/source/css/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
/*-----  End of Print Styles  ------*/
