/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
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.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  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).
 */
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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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; }

/* ==========================================================================
   Base / Misc Defaults
   ========================================================================== */
/*** Variables ***/
/*** Misc ***/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
button,
input,
select,
textarea {
  color: #393939; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

h1, h2, h3, h4, p, ol, ul, dl {
  margin: 0 0 15px 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

/*** Forms ***/
.form-select {
  width: 100%;
  margin-bottom: 15px; }

fieldset {
  float: left;
  width: 100%;
  padding: 15px 20px;
  margin: 10px 0;
  background: #fcfcfc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

legend {
  margin: 0 0 5px 0;
  font-weight: bold; }

label,
form .label {
  display: block;
  width: 100%;
  margin: 0;
  font-size: .85em;
  font-weight: bold; }
  label span,
  form .label span {
    color: #4e42bd; }
  label i,
  form .label i {
    margin-left: 5px;
    font-size: .9em;
    font-weight: normal; }
  label.inline,
  form .label.inline {
    display: inline-block;
    width: auto;
    margin: 0 10px 10px 0;
    font-weight: normal; }

input, select, textarea {
  width: 250px;
  padding: 7px 5px 5px 7px;
  margin: 0 0 10px 0;
  border: 2px solid #ddd; }

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  padding: 0;
  border: none; }

input[type="file"] {
  width: auto;
  padding: 0;
  border: none; }

textarea {
  height: 100px;
  resize: vertical; }

textarea.wysiwyg {
  width: 500px;
  height: 300px; }

.mce-tinymce {
  float: none !important;
  display: block;
  margin-bottom: 15px !important; }
  .mce-tinymce div, .mce-tinymce section {
    float: none !important; }

button.nice,
a.button {
  display: block;
  padding: 10px 13px 8px 13px;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f1f0f0;
  background: -moz-linear-gradient(top, #f1f0f0 0%, #ffffff 50%, #f1f0f0 51%, #d6d6d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f0f0), color-stop(50%, #ffffff), color-stop(51%, #f1f0f0), color-stop(100%, #d6d6d6));
  background: -webkit-linear-gradient(top, #f1f0f0 0%, #ffffff 50%, #f1f0f0 51%, #d6d6d6 100%);
  background: -o-linear-gradient(top, #f1f0f0 0%, #ffffff 50%, #f1f0f0 51%, #d6d6d6 100%);
  background: -ms-linear-gradient(top, #f1f0f0 0%, #ffffff 50%, #f1f0f0 51%, #d6d6d6 100%);
  background: linear-gradient(to bottom, #f1f0f0 0%, #ffffff 50%, #f1f0f0 51%, #d6d6d6 100%);
  text-shadow: 1px 1px 0 #fff;
  cursor: pointer;
  color: inherit;
  text-decoration: none; }
  button.nice.sm,
  a.button.sm {
    padding: 3px 5px;
    margin-bottom: 1px;
    font-size: .8em; }
  button.nice:hover,
  a.button:hover {
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #efefef 50%, #f4f4f4 51%, #c1c1c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(50%, #efefef), color-stop(51%, #f4f4f4), color-stop(100%, #c1c1c1));
    background: -webkit-linear-gradient(top, #efefef 0%, #efefef 50%, #f4f4f4 51%, #c1c1c1 100%);
    background: -o-linear-gradient(top, #efefef 0%, #efefef 50%, #f4f4f4 51%, #c1c1c1 100%);
    background: -ms-linear-gradient(top, #efefef 0%, #efefef 50%, #f4f4f4 51%, #c1c1c1 100%);
    background: linear-gradient(to bottom, #efefef 0%, #efefef 50%, #f4f4f4 51%, #c1c1c1 100%);
    -moz-box-shadow: inset 0 0 2px #777;
    -webkit-box-shadow: inset 0 0 2px #777;
    box-shadow: inset 0 0 2px #777; }

a.button {
  display: inline-block;
  padding: 5px 15px; }

.btn-link {
  display: block;
  float: right;
  padding: 7px 10px 7px 7px;
  margin-left: 10px;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #e0e0e0 51%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(51%, #e0e0e0), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #e0e0e0 51%, #ededed 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #e0e0e0 51%, #ededed 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #e0e0e0 51%, #ededed 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #e0e0e0 51%, #ededed 100%);
  border: 1px solid #e2e2e2;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #444;
  font-size: .9em;
  text-decoration: none;
  line-height: 1.4em;
  text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff; }
  .btn-link:hover {
    -moz-box-shadow: inset 0 0 4px rgba(10, 10, 10, 0.5);
    -webkit-box-shadow: inset 0 0 4px rgba(10, 10, 10, 0.5);
    box-shadow: inset 0 0 4px rgba(10, 10, 10, 0.5);
    color: inherit; }

/*** Date picker ***/
.datepicker {
  width: 115px; }

#ui-datepicker-div {
  font-size: .8em; }

.ui-datepicker-header {
  margin-bottom: 2px; }

button.ui-datepicker-trigger {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 0 0 7px;
  background: 0;
  border: 0;
  cursor: pointer; }

/*** Lists ***/
ul.plain {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0; }
  ul.plain.pad-left {
    padding-left: 30px; }
ul.columns {
  width: 100%;
  float: left; }
  ul.columns > li {
    width: 50%;
    float: left; }

li, ol {
  text-align: left; }

.list-cols li {
  width: 33%;
  float: left; }

ul.halve,
ol.halve {
  width: 100%;
  float: left; }
  ul.halve li,
  ol.halve li {
    width: 50%;
    float: left; }

@media only screen and (max-width: 750px) {
  ul.plain.pad-left {
    padding-left: 10px; }

  ul.columns li {
    width: 100%; }

  ul.halve li,
  ol.halve li {
    width: 100%; } }
.list-arrows {
  list-style: none;
  padding: 0; }
  .list-arrows li {
    padding: 1px 0 1px 18px;
    background: url(/img/list-arrow-purple.png) 2px 8px no-repeat; }

/*** Description Lists ***/
dt {
  font-size: 1em;
  color: #e96e24;
  font-weight: bold; }

dd {
  padding: 0;
  margin: 0 0 15px 0; }

/*** Alerts ***/
ul.alerts {
  clear: both;
  padding: 10px 10px 8px 1.8em;
  margin: 0 0 15px 0;
  border: 2px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  ul.alerts.success {
    color: #049001; }
  ul.alerts.error {
    color: #900; }
  ul.alerts p:last-child {
    margin-bottom: 0; }
  ul.alerts br.spacer {
    line-height: 40px; }

/*** Tables ***/
table {
  width: 100%;
  border: none; }
  table tr {
    width: 100%; }
    table tr.highlight td {
      background: #f7caaf !important; }
  table th:first-child {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 0; }
  table th:last-child {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0;
    border-radius: 0 5px 0 0; }
  table th {
    padding: 8px 15px 8px 15px;
    background-color: #444;
    color: #fff;
    font-size: .9em;
    text-align: left;
    white-space: nowrap; }
    table th.sm {
      font-size: .8em;
      line-height: 1.2em; }
    table th.icons {
      text-align: right; }
  table tbody {
    border-bottom: 3px solid;
    font-size: .9em; }
    table tbody:last-child {
      border-bottom: none; }
    table tbody tr {
      border-bottom: 1px solid #ddd; }
    table tbody tr:nth-child(even) {
      background-color: #f2f2f2; }
    table tbody tr:last-child {
      border-bottom: none; }
  table tr.drag td {
    cursor: move; }
  table td {
    padding: 10px 15px;
    vertical-align: middle;
    line-height: 1.1em;
    -moz-transition: all, 1.5s;
    -o-transition: all, 1.5s;
    -webkit-transition: all, 1.5s;
    transition: all, 1.5s; }
    table td input, table td select {
      width: auto;
      margin-bottom: 0; }
    table td.icons {
      padding-right: 5px;
      font-size: 1.1em;
      text-align: right; }
      table td.icons a {
        color: inherit; }
        table td.icons a:hover {
          color: #e96e24; }
  table th.center,
  table td.center {
    text-align: center; }

#main .inner .table-filter {
  float: right; }
  #main .inner .table-filter label {
    display: inline-block;
    width: auto; }
  #main .inner .table-filter input {
    font-size: .9em; }

/*** Blockquotes ***/
blockquote.quote {
  float: left;
  margin: 20px 0 15px 35px;
  position: relative;
  color: #e96e24;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.5em;
  text-align: left; }
  blockquote.quote .ldquo, blockquote.quote .rdquo {
    display: inline-block;
    padding: 5px;
    background: #f5f5f5;
    position: absolute;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-family: Times, serif;
    font-size: 2.5em;
    color: #e96e24; }
  blockquote.quote .ldquo {
    top: -10px;
    left: -40px; }
  blockquote.quote .rdquo {
    bottom: 15px;
    right: -30px; }
  blockquote.quote p {
    margin-bottom: 0; }
  blockquote.quote .credit {
    display: inline-block;
    margin-top: 10px;
    color: #555555;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.3em;
    text-align: left; }
  blockquote.quote.testimonial {
    padding-right: 10px;
    margin-top: 30px;
    margin-right: 25px; }

/*** Pagination ***/
.pagination {
  width: 100%;
  padding: 10px 0;
  margin: 10px 0; }
  .pagination a {
    display: block;
    float: left;
    padding: 2px 6px 0 6px;
    margin: 0 3px 0 0;
    border: 1px solid #555;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    font-size: .9em;
    font-weight: bold;
    text-decoration: none; }
  .pagination a.current,
  .pagination a:hover {
    background-color: #444;
    border-color: #444;
    color: #fff; }
  .pagination .inactive,
  .pagination .ellipses {
    display: block;
    float: left;
    margin-right: 3px;
    font-size: .9em; }

/*** Ligthboxes ***/
.fancybox-nav {
  width: 60px !important; }

.fancybox-nav span {
  visibility: visible !important;
  opacity: 0.7 !important; }

.fancybox-nav:hover span {
  opacity: 1 !important; }

.fancybox-next {
  right: -70px !important; }

.fancybox-prev {
  left: -70px !important; }

/*** Icon Font ***/
.fa span {
  display: none; }

/*** Typekit ***/
.wf-loading {
  visibility: hidden; }

.wf-active {
  visibility: visible; }

/*** Maps ***/
.map {
  width: 100%;
  height: 400px; }

/*** Calendar (Overwrite Styles) ***/
#calendar table th {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.fc-toolbar {
  width: 100% !important;
  margin-bottom: 10px !important; }
  .fc-toolbar .fc-left h2 {
    font-family: "museo-slab", serif; }
  .fc-toolbar .fc-right {
    float: right !important; }

.fc-header-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase; }

.fc-content {
  float: none !important;
  padding: 2px;
  background: none !important;
  border: none; }

.fc-event {
  border: none !important;
  color: #fff; }

.fc-event:hover {
  background: #fff !important;
  color: #444 !important; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Project styles
   ========================================================================== */
/*** Misc. Global Styles ***/
body {
  min-height: 900px;
  background: #4e42bd;
  background: -moz-linear-gradient(top, #4e42bd 0%, white 68%, white 68%, #8c8c8c 82%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e42bd), color-stop(68%, white), color-stop(68%, white), color-stop(82%, #8c8c8c), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #4e42bd 0%, white 68%, white 68%, #8c8c8c 82%, black 100%);
  background: -o-linear-gradient(top, #4e42bd 0%, white 68%, white 68%, #8c8c8c 82%, black 100%);
  background: -ms-linear-gradient(top, #4e42bd 0%, white 68%, white 68%, #8c8c8c 82%, black 100%);
  background: linear-gradient(to bottom, #4e42bd 0%, #ffffff 68%, #ffffff 68%, #8c8c8c 82%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96e24', endColorstr='#000000',GradientType=0 );
  font-family: sans-serif; }

a {
  color: #4e42bd; }
  a:hover {
    color: #262626; }

img {
  max-width: 100%; }
  img.drop-shadow {
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7); }
  img.float-right {
    float: right;
    margin: 0 0 20px 30px; }
  img.margin-left {
    margin: 0 0 15px 30px; }
  img.margin-right {
    margin: 0 30px 15px 0; }

.clear {
  clear: both; }

.orange {
  color: #e96e24; }

.purple {
  color: #4e42bd; }

.green {
  color: #049001; }

.red {
  color: #900; }

.bold {
  font-weight: bold; }

#header, #banner, #main, #footer {
  width: 100%;
  float: left; }

.page-headline, #main .column-header {
  padding: 12px 20px;
  margin: 0 0 10px 0;
  background: #bababa;
  background: -moz-linear-gradient(top, #bababa 0%, #f4f4f4 26%, #e0e0e0 63%, #9b9b9b 86%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa), color-stop(26%, #f4f4f4), color-stop(63%, #e0e0e0), color-stop(86%, #9b9b9b), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #bababa 0%, #f4f4f4 26%, #e0e0e0 63%, #9b9b9b 86%, black 100%);
  background: -o-linear-gradient(top, #bababa 0%, #f4f4f4 26%, #e0e0e0 63%, #9b9b9b 86%, black 100%);
  background: -ms-linear-gradient(top, #bababa 0%, #f4f4f4 26%, #e0e0e0 63%, #9b9b9b 86%, black 100%);
  background: linear-gradient(to bottom, #bababa 0%, #f4f4f4 26%, #e0e0e0 63%, #9b9b9b 86%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#000000',GradientType=0 );
  font-family: "museo-slab", serif;
  font-size: 1.3em;
  font-weight: 500;
  text-align: left; }
  .page-headline:after, #main .column-header:after {
    content: "\00a0"; }
  .page-headline i, #main .column-header i {
    float: right;
    margin-top: 6px;
    font-size: .7em; }
  .page-headline a, #main .column-header a {
    text-decoration: none; }
  .lt-ie9 .page-headline, .lt-ie9 #main .column-header, #main .lt-ie9 .column-header {
    color: #fff; }

.sub-headline {
  margin: 0 0 10px 0;
  font-family: "museo-slab", serif;
  font-size: 1.3em;
  font-weight: 500;
  text-align: left; }
  .sub-headline.smaller {
    margin-bottom: 5px;
    font-size: 1.1em; }
  .sub-headline a {
    text-decoration: none; }

.sub-sub-headline {
  margin: 0 0 5px 0;
  font-size: 1em;
  font-weight: 700;
  text-align: left; }

.bigger {
  font-size: 1.2em;
  line-height: 1.8em; }

.no-margin {
  margin: 0; }

/*** Header ***/
#header {
  margin: 80px 0 0 0; }
  #header .inner {
    max-width: 1200px;
    margin: 0 auto; }
  #header .content {
    height: 90px;
    background: #eee;
    -moz-box-shadow: inset 3px 5px 5px #fff, inset -4px 0 5px #aaa;
    -webkit-box-shadow: inset 3px 5px 5px #fff, inset -4px 0 5px #aaa;
    box-shadow: inset 3px 5px 5px #fff, inset -4px 0 5px #aaa;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0 0; }
    #header .content div.logo {
      float: none;
      width: 250px;
      margin: 0 auto;
      position: relative;
      top: -70px;
      left: 0;
      text-align: center; }
      #header .content div.logo h1 {
        margin: 0; }
        #header .content div.logo h1 a.logo {
          display: block;
          width: 250px;
          height: 167px;
          background: url(/img/TDF-Services-Inc.jpg);
          -moz-background-size: 250px 167px;
          -o-background-size: 250px 167px;
          -webkit-background-size: 250px 167px;
          background-size: 250px 167px;
          color: #222;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: normal; }
    #header .content .nav-icon {
      display: none;
      float: right;
      margin: 23px 20px 0 0;
      font-size: 3em;
      cursor: pointer;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      #header .content .nav-icon:hover {
        color: #262626; }

@media only screen and (max-width: 950px) {
  #header {
    height: 100px;
    margin-top: 12px; }
    #header .content div.logo {
      width: 200px;
      top: -25px;
      left: 0; }
      #header .content div.logo h1 a.logo {
        width: 200px;
        height: 134px;
        -moz-background-size: 200px 134px;
        -o-background-size: 200px 134px;
        -webkit-background-size: 200px 134px;
        background-size: 200px 134px; } }
/*** Main ***/
#main {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  #main .inner {
    float: left;
    width: 100%;
    padding: 15px;
    background: #fff;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    /* Layout */ }
    #main .inner div, #main .inner section, #main .inner aside, #main .inner header, #main .inner footer, #main .inner article {
      float: left; }
    #main .inner .content {
      width: 100%; }
    #main .inner > section {
      width: 70%;
      padding-right: 20px;
      text-align: justify; }
    #main .inner > section.full {
      width: 100%;
      padding-right: 0; }
    #main .inner > aside {
      width: 30%;
      text-align: justify; }
      #main .inner > aside.pad-top {
        padding-top: 75px; }
    #main .inner > section.half, #main .inner > aside.half {
      width: 50%; }
    #main .inner > section.two-thirds, #main .inner > aside.two-thirds {
      width: 66.66666%; }
    #main .inner > section.one-third, #main .inner > aside.one-third {
      width: 33.33333%; }
    #main .inner > section.no-pad-right {
      padding-right: 0; }
    #main .inner .col.third {
      width: 33.33333%;
      padding-right: 15px;
      padding-left: 15px;
      border-right: 1px solid #ddd; }
      #main .inner .col.third:first-child {
        padding-left: 0; }
      #main .inner .col.third:last-child {
        padding-right: 0;
        border-right: none; }
  #main .column-header {
    width: 100%; }
  #main .content {
    width: 100%;
    min-height: 250px;
    padding: 20px;
    line-height: 1.7em; }
  #main aside .callout {
    float: left;
    margin: 0 0 15px 0;
    position: relative;
    color: #4e42bd;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.5em;
    text-align: left; }
  #main nav {
    font-size: .9em; }
    #main nav li a {
      text-decoration: none; }
    #main nav li.active a {
      color: inherit; }
    #main nav li.disabled a {
      color: #ccc;
      pointer-events: none; }
  #main .footer {
    width: 100%;
    padding: 8px 10px;
    margin-top: 20px;
    background: #4e42bd;
    background: -moz-linear-gradient(top, #e8915f 0%, #4e42bd 50%, #e85d0d 51%, #4e42bd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8915f), color-stop(50%, #4e42bd), color-stop(51%, #e85d0d), color-stop(100%, #4e42bd));
    background: -webkit-linear-gradient(top, #e8915f 0%, #4e42bd 50%, #e85d0d 51%, #4e42bd 100%);
    background: -o-linear-gradient(top, #e8915f 0%, #4e42bd 50%, #e85d0d 51%, #4e42bd 100%);
    background: -ms-linear-gradient(top, #e8915f 0%, #4e42bd 50%, #e85d0d 51%, #4e42bd 100%);
    background: linear-gradient(to bottom, #e8915f 0%, #4e42bd 50%, #e85d0d 51%, #4e42bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8915f', endColorstr='#e96e24',GradientType=0 );
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
    font-family: "museo-slab", serif;
    font-size: .9em;
    color: #fff;
    text-align: center; }
    #main .footer .bull {
      margin: 0 10px; }
    #main .footer a {
      color: #fff;
      text-decoration: none; }
    #main .footer .tel {
      margin-left: 5px; }

@media only screen and (max-width: 950px) {
  #main .inner > section,
  #main .inner > aside,
  #main .col {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right: none !important;
    border-left: none !important; } }
@media only screen and (max-width: 750px) {
  #main .inner {
    padding: 0; }
  #main .footer .bull {
    display: block;
    margin: 3px 0; }
  #main .footer .tel {
    margin-left: 10px;
    font-size: 1.1em; } }
/*** Footer ***/
#footer {
  width: 100%;
  background: #000;
  padding: 40px 0 50px 0;
  margin-top: -40px; }
  #footer .inner {
    max-width: 1200px;
    padding: 20px 0;
    margin: 0 auto;
    color: #ddd;
    font-size: .9em;
    text-align: center; }
    #footer .inner a {
      color: #fff; }
      #footer .inner a:hover {
        color: #4e42bd; }

/*** Admin ***/
body.admin .btn-link {
  margin-top: -5px; }
body.admin fieldset input:not(.datepicker) {
  width: 60%; }
body.admin fieldset textarea {
  width: 100%; }
body.admin fieldset .image {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd; }
  body.admin fieldset .image:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  body.admin fieldset .image .img {
    width: 200px;
    margin-right: 15px;
    text-align: center; }
    body.admin fieldset .image .img img {
      display: inline-block;
      padding: 5px;
      background: #fff;
      border: 1px solid #ddd; }
  body.admin fieldset .image .info {
    width: 50%;
    padding-top: 10px; }
    body.admin fieldset .image .info a {
      font-size: .9em; }
body.admin button.nice {
  float: right; }
body.admin #main .inner > section {
  width: 75%; }
body.admin #main .inner > aside {
  width: 25%; }
body.admin table {
  font-size: .9em; }
body.admin div.cms-img {
  float: right !important;
  font-size: .9em;
  font-style: italic; }
  body.admin div.cms-img img {
    margin-bottom: 5px; }
body.admin ul.images {
  list-style: none;
  padding: 0;
  margin: 0; }
  body.admin ul.images li {
    float: left;
    padding: 5px 5px 0 5px;
    margin: 0 15px 30px 0;
    border: 1px solid #ddd; }
    body.admin ul.images li:nth-child(4n) {
      margin-right: 0; }
    body.admin ul.images li:hover {
      background: #eee; }
    body.admin ul.images li a {
      color: inherit; }
      body.admin ul.images li a:hover {
        color: #e96e24; }
    body.admin ul.images li img {
      cursor: move; }
body.admin.lightbox {
  background: none; }
  body.admin.lightbox #main {
    width: auto;
    padding: 20px;
    margin: 0; }
    body.admin.lightbox #main textarea {
      width: 100%; }
    body.admin.lightbox #main button {
      float: left !important; }

/*** Employee Accounts ***/
body.employees .schedule-dates {
  float: right !important;
  margin-bottom: 5px; }
  body.employees .schedule-dates ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    body.employees .schedule-dates ul li {
      display: inline-block; }
      body.employees .schedule-dates ul li a {
        padding: 5px 10px 3px 10px;
        font-size: .9em; }
body.employees .jobs-scheduled {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .9em; }
  body.employees .jobs-scheduled li {
    margin-bottom: 10px;
    line-height: 1.1em; }
    body.employees .jobs-scheduled li a {
      text-decoration: none;
      line-height: 1.1em; }
    body.employees .jobs-scheduled li.active a {
      color: inherit; }

@media only screen and (max-width: 600px) {
  body.employees .schedule-dates {
    width: 100%;
    margin-bottom: 15px; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from browsers
 */
.hide {
  display: none !important; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.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: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
