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

body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

/* ==========================================================================
   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: #111; }

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, h5, h6 {
  margin: 0 0 5px 0; }

p, ol, ul, dl {
  margin: 0 0 15px 0; }

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

img {
  vertical-align: middle; }

/*** Forms ***/
fieldset {
  float: left;
  width: 100%;
  margin: 10px 0; }
  fieldset legend {
    margin: 0 0 5px 0;
    font-weight: bold; }

label {
  display: block;
  margin: 0;
  font-size: .9em;
  font-weight: bold; }
  label.inline {
    display: inline;
    margin: 0 10px 0 0; }
  label span {
    color: #8cc63f; }
  label i {
    margin-left: 5px;
    font-size: .9em;
    font-weight: normal; }

input, select, textarea {
  width: 100%;
  padding: 7px 5px 5px 7px;
  margin: 0 0 10px 0;
  border: 2px solid #ddd; }
  input.currency, select.currency, textarea.currency {
    width: 90%;
    max-width: 150px; }

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

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  padding: 0;
  margin: 0 3px 5px 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 {
  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; }
  button.nice: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; }

.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; }
  .btn-link span {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 6px; }
  .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); }

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

/*** Accordion ***/
.ui-accordion-header {
  cursor: pointer; }
  .ui-accordion-header:hover {
    color: #ed1c24; }
  .ui-accordion-header:focus {
    outline: none; }

/*** Alerts ***/
ul.alerts {
  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; }

/*** Lists ***/
ul.plain {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0; }
  ul.plain li {
    margin-bottom: 10px; }
ul.nopad {
  padding: 0;
  margin: 0 0 15px 1.3em; }
  ul.nopad li {
    margin-bottom: 10px; }

/*** Description Lists ***/
dt {
  font-weight: bold; }

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

/*** Slideshows ***/
.slideshow ul.slides {
  list-style: none;
  padding: 0;
  margin: 0; }

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

/*** Tables ***/
table.nice {
  width: 100%;
  border: none; }
  table.nice tr {
    width: 100%; }
  table.nice th:first-child {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 0; }
  table.nice th:last-child {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0;
    border-radius: 0 5px 0 0; }
  table.nice th {
    background-color: #444;
    color: #fff;
    padding: 7px 15px;
    text-align: left; }
  table.nice tbody tr {
    border-bottom: 1px solid #ddd; }
  table.nice tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  table.nice tbody tr:last-child {
    border-bottom: none; }
  table.nice tr.drag td {
    cursor: move; }
  table.nice td {
    padding: 10px 15px;
    vertical-align: middle; }
    table.nice td.icons {
      text-align: right;
      font-size: 1.1em; }

/*** Icon Font: Font Awesome by Dave Gandy - http://fontawesome.io. ***/
.fa span {
  display: none; }

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

/* ==========================================================================
   Project styles
   ========================================================================== */
/*** Misc. Global Styles ***/
body {
  font-family: sans-serif; }

.callout-box {
  padding: 25px 20px 10px 20px;
  background: #f4f4f4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .callout-box h1:first-child,
  .callout-box h2:first-child {
    margin-top: 0 !important; }

img.img-left {
  float: left;
  margin: 0 15px 15px 0; }

/*** Typography ***/
h1 img.icon, h2 img.icon, h3 img.icon {
  margin-right: 5px;
  vertical-align: -.7em; }
h1 a, h2 a, h3 a {
  color: inherit;
  text-decoration: none; }
  h1 a:hover, h2 a:hover, h3 a:hover {
    color: #111; }

a {
  color: #939598;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  a:hover {
    color: #ed1c24; }

.txt-callout {
  font-size: 1.375em; }

.clr-default {
  color: #111 !important; }

.clr-red {
  color: #ed1c24 !important; }

.clr-grey {
  color: #939598 !important; }

/*** Layout/Grid ***/
.row {
  display: block;
  width: 102.08333%;
  margin: 0 -1.04167%;
  *zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

.col-1 {
  display: inline;
  float: left;
  width: 6.25%;
  margin: 0 1.04167%; }

.col-2 {
  display: inline;
  float: left;
  width: 14.58333%;
  margin: 0 1.04167%; }

.col-3 {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%; }

.col-4 {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%; }

.col-5 {
  display: inline;
  float: left;
  width: 39.58333%;
  margin: 0 1.04167%; }

.col-6 {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%; }

.col-7 {
  display: inline;
  float: left;
  width: 56.25%;
  margin: 0 1.04167%; }

.col-8 {
  display: inline;
  float: left;
  width: 64.58333%;
  margin: 0 1.04167%; }

.col-9 {
  display: inline;
  float: left;
  width: 72.91667%;
  margin: 0 1.04167%; }

.col-10 {
  display: inline;
  float: left;
  width: 81.25%;
  margin: 0 1.04167%; }

.col-11 {
  display: inline;
  float: left;
  width: 89.58333%;
  margin: 0 1.04167%; }

.col-12 {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%; }

.pull-55 {
  padding-left: 55px; }

/*** Wrapper ***/
#wrapper {
  max-width: 890px;
  margin: 0 auto;
  padding: 50px 20px;
  font-family: "museo-sans", sans-serif; }

@media only screen and (max-width: 890px) {
  #wrapper {
    padding: 20px; } }
/*** Masthead ***/
#masthead {
  float: left;
  max-width: 286px;
  padding-right: 50px;
  font-size: .9em; }
  #masthead h1.logo {
    margin: 0 0 50px 0; }
    #masthead h1.logo a {
      display: block;
      width: 127px;
      height: 117px;
      background: url(/img/logo-ikaso.gif); }
  #masthead h2 {
    margin: 0 0 10px 0;
    color: #ed1c24;
    font-size: 1.1em;
    font-weight: normal; }
  #masthead a:hover {
    color: #111; }
  #masthead .nav-icon {
    display: none;
    float: right;
    font-size: 3em;
    cursor: pointer;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    #masthead .nav-icon:hover {
      color: #ed1c24; }
  #masthead ul.news {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0; }
    #masthead ul.news li {
      margin-bottom: 15px; }
      #masthead ul.news li a {
        color: #111;
        text-decoration: none; }
        #masthead ul.news li a i {
          display: block;
          color: #939598;
          font-size: .9em;
          font-style: normal;
          -moz-transition: all 0.25s;
          -o-transition: all 0.25s;
          -webkit-transition: all 0.25s;
          transition: all 0.25s; }
        #masthead ul.news li a:hover i {
          color: #111; }

@media only screen and (max-width: 890px) {
  #masthead {
    width: 100%;
    padding: 0;
    max-width: none; }
    #masthead h1.logo {
      margin: 0 0 30px 0; }
    #masthead .nav-icon {
      display: block; }
    #masthead div.news {
      display: none; } }
/*** Primary Column ***/
#primary {
  float: left;
  max-width: 564px;
  font-size: .95em; }
  #primary blockquote {
    margin: 40px 0 0 0;
    padding: 20px;
    border: 1px solid #111;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-style: italic; }
    #primary blockquote cite {
      font-size: .9em;
      font-style: normal; }
    #primary blockquote.borderless {
      padding: 0;
      border: none; }

/*** Header ***/
#header {
  float: left;
  width: 100%;
  padding: 5px 0 85px 0;
  border-top: 1px solid #939598;
  border-bottom: 1px solid #939598; }
  #header nav > ul {
    padding: 0;
    margin: 0; }
    #header nav > ul > li {
      display: inline-block;
      margin-right: 35px;
      position: relative; }
      #header nav > ul > li > a {
        display: block;
        padding: 0 0 5px 0;
        color: #939598;
        font-size: 1.05em;
        text-decoration: none; }
      #header nav > ul > li:hover > a, #header nav > ul > li > a:hover {
        color: #111; }
      #header nav > ul > li.active > a {
        color: #ed1c24; }
      #header nav > ul > li ul {
        display: none;
        position: absolute;
        top: 23px;
        left: 0;
        padding: 0;
        margin: 0;
        -moz-box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.5);
        -webkit-box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.5);
        box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.5); }
        #header nav > ul > li ul li {
          width: 100%;
          min-width: 150px;
          border-bottom: 1px solid #eee; }
          #header nav > ul > li ul li:last-child {
            border-bottom: none; }
          #header nav > ul > li ul li a {
            display: block;
            padding: 5px 10px;
            background: #fff;
            white-space: nowrap;
            color: #939598;
            text-decoration: none; }
            #header nav > ul > li ul li a:hover {
              color: #111;
              background: #f4f4f4; }
      #header nav > ul > li:hover ul {
        display: block; }

@media only screen and (max-width: 890px) {
  #header {
    border: none;
    padding-bottom: 40px; }
    #header nav {
      display: none;
      width: 100%;
      padding: 10px 0 5px 0;
      background: #fff;
      border-bottom: 3px solid #ddd;
      position: absolute;
      top: 80px;
      left: 0;
      z-index: 1001; }
      #header nav.opened {
        display: block; }
      #header nav ul li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #ddd; }
        #header nav ul li:last-child {
          border-bottom: none; }
        #header nav ul li a {
          display: block;
          padding: 10px 20px;
          font-size: 1.4em;
          line-height: 1em; }
          #header nav ul li a:hover {
            background: #f4f4f4; }
        #header nav ul li ul {
          display: block !important;
          position: static;
          top: 0;
          left: 0;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
          #header nav ul li ul li a {
            padding: 10px 20px 10px 34px;
            font-size: 1.1em; }
      #header nav > ul > li > a {
        color: #111; } }
/*** Main Content Area ***/
#main {
  float: left;
  width: 100%;
  padding: 12px 0 100px 0; }
  #main .banner {
    margin-bottom: 40px; }
    #main .banner img {
      width: 100%;
      max-width: 100%; }
  #main h1,
  #main .h1 {
    margin: 0 0 15px 0;
    color: #ed1c24;
    font-size: 1.3em;
    font-weight: normal; }
    #main h1 ~ h1, #main h1 ~ .h1,
    #main .h1 ~ h1,
    #main .h1 ~ .h1 {
      margin-top: 40px; }
  #main h2,
  #main .h2 {
    margin: 35px 0 15px 0;
    color: #ed1c24;
    font-size: 1.2em;
    font-weight: normal; }
  #main h3,
  #main .h3 {
    margin: 0 0 5px 0;
    font-size: 1.1em; }

@media only screen and (max-width: 890px) {
  #main {
    padding-bottom: 50px; } }
/*** Footer ***/
#footer {
  float: left;
  width: 100%; }
  #footer div.news {
    display: none; }
    #footer div.news h2 {
      margin: 0 0 10px 0;
      color: #ed1c24;
      font-size: 1.1em;
      font-weight: normal; }
    #footer div.news ul.news {
      list-style: none;
      padding: 0;
      margin: 0 0 30px 0; }
      #footer div.news ul.news li {
        margin-bottom: 15px; }
        #footer div.news ul.news li a {
          color: #111;
          text-decoration: none; }
          #footer div.news ul.news li a i {
            display: block;
            color: #939598;
            font-size: .9em;
            font-style: normal;
            -moz-transition: all 0.25s;
            -o-transition: all 0.25s;
            -webkit-transition: all 0.25s;
            transition: all 0.25s; }
          #footer div.news ul.news li a:hover i {
            color: #111; }
  #footer .legal {
    float: left;
    width: 100%;
    padding: 5px 0 30px 0;
    border-top: 1px solid #939598;
    color: #939598;
    font-size: .75em; }

@media only screen and (max-width: 890px) {
  #footer div.news {
    display: block; } }
/* ==========================================================================
   Page-specific styles
   ========================================================================== */
/*** Our Services ***/
.services {
  float: left;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 20px 0 30px 0; }
  .services > li {
    width: 100%;
    display: table;
    margin-bottom: 30px; }
    .services > li h2 {
      display: table-cell;
      width: 30%;
      margin: 0;
      border-right: 1px solid #ed1c24;
      text-align: center;
      line-height: 1.2em;
      vertical-align: middle; }
      .services > li h2 img {
        display: inline-block;
        margin-top: 5px; }
    .services > li ul {
      display: table-cell;
      list-style: disc;
      width: 69%;
      padding: 0 0 0 2.2em;
      margin: 0;
      vertical-align: middle; }

@media only screen and (max-width: 600px) {
  .services > li {
    display: block; }
    .services > li h2 {
      width: 100%;
      display: block;
      border: none;
      padding-left: 50px;
      text-align: left; }
      .services > li h2 br {
        display: none; }
      .services > li h2 img {
        float: left;
        margin: -18px 8px 0 -50px; }
    .services > li ul {
      width: 100%;
      display: block;
      clear: both; } }
/*** Our People ***/
.people img.img-left {
  width: 145px; }

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

.clear {
  clear: both; }

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