@charset "UTF-8";
@font-face {
  font-family: "FuturaLT";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/base/fonts/futuralt/futuralt-webfont.eot");
  src: url("/themes/base/fonts/futuralt/futuralt-webfont.eot") format("eot"), url("/themes/base/fonts/futuralt/futuralt-webfont.woff") format("woff"), url("/themes/base/fonts/futuralt/futuralt-webfont.ttf") format("truetype"), url("/themes/base/fonts/futuralt/futuralt-webfont.svg#futuralt-webfont") format("svg"); }
@font-face {
  font-family: "DroidSerif";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/base/fonts/droidserif_regular_macroman/DroidSerif-webfont.eot");
  src: url("/themes/base/fonts/droidserif_regular_macroman/DroidSerif-webfont.eot") format("eot"), url("/themes/base/fonts/droidserif_regular_macroman/DroidSerif-webfont.woff") format("woff"), url("/themes/base/fonts/droidserif_regular_macroman/DroidSerif-webfont.ttf") format("truetype"), url("/themes/base/fonts/droidserif_regular_macroman/DroidSerif-webfont.svg#DroidSerif-webfont") format("svg"); }
/*
 * RESET
 */
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

*,
*:before,
*:after {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

b, strong {
  font-weight: 800; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.middleColumn {
  display: inline;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%; }

.fleft {
  float: left !important; }

.fright {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
 * BOOTSTRAP
 */
.clear {
  clear: both; }

.hide,
.hidden {
  display: none !important; }

.no-margin {
  margin: 0 !important; }

.no-border {
  border: none !important; }

.no-js .js-only {
  display: none; }

.valign-container {
  display: table; }

.valign {
  display: table-cell;
  vertical-align: middle;
  float: none !important; }

.vertical-center {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100%;
  vertical-align: middle; }

hr {
  margin: 20px 0; }

.reversed-email {
  direction: rtl;
  unicode-bidi: bidi-override; }

/*
 * DEV TOOLBAR
 */
.dev-toolbar {
  background-color: #333;
  bottom: 0;
  color: #FFFFFF;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  padding: 5px;
  position: fixed;
  width: 100%;
  z-index: 999999; }

.dev-toolbar a {
  color: #aa96c2; }

.dev-toolbar a:hover {
  color: #d4cbde;
  text-decoration: underline; }

.dev-toolbar ul {
  display: inline; }

.dev-toolbar ul li {
  display: inline;
  padding: 0 15px 0 5px; }

.dev-toolbar ul li.header-item {
  padding: 0px; }

.dev-toolbar .used-templates {
  float: right; }

.dev-toolbar #UsedTemplates {
  width: 300px;
  padding: 1px;
  height: 20px;
  line-height: 15px;
  font-size: 11px; }

.row {
  width: 100%;
  margin: 0 auto;
  max-width: 62.5em;
  *zoom: 1; }
  .row:before, .row:after {
    display: table;
    content: ""; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.full-width {
    max-width: 100%; }
    .row.full-width > .full-width {
      margin: 0; }
  .row .row {
    width: auto;
    margin: 0 -0.9375rem;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      display: table;
      content: ""; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        display: table;
        content: ""; }
      .row .row.collapse:after {
        clear: both; }
  .row.nested {
    position: relative;
    max-width: 62.5em !important;
    margin: 0px auto !important;
    width: 100% !important; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

/* Styles for screens that are between 601px and 1024px inclusive; */
@media only screen and (max-width: 600px) {
  .handheld-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .handheld-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .handheld-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .handheld-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .handheld-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .handheld-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .handheld-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .handheld-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .handheld-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .handheld-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .handheld-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .handheld-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .handheld-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .handheld-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .handheld-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .handheld-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .handheld-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .handheld-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .handheld-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .handheld-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .handheld-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .handheld-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .handheld-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .handheld-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .handheld-1 {
    width: 8.33333%; }

  .handheld-2 {
    width: 16.66667%; }

  .handheld-3 {
    width: 25%; }

  .handheld-4 {
    width: 33.33333%; }

  .handheld-5 {
    width: 41.66667%; }

  .handheld-6 {
    width: 50%; }

  .handheld-7 {
    width: 58.33333%; }

  .handheld-8 {
    width: 66.66667%; }

  .handheld-9 {
    width: 75%; }

  .handheld-10 {
    width: 83.33333%; }

  .handheld-11 {
    width: 91.66667%; }

  .handheld-12 {
    width: 100%; }

  .handheld-offset-0 {
    margin-left: 0 !important; }

  .handheld-offset-1 {
    margin-left: 8.33333% !important; }

  .handheld-offset-2 {
    margin-left: 16.66667% !important; }

  .handheld-offset-3 {
    margin-left: 25% !important; }

  .handheld-offset-4 {
    margin-left: 33.33333% !important; }

  .handheld-offset-5 {
    margin-left: 41.66667% !important; }

  .handheld-offset-6 {
    margin-left: 50% !important; }

  .handheld-offset-7 {
    margin-left: 58.33333% !important; }

  .handheld-offset-8 {
    margin-left: 66.66667% !important; }

  .handheld-offset-9 {
    margin-left: 75% !important; }

  .handheld-offset-10 {
    margin-left: 83.33333% !important; }

  .handheld-offset-11 {
    margin-left: 91.66667% !important; }

  .handheld-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.handheld-centered,
  .columns.handheld-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.handheld-uncentered,
  .columns.handheld-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.handheld-centered:last-child,
  .columns.handheld-centered:last-child {
    float: none; }

  .column.handheld-uncentered:last-child,
  .columns.handheld-uncentered:last-child {
    float: left; }

  .column.handheld-uncentered.opposite,
  .columns.handheld-uncentered.opposite {
    float: right; }

  .row.handheld-collapse > .column,
  .row.handheld-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.handheld-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.handheld-uncollapse > .column,
  .row.handheld-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
/* Styles for screens that are between 601px and 1024px inclusive; */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .tablet-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .tablet-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .tablet-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .tablet-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .tablet-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .tablet-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .tablet-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .tablet-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .tablet-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .tablet-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .tablet-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .tablet-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .tablet-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .tablet-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .tablet-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .tablet-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .tablet-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .tablet-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .tablet-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .tablet-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .tablet-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .tablet-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .tablet-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .tablet-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .tablet-1 {
    width: 8.33333%; }

  .tablet-2 {
    width: 16.66667%; }

  .tablet-3 {
    width: 25%; }

  .tablet-4 {
    width: 33.33333%; }

  .tablet-5 {
    width: 41.66667%; }

  .tablet-6 {
    width: 50%; }

  .tablet-7 {
    width: 58.33333%; }

  .tablet-8 {
    width: 66.66667%; }

  .tablet-9 {
    width: 75%; }

  .tablet-10 {
    width: 83.33333%; }

  .tablet-11 {
    width: 91.66667%; }

  .tablet-12 {
    width: 100%; }

  .tablet-offset-0 {
    margin-left: 0 !important; }

  .tablet-offset-1 {
    margin-left: 8.33333% !important; }

  .tablet-offset-2 {
    margin-left: 16.66667% !important; }

  .tablet-offset-3 {
    margin-left: 25% !important; }

  .tablet-offset-4 {
    margin-left: 33.33333% !important; }

  .tablet-offset-5 {
    margin-left: 41.66667% !important; }

  .tablet-offset-6 {
    margin-left: 50% !important; }

  .tablet-offset-7 {
    margin-left: 58.33333% !important; }

  .tablet-offset-8 {
    margin-left: 66.66667% !important; }

  .tablet-offset-9 {
    margin-left: 75% !important; }

  .tablet-offset-10 {
    margin-left: 83.33333% !important; }

  .tablet-offset-11 {
    margin-left: 91.66667% !important; }

  .tablet-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.tablet-centered,
  .columns.tablet-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.tablet-uncentered,
  .columns.tablet-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.tablet-centered:last-child,
  .columns.tablet-centered:last-child {
    float: none; }

  .column.tablet-uncentered:last-child,
  .columns.tablet-uncentered:last-child {
    float: left; }

  .column.tablet-uncentered.opposite,
  .columns.tablet-uncentered.opposite {
    float: right; }

  .row.tablet-collapse > .column,
  .row.tablet-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.tablet-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.tablet-uncollapse > .column,
  .row.tablet-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
/* Styles for screens that are above 1025px; */
@media only screen and (min-width: 1025px) {
  .desktop-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .desktop-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .desktop-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .desktop-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .desktop-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .desktop-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .desktop-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .desktop-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .desktop-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .desktop-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .desktop-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .desktop-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .desktop-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .desktop-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .desktop-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .desktop-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .desktop-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .desktop-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .desktop-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .desktop-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .desktop-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .desktop-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .desktop-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .desktop-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .desktop-1 {
    width: 8.33333%; }

  .desktop-2 {
    width: 16.66667%; }

  .desktop-3 {
    width: 25%; }

  .desktop-4 {
    width: 33.33333%; }

  .desktop-5 {
    width: 41.66667%; }

  .desktop-6 {
    width: 50%; }

  .desktop-7 {
    width: 58.33333%; }

  .desktop-8 {
    width: 66.66667%; }

  .desktop-9 {
    width: 75%; }

  .desktop-10 {
    width: 83.33333%; }

  .desktop-11 {
    width: 91.66667%; }

  .desktop-12 {
    width: 100%; }

  .desktop-offset-0 {
    margin-left: 0 !important; }

  .desktop-offset-1 {
    margin-left: 8.33333% !important; }

  .desktop-offset-2 {
    margin-left: 16.66667% !important; }

  .desktop-offset-3 {
    margin-left: 25% !important; }

  .desktop-offset-4 {
    margin-left: 33.33333% !important; }

  .desktop-offset-5 {
    margin-left: 41.66667% !important; }

  .desktop-offset-6 {
    margin-left: 50% !important; }

  .desktop-offset-7 {
    margin-left: 58.33333% !important; }

  .desktop-offset-8 {
    margin-left: 66.66667% !important; }

  .desktop-offset-9 {
    margin-left: 75% !important; }

  .desktop-offset-10 {
    margin-left: 83.33333% !important; }

  .desktop-offset-11 {
    margin-left: 91.66667% !important; }

  .desktop-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.desktop-centered,
  .columns.desktop-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.desktop-uncentered,
  .columns.desktop-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.desktop-centered:last-child,
  .columns.desktop-centered:last-child {
    float: none; }

  .column.desktop-uncentered:last-child,
  .columns.desktop-uncentered:last-child {
    float: left; }

  .column.desktop-uncentered.opposite,
  .columns.desktop-uncentered.opposite {
    float: right; }

  .row.desktop-collapse > .column,
  .row.desktop-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.desktop-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.desktop-uncollapse > .column,
  .row.desktop-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
.show-on-medium-desktop,
.hide-on-mobile,
.hide-on-large-mobile,
.hide-on-small-tablet,
.hide-on-tablet,
.hide-on-small-desktop,
.hide-on-large-desktop,
.show-on-large-mobile-up,
.show-on-small-tablet-up,
.show-on-tablet-up,
.show-on-small-desktop-up,
.show-on-medium-desktop-up,
.show-on-medium-desktop-down,
.hide-on-large-mobile-down,
.hide-on-small-tablet-down,
.hide-on-tablet-down,
.hide-on-small-desktop-down {
  display: inherit !important; }

.show-on-mobile,
.show-on-large-mobile,
.show-on-small-tablet,
.show-on-tablet,
.show-on-small-desktop,
.show-on-large-desktop,
.hide-on-medium-desktop,
.hide-on-large-mobile-up,
.hide-on-small-tablet-up,
.hide-on-tablet-up,
.hide-on-small-desktop-up,
.hide-on-medium-desktop-up,
.show-on-large-mobile-down,
.show-on-small-tablet-down,
.show-on-tablet-down,
.show-on-small-desktop-down,
.hide-on-medium-desktop-down {
  display: none !important; }

@media only screen and (max-width: 320px) {
  .show-on-mobile,
  .hide-on-large-mobile,
  .hide-on-small-tablet,
  .hide-on-tablet,
  .hide-on-small-desktop,
  .hide-on-medium-desktop,
  .hide-on-large-desktop,
  .hide-on-large-mobile-up,
  .hide-on-small-tablet-up,
  .hide-on-tablet-up,
  .hide-on-small-desktop-up,
  .hide-on-medium-desktop-up,
  .show-on-large-mobile-down,
  .show-on-small-tablet-down,
  .show-on-tablet-down,
  .show-on-small-desktop-down,
  .show-on-medium-desktop-down {
    display: inherit !important; }

  .show-on-large-mobile,
  .show-on-small-tablet,
  .show-on-tablet,
  .show-on-small-desktop,
  .show-on-medium-desktop,
  .show-on-large-desktop,
  .hide-on-mobile,
  .show-on-small-tablet-up,
  .show-on-tablet-up,
  .show-on-small-desktop-up,
  .show-on-medium-desktop-up,
  .show-on-large-mobile-up,
  .hide-on-large-mobile-down,
  .hide-on-small-tablet-down,
  .hide-on-tablet-down,
  .hide-on-small-desktop-down,
  .hide-on-medium-desktop-down {
    display: none !important; } }
@media only screen and (min-width: 321px) and (max-width: 600px) {
  .show-on-mobile,
  .show-on-large-mobile,
  .hide-on-small-tablet,
  .hide-on-tablet,
  .hide-on-small-desktop,
  .hide-on-medium-desktop,
  .hide-on-large-desktop,
  .show-on-large-mobile-up,
  .hide-on-small-tablet-up,
  .hide-on-tablet-up,
  .hide-on-small-desktop-up,
  .hide-on-medium-desktop-up,
  .show-on-large-mobile-down,
  .show-on-small-tablet-down,
  .show-on-tablet-down,
  .show-on-small-desktop-down,
  .show-on-medium-desktop-down {
    display: inherit !important; }

  .show-on-small-tablet,
  .show-on-tablet,
  .show-on-small-desktop,
  .show-on-medium-desktop,
  .show-on-large-desktop,
  .hide-on-mobile,
  .hide-on-large-mobile,
  .hide-on-large-mobile-up,
  .show-on-small-tablet-up,
  .show-on-tablet-up,
  .show-on-small-desktop-up,
  .show-on-medium-desktop-up,
  .hide-on-large-mobile-down,
  .hide-on-small-tablet-down,
  .hide-on-tablet-down,
  .hide-on-small-desktop-down,
  .hide-on-medium-desktop-down {
    display: none !important; } }
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .show-on-small-tablet,
  .hide-on-mobile,
  .hide-on-large-mobile,
  .hide-on-small-desktop,
  .hide-on-medium-desktop,
  .hide-on-large-desktop,
  .show-on-large-mobile-up,
  .show-on-small-tablet-up,
  .show-on-tablet-up,
  .hide-on-small-desktop-up,
  .hide-on-medium-desktop-up,
  .show-on-small-tablet-down,
  .show-on-tablet-down,
  .show-on-small-desktop-down,
  .show-on-medium-desktop-down,
  .hide-on-large-mobile-down {
    display: inherit !important; }

  .show-on-mobile,
  .show-on-large-mobile,
  .show-on-tablet,
  .show-on-small-desktop,
  .show-on-medium-desktop,
  .show-on-large-desktop,
  .hide-on-tablet,
  .hide-on-small-tablet,
  .hide-on-tablet-up,
  .show-on-small-desktop-up,
  .show-on-medium-desktop-up,
  .hide-on-large-mobile-up,
  .hide-on-small-tablet-up,
  .show-on-large-mobile-down,
  .hide-on-small-tablet-down,
  .hide-on-tablet-down,
  .hide-on-small-desktop-down,
  .hide-on-medium-desktop-down {
    display: none !important; } }
@media only screen and (min-width: 769px) and (max-width: 820px) {
  .show-on-tablet,
  .hide-on-mobile,
  .hide-on-large-mobile,
  .hide-on-small-tablet,
  .hide-on-small-desktop,
  .hide-on-medium-desktop,
  .hide-on-large-desktop,
  .show-on-large-mobile-up,
  .show-on-small-tablet-up,
  .show-on-tablet-up,
  .hide-on-small-desktop-up,
  .hide-on-medium-desktop-up,
  .show-on-tablet-down,
  .show-on-small-desktop-down,
  .show-on-medium-desktop-down,
  .hide-on-large-mobile-down,
  .hide-on-small-tablet-down {
    display: inherit !important; }

  .show-on-mobile,
  .show-on-large-mobile,
  .show-on-small-tablet,
  .show-on-small-desktop,
  .show-on-medium-desktop,
  .show-on-large-desktop,
  .hide-on-tablet,
  .show-on-small-desktop-up,
  .show-on-medium-desktop-up,
  .hide-on-large-mobile-up,
  .hide-on-small-tablet-up,
  .hide-on-tablet-up,
  .show-on-large-mobile-down,
  .show-on-small-tablet-down,
  .hide-on-tablet-down,
  .hide-on-small-desktop-down,
  .hide-on-medium-desktop-down {
    display: none !important; } }
@media only screen and (min-width: 821px) and (max-width: 1024px) {
  .show-on-small-desktop,
  .hide-on-mobile,
  .hide-on-large-mobile,
  .hide-on-small-tablet,
  .hide-on-tablet,
  .hide-on-medium-desktop,
  .hide-on-large-desktop,
  .show-on-large-mobile-up,
  .show-on-small-tablet-up,
  .show-on-tablet-up,
  .show-on-small-desktop-up,
  .hide-on-medium-desktop-up,
  .show-on-small-desktop-down,
  .show-on-medium-desktop-down,
  .hide-on-large-mobile-down,
  .hide-on-small-tablet-down,
  .hide-on-tablet-down {
    display: inherit !important; }

  .show-on-mobile,
  .show-on-large-mobile,
  .show-on-small-tablet,
  .show-on-tablet,
  .show-on-medium-desktop,
  .show-on-large-desktop,
  .hide-on-small-desktop,
  .show-on-medium-desktop-up,
  .hide-on-large-mobile-up,
  .hide-on-small-tablet-up,
  .hide-on-tablet-up,
  .hide-on-small-desktop-up,
  .show-on-large-mobile-down,
  .show-on-small-tablet-down,
  .show-on-tablet-down,
  .hide-on-small-desktop-down,
  .hide-on-medium-desktop-down {
    display: none !important; } }
/* Large Desktop: 1441px and up */
@media only screen and (min-width: 1441px) {
  .show-on-large-desktop,
  .hide-on-mobile,
  .hide-on-large-mobile,
  .hide-on-small-tablet,
  .hide-on-tablet,
  .hide-on-small-desktop,
  .hide-on-medium-desktop,
  .show-on-large-mobile-up,
  .show-on-small-tablet-up,
  .show-on-tablet-up,
  .show-on-small-desktop-up,
  .show-on-medium-desktop-up,
  .hide-on-large-mobile-down,
  .hide-on-small-tablet-down,
  .hide-on-tablet-down,
  .hide-on-small-desktop-down,
  .hide-on-medium-desktop-down {
    display: inherit !important; }

  .show-on-mobile,
  .show-on-large-mobile,
  .show-on-small-tablet,
  .show-on-tablet,
  .show-on-small-desktop,
  .show-on-medium-desktop,
  .hide-on-large-desktop,
  .hide-on-large-mobile-up,
  .hide-on-small-tablet-up,
  .hide-on-tablet-up,
  .hide-on-small-desktop-up,
  .hide-on-medium-desktop-up,
  .show-on-large-mobile-down,
  .show-on-small-tablet-down,
  .show-on-tablet-down,
  .show-on-small-desktop-down,
  .show-on-medium-desktop-down {
    display: none !important; } }
/* Orientation targeting */
.show-on-landscape,
.hide-on-portrait {
  display: inherit !important; }

.hide-on-landscape,
.show-on-portrait {
  display: none !important; }

@media only screen and (orientation: landscape) {
  .show-on-landscape,
  .hide-on-portrait {
    display: inherit !important; }

  .hide-on-landscape,
  .show-on-portrait {
    display: none !important; } }
@media only screen and (orientation: portrait) {
  .show-on-portrait,
  .hide-on-landscape {
    display: inherit !important; }

  .hide-on-portrait,
  .show-on-landscape {
    display: none !important; } }
/* Touch-enabled device targeting */
.show-on-touch {
  display: none !important; }

.hide-on-touch {
  display: inherit !important; }

.touch .show-on-touch {
  display: inherit !important; }

.touch .hide-on-touch {
  display: none !important; }

[class*="b-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1; }
  [class*="b-grid-"]:before, [class*="b-grid-"]:after {
    display: table;
    content: ""; }
  [class*="b-grid-"]:after {
    clear: both; }
  [class*="b-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen and (max-width: 600px) {
  .handheld-b-grid-1 > li {
    width: 100%;
    list-style: none; }
    .handheld-b-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .handheld-b-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .handheld-b-grid-2 > li {
    width: 50%;
    list-style: none; }
    .handheld-b-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .handheld-b-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .handheld-b-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .handheld-b-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .handheld-b-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .handheld-b-grid-4 > li {
    width: 25%;
    list-style: none; }
    .handheld-b-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .handheld-b-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .handheld-b-grid-5 > li {
    width: 20%;
    list-style: none; }
    .handheld-b-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .handheld-b-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .handheld-b-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .handheld-b-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .handheld-b-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .handheld-b-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .handheld-b-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .handheld-b-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .handheld-b-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .handheld-b-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .handheld-b-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .handheld-b-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .handheld-b-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .handheld-b-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .handheld-b-grid-10 > li {
    width: 10%;
    list-style: none; }
    .handheld-b-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .handheld-b-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .handheld-b-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .handheld-b-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .handheld-b-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .handheld-b-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .handheld-b-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .handheld-b-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .tablet-b-grid-1 > li {
    width: 100%;
    list-style: none; }
    .tablet-b-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .tablet-b-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .tablet-b-grid-2 > li {
    width: 50%;
    list-style: none; }
    .tablet-b-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .tablet-b-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .tablet-b-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .tablet-b-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .tablet-b-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .tablet-b-grid-4 > li {
    width: 25%;
    list-style: none; }
    .tablet-b-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .tablet-b-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .tablet-b-grid-5 > li {
    width: 20%;
    list-style: none; }
    .tablet-b-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .tablet-b-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .tablet-b-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .tablet-b-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .tablet-b-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .tablet-b-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .tablet-b-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .tablet-b-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .tablet-b-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .tablet-b-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .tablet-b-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .tablet-b-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .tablet-b-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .tablet-b-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .tablet-b-grid-10 > li {
    width: 10%;
    list-style: none; }
    .tablet-b-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .tablet-b-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .tablet-b-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .tablet-b-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .tablet-b-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .tablet-b-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .tablet-b-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .tablet-b-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 1025px) {
  .desktop-b-grid-1 > li {
    width: 100%;
    list-style: none; }
    .desktop-b-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .desktop-b-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .desktop-b-grid-2 > li {
    width: 50%;
    list-style: none; }
    .desktop-b-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .desktop-b-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .desktop-b-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .desktop-b-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .desktop-b-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .desktop-b-grid-4 > li {
    width: 25%;
    list-style: none; }
    .desktop-b-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .desktop-b-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .desktop-b-grid-5 > li {
    width: 20%;
    list-style: none; }
    .desktop-b-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .desktop-b-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .desktop-b-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .desktop-b-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .desktop-b-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .desktop-b-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .desktop-b-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .desktop-b-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .desktop-b-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .desktop-b-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .desktop-b-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .desktop-b-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .desktop-b-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .desktop-b-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .desktop-b-grid-10 > li {
    width: 10%;
    list-style: none; }
    .desktop-b-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .desktop-b-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .desktop-b-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .desktop-b-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .desktop-b-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .desktop-b-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .desktop-b-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .desktop-b-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 #FFFFFF;
    border-radius: 1000px;
    -webkit-animation-name: rotate;
            animation-name: rotate;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
        .orbit-container .orbit-slides-container > * .orbit-caption h2 + p {
          margin-top: 10px; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #FFFFFF;
    background: transparent;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #FFFFFF;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #CCCCCC;
    float: none;
    margin-right: 6px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 600px) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }

  .orbit-timer,
  .orbit-next,
  .orbit-prev,
  .orbit-bullets {
    display: none; } }
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

/*
 * Joyride
 */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background-color: #08C;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
  /* Add a little css triangle pip, older browser just miss out on the fanciness of it */
  /* Typography */ }
  .lt-ie9 .joyride-tip-guide {
    max-width: 800px;
    left: 50%;
    margin-left: -400px; }
  .joyride-tip-guide .joyride-content-wrapper {
    width: 100%;
    padding: 1.125em 1.25em 1.5em; }
    .joyride-tip-guide .joyride-content-wrapper .button {
      margin-bottom: 0 !important; }
  .joyride-tip-guide .joyride-nub {
    display: block;
    position: absolute;
    left: 22px;
    width: 0;
    height: 0; }
    .joyride-tip-guide .joyride-nub.top {
      border-top: 14px solid transparent;
      border-right: 14px solid transparent;
      border-bottom: 14px solid #08C;
      border-left: 14px solid transparent;
      top: -28px; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-top: 14px solid #08C;
      border-right: 14px solid transparent;
      border-bottom: 14px solid transparent;
      border-left: 14px solid transparent;
      bottom: -28px; }
  .joyride-tip-guide h1,
  .joyride-tip-guide h2,
  .joyride-tip-guide h3,
  .joyride-tip-guide h4,
  .joyride-tip-guide h5,
  .joyride-tip-guide h6 {
    line-height: 1.25;
    margin: 0;
    font-weight: bold;
    color: #FFFFFF; }
  .joyride-tip-guide p {
    margin: 0 0 1.125em 0;
    font-size: 0.875em;
    line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #FFF !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: 0.5 !important; }
  .no-touch .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEE !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: red;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px white; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 601px) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; } }
/*
 * Tooltips
 */
.tooltip {
  display: none;
  position: absolute;
  -webkit-transition: 2s;
  transition: 2s;
  padding: 8px;
  z-index: 1300;
  max-width: 300px; }
  .tooltip .inner {
    background: #444444;
    color: #FFFFFF;
    position: relative;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45); }
    .tooltip .inner .tip {
      position: absolute;
      border: 7px solid transparent;
      top: -14px;
      left: 50%;
      margin-left: -8px;
      border-bottom-color: #444444;
      height: 8px;
      content: "";
      font-size: 0;
      line-height: 0;
      width: 0;
      height: 0; }
      .tooltip .inner .tip.top {
        top: auto;
        bottom: -14px;
        border-top-color: #444444;
        border-bottom-color: transparent; }
      .tooltip .inner .tip.right {
        top: 50%;
        left: -14px;
        margin-left: 0;
        margin-top: -8px;
        border-bottom-color: transparent;
        border-right-color: #444444; }
      .tooltip .inner .tip.left {
        top: 50%;
        left: auto;
        right: -14px;
        margin-left: 0;
        margin-top: -8px;
        border-bottom-color: transparent;
        border-left-color: #444444; }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    display: table;
    content: ""; }
  .inner-wrap:after {
    clear: both; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transition: -webkit-transform 500ms ease 0s;
          transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transition: -webkit-transform 500ms ease 0s;
          transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    -webkit-transition: background 300ms ease;
            transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 601px) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 601px) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 601px) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 601px) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 601px) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/*
 * TYPOGRAPHY
 */
.typography {
  /*.secondary {
    @include font-size($baseFontSize / 1.15); 
  }*/ }
  .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    margin: 0;
    font-family: "FuturaLT", Arial, sans-serif;
    color: #70625d;
    text-rendering: optimizelegibility; }
  .typography h1,
  .typography .h1 {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2; }
  .typography h2,
  .typography .h2 {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.2; }
  .typography h3,
  .typography .h3 {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 22.5px;
    font-size: 1.40625rem;
    line-height: 1.1; }
  .typography h4,
  .typography .h4 {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.1; }
  .typography h5,
  .typography .h5,
  .typography h6,
  .typography .h6 {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25;
    font-family: "FuturaLT", Arial, sans-serif; }
  .typography p,
  .typography ol,
  .typography ul,
  .typography dl,
  .typography address {
    color: #70625d;
    font-family: "DroidSerif", Georgia, serif;
    margin-bottom: 1.125em;
    font-size: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.65em; }
  .typography > p {
    float: none !important;
    width: auto !important; }
  .typography img {
    max-width: 100% !important;
    height: auto !important; }
    .typography img.leftAlone {
      float: none;
      margin-right: 0; }
    .typography img.rightAlone {
      float: none;
      margin-left: 0; }
  .typography .lead,
  .typography .large-first p:first-child {
    font-size: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600; }
  .typography small {
    font-size: 15px;
    font-size: 12px;
    font-size: 0.75rem; }
  .typography > p ul li, .typography > ul li {
    background-image: url(../images/bullet.svg);
    background-position: left 2px;
    background-repeat: no-repeat;
    padding-left: 20px; }
  .typography ol {
    list-style-type: decimal; }
  .typography ul,
  .typography ol {
    margin: 0 0 1.5em 15px;
    padding: 0; }
    .typography ul li,
    .typography ol li {
      margin: 5px 10px;
      font-weight: lighter;
      list-style: disc; }
  .typography li ul,
  .typography li ol {
    margin: 0.75em 0; }
    .typography li ul li,
    .typography li ol li {
      font-size: 15px;
      font-size: 13.5px;
      font-size: 0.84375rem; }
  .typography li ol {
    list-style-type: lower-roman; }
  .typography ul.inline,
  .typography ol.inline {
    list-style-type: none;
    margin-left: 0; }
    .typography ul.inline > li,
    .typography ol.inline > li {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding-left: 7.5px;
      padding-right: 7.5px; }
  .typography blockquote {
    background: #f2f2f2;
    border-left: 2px solid #70625d;
    color: #a39590;
    font-size: 15px;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.47em;
    margin: 20px 0;
    padding: 10px; }
    .typography blockquote p {
      margin: 0; }
  .typography cite {
    font-style: normal;
    font-size: 15px;
    font-size: 12px;
    font-size: 0.75rem; }
  .typography dl,
  .typography dd {
    margin-bottom: 4px; }
  .typography dt {
    font-weight: bold; }
  .typography .dl-horizontal {
    *zoom: 1; }
    .typography .dl-horizontal:before, .typography .dl-horizontal:after {
      display: table;
      content: ""; }
    .typography .dl-horizontal:after {
      clear: both; }
    .typography .dl-horizontal dt {
      float: left;
      clear: left;
      width: 30.38869258%; }
    .typography .dl-horizontal dd {
      margin-left: 32.99289258%; }
  .typography b, .typography strong {
    font-family: "DroidSerif", Georgia, serif; }
  .typography i, .typography em {
    font-style: italic; }
  .typography dfn, .typography cite {
    font-style: italic; }
  .typography pre,
  .typography code,
  .typography kbd,
  .typography samp {
    font-size: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5em;
    color: #71635e; }
  .typography abbr[title] {
    border-bottom: 1px dotted #c6bfbf;
    cursor: help; }
  .typography code {
    font-family: "Courier New", monospace; }
  .typography pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }
  .typography sub,
  .typography sup {
    position: relative;
    font-size: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 0; }
  .typography sup {
    top: -.5em; }
  .typography sub {
    bottom: -.25em; }
  .typography .tertiary {
    font-size: 15px;
    font-size: 12px;
    font-size: 0.75rem; }
  .typography small {
    font-weight: normal;
    line-height: 1; }
  .typography a {
    color: #e65973;
    font-family: "DroidSerif", Georgia, serif;
    text-decoration: underline;
    cursor: pointer; }
    .typography a:hover {
      color: #df2d4e; }
    .typography a:visited {
      color: #ed8598; }
    .typography a.buttonLarge {
      background-color: #70625d;
      margin-bottom: 15px;
      padding: 10px 15px;
      text-decoration: none; }
      .typography a.buttonLarge:hover {
        background: #e65973; }
  .typography hr {
    border: none;
    border-bottom: 2px solid #e3e3e3; }
  .typography a[href$=".pdf"],
  .typography a[href$=".PDF"],
  .typography a.pdf {
    padding: 2px;
    padding-left: 16px;
    margin-left: 3px;
    background: url(../images/icons/page_white_acrobat.png) no-repeat left center; }
  .typography a[href$=".doc"],
  .typography a[href$=".DOC"],
  .typography a.doc {
    padding: 2px;
    padding-left: 16px;
    margin-left: 3px;
    background: url(../images/icons/page_word.png) no-repeat left center; }
  .typography a[href$=".xls"],
  .typography a[href$=".XLS"],
  .typography a.xls {
    padding: 2px;
    padding-left: 16px;
    margin-left: 3px;
    background: url(../images/icons/page_excel.png) no-repeat left center; }
  .typography a[href$=".gz"],
  .typography a[href$=".GZ"],
  .typography a[href$=".gzip"],
  .typography a[href$=".GZIP"],
  .typography a[href$=".zip"],
  .typography a[href$=".ZIP"],
  .typography a.archive {
    padding: 2px;
    padding-left: 16px;
    margin-left: 3px;
    background: url(../images/icons/page_white_zip.png) no-repeat left center; }
  .typography a[href$=".exe"],
  .typography a[href$=".EXE"],
  .typography a.application {
    padding: 2px;
    padding-left: 16px;
    margin-left: 3px;
    background: url(../images/icons/application.png) no-repeat left center; }
  .typography table {
    margin: 1.5em 0;
    border-collapse: collapse; }
    .typography table td {
      padding: 5px; }
  .typography img {
    border: none; }
  .typography img.right,
  .typography .captionImage.right {
    float: right;
    margin-left: 30px; }
  .typography img.left,
  .typography .captionImage.left,
  .typography .image.left {
    float: left;
    margin-right: 30px; }
  .typography img.leftAlone {
    float: left;
    margin-right: 100%; }
  .typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .typography .captionImage img {
    margin: 0;
    margin-bottom: 6px; }
  .typography .captionImage.left,
  .typography .captionImage.right {
    float: none; }
  .typography .captionImage p.caption {
    color: #202020;
    font-size: 0.8em;
    line-height: 1.3em;
    padding: 6px;
    margin: 0; }
  .typography .left {
    text-align: left; }
  .typography .center {
    text-align: center; }
  .typography .right {
    text-align: right; }

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal !important;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

/*
 * Forms
 */
.main-wrapper {
  zoom: 100%;
  position: relative; }

form {
  margin: 0 0 20px; }
  .typography form ul, .typography form ul li {
    list-style-type: none !important;
    margin: 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

.field {
  margin-bottom: 10px; }

.field.optionset {
  margin-bottom: 20px; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1em;
  font-size: 15px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: inherit;
  color: #70625d;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
  legend small {
    font-size: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #999999; }

label,
input,
button,
select,
textarea {
  font-size: 15px;
  font-size: 13.5px;
  font-size: 0.84375rem;
  font-weight: normal;
  line-height: 20px; }

label {
  display: block;
  margin-bottom: 5px;
  color: #9d938f; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  font-family: "DroidSerif", Georgia, serif;
  border: 1px solid #dbd7d5;
  display: inline-block;
  height: 36px;
  *height: 18px;
  padding: 8px 8px;
  margin-bottom: 6px;
  font-size: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  color: #70625d;
  vertical-align: middle;
  border-radius: 4px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  select .input-block,
  textarea .input-block,
  input[type="text"] .input-block,
  input[type="password"] .input-block,
  input[type="datetime"] .input-block,
  input[type="datetime-local"] .input-block,
  input[type="date"] .input-block,
  input[type="month"] .input-block,
  input[type="time"] .input-block,
  input[type="week"] .input-block,
  input[type="number"] .input-block,
  input[type="email"] .input-block,
  input[type="url"] .input-block,
  input[type="search"] .input-block,
  input[type="tel"] .input-block,
  input[type="color"] .input-block {
    width: 100%; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
  select.valid,
  textarea.valid,
  input[type="text"].valid,
  input[type="password"].valid,
  input[type="datetime"].valid,
  input[type="datetime-local"].valid,
  input[type="date"].valid,
  input[type="month"].valid,
  input[type="time"].valid,
  input[type="week"].valid,
  input[type="number"].valid,
  input[type="email"].valid,
  input[type="url"].valid,
  input[type="search"].valid,
  input[type="tel"].valid,
  input[type="color"].valid {
    border-color: rgba(0, 127, 0, 0.8);
    color: #007f00;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 127, 0, 0.6); }
  select.error,
  textarea.error,
  input[type="text"].error,
  input[type="password"].error,
  input[type="datetime"].error,
  input[type="datetime-local"].error,
  input[type="date"].error,
  input[type="month"].error,
  input[type="time"].error,
  input[type="week"].error,
  input[type="number"].error,
  input[type="email"].error,
  input[type="url"].error,
  input[type="search"].error,
  input[type="tel"].error,
  input[type="color"].error {
    border-color: rgba(191, 9, 9, 0.8);
    color: #bf0909;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(191, 9, 9, 0.6); }

textarea {
  height: auto; }

input[type="radio"],
input[type="checkbox"] {
  margin: 1px 0 0;
  margin-top: 1px\9;
  *margin-top: 0;
  line-height: normal; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select,
input[type="file"] {
  height: 36px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px; }

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc; }
  select[multiple], select[size] {
    height: auto; }
  select:focus,
  select input[type="file"]:focus,
  select input[type="radio"]:focus,
  select input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px; }
  .radio label,
  .checkbox label {
    padding: 5px 0; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
  margin-top: -4px\9; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.field.inline .radio,
.field.inline .checkbox {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }
  .field.inline .radio label,
  .field.inline .checkbox label {
    margin-left: 20px; }

.help-block,
.help-inline {
  color: #AAA;
  font-size: 15px;
  font-size: 12px;
  font-size: 0.75rem; }

.help-block {
  display: block;
  padding-left: 5px;
  margin-bottom: 10px;
  margin-top: -10px; }

.help-inline {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle; }

.Actions {
  padding: 10px;
  text-align: center; }

.inline-labels .field {
  position: relative; }
.inline-labels .text label, .inline-labels .email label {
  position: absolute;
  top: 8px;
  left: 10px; }
.inline-labels .form-row [class*="form-"] + [class*="form-"]:last-child.text label, .inline-labels .form-row [class*="form-"] + [class*="form-"]:last-child.email label {
  left: 40px; }

div.password.security .password-strength-wrapper .progress {
  width: 190px;
  margin-bottom: 5px;
  height: 10px; }
div.password.security .password-strength-wrapper p {
  font-size: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 3px; }
  div.password.security .password-strength-wrapper p strong {
    font-weight: 600; }
div.password.security .password-strength-wrapper ul li {
  line-height: 1.5em;
  font-size: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 20px; }
  div.password.security .password-strength-wrapper ul li span {
    font-size: 15px;
    margin-right: 5px; }
div.password.security .password-strength-wrapper .yesno_yes .icon-check-empty,
div.password.security .password-strength-wrapper .yesno_no .icon-check {
  display: none; }

.form-inline fieldset,
.form-inline .field,
.form-inline .Actions {
  background: none;
  border: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: auto; }
.form-inline .field {
  margin: 0 5px; }
  .form-inline .field input,
  .form-inline .field textarea,
  .form-inline .field select,
  .form-inline .field .help-inline,
  .form-inline .field .input-prepend,
  .form-inline .field .input-append {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .field .checkbox {
    margin-top: -4px\9; }
  .form-inline .field.text label {
    display: none; }
  .form-inline .field .radio,
  .form-inline .field .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .field .radio input[type="radio"],
  .form-inline .field .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0; }

.form-horizontal fieldset {
  margin: 0 auto;
  width: 490px; }
.form-horizontal .Actions {
  text-align: left;
  padding-left: 195px;
  overflow: auto;
  margin: 0 auto;
  width: 490px; }
.form-horizontal label.main-label {
  float: left;
  padding-top: 8px;
  text-align: right;
  width: 180px; }
.form-horizontal select,
.form-horizontal textarea,
.form-horizontal input[type="text"],
.form-horizontal input[type="password"],
.form-horizontal input[type="datetime"],
.form-horizontal input[type="datetime-local"],
.form-horizontal input[type="date"],
.form-horizontal input[type="month"],
.form-horizontal input[type="time"],
.form-horizontal input[type="week"],
.form-horizontal input[type="number"],
.form-horizontal input[type="email"],
.form-horizontal input[type="url"],
.form-horizontal input[type="search"],
.form-horizontal input[type="tel"],
.form-horizontal input[type="color"] {
  margin-left: 20px;
  width: 220px;
  float: left; }
.form-horizontal .field {
  *zoom: 1; }
  .form-horizontal .field.checkbox {
    margin-left: 200px; }
    .form-horizontal .field.checkbox .checkbox {
      margin-left: -40px\9;
      margin-top: -4px\9; }
    .form-horizontal .field.checkbox label.main-label {
      text-align: left;
      float: none; }
  .form-horizontal .field:before, .form-horizontal .field:after {
    display: table;
    line-height: 0;
    content: ""; }
  .form-horizontal .field:after {
    clear: both; }

.prepend-append input {
  box-shadow: none; }

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle; }

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px; }

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 4px 4px 0; }

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus {
  z-index: 2; }

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 36px;
  min-width: 16px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc; }

.input-append .add-on,
.input-prepend .add-on {
  vertical-align: top;
  border-radius: 0; }

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546; }

.input-prepend .add-on {
  margin-right: -1px; }

.input-prepend .add-on:first-child {
  border-radius: 4px 0 0 4px; }

.input-append input,
.input-append select {
  border-radius: 4px 0 0 4px; }

.input-append .add-on {
  margin-left: -1px; }

.input-append .add-on:last-child {
  border-radius: 0 4px 4px 0; }

.input-prepend.input-append input,
.input-prepend.input-append select {
  border-radius: 0; }

.input-prepend.input-append .add-on:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px; }

.input-prepend.input-append .add-on:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0; }

.input-small label,
.input-small input,
.input-small button,
.input-small select,
.input-small textarea {
  font-size: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px; }
.input-small select,
.input-small textarea,
.input-small input[type="text"],
.input-small input[type="password"],
.input-small input[type="datetime"],
.input-small input[type="datetime-local"],
.input-small input[type="date"],
.input-small input[type="month"],
.input-small input[type="time"],
.input-small input[type="week"],
.input-small input[type="number"],
.input-small input[type="email"],
.input-small input[type="url"],
.input-small input[type="search"],
.input-small input[type="tel"],
.input-small input[type="color"] {
  display: inline-block;
  height: 28px;
  padding: 6px 6px;
  font-size: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px; }

.input-medium label,
.input-medium input,
.input-medium button,
.input-medium select,
.input-medium textarea {
  font-size: 15px;
  font-size: 13.5px;
  font-size: 0.84375rem;
  line-height: 16px; }
.input-medium select,
.input-medium textarea,
.input-medium input[type="text"],
.input-medium input[type="password"],
.input-medium input[type="datetime"],
.input-medium input[type="datetime-local"],
.input-medium input[type="date"],
.input-medium input[type="month"],
.input-medium input[type="time"],
.input-medium input[type="week"],
.input-medium input[type="number"],
.input-medium input[type="email"],
.input-medium input[type="url"],
.input-medium input[type="search"],
.input-medium input[type="tel"],
.input-medium input[type="color"] {
  display: inline-block;
  height: 30px;
  padding: 7px 6px;
  font-size: 15px;
  font-size: 13.5px;
  font-size: 0.84375rem;
  line-height: 16px; }

.input-large label,
.input-large input,
.input-large button,
.input-large select,
.input-large textarea {
  font-size: 15px;
  font-size: 16.5px;
  font-size: 1.03125rem;
  line-height: 24px; }
.input-large select,
.input-large textarea,
.input-large input[type="text"],
.input-large input[type="password"],
.input-large input[type="datetime"],
.input-large input[type="datetime-local"],
.input-large input[type="date"],
.input-large input[type="month"],
.input-large input[type="time"],
.input-large input[type="week"],
.input-large input[type="number"],
.input-large input[type="email"],
.input-large input[type="url"],
.input-large input[type="search"],
.input-large input[type="tel"],
.input-large input[type="color"] {
  display: inline-block;
  height: 40px;
  padding: 8px 6px;
  font-size: 15px;
  font-size: 16.5px;
  font-size: 1.03125rem;
  line-height: 24px; }

.controls-row:before, .controls-row:after {
  display: table;
  line-height: 0;
  content: ""; }

.form-row {
  width: 100%;
  margin: 0 auto;
  max-width: 62.5em;
  overflow: auto; }
  .form-row .field {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left; }
    .form-row .field select,
    .form-row .field textarea,
    .form-row .field input[type="text"],
    .form-row .field input[type="password"],
    .form-row .field input[type="datetime"],
    .form-row .field input[type="datetime-local"],
    .form-row .field input[type="date"],
    .form-row .field input[type="month"],
    .form-row .field input[type="time"],
    .form-row .field input[type="week"],
    .form-row .field input[type="number"],
    .form-row .field input[type="email"],
    .form-row .field input[type="url"],
    .form-row .field input[type="search"],
    .form-row .field input[type="tel"],
    .form-row .field input[type="color"] {
      display: block;
      width: 100%; }
    .form-row .field.form-desktop-1 {
      padding-left: 0;
      padding-right: 0;
      width: 8.33333%; }
    .form-row .field.form-desktop-2 {
      padding-left: 0;
      padding-right: 0;
      width: 16.66667%; }
    .form-row .field.form-desktop-3 {
      padding-left: 0;
      padding-right: 0;
      width: 25%; }
    .form-row .field.form-desktop-4 {
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%; }
    .form-row .field.form-desktop-5 {
      padding-left: 0;
      padding-right: 0;
      width: 41.66667%; }
    .form-row .field.form-desktop-6 {
      padding-left: 0;
      padding-right: 0;
      width: 50%; }
    .form-row .field.form-desktop-7 {
      padding-left: 0;
      padding-right: 0;
      width: 58.33333%; }
    .form-row .field.form-desktop-8 {
      padding-left: 0;
      padding-right: 0;
      width: 66.66667%; }
    .form-row .field.form-desktop-9 {
      padding-left: 0;
      padding-right: 0;
      width: 75%; }
    .form-row .field.form-desktop-10 {
      padding-left: 0;
      padding-right: 0;
      width: 83.33333%; }
    .form-row .field.form-desktop-11 {
      padding-left: 0;
      padding-right: 0;
      width: 91.66667%; }
    .form-row .field.form-desktop-12 {
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
    .form-row .field.form-desktop-offset-0 {
      padding-left: 0;
      padding-right: 0;
      margin-left: 0 !important; }
    .form-row .field.form-desktop-offset-1 {
      padding-left: 0;
      padding-right: 0;
      margin-left: 8.33333% !important; }
    .form-row .field.form-desktop-offset-2 {
      padding-left: 0;
      padding-right: 0;
      margin-left: 16.66667% !important; }
    .form-row .field.form-desktop-offset-3 {
      padding-left: 0;
      padding-right: 0;
      margin-left: 25% !important; }
    .form-row .field.form-desktop-offset-4 {
      padding-left: 0;
      padding-right: 0;
      margin-left: 33.33333% !important; }
    .form-row .field.form-desktop-offset-5 {
      padding-left: 0;
      padding-right: 0;
      margin-left: 41.66667% !important; }
    .form-row .field.form-desktop-offset-6 {
      padding-left: 0;
      padding-right: 0;
      margin-left: 50% !important; }
    .form-row .field.form-desktop-offset-7 {
      padding-left: 0;
      padding-right: 0;
      margin-left: 58.33333% !important; }
    .form-row .field.form-desktop-offset-8 {
      padding-left: 0;
      padding-right: 0;
      margin-left: 66.66667% !important; }
    .form-row .field.form-desktop-offset-9 {
      padding-left: 0;
      padding-right: 0;
      margin-left: 75% !important; }
    .form-row .field.form-desktop-offset-10 {
      padding-left: 0;
      padding-right: 0;
      margin-left: 83.33333% !important; }
    @media only screen and (min-width: 601px) and (max-width: 1024px) {
      .form-row .field.form-tablet-1 {
        padding-left: 0;
        padding-right: 0;
        width: 8.33333%; }
      .form-row .field.form-tablet-2 {
        padding-left: 0;
        padding-right: 0;
        width: 16.66667%; }
      .form-row .field.form-tablet-3 {
        padding-left: 0;
        padding-right: 0;
        width: 25%; }
      .form-row .field.form-tablet-4 {
        padding-left: 0;
        padding-right: 0;
        width: 33.33333%; }
      .form-row .field.form-tablet-5 {
        padding-left: 0;
        padding-right: 0;
        width: 41.66667%; }
      .form-row .field.form-tablet-6 {
        padding-left: 0;
        padding-right: 0;
        width: 50%; }
      .form-row .field.form-tablet-7 {
        padding-left: 0;
        padding-right: 0;
        width: 58.33333%; }
      .form-row .field.form-tablet-8 {
        padding-left: 0;
        padding-right: 0;
        width: 66.66667%; }
      .form-row .field.form-tablet-9 {
        padding-left: 0;
        padding-right: 0;
        width: 75%; }
      .form-row .field.form-tablet-10 {
        padding-left: 0;
        padding-right: 0;
        width: 83.33333%; }
      .form-row .field.form-tablet-11 {
        padding-left: 0;
        padding-right: 0;
        width: 91.66667%; }
      .form-row .field.form-tablet-12 {
        padding-left: 0;
        padding-right: 0;
        width: 100%; }
      .form-row .field.form-tablet-offset-0 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0 !important; }
      .form-row .field.form-tablet-offset-1 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 8.33333% !important; }
      .form-row .field.form-tablet-offset-2 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 16.66667% !important; }
      .form-row .field.form-tablet-offset-3 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 25% !important; }
      .form-row .field.form-tablet-offset-4 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 33.33333% !important; }
      .form-row .field.form-tablet-offset-5 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 41.66667% !important; }
      .form-row .field.form-tablet-offset-6 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 50% !important; }
      .form-row .field.form-tablet-offset-7 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 58.33333% !important; }
      .form-row .field.form-tablet-offset-8 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 66.66667% !important; }
      .form-row .field.form-tablet-offset-9 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 75% !important; }
      .form-row .field.form-tablet-offset-10 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 83.33333% !important; } }
    @media only screen and (max-width: 600px) {
      .form-row .field.form-handheld-1 {
        padding-left: 0;
        padding-right: 0;
        width: 8.33333%; }
      .form-row .field.form-handheld-2 {
        padding-left: 0;
        padding-right: 0;
        width: 16.66667%; }
      .form-row .field.form-handheld-3 {
        padding-left: 0;
        padding-right: 0;
        width: 25%; }
      .form-row .field.form-handheld-4 {
        padding-left: 0;
        padding-right: 0;
        width: 33.33333%; }
      .form-row .field.form-handheld-5 {
        padding-left: 0;
        padding-right: 0;
        width: 41.66667%; }
      .form-row .field.form-handheld-6 {
        padding-left: 0;
        padding-right: 0;
        width: 50%; }
      .form-row .field.form-handheld-7 {
        padding-left: 0;
        padding-right: 0;
        width: 58.33333%; }
      .form-row .field.form-handheld-8 {
        padding-left: 0;
        padding-right: 0;
        width: 66.66667%; }
      .form-row .field.form-handheld-9 {
        padding-left: 0;
        padding-right: 0;
        width: 75%; }
      .form-row .field.form-handheld-10 {
        padding-left: 0;
        padding-right: 0;
        width: 83.33333%; }
      .form-row .field.form-handheld-11 {
        padding-left: 0;
        padding-right: 0;
        width: 91.66667%; }
      .form-row .field.form-handheld-12 {
        padding-left: 0;
        padding-right: 0;
        width: 100%; }
      .form-row .field.form-handheld-offset-0 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0 !important; }
      .form-row .field.form-handheld-offset-1 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 8.33333% !important; }
      .form-row .field.form-handheld-offset-2 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 16.66667% !important; }
      .form-row .field.form-handheld-offset-3 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 25% !important; }
      .form-row .field.form-handheld-offset-4 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 33.33333% !important; }
      .form-row .field.form-handheld-offset-5 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 41.66667% !important; }
      .form-row .field.form-handheld-offset-6 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 50% !important; }
      .form-row .field.form-handheld-offset-7 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 58.33333% !important; }
      .form-row .field.form-handheld-offset-8 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 66.66667% !important; }
      .form-row .field.form-handheld-offset-9 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 75% !important; }
      .form-row .field.form-handheld-offset-10 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 83.33333% !important; } }
  .form-row [class*="form-"] + [class*="form-"] {
    padding-left: 30px; }
  .form-row [class*="field"] + [class*="field"]:last-child {
    float: right; }
  .form-row [class*="field"] + [class*="field"].end {
    float: left; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

.ui-helper-hidden-accessible {
  display: none; }

form ul.tagit {
  padding: 4px 4px;
  overflow: auto;
  margin-left: inherit;
  /* usually we don't want the regular ul margins. */
  margin-right: inherit;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #FFF;
  border: 1px solid #AAA;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  width: 300px; }

ul.tagit li {
  display: block;
  float: left; }

ul.tagit li.tagit-choice {
  background: #f2efef;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 2px;
  position: relative;
  line-height: inherit; }
  ul.tagit li.tagit-choice a {
    text-decoration: none; }
  ul.tagit li.tagit-choice .icon-circledelete {
    font-size: 11px;
    color: #70625d; }

ul.tagit li.tagit-choice-read-only {
  padding: .2em .5em .2em .5em; }

ul.tagit li.tagit-choice-editable {
  padding: .2em 18px .2em .5em; }

ul.tagit li.tagit-new {
  padding: 3px; }
  ul.tagit li.tagit-new input {
    height: auto;
    border: 1px solid #EEE;
    margin-bottom: 0;
    padding: 0 4px;
    font-size: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5em;
    height: 25px\9;
    width: 110px; }

ul.tagit li.tagit-choice a.tagit-label {
  cursor: pointer;
  text-decoration: none; }

ul.tagit li.tagit-choice .tagit-close {
  cursor: pointer;
  position: absolute;
  right: .1em;
  top: 50%;
  margin-top: -8px;
  line-height: 17px; }

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
  display: none; }

ul.tagit li.tagit-choice input {
  display: block;
  float: left;
  margin: 2px 5px 2px 0; }

ul.tagit input[type="text"] {
  box-sizing: border-box;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  width: inherit;
  background-color: inherit;
  outline: none; }

.ui-autocomplete {
  background: #FFF;
  border: 1px solid #DDD;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  width: 290px; }
  .ui-autocomplete li {
    padding: 5px;
    font-size: 15px;
    font-size: 12px;
    font-size: 0.75rem; }
    .ui-autocomplete li:hover {
      background: #e65973;
      color: #FFFFFF; }

.ui-autocomplete-loading {
  background: url("/base/images/small-ajax-loader.gif") no-repeat right center; }

/*
 * Selectbox
 */
/* applied to original <select> to hide */
.has_sb {
  position: absolute;
  left: -999999em;
  text-indent: -999999em; }

/* always visible styles */
.selectbox {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 5px 5px 10px 5px;
  position: relative;
  vertical-align: middle;
  /* dropdown styles */
  /* optgroup styles */ }
  .selectbox .display {
    background-color: #FFF;
    border: 1px solid #AAA;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #555;
    cursor: default;
    display: block;
    font-weight: normal;
    height: 36px;
    line-height: 20px;
    overflow: hidden;
    outline: none;
    padding: 8px 6px;
    position: relative;
    text-decoration: none;
    width: 190px; }
  .selectbox.disabled .display {
    color: #999; }
  .selectbox.focused .display .text {
    background-color: #3399ff;
    color: #fcfcfc;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .selectbox .display.active {
    border-color: #7b7d83; }
  .selectbox .display .arrow_btn {
    background: #dbdbdb url(/base/images/select_arrow_bg.gif) repeat-x left center;
    border: 1px solid #707070;
    display: block;
    height: 18px;
    line-height: .92em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 8px;
    width: 18px; }
  .selectbox .display .arrow_btn .arrow {
    background: transparent url(/base/images/select_arrow.gif) no-repeat center center;
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 4px;
    left: .33em;
    position: absolute;
    top: 7px;
    width: 7px; }
  .selectbox .display.active .arrow_btn {
    -moz-box-shadow: inset 0 0 1px 1px #9eb0ba;
    -webkit-box-shadow: inset 0 0 1px 1px #9eb0ba; }
  .selectbox .display.hover .arrow_btn {
    background-image: url(/base/images/select_arrow_bg_hover.gif); }
  .selectbox .value {
    display: none; }
  .selectbox.items {
    background: #fff;
    border: 1px solid #828790;
    display: block;
    font-size: 15px;
    font-size: 13.5px;
    font-size: 0.84375rem;
    list-style-type: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 1px 0;
    z-index: 99999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
  .selectbox.items li {
    display: block;
    margin: 0;
    padding: 0; }
  .selectbox.items li.first {
    margin-top: 0; }
  .selectbox.items li > .item {
    color: #555;
    cursor: default;
    display: block;
    padding: 0px 6px;
    text-decoration: none; }
  .selectbox.items li > .item > .text {
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .selectbox.items li.selected > .item {
    background: #3399ff;
    color: #FCFCFC;
    border-bottom: 1px dotted #999;
    border-top: 1px dotted #999; }
  .selectbox.items:hover li.selected > .item {
    background: #FFFFFF;
    color: #555; }
  .selectbox.items li.disabled > .item {
    color: #999; }
  .selectbox.items li.selected.hover > .item, .selectbox.items li.hover > .item {
    background-color: #3399ff;
    color: #fcfcfc; }
  .selectbox.items .value {
    display: none; }
  .selectbox.items .optgroup .items {
    border: none;
    margin: 0;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
  .selectbox.items .optgroup > .label {
    cursor: default;
    font-weight: bold;
    line-height: 1em; }
  .selectbox.items .optgroup .items li > .item {
    padding-left: 1em; }

/*
 * PAGINATION
 */
.pagination {
  margin: 0 0 1em 0; }
  .pagination ul {
    display: inline-block;
    zoom: 1;
    *display: block;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0; }
    .pagination ul li {
      display: inline;
      margin: 0; }
    .pagination ul li a,
    .pagination ul li > span {
      background-color: #FFF;
      border: 1px solid #CCC;
      border-left-width: 0;
      color: #df2d4e;
      float: left;
      font-size: 15px;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1em;
      padding: 10px;
      text-decoration: none; }
    .pagination ul > li > a:hover {
      background-color: #F6F5F5;
      color: #df2d4e; }
    .pagination ul > .selected > a, .pagination ul > .selected > span, .pagination ul > .selected > a:hover {
      background-color: white;
      color: #df2d4e;
      cursor: default;
      text-decoration: none; }
    .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover {
      background-color: transparent;
      color: #333;
      cursor: default; }
    .pagination ul > li.first > a, .pagination ul > li.first > span, .pagination ul > li.last > a, .pagination ul > li.last > span {
      background-color: #F6F5F5;
      color: #df2d4e; }
    .pagination ul > li.first:hover > a, .pagination ul > li.first:hover > span, .pagination ul > li.last:hover > a, .pagination ul > li.last:hover > span {
      background-color: #eae8e8; }
    .pagination ul > li.first > a, .pagination ul > li.first > span {
      border-left-width: 1px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination ul > li.last > a, .pagination ul > li.last > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination.pagination-centered {
    text-align: center; }
  .pagination.pagination-right {
    text-align: right; }
  .pagination.pagination-large ul > li > a,
  .pagination.pagination-large ul > li > span {
    font-size: 15px;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 22px; }
  .pagination.pagination-small ul > li > a,
  .pagination.pagination-small ul > li > span {
    font-size: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 4px 11px; }
  .pagination.pagination-mini ul > li > a,
  .pagination.pagination-mini ul > li > span {
    font-size: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 2px 5px; }

/*
 * PAGER
 */
.pager {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
  text-align: center;
  *zoom: 1; }
  .pager:before, .pager:after {
    display: table;
    content: ""; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
  .pager li > a,
  .pager li > span {
    background-color: #F6F5F5;
    border: 1px solid #CCC;
    border-radius: 4px;
    color: #df2d4e;
    display: inline-block;
    font-size: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
    text-decoration: none; }
  .pager li > a:visited {
    color: #df2d4e; }
  .pager li > a:hover {
    background-color: #eae8e8;
    text-decoration: none; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > span {
    background-color: transparent;
    color: #df2d4e;
    cursor: default; }

/*
 * Navigation Bar
 */
.navbar {
  *position: relative;
  *z-index: 2;
  margin: 0 0 15px 0;
  overflow: visible; }
  .navbar .navbar-inner {
    background-color: #FFFFFF;
    border: 2px solid #E7E4E4;
    border-radius: 4px;
    *zoom: 1;
    min-height: 44px; }
    .navbar .navbar-inner:before, .navbar .navbar-inner:after {
      display: table;
      content: ""; }
    .navbar .navbar-inner:after {
      clear: both; }
  .navbar .container {
    width: auto; }
  .navbar .nav-collapse.collapse {
    height: auto;
    overflow: visible; }
  .navbar .navbar-text {
    color: #70625d;
    margin-bottom: 0;
    line-height: 30px; }
  .navbar .nav {
    display: block;
    float: left;
    left: 0;
    margin: 0 12px 0 12px;
    *margin: 0;
    position: relative; }
    .navbar .nav > li {
      float: left;
      list-style-type: none;
      margin: 0;
      padding: 0;
      *margin: 2px; }
      .navbar .nav > li > a {
        color: #70625d;
        float: none;
        font-size: 15px;
        font-size: 15.78947px;
        font-size: 0.98684rem;
        line-height: 30px;
        padding: 5px 10px;
        text-decoration: none; }
        .navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li > a:visited, .navbar .nav > li > a.dropdown-open {
          background-color: white;
          color: #70625d;
          text-decoration: none; }
      .navbar .nav > li.current > a, .navbar .nav > li.current > a:hover, .navbar .nav > li.current > a:visited, .navbar .nav > li.current > a:focus, .navbar .nav > li.current > a.dropdown-open, .navbar .nav > li.selected > a, .navbar .nav > li.selected > a:hover, .navbar .nav > li.selected > a:visited, .navbar .nav > li.selected > a:focus, .navbar .nav > li.selected > a.dropdown-open {
        background: #fff9e7;
        color: #FFFFFF; }

/*
 * Tabbed Navigation
 */
ul.nav {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0; }
  ul.nav li {
    list-style-type: none; }
  ul.nav li a {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none; }
  ul.nav.nav-tabs, ul.nav.nav-pills {
    *zoom: 1; }
    ul.nav.nav-tabs:before, ul.nav.nav-tabs:after, ul.nav.nav-pills:before, ul.nav.nav-pills:after {
      display: table;
      content: ""; }
    ul.nav.nav-tabs:after, ul.nav.nav-pills:after {
      clear: both; }
  ul.nav.nav-tabs > li, ul.nav.nav-pills > li {
    float: left; }
  ul.nav.nav-tabs > li > a, ul.nav.nav-pills > li > a {
    padding-right: 11px;
    padding-left: 11px;
    margin-right: 2px;
    line-height: 14px; }
  ul.nav.nav-tabs {
    padding-left: 15px;
    border-bottom: 1px solid #444; }
    ul.nav.nav-tabs > li {
      margin: 1px 0 -1px 0; }
    ul.nav.nav-tabs > li > a {
      color: #a39590;
      padding-top: 8px;
      padding-bottom: 8px;
      line-height: 1em;
      border: 1px solid #d1cac8;
      border-bottom-color: #444;
      border-radius: 4px 4px 0 0; }
      ul.nav.nav-tabs > li > a:hover {
        background-color: white;
        border-color: #aea29e;
        border-bottom-color: #444;
        color: #70625d; }
    ul.nav.nav-tabs > .current > a, ul.nav.nav-tabs > .current > a:hover, ul.nav.nav-tabs > .selected > a, ul.nav.nav-tabs > .selected > a:hover {
      background-color: #fff9e7;
      color: #FFFFFF;
      border: 1px solid #444;
      border-bottom-color: #fff9e7;
      cursor: default; }
    ul.nav.nav-tabs.tabs-below, ul.nav.nav-tabs.tabs-right, ul.nav.nav-tabs.tabs-left {
      border-bottom: 0; }
    ul.nav.nav-tabs.tabs-below {
      border-top: 1px solid #444; }
      ul.nav.nav-tabs.tabs-below > li {
        margin: -1px 0 -1px 0; }
        ul.nav.nav-tabs.tabs-below > li > a {
          border: 1px solid #d1cac8;
          border-top: 1px solid #444;
          border-radius: 0 0 4px 4px; }
          ul.nav.nav-tabs.tabs-below > li > a:hover {
            border-color: #aea29e;
            border-top: 1px solid #444; }
      ul.nav.nav-tabs.tabs-below > .current > a, ul.nav.nav-tabs.tabs-below > .current > a:hover, ul.nav.nav-tabs.tabs-below > .selected > a, ul.nav.nav-tabs.tabs-below > .selected > a:hover {
        border-color: transparent #444 #444 #444; }
    ul.nav.nav-tabs.tabs-left > li, ul.nav.nav-tabs.tabs-right > li {
      float: none; }
      ul.nav.nav-tabs.tabs-left > li > a, ul.nav.nav-tabs.tabs-right > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px; }
    ul.nav.nav-tabs.tabs-left {
      float: left;
      margin-right: 19px;
      padding: 0;
      border-right: 1px solid #444; }
      ul.nav.nav-tabs.tabs-left > li > a {
        border: 1px solid #d1cac8;
        border-right: 1px solid #444;
        margin-right: -1px;
        border-radius: 4px 0 0 4px; }
        ul.nav.nav-tabs.tabs-left > li > a:hover {
          border-color: #aea29e;
          border-right-color: #444; }
      ul.nav.nav-tabs.tabs-left .current > a,
      ul.nav.nav-tabs.tabs-left .current > a:hover,
      ul.nav.nav-tabs.tabs-left .selected > a,
      ul.nav.nav-tabs.tabs-left .selected > a:hover {
        border-color: #444;
        border-right-color: #fff9e7; }
    ul.nav.nav-tabs.tabs-right {
      float: right;
      margin-left: 19px;
      padding: 0;
      border-left: 1px solid #444; }
      ul.nav.nav-tabs.tabs-right > li > a {
        border: 1px solid #d1cac8;
        border-right: 1px solid #444;
        margin-left: -1px;
        border-radius: 0 4px 4px 0; }
        ul.nav.nav-tabs.tabs-right > li > a:hover {
          border-color: #aea29e;
          border-left-color: #444; }
      ul.nav.nav-tabs.tabs-right.nav-tabs .current > a, ul.nav.nav-tabs.tabs-right.nav-tabs .current > a:hover, ul.nav.nav-tabs.tabs-right.nav-tabs .selected > a, ul.nav.nav-tabs.tabs-right.nav-tabs .selected > a:hover {
        border-color: #444;
        border-left-color: #fff9e7; }
  ul.nav.nav-stacked > li {
    float: none; }
  ul.nav.nav-stacked > li > a {
    margin-right: 0; }
  ul.nav.nav-tabs.nav-stacked {
    border-bottom: 0; }
    ul.nav.nav-tabs.nav-stacked > li > a {
      border: 1px solid #444;
      border-bottom: 0;
      border-radius: 0; }
    ul.nav.nav-tabs.nav-stacked > li.first > a {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
      ul.nav.nav-tabs.nav-stacked > li.first > a:hover {
        border-bottom-width: 0; }
    ul.nav.nav-tabs.nav-stacked > li.last {
      border-bottom: 1px solid #444;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      margin-bottom: 0; }
      ul.nav.nav-tabs.nav-stacked > li.last > a {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; }
    ul.nav.nav-tabs.nav-stacked > li > a:hover {
      border-color: #444;
      z-index: 2; }
  ul.nav.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px; }
  ul.nav.nav-pills.nav-stacked > li.last > a {
    margin-bottom: 1px; }

/*
 * Pill Shaped Navigation
 */
ul.nav.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 16px;
  color: #70625d; }
ul.nav.nav-pills > li > a:hover {
  background-color: white; }
ul.nav.nav-pills > .current > a, ul.nav.nav-pills > .current > a:hover, ul.nav.nav-pills > .selected > a, ul.nav.nav-pills > .selected > a:hover {
  color: #FFFFFF;
  background-color: #fff9e7; }

/*
 * Breadcrumb Navigation
 */
ul.breadcrumb {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 8px;
  background-color: #FFF;
  border: 1px solid #F3F1F1;
  border-radius: 4px;
  font-size: 15px;
  font-size: 13.5px;
  font-size: 0.84375rem;
  color: #70625d; }
  ul.breadcrumb > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
    padding: 0; }
    ul.breadcrumb > li a {
      color: #df2d4e; }
      ul.breadcrumb > li a:visited {
        color: #e65973; }
      ul.breadcrumb > li a:hover {
        color: #bd1c3a; }
    ul.breadcrumb > li > .divider {
      color: #70625d; }
  ul.breadcrumb > .current,
  ul.breadcrumb > .selected {
    color: #70625d; }

/*
 * List Navigation
 */
ul.nav-list {
  margin-bottom: 0; }
  ul.nav-list .caret {
    display: none; }
  ul.nav-list .nav-header {
    display: block;
    padding: 3px 7px;
    font-size: 15px;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
    line-height: 1em;
    color: #70625d;
    text-transform: uppercase; }
  ul.nav-list .nav li + .nav-header {
    margin-top: 9px; }
  ul.nav-list li {
    margin: 0; }
    ul.nav-list li .second-level a {
      background-color: white; }
    ul.nav-list li .third-level a {
      background-color: white; }
    ul.nav-list li a {
      display: block;
      color: #df2d4e;
      font-family: Helvetica, Arial, sans-serif;
      padding: 5px; }
    ul.nav-list li a:hover {
      background-color: white; }
    ul.nav-list li.current > a, ul.nav-list li.selected > a {
      background-color: #fff9e7;
      color: #FFFFFF; }

@media only screen and (max-width: 600px) {
  ul.nav.nav-tabs.nav-stacked,
  ul.nav.nav-pills.nav-stacked {
    margin: 0;
    padding-left: 0; }

  .toggle-on-handheld {
    display: none; }
    .toggle-on-handheld .navbar-inner {
      border: 0px; }
      .toggle-on-handheld .navbar-inner .nav {
        float: none;
        margin: 0; }
        .toggle-on-handheld .navbar-inner .nav .caret {
          display: none; }
        .toggle-on-handheld .navbar-inner .nav li {
          margin: 0;
          float: none; }
          .toggle-on-handheld .navbar-inner .nav li .second-level a {
            background-color: white; }
          .toggle-on-handheld .navbar-inner .nav li .third-level a {
            background-color: white; }
          .toggle-on-handheld .navbar-inner .nav li a {
            display: block;
            color: #df2d4e;
            font-family: Helvetica, Arial, sans-serif;
            padding: 5px; }
          .toggle-on-handheld .navbar-inner .nav li a:hover {
            background-color: white; }
          .toggle-on-handheld .navbar-inner .nav li.current > a, .toggle-on-handheld .navbar-inner .nav li.selected > a {
            background-color: #fff9e7;
            color: #FFFFFF; } }
/*
 * Buttons
 */
button,
.Actions input,
a.btn {
  /*
  * Buttons Modifiers
  */ }
  button, button:visited,
  button input.action,
  .Actions input,
  .Actions input:visited,
  .Actions input input.action,
  a.btn,
  a.btn:visited,
  a.btn input.action {
    background-color: #70625d;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8c7a74), to(#70625d));
    background-image: -webkit-linear-gradient(#8c7a74, #70625d);
    background-image: -o-linear-gradient(#8c7a74, #70625d);
    border: 1px solid #544a46;
    color: #FFFFFF;
    border-radius: 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-family: "DroidSerif", Georgia, serif;
    font-size: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.35em;
    padding: 10px 32px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
    button:hover:not(.disabled), button:visited:hover:not(.disabled),
    button input.action:hover:not(.disabled),
    .Actions input:hover:not(.disabled),
    .Actions input:visited:hover:not(.disabled),
    .Actions input input.action:hover:not(.disabled),
    a.btn:hover:not(.disabled),
    a.btn:visited:hover:not(.disabled),
    a.btn input.action:hover:not(.disabled) {
      background: #70625d;
      color: #FFFFFF;
      -webkit-transition: background-position 0.1s linear;
      transition: background-position 0.1s linear; }
    button:active:not(.disabled), button:visited:active:not(.disabled),
    button input.action:active:not(.disabled),
    .Actions input:active:not(.disabled),
    .Actions input:visited:active:not(.disabled),
    .Actions input input.action:active:not(.disabled),
    a.btn:active:not(.disabled),
    a.btn:visited:active:not(.disabled),
    a.btn input.action:active:not(.disabled) {
      background-color: #70625d;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#544a46), to(#70625d));
      background-image: -webkit-linear-gradient(#544a46, #70625d);
      background-image: -o-linear-gradient(#544a46, #70625d); }
  button.disabled,
  .Actions input.disabled,
  a.btn.disabled {
    opacity: 0.6;
    filter: alpha(opacity=60); }
  button.large-button,
  .Actions input.large-button,
  a.btn.large-button {
    font-size: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 10px 32px; }
  button.medium-button,
  .Actions input.medium-button,
  a.btn.medium-button {
    font-size: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 6px 9px; }
  button.small-button,
  .Actions input.small-button,
  a.btn.small-button {
    font-size: 15px;
    font-size: 10.5px;
    font-size: 0.65625rem;
    padding: 5px 8px; }
  button.secondary, button.secondary:visited,
  .Actions input.secondary,
  .Actions input.secondary:visited,
  a.btn.secondary,
  a.btn.secondary:visited {
    background-color: #E6E6E6;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(white, #E6E6E6);
    background-image: -o-linear-gradient(white, #E6E6E6);
    border: 1px solid #d9d9d9;
    color: #70625d; }
    button.secondary:hover:not(.disabled), button.secondary:visited:hover:not(.disabled),
    .Actions input.secondary:hover:not(.disabled),
    .Actions input.secondary:visited:hover:not(.disabled),
    a.btn.secondary:hover:not(.disabled),
    a.btn.secondary:visited:hover:not(.disabled) {
      background: #E6E6E6;
      color: #70625d; }
    button.secondary:active:not(.disabled), button.secondary:visited:active:not(.disabled),
    .Actions input.secondary:active:not(.disabled),
    .Actions input.secondary:visited:active:not(.disabled),
    a.btn.secondary:active:not(.disabled),
    a.btn.secondary:visited:active:not(.disabled) {
      background-color: #E6E6E6;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdcdcd), to(#E6E6E6));
      background-image: -webkit-linear-gradient(#cdcdcd, #E6E6E6);
      background-image: -o-linear-gradient(#cdcdcd, #E6E6E6); }
  button.warning, button.warning:visited,
  .Actions input.warning,
  .Actions input.warning:visited,
  a.btn.warning,
  a.btn.warning:visited {
    background-color: #ed9c28;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2b866), to(#ed9c28));
    background-image: -webkit-linear-gradient(#f2b866, #ed9c28);
    background-image: -o-linear-gradient(#f2b866, #ed9c28);
    border: 1px solid #ec971f; }
    button.warning:hover:not(.disabled), button.warning:visited:hover:not(.disabled),
    .Actions input.warning:hover:not(.disabled),
    .Actions input.warning:visited:hover:not(.disabled),
    a.btn.warning:hover:not(.disabled),
    a.btn.warning:visited:hover:not(.disabled) {
      background: #ed9c28;
      color: #FFFFFF; }
    button.warning:active:not(.disabled), button.warning:visited:active:not(.disabled),
    .Actions input.warning:active:not(.disabled),
    .Actions input.warning:visited:active:not(.disabled),
    a.btn.warning:active:not(.disabled),
    a.btn.warning:visited:active:not(.disabled) {
      background-color: #ed9c28;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#df8a13), to(#ed9c28));
      background-image: -webkit-linear-gradient(#df8a13, #ed9c28);
      background-image: -o-linear-gradient(#df8a13, #ed9c28); }
  button.success, button.success:visited,
  .Actions input.success,
  .Actions input.success:visited,
  a.btn.success,
  a.btn.success:visited {
    background-color: #47a447;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ec06e), to(#47a447));
    background-image: -webkit-linear-gradient(#6ec06e, #47a447);
    background-image: -o-linear-gradient(#6ec06e, #47a447);
    border: 1px solid #449d44; }
    button.success:hover:not(.disabled), button.success:visited:hover:not(.disabled),
    .Actions input.success:hover:not(.disabled),
    .Actions input.success:visited:hover:not(.disabled),
    a.btn.success:hover:not(.disabled),
    a.btn.success:visited:hover:not(.disabled) {
      background: #47a447;
      color: #FFFFFF; }
    button.success:active:not(.disabled), button.success:visited:active:not(.disabled),
    .Actions input.success:active:not(.disabled),
    .Actions input.success:visited:active:not(.disabled),
    a.btn.success:active:not(.disabled),
    a.btn.success:visited:active:not(.disabled) {
      background-color: #47a447;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3d8b3d), to(#47a447));
      background-image: -webkit-linear-gradient(#3d8b3d, #47a447);
      background-image: -o-linear-gradient(#3d8b3d, #47a447); }
  button.info, button.info:visited,
  .Actions input.info,
  .Actions input.info:visited,
  a.btn.info,
  a.btn.info:visited {
    background-color: #39b3d7;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#70c8e2), to(#39b3d7));
    background-image: -webkit-linear-gradient(#70c8e2, #39b3d7);
    background-image: -o-linear-gradient(#70c8e2, #39b3d7);
    border: 1px solid #31b0d5; }
    button.info:hover:not(.disabled), button.info:visited:hover:not(.disabled),
    .Actions input.info:hover:not(.disabled),
    .Actions input.info:visited:hover:not(.disabled),
    a.btn.info:hover:not(.disabled),
    a.btn.info:visited:hover:not(.disabled) {
      background: #39b3d7;
      color: #FFFFFF; }
    button.info:active:not(.disabled), button.info:visited:active:not(.disabled),
    .Actions input.info:active:not(.disabled),
    .Actions input.info:visited:active:not(.disabled),
    a.btn.info:active:not(.disabled),
    a.btn.info:visited:active:not(.disabled) {
      background-color: #39b3d7;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#28a1c5), to(#39b3d7));
      background-image: -webkit-linear-gradient(#28a1c5, #39b3d7);
      background-image: -o-linear-gradient(#28a1c5, #39b3d7); }
  button.error, button.error:visited,
  .Actions input.error,
  .Actions input.error:visited,
  a.btn.error,
  a.btn.error:visited {
    background-color: #d2322d;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#de6764), to(#d2322d));
    background-image: -webkit-linear-gradient(#de6764, #d2322d);
    background-image: -o-linear-gradient(#de6764, #d2322d);
    border: 1px solid #c9302c; }
    button.error:hover:not(.disabled), button.error:visited:hover:not(.disabled),
    .Actions input.error:hover:not(.disabled),
    .Actions input.error:visited:hover:not(.disabled),
    a.btn.error:hover:not(.disabled),
    a.btn.error:visited:hover:not(.disabled) {
      background: #d2322d;
      color: #FFFFFF; }
    button.error:active:not(.disabled), button.error:visited:active:not(.disabled),
    .Actions input.error:active:not(.disabled),
    .Actions input.error:visited:active:not(.disabled),
    a.btn.error:active:not(.disabled),
    a.btn.error:visited:active:not(.disabled) {
      background-color: #d2322d;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b52b27), to(#d2322d));
      background-image: -webkit-linear-gradient(#b52b27, #d2322d);
      background-image: -o-linear-gradient(#b52b27, #d2322d); }
  button.full,
  .Actions input.full,
  a.btn.full {
    display: block;
    text-align: center;
    width: auto; }
  button.square,
  .Actions input.square,
  a.btn.square {
    border-radius: 0; }
  button.rounded,
  .Actions input.rounded,
  a.btn.rounded {
    border-radius: 3em; }
  button.upper,
  .Actions input.upper,
  a.btn.upper {
    font-family: "FuturaLT", Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase; }

.Actions input {
  padding: 6px 30px; }

/*
 * Button Groups
 */
.button-group {
  margin-bottom: 20px; }
  .button-group a.btn {
    border-radius: 0;
    border-left-width: 0; }
    .button-group a.btn:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-left-width: 1px; }
    .button-group a.btn:last-child {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  .button-group.vertical a.btn {
    display: block;
    border-radius: 0;
    border-left-width: 1px;
    border-top-width: 0; }
    .button-group.vertical a.btn:first-child {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-top-width: 1px; }
    .button-group.vertical a.btn:last-child {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }

/*
 * Button Toolbars
 */
.button-toolbar .button-group {
  display: inline-block;
  zoom: 1;
  *display: inline; }

/*
 * Date Picker
 */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 270px;
  padding: 5px 5px;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px; }
  .datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    position: absolute;
    top: -6px;
    left: 7px; }
  .datepicker > div {
    display: none; }
  .datepicker table {
    width: 100%;
    margin: 0; }
  .datepicker td,
  .datepicker th {
    text-align: center;
    font-size: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    width: 20px;
    height: 20px;
    border-radius: 4px; }
  .datepicker td.day:hover {
    background: #EEE;
    cursor: pointer; }
  .datepicker td.day.disabled {
    color: #CCC; }
  .datepicker td.old, .datepicker td.new {
    color: #CCC; }
  .datepicker td.active, .datepicker td.active:hover {
    background-color: #d32041;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e65973), to(#d32041));
    background-image: -webkit-linear-gradient(#e65973, #d32041);
    background-image: -o-linear-gradient(#e65973, #d32041);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    border-radius: 4px; }
    .datepicker td span:hover {
      background: #EEE; }
    .datepicker td span.active {
      background-color: #d32041;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e65973), to(#d32041));
      background-image: -webkit-linear-gradient(#e65973, #d32041);
      background-image: -o-linear-gradient(#e65973, #d32041);
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker td span.old {
      color: #CCC; }
  .datepicker th {
    font-weight: bold; }
    .datepicker th.switch {
      width: 145px; }
    .datepicker th.next, .datepicker th.prev {
      font-size: 22.5; }
  .datepicker thead tr:first-child th {
    cursor: pointer; }
    .datepicker thead tr:first-child th:hover {
      background: #EEE; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

/*
 * Alerts
 */
.alert,
.message {
  background-color: #fcf8e3;
  border: 2px solid #f7ecb5;
  border-radius: 4px;
  font-size: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5em;
  margin-bottom: 15px;
  padding: 5px; }
  .alert .close,
  .message .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-decoration: none;
    padding-right: 5px; }
  .alert p,
  .message p {
    color: #9c8611; }
    .alert p a, .alert p a:visited, .alert p a:hover,
    .message p a,
    .message p a:visited,
    .message p a:hover {
      color: #6e5e0c;
      font-weight: bold; }
  .alert p:last-of-type,
  .message p:last-of-type {
    margin-bottom: 0; }
  .alert.warning, .alert.required, .alert.bad, .alert.validation,
  .alert label.error, .alert.alert-error,
  .message.warning,
  .message.required,
  .message.bad,
  .message.validation,
  .message label.error,
  .message.alert-error {
    background-color: #f2dede;
    border: 2px solid #e4b9b9; }
    .alert.warning p, .alert.required p, .alert.bad p, .alert.validation p,
    .alert label.error p, .alert.alert-error p,
    .message.warning p,
    .message.required p,
    .message.bad p,
    .message.validation p,
    .message label.error p,
    .message.alert-error p {
      color: #712d2d; }
      .alert.warning p a, .alert.warning p a:visited, .alert.warning p a:hover, .alert.required p a, .alert.required p a:visited, .alert.required p a:hover, .alert.bad p a, .alert.bad p a:visited, .alert.bad p a:hover, .alert.validation p a, .alert.validation p a:visited, .alert.validation p a:hover,
      .alert label.error p a,
      .alert label.error p a:visited,
      .alert label.error p a:hover, .alert.alert-error p a, .alert.alert-error p a:visited, .alert.alert-error p a:hover,
      .message.warning p a,
      .message.warning p a:visited,
      .message.warning p a:hover,
      .message.required p a,
      .message.required p a:visited,
      .message.required p a:hover,
      .message.bad p a,
      .message.bad p a:visited,
      .message.bad p a:hover,
      .message.validation p a,
      .message.validation p a:visited,
      .message.validation p a:hover,
      .message label.error p a,
      .message label.error p a:visited,
      .message label.error p a:hover,
      .message.alert-error p a,
      .message.alert-error p a:visited,
      .message.alert-error p a:hover {
        color: #4d1e1e;
        font-weight: bold; }
  .alert.alert-info,
  .message.alert-info {
    background-color: #d9edf7;
    border: 2px solid #afd9ee; }
    .alert.alert-info p,
    .message.alert-info p {
      color: #1b6083; }
      .alert.alert-info p a, .alert.alert-info p a:visited, .alert.alert-info p a:hover,
      .message.alert-info p a,
      .message.alert-info p a:visited,
      .message.alert-info p a:hover {
        color: #134158;
        font-weight: bold; }
  .alert.alert-success,
  .message.alert-success {
    background-color: #dff0d8;
    border: 2px solid #c1e2b3; }
    .alert.alert-success p,
    .message.alert-success p {
      color: #3d6c2a; }
      .alert.alert-success p a, .alert.alert-success p a:visited, .alert.alert-success p a:hover,
      .message.alert-success p a,
      .message.alert-success p a:visited,
      .message.alert-success p a:hover {
        color: #28471c;
        font-weight: bold; }

/*
 * Single Level Dropdowns
 */
.navbar .nav.dropdown-menu-single > li > a.dropdown-open,
.navbar .nav.dropdown-menu-single > li:hover > a,
.navbar .nav.dropdown-menu-multiple > li > a.dropdown-open,
.navbar .nav.dropdown-menu-multiple > li:hover > a {
  color: #70625d; }

.caret {
  border: 5px solid transparent;
  border-left-color: #70625d;
  font-size: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  content: "";
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0; }
  .dropdown-open .caret, .selected .caret, li:hover > a > .caret, a:hover .caret {
    border-left-color: #70625d; }

.dropdown-item {
  position: absolute;
  z-index: 9999999;
  display: none; }
  .dropdown-item .dropdown-menu,
  .dropdown-item .dropdown-panel {
    min-width: 160px;
    max-width: 360px;
    list-style: none;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: visible;
    padding: 4px 0;
    margin: 0;
    z-index: 1000; }
  .dropdown-item .dropdown-panel {
    padding: 10px; }
  .dropdown-item.dropdown-scroll .dropdown-menu, .dropdown-item.dropdown-scroll .dropdown-panel {
    max-height: 358px;
    overflow: auto; }
  .dropdown-item .dropdown-menu li {
    list-style: none;
    padding: 0 0;
    margin: 0;
    line-height: 18px; }
  .dropdown-item .dropdown-menu li > a,
  .dropdown-item .dropdown-menu label {
    display: block;
    color: #70625d;
    text-decoration: none;
    line-height: 18px;
    padding: 3px 15px;
    white-space: nowrap; }
  .dropdown-item .dropdown-menu li > a:hover,
  .dropdown-item .dropdown-menu label:hover {
    background-color: white;
    color: #70625d;
    cursor: pointer; }
  .dropdown-item .dropdown-menu .divider {
    font-size: 1px;
    border-top: 1px solid #DDD;
    padding: 0;
    margin: 5px 0; }

/*
 * Multi Level Dropdowns
 */
ul.dropdown-menu-multiple {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.dropdown-menu-multiple li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    position: relative; }
    ul.dropdown-menu-multiple li:hover {
      background-color: white; }
      ul.dropdown-menu-multiple li:hover > a {
        color: #70625d; }
      ul.dropdown-menu-multiple li:hover > ul {
        display: block;
        margin: 0; }
    ul.dropdown-menu-multiple li a {
      display: block;
      text-decoration: none; }
      ul.dropdown-menu-multiple li a:hover {
        background-color: white;
        color: #70625d; }
    ul.dropdown-menu-multiple li ul {
      position: absolute;
      top: 40px;
      left: 0;
      display: none;
      background-color: #000;
      width: 170px;
      background: #FFF;
      border: 1px solid #DDD;
      border-radius: 6px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      padding: 4px 0;
      margin: 0;
      z-index: 100; }
      ul.dropdown-menu-multiple li ul li {
        float: none;
        position: relative;
        line-height: 18px; }
        ul.dropdown-menu-multiple li ul li a {
          display: block;
          color: #70625d;
          text-decoration: none;
          line-height: 18px;
          padding: 3px 15px;
          white-space: nowrap; }
        ul.dropdown-menu-multiple li ul li ul {
          position: absolute;
          top: -5px;
          left: 168px;
          display: none;
          width: 170px;
          z-index: 101; }

@media only screen and (max-width: 600px) {
  ul.dropdown-menu-multiple li ul li ul {
    left: 50px; } }
/*
 * Badges
 */
.badge {
  display: inline-block;
  zoom: 1;
  *display: inline;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #e65973;
  border-radius: 10px; }
  .badge:empty {
    display: none; }

.selected .badge {
  background-color: #FFFFFF;
  color: #70625d; }

/*
 * Progress Bars
 */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #F5F5F5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
  .progress .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #3071a9;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6aa3d5), to(#3071a9));
    background-image: -webkit-linear-gradient(#6aa3d5, #3071a9);
    background-image: -o-linear-gradient(#6aa3d5, #3071a9);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); }
    .progress .progress-bar.success {
      background-color: #449d44;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#80c780), to(#449d44));
      background-image: -webkit-linear-gradient(#80c780, #449d44);
      background-image: -o-linear-gradient(#80c780, #449d44); }
    .progress .progress-bar.warning {
      background-color: #ec971f;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4c37d), to(#ec971f));
      background-image: -webkit-linear-gradient(#f4c37d, #ec971f);
      background-image: -o-linear-gradient(#f4c37d, #ec971f); }
    .progress .progress-bar.info {
      background-color: #31b0d5;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#85d0e7), to(#31b0d5));
      background-image: -webkit-linear-gradient(#85d0e7, #31b0d5);
      background-image: -o-linear-gradient(#85d0e7, #31b0d5); }
    .progress .progress-bar.error {
      background-color: #c9302c;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e27c79), to(#c9302c));
      background-image: -webkit-linear-gradient(#e27c79, #c9302c);
      background-image: -o-linear-gradient(#e27c79, #c9302c); }

/*
 * Tooltips
 */
.tooltip {
  display: none;
  position: absolute;
  -webkit-transition: 2s;
  transition: 2s;
  padding: 8px;
  z-index: 1300; }
  .tooltip .inner {
    background: #444444;
    color: #FFFFFF;
    position: relative;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45); }
    .tooltip .inner .tip {
      position: absolute;
      border: 7px solid transparent;
      top: -14px;
      left: 50%;
      margin-left: -8px;
      border-bottom-color: #444444;
      height: 8px;
      content: "";
      font-size: 0;
      line-height: 0;
      width: 0;
      height: 0; }
      .tooltip .inner .tip.top {
        top: auto;
        bottom: -14px;
        border-top-color: #444444;
        border-bottom-color: transparent; }
      .tooltip .inner .tip.right {
        top: 50%;
        left: -14px;
        margin-left: 0;
        margin-top: -8px;
        border-bottom-color: transparent;
        border-right-color: #444444; }
      .tooltip .inner .tip.left {
        top: 50%;
        left: auto;
        right: -14px;
        margin-left: 0;
        margin-top: -8px;
        border-bottom-color: transparent;
        border-left-color: #444444; }

/*
 * Tables
 */
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em; }
  .table th,
  .table td {
    padding: 5px;
    vertical-align: top;
    border-top: 1px solid #CCC;
    font-size: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1em;
    text-align: left; }
  .table th {
    font-weight: bold; }
  .table thead th {
    vertical-align: bottom; }
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody tr td,
  .table tbody tr th {
    -webkit-transition: background-color 0.25s 0 ease;
    transition: background-color 0.25s 0 ease; }
  .table tbody tr:hover td,
  .table tbody tr:hover th {
    background-color: #F6F5F5; }
  .table.table-condensed th,
  .table.table-condensed td {
    padding: 4px 5px;
    font-size: 15px;
    font-size: 10.34483px;
    font-size: 0.64655rem; }
  .table.table-bordered {
    border: 1px solid #CCC;
    border-left: 0;
    border-collapse: separate;
    *border-collapse: collapse; }
    .table.table-bordered th,
    .table.table-bordered td {
      border-left: 1px solid #CCC; }
    .table.table-bordered caption + thead tr:first-child th,
    .table.table-bordered caption + tbody tr:first-child th,
    .table.table-bordered caption + tbody tr:first-child td,
    .table.table-bordered colgroup + thead tr:first-child th,
    .table.table-bordered colgroup + tbody tr:first-child th,
    .table.table-bordered colgroup + tbody tr:first-child td,
    .table.table-bordered thead:first-child tr:first-child th,
    .table.table-bordered tbody:first-child tr:first-child th,
    .table.table-bordered tbody:first-child tr:first-child td {
      border-top: 0; }
  .table.table-striped tbody tr:nth-child(odd) td,
  .table.table-striped tbody tr:nth-child(odd) th {
    background-color: #EEEEEE; }
    .table.table-striped tbody tr:nth-child(odd) td:hover,
    .table.table-striped tbody tr:nth-child(odd) th:hover {
      background-color: #F6F5F5; }

/*
 * Panels
 */
.panel {
  margin-bottom: 1em;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
  .panel .panel-body {
    padding: 15px; }
  .panel .panel-heading {
    padding: 10px 15px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .panel .panel-heading h1, .panel .panel-heading h2, .panel .panel-heading h3, .panel .panel-heading h4, .panel .panel-heading h5, .panel .panel-heading h6 {
      margin: 0;
      padding: 0; }
  .panel .panel-footer {
    padding: 10px 15px;
    background-color: #fff;
    border-top: 1px solid #dddddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .panel.panel-success {
    border: 1px solid #449d44; }
    .panel.panel-success .panel-heading {
      background-color: #47a447;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ec06e), to(#47a447));
      background-image: -webkit-linear-gradient(#6ec06e, #47a447);
      background-image: -o-linear-gradient(#6ec06e, #47a447);
      border-bottom: 1px solid #449d44;
      color: #FFFFFF; }
  .panel.panel-warning {
    border: 1px solid #ec971f; }
    .panel.panel-warning .panel-heading {
      background-color: #ed9c28;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2b866), to(#ed9c28));
      background-image: -webkit-linear-gradient(#f2b866, #ed9c28);
      background-image: -o-linear-gradient(#f2b866, #ed9c28);
      border-bottom: 1px solid #ec971f;
      color: #FFFFFF; }
  .panel.panel-info {
    border: 1px solid #31b0d5; }
    .panel.panel-info .panel-heading {
      background-color: #39b3d7;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#70c8e2), to(#39b3d7));
      background-image: -webkit-linear-gradient(#70c8e2, #39b3d7);
      background-image: -o-linear-gradient(#70c8e2, #39b3d7);
      border-bottom: 1px solid #31b0d5;
      color: #FFFFFF; }
  .panel.panel-error {
    border: 1px solid #c9302c; }
    .panel.panel-error .panel-heading {
      background-color: #d2322d;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#de6764), to(#d2322d));
      background-image: -webkit-linear-gradient(#de6764, #d2322d);
      background-image: -o-linear-gradient(#de6764, #d2322d);
      border-bottom: 1px solid #c9302c;
      color: #FFFFFF; }

/*
 * Collapsable panels (aka, accordion)
 */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden; }
  .panel-group .panel + .panel {
    margin-top: 5px; }
.panel-group .panel-heading {
  border-bottom: 0; }
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd; }
.panel-group .panel-footer {
  border-top: 0; }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd; }
.panel-group .panel-collapse.in {
  display: none; }

/* 
 * Modals
 */
.modal-open {
  overflow: hidden; }
  .modal-open .navbar-fixed-top,
  .modal-open .navbar-fixed-bottom {
    margin-right: 15px; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }
  .modal.fade .modal-dialog {
    -webkit-transform: "translate(0, -25%) -moz-transform 0.3s ease-out";
    -ms-transform: "translate(0, -25%) -moz-transform 0.3s ease-out";
    transform: "translate(0, -25%) -moz-transform 0.3s ease-out"; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050; }

.modal-content {
  position: relative;
  background-color: #FFF;
  border: 1px solid #999;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.6;
    filter: alpha(opacity=60); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #DDD;
  min-height: 20px;
  background: #eee; }
  .modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 {
    margin: 0; }

.modal-header .modal-close {
  float: right;
  color: #70625d;
  background: #FFFFFF;
  border: 1px solid #999;
  border-radius: 13px;
  text-decoration: none;
  font-size: 15px;
  font-size: 22.5px;
  font-size: 1.40625rem;
  margin-top: -30px;
  text-align: center;
  line-height: 26px;
  margin-right: -30px;
  height: 26px;
  width: 26px;
  padding-top: 1px; }
  .modal-header .modal-close:hover {
    background: #eee; }

.modal-title {
  margin: 0;
  line-height: 25px; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  margin-top: 15px;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #dddddd; }
  .modal-footer .button-link + .button-link {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .button-group .button-link + .button-link {
    margin-left: -1px; }

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.modal-footer:after {
  clear: both; }

@media only screen and (min-width: 601px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 700px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .modal-content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); } }
/*
 * Joyride
 */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background-color: #08C;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
  /* Add a little css triangle pip, older browser just miss out on the fanciness of it */
  /* Typography */ }
  .lt-ie9 .joyride-tip-guide {
    max-width: 800px;
    left: 50%;
    margin-left: -400px; }
  .joyride-tip-guide .joyride-content-wrapper {
    width: 100%;
    padding: 1.125em 1.25em 1.5em; }
    .joyride-tip-guide .joyride-content-wrapper .button {
      margin-bottom: 0 !important; }
  .joyride-tip-guide .joyride-nub {
    display: block;
    position: absolute;
    left: 22px;
    width: 0;
    height: 0; }
    .joyride-tip-guide .joyride-nub.top {
      border-top: 14px solid transparent;
      border-right: 14px solid transparent;
      border-bottom: 14px solid #08C;
      border-left: 14px solid transparent;
      top: -28px; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-top: 14px solid #08C;
      border-right: 14px solid transparent;
      border-bottom: 14px solid transparent;
      border-left: 14px solid transparent;
      bottom: -28px; }
  .joyride-tip-guide h1,
  .joyride-tip-guide h2,
  .joyride-tip-guide h3,
  .joyride-tip-guide h4,
  .joyride-tip-guide h5,
  .joyride-tip-guide h6 {
    line-height: 1.25;
    margin: 0;
    font-weight: bold;
    color: #FFFFFF; }
  .joyride-tip-guide p {
    margin: 0 0 1.125em 0;
    font-size: 0.875em;
    line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #FFF !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: 0.5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEE !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: red;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px white; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 601px) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; } }
.NoScript {
  background: url(../images/JS-BG.png) repeat-x 0 0;
  position: fixed;
  top: 186px;
  left: 0;
  height: 100px;
  width: 100%;
  padding: 25px 0 0 0;
  z-index: 9999; }

.NoScript p, .NoScript p a {
  color: #FFF;
  font-size: 20px;
  text-align: center !important; }

.NoScript p a:hover {
  text-decoration: underline; }

.NoScript p.AboutJS {
  font-size: 14px;
  margin-top: 6px; }

/* Horizontal rules */
hr.full {
  clear: both;
  margin-left: -15px;
  margin-right: -15px; }

.affix {
  position: fixed;
  top: 20px;
  left: 0; }

*:focus {
  outline: 0; }

body > .row.header-wrapper {
  background: url(../images/desktop-header-repeater.png) center top repeat-x;
  height: 210px;
  padding: 0;
  margin-bottom: 40px;
  overflow: visible; }
  body > .row.header-wrapper .inner-header-wrapper {
    height: 210px;
    margin-bottom: 15px; }
    body > .row.header-wrapper .inner-header-wrapper > a {
      display: block;
      text-align: center;
      margin: 0 auto; }
      body > .row.header-wrapper .inner-header-wrapper > a img {
        margin: 0 auto; }
    body > .row.header-wrapper .inner-header-wrapper .fling {
      text-indent: -9999em;
      position: absolute; }

body > .row.footer-wrapper {
  background: url(../images/footer-repeater.png) center bottom repeat-x;
  height: 400px;
  padding: 0;
  clear: both; }
  body > .row.footer-wrapper .inner-footer-wrapper {
    background: url(../images/footer-bg.png) center bottom no-repeat;
    height: 400px; }
    body > .row.footer-wrapper .inner-footer-wrapper .footer .footer-content {
      background: url(../images/footer-divider.png) center bottom no-repeat;
      margin-bottom: 15px; }
      body > .row.footer-wrapper .inner-footer-wrapper .footer .footer-content .top-link {
        background: url(../images/top-link-bg.png) center top no-repeat;
        display: block;
        height: 105px;
        margin: 7px auto 20px auto;
        text-decoration: none;
        width: 105px; }
        body > .row.footer-wrapper .inner-footer-wrapper .footer .footer-content .top-link:hover {
          background-position: center -120px; }
      body > .row.footer-wrapper .inner-footer-wrapper .footer .footer-content p {
        color: #FFFFFF;
        text-transform: uppercase;
        font-family: "FuturaLT", Arial, sans-serif;
        letter-spacing: 4px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
        font-size: 15px;
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 1.2em;
        margin-bottom: 25px; }
    body > .row.footer-wrapper .inner-footer-wrapper .footer .footer-copyright,
    body > .row.footer-wrapper .inner-footer-wrapper .footer .footer-mobile-link {
      color: #FFFFFF;
      font-family: Helvetica, sans-serif;
      font-size: 15px;
      font-size: 14.25px;
      font-size: 0.89063rem; }
      body > .row.footer-wrapper .inner-footer-wrapper .footer .footer-copyright a,
      body > .row.footer-wrapper .inner-footer-wrapper .footer .footer-mobile-link a {
        color: #FFFFFF; }
        body > .row.footer-wrapper .inner-footer-wrapper .footer .footer-copyright a:hover,
        body > .row.footer-wrapper .inner-footer-wrapper .footer .footer-mobile-link a:hover {
          color: #e65973; }
    body > .row.footer-wrapper .inner-footer-wrapper .footer .footer-mobile-link a {
      font-weight: bold; }

.main-content {
  margin-top: 15px;
  padding-right: 27px; }
  .main-content .row {
    max-width: 615px; }
  .main-content .next-prev {
    margin: 40px 0; }
    .main-content .next-prev a {
      font-size: 15px;
      font-size: 12px;
      font-size: 0.75rem;
      opacity: 0.9;
      filter: alpha(opacity=90); }
      .main-content .next-prev a img {
        border-radius: 5px; }
      .main-content .next-prev a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }

.sidebar {
  padding-left: 58px; }
  .sidebar .WidgetHolder {
    position: relative; }
    .sidebar .WidgetHolder h3 {
      border-bottom: 1px solid #d6edef;
      color: #e65973;
      text-transform: uppercase;
      font-family: "FuturaLT", Arial, sans-serif;
      letter-spacing: 4px;
      font-size: 15px;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.95em;
      text-align: center; }
    .sidebar .WidgetHolder.ShareWidget .widget-content {
      text-align: center;
      background: #fff7e6;
      padding: 10px;
      margin-top: -10px;
      margin-bottom: 30px; }
    .sidebar .WidgetHolder.ShareWidget .main-share {
      margin: 0 auto;
      width: 74px;
      height: 50px; }
    .sidebar .WidgetHolder.BlogCategoriesWidget, .sidebar .WidgetHolder.MenuWidget {
      margin-bottom: 4px; }
      .sidebar .WidgetHolder.BlogCategoriesWidget ul li, .sidebar .WidgetHolder.MenuWidget ul li {
        background: #fff7e6;
        margin-bottom: 2px;
        padding: 5px;
        text-align: center; }
        .sidebar .WidgetHolder.BlogCategoriesWidget ul li:hover, .sidebar .WidgetHolder.MenuWidget ul li:hover {
          background: #fff0d2; }
        .sidebar .WidgetHolder.BlogCategoriesWidget ul li a, .sidebar .WidgetHolder.MenuWidget ul li a {
          color: #e65973;
          display: block;
          font-family: "DroidSerif", Georgia, serif;
          text-decoration: none;
          font-size: 15px;
          font-size: 14.25px;
          font-size: 0.89063rem; }
          .sidebar .WidgetHolder.BlogCategoriesWidget ul li a:hover, .sidebar .WidgetHolder.MenuWidget ul li a:hover {
            color: #df2d4e; }
    .sidebar .WidgetHolder.MenuWidget h3 {
      margin-bottom: 0; }
    .sidebar .WidgetHolder.MenuWidget ul {
      margin-bottom: 0; }
      .sidebar .WidgetHolder.MenuWidget ul li {
        margin: 0 0 2px 0;
        padding: 0; }
        .sidebar .WidgetHolder.MenuWidget ul li.current {
          background: #fff0d2; }
        .sidebar .WidgetHolder.MenuWidget ul li a {
          padding: 8px 10px; }
    .sidebar .WidgetHolder.SearchWidget {
      background: #fff7e6;
      border-bottom: 1px solid #d6edef;
      margin-bottom: 50px;
      padding: 10px; }
      .sidebar .WidgetHolder.SearchWidget .footer-image {
        position: absolute;
        bottom: -17px;
        left: 50%;
        margin-left: -17px; }
    .sidebar .WidgetHolder.PageSummaryWidget {
      margin-bottom: 50px; }
      .sidebar .WidgetHolder.PageSummaryWidget h3 {
        border-bottom-width: 0px; }
      .sidebar .WidgetHolder.PageSummaryWidget p {
        margin-bottom: 2px; }
      .sidebar .WidgetHolder.PageSummaryWidget img {
        margin-bottom: 15px;
        max-width: 100%; }
    .sidebar .WidgetHolder.ContactFormWidget {
      background: #fff7e6;
      margin-bottom: 50px;
      border-bottom: 1px solid #d6edef; }
      .sidebar .WidgetHolder.ContactFormWidget .inline-labels {
        padding: 10px; }
      .sidebar .WidgetHolder.ContactFormWidget input, .sidebar .WidgetHolder.ContactFormWidget textarea {
        width: 100%; }
      .sidebar .WidgetHolder.ContactFormWidget input.action {
        width: auto; }
      .sidebar .WidgetHolder.ContactFormWidget h3 {
        background: #FFFFFF url(../images/contact-widget-header.png) center center no-repeat;
        padding-top: 12px;
        padding-bottom: 70px;
        line-height: 1em; }
      .sidebar .WidgetHolder.ContactFormWidget .footer-image {
        position: absolute;
        bottom: -17px;
        left: 50%;
        margin-left: -17px; }

#SearchForm_SearchForm {
  margin-bottom: 10px;
  text-align: center; }
  #SearchForm_SearchForm .field.text {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0; }
  #SearchForm_SearchForm .before-action,
  #SearchForm_SearchForm .after-action {
    display: none; }
  #SearchForm_SearchForm input.text {
    border-right-width: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    line-height: 20px;
    margin: -2px 0 0 0;
    width: 207px; }
  #SearchForm_SearchForm input.action {
    background: #FFFFFF url(../images/search-widget-button.png) center center no-repeat;
    border: 1px solid #dbd7d5;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 36px;
    margin-top: 2px;
    margin-left: -4px;
    text-indent: -9999em;
    width: 32px; }
    #SearchForm_SearchForm input.action:hover {
      background-color: #eee; }

#SearchResults {
  margin: 0; }
  #SearchResults li {
    list-style-type: none;
    margin: 0 0 40px 0;
    padding: 0; }
    #SearchResults li h2 {
      margin-bottom: 5px; }
    #SearchResults li p {
      margin-bottom: 0; }

.action-button {
  display: inline-block;
  zoom: 1;
  *display: inline; }
  .action-button:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); }

.Actions {
  padding: 0; }
  .Actions .before-action {
    background: url(../images/button-left.png) center center no-repeat;
    display: inline-block;
    zoom: 1;
    *display: inline;
    line-height: 51px;
    height: 50px;
    width: 19px; }
  .Actions input {
    background: #FFFFFF url(../images/button-repeater.png) center center repeat-x;
    height: 50px;
    font-family: "FuturaLT", Arial, sans-serif;
    letter-spacing: 4px;
    color: #FFFFFF;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    font-size: 16.5px;
    font-size: 1.03125rem;
    padding: 0 12px;
    line-height: 50px;
    text-transform: uppercase;
    border-width: 0px;
    border-radius: 0;
    webkit-box-shadow: none;
    box-shadow: none;
    margin: 0; }
    .Actions input:hover:not(.disabled) {
      background: #FFFFFF url(../images/button-repeater.png) center center repeat-x; }
  .Actions .after-action {
    background: url(../images/button-right.png) center center no-repeat;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: -3px;
    line-height: 51px;
    height: 50px;
    width: 19px; }

.blogSummary {
  margin-bottom: 30px; }
  .blogSummary .banner-header {
    position: relative;
    margin-bottom: 30px; }
    .blogSummary .banner-header img {
      border-radius: 4px; }
    .blogSummary .banner-header .orbit-caption {
      display: none; }
  .blogSummary .lyric {
    background: url(../images/lyric-bg.png) center center no-repeat;
    font-family: "FuturaLT", Arial, sans-serif;
    letter-spacing: 4px;
    color: #59cae3;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -101px;
    text-transform: uppercase;
    /* text-shadow: 1px 1px rgba(0,0,0,.25); */
    font-size: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    height: 24px;
    width: 201px;
    text-align: center;
    line-height: 24px; }
  .blogSummary h2 {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.2;
    color: #e65973; }
  .blogSummary .content-column {
    padding-right: 1.875em; }
  .blogSummary .detail-column {
    padding-left: 0;
    padding-right: 0; }
    .blogSummary .detail-column .post-date {
      font-family: "FuturaLT", Arial, sans-serif;
      border-bottom: 1px dashed #59cae3;
      display: block;
      line-height: 2.4em; }

.typography .blog-pagination {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  text-decoration: none; }
  .typography .blog-pagination:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .typography .blog-pagination img {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -54px; }

.before-link-button {
  background: #FFFFFF url(../images/button-left.png) center center no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 51px;
  margin-right: -4px;
  height: 50px;
  width: 19px; }

.link-button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #FFFFFF url(../images/button-repeater.png) center center repeat-x;
  height: 50px;
  font-family: "FuturaLT", Arial, sans-serif;
  letter-spacing: 4px;
  color: #FFFFFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 15px;
  font-size: 16.5px;
  font-size: 1.03125rem;
  padding: 0 12px;
  line-height: 50px;
  text-transform: uppercase;
  border-width: 0px;
  border-radius: 0;
  webkit-box-shadow: none;
  box-shadow: none;
  margin: 0; }

.after-link-button {
  background: #FFFFFF url(../images/button-right.png) center center no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: -4px;
  line-height: 51px;
  height: 50px;
  width: 19px; }

.typography h2 {
  color: #e65973;
  font-family: "DroidSerif", Georgia, serif;
  font-size: 15px;
  font-size: 24px;
  font-size: 1.5rem; }

.main-content.typography p {
  font-size: 15px;
  font-size: 13.5px;
  font-size: 0.84375rem; }

.comments-holder-container {
  margin-top: 100px; }
  .comments-holder-container li.comment {
    list-style-type: none;
    margin-bottom: 10px;
    background-color: floralwhite;
    border: 1px solid #fff3dc;
    padding: 10px; }
    .comments-holder-container li.comment .info {
      font-size: 15px;
      font-size: 10.5px;
      font-size: 0.65625rem;
      margin-bottom: 0;
      text-align: right; }
    .comments-holder-container li.comment .action-links {
      display: none; }

#Form_CommentsForm label, #Form_CommentsForm label.left {
  float: none !important; }
#Form_CommentsForm input.text, #Form_CommentsForm textarea {
  width: 100%; }

@media only screen and (max-width: 600px) {
  body > .row.header-wrapper {
    background: url(../images/mobile-header-repeater.png) center top repeat-x;
    min-height: 160px;
    padding: 0;
    overflow: visible;
    height: auto;
    margin-bottom: 0; }
    body > .row.header-wrapper .inner-header-wrapper {
      background: none;
      min-height: 160px;
      height: auto;
      margin-bottom: 0; }
      body > .row.header-wrapper .inner-header-wrapper .header {
        min-height: 160px;
        position: relative;
        overflow: visible; }
        body > .row.header-wrapper .inner-header-wrapper .header a.mobile-logo {
          background: transparent url(../images/mobile-header-repeater.png) center top repeat-x;
          display: block;
          overflow: auto;
          position: absolute;
          z-index: 8;
          width: 100%;
          text-align: center; }
        body > .row.header-wrapper .inner-header-wrapper .header .menu-wrapper-footer {
          background: transparent url(../images/mobile-menu-repeater.png) center bottom repeat-x;
          height: 10px;
          overflow: hidden;
          position: relative;
          z-index: 10; }
        body > .row.header-wrapper .inner-header-wrapper .header #Menu-Search,
        body > .row.header-wrapper .inner-header-wrapper .header #Menu-Main {
          margin-top: 10px; }
        body > .row.header-wrapper .inner-header-wrapper .header .menu-wrapper {
          background: #fff7e6;
          min-height: 35px;
          position: relative;
          width: 100%;
          z-index: 5;
          padding: 145px 15px 0 15px; }
          body > .row.header-wrapper .inner-header-wrapper .header .menu-wrapper ul {
            background: #fff7e6; }
            body > .row.header-wrapper .inner-header-wrapper .header .menu-wrapper ul li {
              padding: 5px;
              text-align: center; }
              body > .row.header-wrapper .inner-header-wrapper .header .menu-wrapper ul li:nth-child(2n+1) {
                background: #fffcf5; }
              body > .row.header-wrapper .inner-header-wrapper .header .menu-wrapper ul li > a {
                background: none;
                color: #e65973;
                display: block;
                text-shadow: none;
                font-size: 15px;
                font-size: 16.5px;
                font-size: 1.03125rem;
                text-align: center;
                text-decoration: none; }
            body > .row.header-wrapper .inner-header-wrapper .header .menu-wrapper ul li.current > a {
              color: #e55a72; }
          body > .row.header-wrapper .inner-header-wrapper .header .menu-wrapper > div {
            padding-bottom: 15px; }
        body > .row.header-wrapper .inner-header-wrapper .header .menu-trigger-button {
          position: absolute;
          top: 119px;
          left: 15px;
          z-index: 9; }
        body > .row.header-wrapper .inner-header-wrapper .header .search-trigger-button {
          position: absolute;
          top: 119px;
          right: 15px;
          z-index: 9; }
        body > .row.header-wrapper .inner-header-wrapper .header .menu-trigger {
          color: #e55a72;
          text-transform: uppercase;
          font-family: "FuturaLT", Arial, sans-serif;
          letter-spacing: 2px;
          text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
          font-size: 15px;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.5em; }
          body > .row.header-wrapper .inner-header-wrapper .header .menu-trigger img {
            margin-top: -4px; }

  .main-wrapper {
    z-index: 1;
    margin-top: -10px;
    padding: 0; }

  .blogSummary {
    margin: 0 -1em 10px -1em; }
    .blogSummary h2 {
      font-size: 15px;
      font-size: 21px;
      font-size: 1.3125rem; }
    .blogSummary .row {
      margin: 0;
      padding-left: 0.9375em;
      padding-right: 0.9375em; }
    .blogSummary .detail-column .post-date {
      border-bottom-width: 0;
      line-height: 1em;
      font-size: 15px;
      font-size: 13.5px;
      font-size: 0.84375rem; }
    .blogSummary .detail-column,
    .blogSummary .content-column {
      text-align: center;
      padding-right: 0.9375em; }

  .post-details {
    border-bottom-width: 0;
    text-align: center; }

  .sidebar {
    padding: 0;
    background: url(../images/zig-zag.png) center top repeat-x; }
    .sidebar .WidgetHolder {
      margin-top: 20px;
      padding: 0; }
      .sidebar .WidgetHolder h3 {
        font-size: 15px;
        font-size: 22.5px;
        font-size: 1.40625rem; }
      .sidebar .WidgetHolder label {
        font-size: 15px;
        font-size: 15px;
        font-size: 0.9375rem; }
      .sidebar .WidgetHolder.ContactFormWidget form {
        padding: 10px; }
      .sidebar .WidgetHolder.PageSummaryWidget {
        background: url(../images/zig-zag.png) center bottom repeat-x;
        padding-top: 10px;
        margin-bottom: 30px; }
        .sidebar .WidgetHolder.PageSummaryWidget img {
          width: 100%; }
        .sidebar .WidgetHolder.PageSummaryWidget p {
          padding-left: 0.9375em;
          padding-right: 0.9375em; }
        .sidebar .WidgetHolder.PageSummaryWidget .summary {
          padding-bottom: 30px; }

  .typography .blog-pagination img {
    bottom: 15px; }

  .WidgetHolder.BlogCategoriesWidget,
  .WidgetHolder.SearchWidget {
    display: none; }

  .typography.main-content {
    padding: 0 0.9375em 10px 0.9375em;
    margin: 0;
    margin-top: 20px; }
    .typography.main-content > h2 {
      font-size: 15px;
      font-size: 24px;
      font-size: 1.5rem; }
    .typography.main-content.blog-holder {
      margin-top: 0;
      padding: 0 0 10px 0; }

  .typography p {
    font-size: 15px;
    font-size: 14.25px;
    font-size: 0.89063rem; }

  body > .row.footer-wrapper .inner-footer-wrapper .footer .footer-content {
    background: url(../images/handheld-footer-divider.png) center bottom no-repeat; }

  .footer-mobile-link {
    margin-bottom: 5px;
    margin-top: 5px; }

  .footer-copyright,
  .footer-credit {
    text-align: center !important; } }
.typography a.delaney-davidson, a.delaney-davidson {
  background: url(../images/DelaneyDavidson-logo1x.png) right center no-repeat;
  color: #FFFFFF;
  display: inline-block;
  float: right;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 13.5px;
  font-size: 0.84375rem;
  height: 16px;
  line-height: 16px;
  padding-right: 30px;
  text-decoration: none; }

@media only screen and (max-width: 600px) {
  .typography a.delaney-davidson, a.delaney-davidson {
    float: none;
    margin: 10px auto 0; } }
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .typography a.delaney-davidson, a.delaney-davidson {
    background: url(../images/DelaneyDavidson-logo2x.png) right center no-repeat;
    background-size: 26px 10px; } }
.GalleryHolder .item-grid,
.RecipeHolder .item-grid {
  margin: 0 0 50px 0 !important;
  padding: 0 !important; }
  .GalleryHolder .item-grid li,
  .RecipeHolder .item-grid li {
    position: relative;
    margin: 0 !important;
    padding: 0 3px !important; }
    .GalleryHolder .item-grid li a,
    .RecipeHolder .item-grid li a {
      display: block;
      text-decoration: none; }
    .GalleryHolder .item-grid li img,
    .RecipeHolder .item-grid li img {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .GalleryHolder .item-grid li span,
    .RecipeHolder .item-grid li span {
      border-top: 1px solid #d6edef;
      margin-top: 2px;
      margin-bottom: 25px;
      background-color: floralwhite;
      color: #70625d;
      font-family: "DroidSerif", Georgia, serif;
      margin-bottom: 1.125em;
      font-size: 15px;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.65em;
      display: block;
      text-align: center;
      padding: 5px; }
    .GalleryHolder .item-grid li:hover img,
    .RecipeHolder .item-grid li:hover img {
      opacity: 1;
      filter: alpha(opacity=100); }
    .GalleryHolder .item-grid li:hover span,
    .RecipeHolder .item-grid li:hover span {
      background-color: #fff7e6; }

#container {
  margin-bottom: 50px; }
  #container .gallery-item {
    width: 50%;
    background-color: #FFF;
    padding: 5px; }
    #container .gallery-item img {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    #container .gallery-item:hover img {
      opacity: 1;
      filter: alpha(opacity=100); }

.modal .modal-content {
  border: 1px solid #e65973;
  padding: 15px;
  text-align: center; }
.modal img {
  margin-bottom: 30px; }
.modal h2 {
  color: #e65973;
  font-family: "DroidSerif", Georgia, serif;
  font-size: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0; }
.modal p {
  font-size: 15px;
  font-size: 13.5px;
  font-size: 0.84375rem;
  color: #70625d;
  font-family: "DroidSerif", Georgia, serif;
  margin-bottom: 1.125em;
  font-size: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.65em; }
.modal .next-modal-image {
  position: absolute;
  font-size: 40px;
  top: 50%;
  right: -40px;
  margin-top: -20px; }
  .modal .next-modal-image i {
    font-style: normal !important; }
  .modal .next-modal-image:hover {
    color: #e34360; }
.modal .prev-modal-image {
  position: absolute;
  font-size: 40px;
  top: 50%;
  left: -40px;
  margin-top: -20px; }
  .modal .prev-modal-image i {
    font-style: normal !important; }
  .modal .prev-modal-image:hover {
    color: #e34360; }

.typography .blog-link {
  float: right;
  text-decoration: none;
  background: url(../images/lyric-bg.png) center center no-repeat;
  font-family: "FuturaLT", Arial, sans-serif;
  letter-spacing: 1px;
  color: #59cae3;
  text-transform: uppercase;
  font-size: 12.8px;
  font-size: 1.28rem;
  height: 24px;
  width: 201px;
  text-align: center; }

#MemberLoginForm_LoginForm {
  border: 1px solid #F3F1F1;
  border-radius: 5px;
  padding: 15px;
  position: relative; }
  #MemberLoginForm_LoginForm #Email,
  #MemberLoginForm_LoginForm #Password {
    max-width: 450px;
    margin: 5px auto; }
    #MemberLoginForm_LoginForm #Email label,
    #MemberLoginForm_LoginForm #Password label {
      width: 20%;
      text-align: right;
      padding-right: 15px; }
    #MemberLoginForm_LoginForm #Email input,
    #MemberLoginForm_LoginForm #Password input {
      display: inline-block;
      width: 78%; }
  #MemberLoginForm_LoginForm #Remember {
    max-width: 450px;
    margin: 5px auto;
    text-align: center; }
    #MemberLoginForm_LoginForm #Remember label {
      font-size: 15px;
      font-size: 11.25px;
      font-size: 0.70313rem; }
    #MemberLoginForm_LoginForm #Remember input {
      float: none;
      vertical-align: middle; }
  #MemberLoginForm_LoginForm #ForgotPassword {
    font-size: 15px;
    font-size: 11.25px;
    font-size: 0.70313rem;
    position: absolute;
    bottom: 15px;
    right: 15px; }

.field.username {
  display: none; }

.recipe {
  background: #F999A5;
  display: block;
  margin: 50px auto !important;
  border: 1px solid #f88190;
  border-radius: 5px;
  padding-bottom: 0.9375em;
  clear: both; }
  .recipe .recipe-header {
    background: rgba(255, 255, 255, 0.1);
    padding-top: 0.9375em;
    margin-bottom: 0.9375em; }
    .recipe .recipe-header .recipe-link {
      font-size: 11px;
      background-color: #FFF;
      float: right;
      padding: 5px 10px;
      border-radius: 4px;
      text-decoration: none;
      border: 1px solid #f88190;
      line-height: 1.3; }
      .recipe .recipe-header .recipe-link:hover {
        color: #e34360;
        background-color: #fafafa; }
  .recipe h2 {
    color: #FFF; }
  .recipe ul {
    padding: 0;
    margin: 0; }
    .recipe ul li {
      list-style-type: none;
      padding: 0;
      margin: 0; }
  .recipe ol {
    padding: 0 0 0 15px;
    margin: 0; }
    .recipe ol li {
      list-style-type: decimal;
      padding: 0;
      margin: 0 0 15px 0;
      text-align: justify; }
  .recipe dl {
    text-align: center;
    margin-top: 30px;
    color: #FFF; }
    .recipe dl dt {
      font-weight: bold; }
    .recipe dl dl {
      margin-bottom: 10px; }
  .recipe p, .recipe li {
    color: #FFFFFF !important; }

.typography #Form_CreateCakeForm {
  float: right;
  width: 320px;
  margin-bottom: 50px; }
  .typography #Form_CreateCakeForm:after {
    clear: both;
    content: '';
    display: block; }
  .typography #Form_CreateCakeForm #NumberOfLayers {
    margin-bottom: 10px;
    background-color: #fff7e6;
    padding: 5px;
    border-radius: 5px; }
    .typography #Form_CreateCakeForm #NumberOfLayers label {
      float: none !important;
      color: #111; }
    .typography #Form_CreateCakeForm #NumberOfLayers ul:after {
      clear: both;
      content: '';
      display: block; }
    .typography #Form_CreateCakeForm #NumberOfLayers ul li {
      width: 80px;
      float: left; }
      .typography #Form_CreateCakeForm #NumberOfLayers ul li label {
        padding: 0;
        margin-bottom: 0; }
  .typography #Form_CreateCakeForm .form-row.cake-layer-1,
  .typography #Form_CreateCakeForm .form-row.cake-layer-2,
  .typography #Form_CreateCakeForm .form-row.cake-layer-3 {
    border: 1px solid #e65973;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px 10px; }
    .typography #Form_CreateCakeForm .form-row.cake-layer-1 h4,
    .typography #Form_CreateCakeForm .form-row.cake-layer-2 h4,
    .typography #Form_CreateCakeForm .form-row.cake-layer-3 h4 {
      color: #e65973;
      font-family: "DroidSerif", Georgia, serif;
      font-size: 15px;
      margin-bottom: 0; }
    .typography #Form_CreateCakeForm .form-row.cake-layer-1 .field,
    .typography #Form_CreateCakeForm .form-row.cake-layer-2 .field,
    .typography #Form_CreateCakeForm .form-row.cake-layer-3 .field {
      padding-left: 0;
      padding-right: 0; }
      .typography #Form_CreateCakeForm .form-row.cake-layer-1 .field.diameter, .typography #Form_CreateCakeForm .form-row.cake-layer-1 .field.height, .typography #Form_CreateCakeForm .form-row.cake-layer-1 .field.shape, .typography #Form_CreateCakeForm .form-row.cake-layer-1 .field.flavour,
      .typography #Form_CreateCakeForm .form-row.cake-layer-2 .field.diameter,
      .typography #Form_CreateCakeForm .form-row.cake-layer-2 .field.height,
      .typography #Form_CreateCakeForm .form-row.cake-layer-2 .field.shape,
      .typography #Form_CreateCakeForm .form-row.cake-layer-2 .field.flavour,
      .typography #Form_CreateCakeForm .form-row.cake-layer-3 .field.diameter,
      .typography #Form_CreateCakeForm .form-row.cake-layer-3 .field.height,
      .typography #Form_CreateCakeForm .form-row.cake-layer-3 .field.shape,
      .typography #Form_CreateCakeForm .form-row.cake-layer-3 .field.flavour {
        width: 46%;
        margin-bottom: 0; }
      .typography #Form_CreateCakeForm .form-row.cake-layer-1 .field.diameter, .typography #Form_CreateCakeForm .form-row.cake-layer-1 .field.flavour,
      .typography #Form_CreateCakeForm .form-row.cake-layer-2 .field.diameter,
      .typography #Form_CreateCakeForm .form-row.cake-layer-2 .field.flavour,
      .typography #Form_CreateCakeForm .form-row.cake-layer-3 .field.diameter,
      .typography #Form_CreateCakeForm .form-row.cake-layer-3 .field.flavour {
        clear: both;
        margin-right: 8%; }
      .typography #Form_CreateCakeForm .form-row.cake-layer-1 .field label,
      .typography #Form_CreateCakeForm .form-row.cake-layer-2 .field label,
      .typography #Form_CreateCakeForm .form-row.cake-layer-3 .field label {
        font-size: 15px;
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 0; }
      .typography #Form_CreateCakeForm .form-row.cake-layer-1 .field select,
      .typography #Form_CreateCakeForm .form-row.cake-layer-2 .field select,
      .typography #Form_CreateCakeForm .form-row.cake-layer-3 .field select {
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        font-size: 12px;
        font-size: 0.75rem;
        padding: 4px; }

.calculated-cake {
  clear: both; }
  .calculated-cake .intro {
    float: left;
    width: 290px; }
  .calculated-cake .shopping-list {
    background: url(http://i.stack.imgur.com/ynxjD.png) repeat-y;
    float: right;
    width: 300px;
    padding: 0 10px;
    border: solid 1px #ddd;
    font-size: 14px;
    margin-bottom: 40px;
    overflow: auto; }
    .calculated-cake .shopping-list dt {
      font-family: "DroidSerif", Georgia, serif;
      line-height: 25px;
      width: 70%;
      float: left;
      clear: both; }
      .calculated-cake .shopping-list dt.title {
        font-size: 20px;
        color: #e65973; }
      .calculated-cake .shopping-list dt.total {
        text-align: right; }
    .calculated-cake .shopping-list dd {
      font-family: "DroidSerif", Georgia, serif;
      line-height: 25px;
      text-align: right;
      width: 30%;
      float: left;
      margin-bottom: 0; }
      .calculated-cake .shopping-list dd.total {
        font-weight: bold; }

canvas {
  float: left;
  margin-right: 30px; }

.change-batches {
  float: right;
  font-size: 12px; }

.conversion-table {
  border-radius: 5px;
  border: 1px solid #e65973;
  font-size: 13px; }
  .conversion-table th {
    color: #FFF;
    background-color: #e65973; }
  .conversion-table td {
    text-align: center !important;
    line-height: 1; }
  .conversion-table tr:hover td {
    background: #EFEFEF; }

.addthis_toolbox.addthis_vertical_style {
  width: 100% !important; }

.addthis_vertical_follow_toolbox a {
  display: block;
  background-color: #FFF;
  padding: 5px;
  height: 42px !important;
  border-radius: 5px;
  text-align: center;
  width: 80% !important;
  margin: 0px auto 5px auto; }

.test {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
