﻿@charset "IBM437";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 *  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("fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  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 #eeeeee;
  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;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-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: white; }

/* 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: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

/*!
 *
.||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||.

    .                                      '||            .           
  .||.  .... ... ... ...    ....  ... ...   ||   ....   .||.    ....  
   ||    '|.  |   ||'  || .|...||  ||'  ||  ||  '' .||   ||   .|...|| 
   ||     '|.|    ||    | ||       ||    |  ||  .|' ||   ||   ||      
   '|.'    '|     ||...'   '|...'  ||...'  .||. '|..'|'  '|.'  '|...' 
        .. |      ||               ||                                 
         ''      ''''             ''''      A Typographic Starter Kit
  
  URL ........... http://typeplate.com
  VERSION ....... 1.1.0
  Github ........ https://github.com/typeplate/typeplate.github.io
  AUTHORS ....... Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
  LICENSE ....... Creative Commmons Attribution 3.0
  LICENSE URL ... http://creativecommons.org/licenses/by/3.0

 .||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||.
 *
 */
@font-face {
  font-family: "Ampersand";
  src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
  unicode-range: U+0026; }

@font-face {
  font-family: "Ampersand";
  src: local("Georgia");
  unicode-range: U+270C; }

body {
  word-wrap: break-word; }

pre code {
  word-wrap: normal; }

/**
 * Dropcap Sass @include
 * Use the following Sass @include with any selector you feel necessary.
 *
	@include dropcap($dropcap-float-position, $dropcap-font-size, $dropcap-font-family, $dropcap-txt-indent, $dropcap-margin, $dropcap-padding, $dropcap-color, $dropcap-line-height, $dropcap-bg);
 *
 * Extend this object into your custom stylesheet. Let the variables do the work.
 *
 */
html {
  font: normal 112.5%/1.65 serif; }

body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  color: #444444; }

small {
  font-size: 65%; }

h1, h2, h3, h4, h5, h6, .allianceHeader, .allianceHeader i, .advancedSearchPage .pageTitle {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0; }

.tera {
  font-size: 117px;
  font-size: 6.5rem;
  margin-bottom: 0.25385rem; }

.giga {
  font-size: 90px;
  font-size: 5rem;
  margin-bottom: 0.33rem; }

.mega {
  font-size: 72px;
  font-size: 4rem;
  margin-bottom: 0.4125rem; }

.alpha, h1 {
  font-size: 60px;
  font-size: 3.33333rem;
  margin-bottom: 0.495rem; }

.beta, h2 {
  font-size: 48px;
  font-size: 2.66667rem;
  margin-bottom: 0.61875rem; }

.gamma, h3, .pageContent .header, .allianceHeader, .allianceHeader i, .advancedSearchPage .pageTitle, .vegetation-keys .header,
.vegetation-keys-page .header, .appendixSection .header {
  font-size: 36px;
  font-size: 2rem;
  margin-bottom: 0.825rem; }

.delta, h4, .allianceHeader .subtitle, .allianceHeader i .subtitle, .vegetation-keys .subhead,
.vegetation-keys-page .subhead, .appendixSection .subheader, .appendixSection .appendixNumber {
  font-size: 24px;
  font-size: 1.33333rem;
  margin-bottom: 1.2375rem; }

.epsilon, h5, .relatedLinks .listType {
  font-size: 21px;
  font-size: 1.16667rem;
  margin-bottom: 1.41429rem; }

.zeta, h6, .allianceSection.collapsed .header:after, .allianceSection.expanded .header:after, .allianceSection.expanded .closeSection {
  font-size: 18px;
  font-size: 1rem;
  margin-bottom: 1.65rem; }

p {
  margin: auto auto 1.5em; }
  p + p {
    text-indent: 1.5em;
    margin-top: -1.5em; }

abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none; }

pre code {
  white-space: -moz-pre-wrap;
  white-space: pre-wrap; }

pre {
  white-space: pre; }

code {
  white-space: pre;
  font-family: monospace; }

/**
 * Abbreviations Markup
 *
	<abbr title="hyper text markup language">HMTL</abbr>
 *
 * Extend this object into your markup.
 *
 */
abbr {
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase;
  color: gray; }
  abbr[title]:hover {
    cursor: help; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222; }

p + .drop-cap {
  text-indent: 0;
  margin-top: 0; }

.drop-cap:first-letter {
  float: left;
  margin: inherit;
  padding: inherit;
  font-size: 4em;
  font-family: inherit;
  line-height: 1;
  text-indent: 0;
  background: transparent;
  color: inherit; }

/**
 * Lining Definition Style Markup
 *
	<dl class="lining">
		<dt><b></b></dt>
		<dd></dd>
	</dl>
 *
 * Extend this object into your markup.
 *
 */
.lining dt,
.lining dd {
  display: inline;
  margin: 0; }
.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre; }
.lining dd + dd:before {
  content: ", "; }
.lining dd:before {
  content: ": ";
  margin-left: -0.2rem; }

/**
 * Dictionary Definition Style Markup
 *
	<dl class="dictionary-style">
		<dt><b></b></dt>
			<dd></dd>
	</dl>
 *
 * Extend this object into your markup.
 *
 */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions; }
  .dictionary-style dt + dt:before {
    content: ", ";
    margin-left: -0.2rem; }
.dictionary-style dd {
  display: block;
  counter-increment: definitions; }
  .dictionary-style dd:before {
    content: counter(definitions,decimal) ". "; }

/**
 * Blockquote Markup
 *
		<figure>
			<blockquote cite="">
				<p></p>
			</blockquote>
			<figcaption>
				<cite>
					<small><a href=""></a></small>
				</cite>
			</figcaption>
		</figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Pull Quotes Markup
 *
	<aside class="pull-quote">
		<blockquote>
			<p></p>
		</blockquote>
	</aside>
 *
 * Extend this object into your custom stylesheet.
 *
 */
.pull-quote {
  position: relative;
  padding: 1em; }
  .pull-quote:before, .pull-quote:after {
    height: 1em;
    opacity: 0.5;
    position: absolute;
    font-size: 4em;
    color: #dc976e; }
  .pull-quote:before {
    content: '“';
    top: 0;
    left: 0; }
  .pull-quote:after {
    content: '”';
    bottom: 0;
    right: 0; }

/**
 * Figures Markup
 *
	<figure>
		<figcaption>
			<strong>Fig. 4.2 | </strong>Type Anatomy, an excerpt from Mark Boulton's book<cite title="http://designingfortheweb.co.uk/book/part3/part3_chapter11.php">"Designing for the Web"</cite>
		</figcaption>
	</figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Footnote Markup : Replace 'X' with your unique number for each footnote
 *
	<article>
		<p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
		<footer>
			<ol class="foot-notes">
				<li id="fn-itemX"><a href="#fn-returnX">↩</a></li>
			</ol>
		</footer>
	</article>
 *
 * Extend this object into your markup.
 *
 */
.searchCriteria:after {
  content: "";
  display: table;
  clear: both; }

/****************************** Variables ****************************/
/******************************** Mixins *****************************/
/********************************* Core ******************************/
[data-tooltip] {
  position: relative;
  display: inline-block; }
  [data-tooltip]:before, [data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  [data-tooltip]:before {
    content: '';
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent; }
  [data-tooltip]:after {
    height: 22px;
    padding: 11px 11px 0 11px;
    font-size: 13px;
    line-height: 11px;
    content: attr(data-tooltip);
    white-space: nowrap; }
  [data-tooltip].simptip-position-top:before {
    border-top-color: #323232; }
  [data-tooltip].simptip-position-top:after {
    background-color: #323232;
    color: #ecf0f1; }
  [data-tooltip].simptip-position-bottom:before {
    border-bottom-color: #323232; }
  [data-tooltip].simptip-position-bottom:after {
    background-color: #323232;
    color: #ecf0f1; }
  [data-tooltip].simptip-position-left:before {
    border-left-color: #323232; }
  [data-tooltip].simptip-position-left:after {
    background-color: #323232;
    color: #ecf0f1; }
  [data-tooltip].simptip-position-right:before {
    border-right-color: #323232; }
  [data-tooltip].simptip-position-right:after {
    background-color: #323232;
    color: #ecf0f1; }
  [data-tooltip].simptip-position-top.half-arrow:before {
    border-right: 7px solid #323232; }
  [data-tooltip].simptip-position-bottom.half-arrow:before {
    border-right: 7px solid #323232; }
  [data-tooltip]:hover, [data-tooltip]:focus {
    background-color: transparent; }
  [data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
    visibility: visible;
    opacity: 1; }

/******************************* Position ****************************/
.simptip-position-right.simptip-movable:before, .simptip-position-right.simptip-movable:after, .simptip-position-left.simptip-movable:before, .simptip-position-left.simptip-movable:after, .simptip-position-top.simptip-movable:before, .simptip-position-top.simptip-movable:after, .simptip-position-bottom.simptip-movable:before, .simptip-position-bottom.simptip-movable:after {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.simptip-position-right:before, .simptip-position-right:after, .simptip-position-left:before, .simptip-position-left:after {
  bottom: 50%; }
.simptip-position-right:before, .simptip-position-left:before {
  margin-bottom: -5px;
  /*-5px*/ }
.simptip-position-right:after, .simptip-position-left:after {
  margin-bottom: -14.66667px; }
.simptip-position-right.half-arrow:before, .simptip-position-left.half-arrow:before {
  bottom: 16px;
  border-style: none;
  border-top: 7px solid transparent; }
.simptip-position-right.simptip-multiline:before, .simptip-position-right.simptip-multiline:after, .simptip-position-left.simptip-multiline:before, .simptip-position-left.simptip-multiline:after {
  bottom: -50%; }
.simptip-position-right.simptip-multiline:before, .simptip-position-left.simptip-multiline:before {
  margin-bottom: 15px; }

.simptip-position-right:before, .simptip-position-right:after {
  left: 100%; }
.simptip-position-right:before {
  margin-left: -2px; }
.simptip-position-right:after {
  margin-left: 10px; }
.simptip-position-right.simptip-movable:before {
  margin-left: -10px; }
.simptip-position-right.simptip-movable:after {
  margin-left: 2px; }
.simptip-position-right.simptip-movable:hover:before, .simptip-position-right.simptip-movable:hover:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px); }
.simptip-position-right.simptip-movable.half-arrow:before {
  margin-left: -5px; }
.simptip-position-right.half-arrow:before {
  margin-left: 3px;
  border-right: 7px solid #323232; }

.simptip-position-left:before, .simptip-position-left:after {
  right: 100%; }
.simptip-position-left:before {
  margin-right: -2px; }
.simptip-position-left:after {
  margin-right: 10px; }
.simptip-position-left.simptip-movable:before {
  margin-right: -10px; }
.simptip-position-left.simptip-movable:after {
  margin-right: 2px; }
.simptip-position-left.simptip-movable:hover:before, .simptip-position-left.simptip-movable:hover:after {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px); }
.simptip-position-left.simptip-movable.half-arrow:before {
  margin-right: -5px; }
.simptip-position-left.half-arrow:before {
  margin-right: 3px;
  border-left: 7px solid #323232; }

.simptip-position-bottom:before, .simptip-position-bottom:after, .simptip-position-top:before, .simptip-position-top:after {
  left: 50%; }
.simptip-position-bottom:after, .simptip-position-top:after {
  margin-left: -18px; }
.simptip-position-bottom.half-arrow:before, .simptip-position-top.half-arrow:before {
  border-style: none;
  border-right: 7px solid #323232; }

.simptip-position-bottom:before, .simptip-position-bottom:after {
  top: 100%; }
.simptip-position-bottom:before {
  margin-top: -5px;
  /*-5px*/ }
.simptip-position-bottom:after {
  margin-top: 7px; }
.simptip-position-bottom.simptip-movable:before {
  margin-top: -15px; }
.simptip-position-bottom.simptip-movable:after {
  margin-top: -3px; }
.simptip-position-bottom.simptip-movable:hover:before, .simptip-position-bottom.simptip-movable:hover:after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px); }
.simptip-position-bottom.simptip-movable.half-arrow:before {
  margin-top: -10px; }
.simptip-position-bottom.half-arrow:before {
  margin-top: 0;
  border-top: 7px solid transparent; }

.simptip-position-top:before, .simptip-position-top:after {
  bottom: 100%; }
.simptip-position-top:before {
  margin-bottom: -5px;
  /*-5px*/ }
.simptip-position-top:after {
  margin-bottom: 7px; }
.simptip-position-top.simptip-movable:before {
  margin-bottom: -15px; }
.simptip-position-top.simptip-movable:after {
  margin-bottom: -3px; }
.simptip-position-top.simptip-movable:hover:before, .simptip-position-top.simptip-movable:hover:after {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px); }
.simptip-position-top.simptip-movable.half-arrow:before {
  margin-bottom: -10px; }
.simptip-position-top.half-arrow:before {
  margin-bottom: 0;
  border-bottom: 7px solid transparent; }

/******************************* Features ****************************/
.simptip-smooth:after {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.simptip-fade:before, .simptip-fade:after {
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
  -ms-transition: opacity 0.2s linear, visibility 0.2s linear;
  -o-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear; }

.simptip-multiline:after {
  height: auto;
  width: 150px;
  padding: 11px;
  line-height: 19px;
  white-space: normal;
  text-align: left; }

/**************************** Diverse Colors *************************/
.simptip-success.simptip-position-top:before {
  border-top-color: #62c462; }
.simptip-success.simptip-position-top:after {
  background-color: #62c462;
  color: #ecf0f1; }
.simptip-success.simptip-position-bottom:before {
  border-bottom-color: #62c462; }
.simptip-success.simptip-position-bottom:after {
  background-color: #62c462;
  color: #ecf0f1; }
.simptip-success.simptip-position-left:before {
  border-left-color: #62c462; }
.simptip-success.simptip-position-left:after {
  background-color: #62c462;
  color: #ecf0f1; }
.simptip-success.simptip-position-right:before {
  border-right-color: #62c462; }
.simptip-success.simptip-position-right:after {
  background-color: #62c462;
  color: #ecf0f1; }
.simptip-success.simptip-position-top.half-arrow:before {
  border-right: 7px solid #62c462; }
.simptip-success.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #62c462; }

.simptip-info.simptip-position-top:before {
  border-top-color: #5bc0de; }
.simptip-info.simptip-position-top:after {
  background-color: #5bc0de;
  color: #ecf0f1; }
.simptip-info.simptip-position-bottom:before {
  border-bottom-color: #5bc0de; }
.simptip-info.simptip-position-bottom:after {
  background-color: #5bc0de;
  color: #ecf0f1; }
.simptip-info.simptip-position-left:before {
  border-left-color: #5bc0de; }
.simptip-info.simptip-position-left:after {
  background-color: #5bc0de;
  color: #ecf0f1; }
.simptip-info.simptip-position-right:before {
  border-right-color: #5bc0de; }
.simptip-info.simptip-position-right:after {
  background-color: #5bc0de;
  color: #ecf0f1; }
.simptip-info.simptip-position-top.half-arrow:before {
  border-right: 7px solid #5bc0de; }
.simptip-info.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #5bc0de; }

.simptip-danger.simptip-position-top:before {
  border-top-color: #e74c3c; }
.simptip-danger.simptip-position-top:after {
  background-color: #e74c3c;
  color: #ecf0f1; }
.simptip-danger.simptip-position-bottom:before {
  border-bottom-color: #e74c3c; }
.simptip-danger.simptip-position-bottom:after {
  background-color: #e74c3c;
  color: #ecf0f1; }
.simptip-danger.simptip-position-left:before {
  border-left-color: #e74c3c; }
.simptip-danger.simptip-position-left:after {
  background-color: #e74c3c;
  color: #ecf0f1; }
.simptip-danger.simptip-position-right:before {
  border-right-color: #e74c3c; }
.simptip-danger.simptip-position-right:after {
  background-color: #e74c3c;
  color: #ecf0f1; }
.simptip-danger.simptip-position-top.half-arrow:before {
  border-right: 7px solid #e74c3c; }
.simptip-danger.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #e74c3c; }

.simptip-warning.simptip-position-top:before {
  border-top-color: #e67e22; }
.simptip-warning.simptip-position-top:after {
  background-color: #e67e22;
  color: #ecf0f1; }
.simptip-warning.simptip-position-bottom:before {
  border-bottom-color: #e67e22; }
.simptip-warning.simptip-position-bottom:after {
  background-color: #e67e22;
  color: #ecf0f1; }
.simptip-warning.simptip-position-left:before {
  border-left-color: #e67e22; }
.simptip-warning.simptip-position-left:after {
  background-color: #e67e22;
  color: #ecf0f1; }
.simptip-warning.simptip-position-right:before {
  border-right-color: #e67e22; }
.simptip-warning.simptip-position-right:after {
  background-color: #e67e22;
  color: #ecf0f1; }
.simptip-warning.simptip-position-top.half-arrow:before {
  border-right: 7px solid #e67e22; }
.simptip-warning.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #e67e22; }

@font-face {
  font-family: "serif_body_font";
  src: url('fonts/../fonts/DejaVuSerif-webfont.eot');
  src: url('fonts/../fonts/DejaVuSerif-webfont.eot?#iefix') format('eot'), url('fonts/../fonts/DejaVuSerif-webfont.woff') format('woff'), url('fonts/../fonts/DejaVuSerif-webfont.otf') format('opentype'), url('fonts/../fonts/DejaVuSerif-webfont.ttf') format('truetype'), url('fonts/../fonts/DejaVuSerif-webfont.svg#dejavu_serifbook') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "serif_body_font";
  src: url('fonts/../fonts/DejaVuSerif-Italic-webfont.eot');
  src: url('fonts/../fonts/DejaVuSerif-Italic-webfont.eot?#iefix') format('eot'), url('fonts/../fonts/DejaVuSerif-Italic-webfont.woff') format('woff'), url('fonts/../fonts/DejaVuSerif-Italic-webfont.otf') format('opentype'), url('fonts/../fonts/DejaVuSerif-Italic-webfont.ttf') format('truetype'), url('fonts/../fonts/DejaVuSerif-Italic-webfont.svg#dejavu_serifbook') format('svg');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "serif_body_font";
  src: url('fonts/../fonts/DejaVuSerif-Bold-webfont.eot');
  src: url('fonts/../fonts/DejaVuSerif-Bold-webfont.eot?#iefix') format('eot'), url('fonts/../fonts/DejaVuSerif-Bold-webfont.woff') format('woff'), url('fonts/../fonts/DejaVuSerif-Bold-webfont.otf') format('opentype'), url('fonts/../fonts/DejaVuSerif-Bold-webfont.ttf') format('truetype'), url('fonts/../fonts/DejaVuSerif-Bold-webfont.svg#dejavu_serifbook') format('svg');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "serif_body_font";
  src: url('fonts/../fonts/DejaVuSerif-BoldItalic-webfont.eot');
  src: url('fonts/../fonts/DejaVuSerif-BoldItalic-webfont.eot?#iefix') format('eot'), url('fonts/../fonts/DejaVuSerif-BoldItalic-webfont.woff') format('woff'), url('fonts/../fonts/DejaVuSerif-BoldItalic-webfont.otf') format('opentype'), url('fonts/../fonts/DejaVuSerif-BoldItalic-webfont.ttf') format('truetype'), url('fonts/../fonts/DejaVuSerif-BoldItalic-webfont.svg#dejavu_serifbook') format('svg');
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "headline_font";
  src: url('fonts/../fonts/arsenal-bold-webfont.eot');
  src: url('fonts/../fonts/arsenal-bold-webfont.eot?#iefix') format('eot'), url('fonts/../fonts/arsenal-bold-webfont.woff') format('woff'), url('fonts/../fonts/arsenal-bold-webfont.otf') format('opentype'), url('fonts/../fonts/arsenal-bold-webfont.ttf') format('truetype'), url('fonts/../fonts/arsenal-bold-webfont.svg#dejavu_serifbook') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "sans_body_font";
  src: url('fonts/../fonts/arsenal-regular-webfont.eot');
  src: url('fonts/../fonts/arsenal-regular-webfont.eot?#iefix') format('eot'), url('fonts/../fonts/arsenal-regular-webfont.woff') format('woff'), url('fonts/../fonts/arsenal-regular-webfont.otf') format('opentype'), url('fonts/../fonts/arsenal-regular-webfont.ttf') format('truetype'), url('fonts/../fonts/arsenal-regular-webfont.svg#dejavu_serifbook') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "sans_body_font";
  src: url('fonts/../fonts/arsenal-bold-webfont.eot');
  src: url('fonts/../fonts/arsenal-bold-webfont.eot?#iefix') format('eot'), url('fonts/../fonts/arsenal-bold-webfont.woff') format('woff'), url('fonts/../fonts/arsenal-bold-webfont.otf') format('opentype'), url('fonts/../fonts/arsenal-bold-webfont.ttf') format('truetype'), url('fonts/../fonts/arsenal-bold-webfont.svg#dejavu_serifbook') format('svg');
  font-weight: bold;
  font-style: normal; }

[data-development-grid="show"] {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(210, 105, 30, 0.5)), color-stop(6.77966%, rgba(210, 105, 30, 0.5)), color-stop(6.77966%, rgba(210, 105, 30, 0.25)), color-stop(8.47458%, rgba(210, 105, 30, 0.25)), color-stop(8.47458%, rgba(210, 105, 30, 0.5)), color-stop(15.25424%, rgba(210, 105, 30, 0.5)), color-stop(15.25424%, rgba(210, 105, 30, 0.25)), color-stop(16.94915%, rgba(210, 105, 30, 0.25)), color-stop(16.94915%, rgba(210, 105, 30, 0.5)), color-stop(23.72881%, rgba(210, 105, 30, 0.5)), color-stop(23.72881%, rgba(210, 105, 30, 0.25)), color-stop(25.42373%, rgba(210, 105, 30, 0.25)), color-stop(25.42373%, rgba(210, 105, 30, 0.5)), color-stop(32.20339%, rgba(210, 105, 30, 0.5)), color-stop(32.20339%, rgba(210, 105, 30, 0.25)), color-stop(33.89831%, rgba(210, 105, 30, 0.25)), color-stop(33.89831%, rgba(210, 105, 30, 0.5)), color-stop(40.67797%, rgba(210, 105, 30, 0.5)), color-stop(40.67797%, rgba(210, 105, 30, 0.25)), color-stop(42.37288%, rgba(210, 105, 30, 0.25)), color-stop(42.37288%, rgba(210, 105, 30, 0.5)), color-stop(49.15254%, rgba(210, 105, 30, 0.5)), color-stop(49.15254%, rgba(210, 105, 30, 0.25)), color-stop(50.84746%, rgba(210, 105, 30, 0.25)), color-stop(50.84746%, rgba(210, 105, 30, 0.5)), color-stop(57.62712%, rgba(210, 105, 30, 0.5)), color-stop(57.62712%, rgba(210, 105, 30, 0.25)), color-stop(59.32203%, rgba(210, 105, 30, 0.25)), color-stop(59.32203%, rgba(210, 105, 30, 0.5)), color-stop(66.10169%, rgba(210, 105, 30, 0.5)), color-stop(66.10169%, rgba(210, 105, 30, 0.25)), color-stop(67.79661%, rgba(210, 105, 30, 0.25)), color-stop(67.79661%, rgba(210, 105, 30, 0.5)), color-stop(74.57627%, rgba(210, 105, 30, 0.5)), color-stop(74.57627%, rgba(210, 105, 30, 0.25)), color-stop(76.27119%, rgba(210, 105, 30, 0.25)), color-stop(76.27119%, rgba(210, 105, 30, 0.5)), color-stop(83.05085%, rgba(210, 105, 30, 0.5)), color-stop(83.05085%, rgba(210, 105, 30, 0.25)), color-stop(84.74576%, rgba(210, 105, 30, 0.25)), color-stop(84.74576%, rgba(210, 105, 30, 0.5)), color-stop(91.52542%, rgba(210, 105, 30, 0.5)), color-stop(91.52542%, rgba(210, 105, 30, 0.25)), color-stop(93.22034%, rgba(210, 105, 30, 0.25)), color-stop(93.22034%, rgba(210, 105, 30, 0.5)), color-stop(100%, rgba(210, 105, 30, 0.5)));
  background-image: -webkit-linear-gradient(left, rgba(210, 105, 30, 0.5), rgba(210, 105, 30, 0.5) 6.77966%, rgba(210, 105, 30, 0.25) 6.77966%, rgba(210, 105, 30, 0.25) 8.47458%, rgba(210, 105, 30, 0.5) 8.47458%, rgba(210, 105, 30, 0.5) 15.25424%, rgba(210, 105, 30, 0.25) 15.25424%, rgba(210, 105, 30, 0.25) 16.94915%, rgba(210, 105, 30, 0.5) 16.94915%, rgba(210, 105, 30, 0.5) 23.72881%, rgba(210, 105, 30, 0.25) 23.72881%, rgba(210, 105, 30, 0.25) 25.42373%, rgba(210, 105, 30, 0.5) 25.42373%, rgba(210, 105, 30, 0.5) 32.20339%, rgba(210, 105, 30, 0.25) 32.20339%, rgba(210, 105, 30, 0.25) 33.89831%, rgba(210, 105, 30, 0.5) 33.89831%, rgba(210, 105, 30, 0.5) 40.67797%, rgba(210, 105, 30, 0.25) 40.67797%, rgba(210, 105, 30, 0.25) 42.37288%, rgba(210, 105, 30, 0.5) 42.37288%, rgba(210, 105, 30, 0.5) 49.15254%, rgba(210, 105, 30, 0.25) 49.15254%, rgba(210, 105, 30, 0.25) 50.84746%, rgba(210, 105, 30, 0.5) 50.84746%, rgba(210, 105, 30, 0.5) 57.62712%, rgba(210, 105, 30, 0.25) 57.62712%, rgba(210, 105, 30, 0.25) 59.32203%, rgba(210, 105, 30, 0.5) 59.32203%, rgba(210, 105, 30, 0.5) 66.10169%, rgba(210, 105, 30, 0.25) 66.10169%, rgba(210, 105, 30, 0.25) 67.79661%, rgba(210, 105, 30, 0.5) 67.79661%, rgba(210, 105, 30, 0.5) 74.57627%, rgba(210, 105, 30, 0.25) 74.57627%, rgba(210, 105, 30, 0.25) 76.27119%, rgba(210, 105, 30, 0.5) 76.27119%, rgba(210, 105, 30, 0.5) 83.05085%, rgba(210, 105, 30, 0.25) 83.05085%, rgba(210, 105, 30, 0.25) 84.74576%, rgba(210, 105, 30, 0.5) 84.74576%, rgba(210, 105, 30, 0.5) 91.52542%, rgba(210, 105, 30, 0.25) 91.52542%, rgba(210, 105, 30, 0.25) 93.22034%, rgba(210, 105, 30, 0.5) 93.22034%, rgba(210, 105, 30, 0.5) 100%);
  background-image: -moz-linear-gradient(left, rgba(210, 105, 30, 0.5), rgba(210, 105, 30, 0.5) 6.77966%, rgba(210, 105, 30, 0.25) 6.77966%, rgba(210, 105, 30, 0.25) 8.47458%, rgba(210, 105, 30, 0.5) 8.47458%, rgba(210, 105, 30, 0.5) 15.25424%, rgba(210, 105, 30, 0.25) 15.25424%, rgba(210, 105, 30, 0.25) 16.94915%, rgba(210, 105, 30, 0.5) 16.94915%, rgba(210, 105, 30, 0.5) 23.72881%, rgba(210, 105, 30, 0.25) 23.72881%, rgba(210, 105, 30, 0.25) 25.42373%, rgba(210, 105, 30, 0.5) 25.42373%, rgba(210, 105, 30, 0.5) 32.20339%, rgba(210, 105, 30, 0.25) 32.20339%, rgba(210, 105, 30, 0.25) 33.89831%, rgba(210, 105, 30, 0.5) 33.89831%, rgba(210, 105, 30, 0.5) 40.67797%, rgba(210, 105, 30, 0.25) 40.67797%, rgba(210, 105, 30, 0.25) 42.37288%, rgba(210, 105, 30, 0.5) 42.37288%, rgba(210, 105, 30, 0.5) 49.15254%, rgba(210, 105, 30, 0.25) 49.15254%, rgba(210, 105, 30, 0.25) 50.84746%, rgba(210, 105, 30, 0.5) 50.84746%, rgba(210, 105, 30, 0.5) 57.62712%, rgba(210, 105, 30, 0.25) 57.62712%, rgba(210, 105, 30, 0.25) 59.32203%, rgba(210, 105, 30, 0.5) 59.32203%, rgba(210, 105, 30, 0.5) 66.10169%, rgba(210, 105, 30, 0.25) 66.10169%, rgba(210, 105, 30, 0.25) 67.79661%, rgba(210, 105, 30, 0.5) 67.79661%, rgba(210, 105, 30, 0.5) 74.57627%, rgba(210, 105, 30, 0.25) 74.57627%, rgba(210, 105, 30, 0.25) 76.27119%, rgba(210, 105, 30, 0.5) 76.27119%, rgba(210, 105, 30, 0.5) 83.05085%, rgba(210, 105, 30, 0.25) 83.05085%, rgba(210, 105, 30, 0.25) 84.74576%, rgba(210, 105, 30, 0.5) 84.74576%, rgba(210, 105, 30, 0.5) 91.52542%, rgba(210, 105, 30, 0.25) 91.52542%, rgba(210, 105, 30, 0.25) 93.22034%, rgba(210, 105, 30, 0.5) 93.22034%, rgba(210, 105, 30, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(210, 105, 30, 0.5), rgba(210, 105, 30, 0.5) 6.77966%, rgba(210, 105, 30, 0.25) 6.77966%, rgba(210, 105, 30, 0.25) 8.47458%, rgba(210, 105, 30, 0.5) 8.47458%, rgba(210, 105, 30, 0.5) 15.25424%, rgba(210, 105, 30, 0.25) 15.25424%, rgba(210, 105, 30, 0.25) 16.94915%, rgba(210, 105, 30, 0.5) 16.94915%, rgba(210, 105, 30, 0.5) 23.72881%, rgba(210, 105, 30, 0.25) 23.72881%, rgba(210, 105, 30, 0.25) 25.42373%, rgba(210, 105, 30, 0.5) 25.42373%, rgba(210, 105, 30, 0.5) 32.20339%, rgba(210, 105, 30, 0.25) 32.20339%, rgba(210, 105, 30, 0.25) 33.89831%, rgba(210, 105, 30, 0.5) 33.89831%, rgba(210, 105, 30, 0.5) 40.67797%, rgba(210, 105, 30, 0.25) 40.67797%, rgba(210, 105, 30, 0.25) 42.37288%, rgba(210, 105, 30, 0.5) 42.37288%, rgba(210, 105, 30, 0.5) 49.15254%, rgba(210, 105, 30, 0.25) 49.15254%, rgba(210, 105, 30, 0.25) 50.84746%, rgba(210, 105, 30, 0.5) 50.84746%, rgba(210, 105, 30, 0.5) 57.62712%, rgba(210, 105, 30, 0.25) 57.62712%, rgba(210, 105, 30, 0.25) 59.32203%, rgba(210, 105, 30, 0.5) 59.32203%, rgba(210, 105, 30, 0.5) 66.10169%, rgba(210, 105, 30, 0.25) 66.10169%, rgba(210, 105, 30, 0.25) 67.79661%, rgba(210, 105, 30, 0.5) 67.79661%, rgba(210, 105, 30, 0.5) 74.57627%, rgba(210, 105, 30, 0.25) 74.57627%, rgba(210, 105, 30, 0.25) 76.27119%, rgba(210, 105, 30, 0.5) 76.27119%, rgba(210, 105, 30, 0.5) 83.05085%, rgba(210, 105, 30, 0.25) 83.05085%, rgba(210, 105, 30, 0.25) 84.74576%, rgba(210, 105, 30, 0.5) 84.74576%, rgba(210, 105, 30, 0.5) 91.52542%, rgba(210, 105, 30, 0.25) 91.52542%, rgba(210, 105, 30, 0.25) 93.22034%, rgba(210, 105, 30, 0.5) 93.22034%, rgba(210, 105, 30, 0.5) 100%);
  background-image: linear-gradient(left, rgba(210, 105, 30, 0.5), rgba(210, 105, 30, 0.5) 6.77966%, rgba(210, 105, 30, 0.25) 6.77966%, rgba(210, 105, 30, 0.25) 8.47458%, rgba(210, 105, 30, 0.5) 8.47458%, rgba(210, 105, 30, 0.5) 15.25424%, rgba(210, 105, 30, 0.25) 15.25424%, rgba(210, 105, 30, 0.25) 16.94915%, rgba(210, 105, 30, 0.5) 16.94915%, rgba(210, 105, 30, 0.5) 23.72881%, rgba(210, 105, 30, 0.25) 23.72881%, rgba(210, 105, 30, 0.25) 25.42373%, rgba(210, 105, 30, 0.5) 25.42373%, rgba(210, 105, 30, 0.5) 32.20339%, rgba(210, 105, 30, 0.25) 32.20339%, rgba(210, 105, 30, 0.25) 33.89831%, rgba(210, 105, 30, 0.5) 33.89831%, rgba(210, 105, 30, 0.5) 40.67797%, rgba(210, 105, 30, 0.25) 40.67797%, rgba(210, 105, 30, 0.25) 42.37288%, rgba(210, 105, 30, 0.5) 42.37288%, rgba(210, 105, 30, 0.5) 49.15254%, rgba(210, 105, 30, 0.25) 49.15254%, rgba(210, 105, 30, 0.25) 50.84746%, rgba(210, 105, 30, 0.5) 50.84746%, rgba(210, 105, 30, 0.5) 57.62712%, rgba(210, 105, 30, 0.25) 57.62712%, rgba(210, 105, 30, 0.25) 59.32203%, rgba(210, 105, 30, 0.5) 59.32203%, rgba(210, 105, 30, 0.5) 66.10169%, rgba(210, 105, 30, 0.25) 66.10169%, rgba(210, 105, 30, 0.25) 67.79661%, rgba(210, 105, 30, 0.5) 67.79661%, rgba(210, 105, 30, 0.5) 74.57627%, rgba(210, 105, 30, 0.25) 74.57627%, rgba(210, 105, 30, 0.25) 76.27119%, rgba(210, 105, 30, 0.5) 76.27119%, rgba(210, 105, 30, 0.5) 83.05085%, rgba(210, 105, 30, 0.25) 83.05085%, rgba(210, 105, 30, 0.25) 84.74576%, rgba(210, 105, 30, 0.5) 84.74576%, rgba(210, 105, 30, 0.5) 91.52542%, rgba(210, 105, 30, 0.25) 91.52542%, rgba(210, 105, 30, 0.25) 93.22034%, rgba(210, 105, 30, 0.5) 93.22034%, rgba(210, 105, 30, 0.5) 100%); }

a:visited {
  color: #448844; }

.pageHeader {
  background: #336633 url(../images/headright1.jpg) top right no-repeat;
  background-size: auto 100%;
  color: #fff;
  padding: 0.25em 1em 0;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1; }
  .pageHeader:before, .pageHeader:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .pageHeader:after {
    clear: both; }

.tagline {
  font-family: "headline_font";
  font-size: 0.85em;
  line-height: 1;
  padding-left: 4px;
  -webkit-font-smoothing: antialiased; }

.logo {
  height: 58px;
  margin-bottom: -15px; }

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  padding: .2em .4em;
  vertical-align: top; }

.zebraStripe tr:nth-child(2n) {
  background-color: #f3f6f3; }

i {
  color: #444444; }

html {
  font-family: "sans_body_font"; }

.mainAllianceInfo {
  font-family: "sans_body_font"; }

i {
  font-family: "sans_body_font"; }

h1, h2, h3, h4, h5, h6, h1, h2, h3, h4, h5, h6, .allianceHeader, .allianceHeader i, .advancedSearchPage .pageTitle {
  font-family: "headline_font";
  color: #5d3c01;
  -webkit-font-smoothing: subpixel-antialiased; }

a {
  color: #336633; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pageHeaderContainer, .pageContainer, .book {
  padding: 0 1em; }
  @media (min-width: 790px) {
    .pageHeaderContainer, .pageContainer, .book {
      padding: 0;
      width: 79.59184%;
      float: left;
      margin-right: -100%;
      margin-left: 10.20408%;
      clear: none; } }
  @media (min-width: 990px) {
    .pageHeaderContainer, .pageContainer, .book {
      padding: 0;
      width: 83.05085%;
      float: left;
      margin-right: -100%;
      margin-left: 8.47458%;
      clear: none; } }

.footer {
  clear: both;
  padding-top: 2em; }

.pageHeaderContainer a {
  text-decoration: none; }

.pageContainer {
  margin-bottom: 2em;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1; }
  .pageContainer:before, .pageContainer:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .pageContainer:after {
    clear: both; }

.pageContent {
  margin-top: 2em; }
  .pageContent i {
    color: inherit; }

.allianceHeader, .allianceHeader i {
  margin: 0.5em 0 1em;
  line-height: 0.85; }
  .allianceHeader .subtitle, .allianceHeader i .subtitle {
    color: #444444; }

@media (min-width: 790px) {
  .allianceSideInfo {
    float: right;
    width: 40%;
    margin: 0 0 0.75em 0.75em; } }
.lt-ie9 .allianceSideInfo {
  float: right;
  width: 40%;
  margin: 0 0 0.75em 0.75em; }

.allianceSection {
  margin-bottom: 2em; }
  .allianceSection .header {
    margin: 0 0 0.25em; }
  .allianceSection .columns {
    -webkit-column-gap: 1.75em;
    -moz-column-gap: 1.75em;
    -ms-column-gap: 1.75em;
    -o-column-gap: 1.75em;
    column-gap: 1.75em; }
    @media (min-width: 790px) {
      .allianceSection .columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2; } }
    @media (min-width: 1600px) {
      .allianceSection .columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3; } }

.quickInfoList .category, .allianceSection td.key {
  font-weight: bold;
  color: #5d3c01; }
  table .quickInfoList .category, .quickInfoList table .category, table .allianceSection td.key, .allianceSection table td.key {
    padding-right: 0.5em; }
  .quickInfoList .category:after, .allianceSection td.key:after {
    content: ': '; }

.map {
  background: #ddd;
  height: 400px;
  width: 100%; }

.allianceSection td.key {
  white-space: nowrap; }

#map {
  width: 100%;
  height: 100%; }

.photo {
  position: relative; }
  .photo img {
    max-width: 100%;
    max-height: 100%;
    display: none;
    position: absolute; }
  .photo.loading img {
    visibility: hidden;
    max-height: 400px; }

.relatedLinks, .quickInfoList {
  margin: 2em 0; }

.allianceSideInfo .sideLinks {
  margin: 0;
  padding: 0;
  float: left;
  width: auto; }

.allianceSection.collapsable .header {
  cursor: pointer; }
.allianceSection.collapsed .header ~ * {
  display: none; }
.allianceSection.collapsed .header:after {
  content: "(more)";
  margin-left: 1em;
  text-decoration: underline;
  font-weight: normal;
  color: #6f916f; }
.allianceSection.expanded .header:after {
  content: "(hide)";
  margin-left: 1em;
  text-decoration: underline;
  font-weight: normal;
  color: #6f916f; }
.allianceSection.expanded .closeSection {
  cursor: pointer;
  text-align: right;
  text-decoration: underline;
  color: #6f916f; }

.hero {
  width: 100%;
  height: 250px;
  background: url("../images/Photo_Vegetation_Website_02.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden; }

.book img {
  height: 300px;
  position: relative;
  top: 1em;
  left: 8%; }

.introSection {
  width: 60%;
  float: left; }

.mainContent {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  min-width: 900px; }
  .mainContent:before, .mainContent:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .mainContent:after {
    clear: both; }

.sideLinks {
  width: 35%;
  float: right; }

.homeFooter {
  background: #6f916f; }
  .homeFooter .logoLinks {
    background: #eeeeee; }

.contributors {
  text-align: center; }
  .contributors .thankYouText {
    text-align: left;
    margin: 0;
    font-size: medium; }
  .contributors img {
    margin: 0.5em;
    max-width: 110px;
    max-height: 110px;
    vertical-align: middle; }

.introSection {
  padding: 3em 1em;
  background: #fff9bb;
  border: 1px solid #5d3c01;
  color: black;
  position: relative; }
  .introSection:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-color: #fff9bb;
    border-width: 0 1.5em 2em 1.5em;
    position: absolute;
    bottom: 100%;
    left: 30%; }
  .introSection .headline {
    font-size: 1.25em;
    font-weight: bold; }
  .introSection .subtleText {
    line-height: 1.2;
    margin: 1em 0; }
  .introSection p + p {
    text-indent: 0;
    margin-top: 0; }

.sideLinks .header {
  color: black;
  font-size: 1.2em;
  margin: 0.75em 0 0; }
.sideLinks ul {
  margin: 0;
  padding: 0; }
.sideLinks li {
  list-style: none; }
  .sideLinks li:before {
    content: "\00bb\00a0"; }
.sideLinks a[href="#"] {
  color: #888888;
  text-decoration: none; }

.bottomButtons {
  clear: both; }

.bigButtons {
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0.6em 0 0.4em;
  background: #2e978d;
  background: #336633;
  display: inline-block;
  width: 250px;
  color: white;
  text-decoration: none; }

.search p {
  margin: 0;
  font-weight: bold; }
.search input {
  width: 79%; }
.search button {
  width: 20%;
  float: right; }

#searchByMap {
  float: left; }

#customSearch {
  float: right; }

#results {
  -webkit-transition: all 2.5s;
  -moz-transition: all 2.5s;
  -o-transition: all 2.5s;
  -ms-transition: all 2.5s;
  transition: all 2.5s; }
  #results a {
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s; }

.resultUpdate {
  float: right;
  margin: 1.5em 0;
  color: #585858;
  font-size: 85%; }

#resultContent {
  margin: 1.5em 0 0 0; }

.searchResults {
  width: 100%; }
  .searchResults thead {
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
    background-color: #336633;
    color: white;
    font-weight: bold; }
    .searchResults thead .sciName {
      padding-left: 5px; }
    .searchResults thead .ranks {
      white-space: nowrap; }
  .searchResults th {
    text-align: left; }

#getCsv {
  float: right;
  margin-top: 0; }

.staleResults {
  color: #aaaaaa; }
  .staleResults:before {
    content: "Listed results from previous search.";
    color: #333333; }
  .staleResults thead {
    background-color: #888888; }
  .staleResults a {
    color: #aaaaaa; }

.updating {
  cursor: progress; }

#ecoSectionMap {
  width: 80%;
  height: 900px; }

.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.info ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em; }

.pagination {
  float: left; }

.paginationLink {
  color: #448844;
  text-decoration: underline;
  cursor: pointer; }

.name .options {
  position: relative; }

.speciesName .options {
  position: relative; }

.typeResultList {
  z-index: 1000;
  position: absolute;
  top: 29px;
  background: white;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #cccccc; }
  .typeResultList li {
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    padding: 0 5px 0 5px; }
    .typeResultList li:hover {
      background: #fff9bb; }

.is-not-focused li {
  display: none; }

.advancedSearchPage .name .category,
.advancedSearchPage .speciesName .category, .advancedSearchPage .elevation .category, .advancedSearchPage .globalRarity .category,
.advancedSearchPage .caRarity .category, .advancedSearchPage .primaryForm .category,
.advancedSearchPage .endemic .category,
.advancedSearchPage .endemicDeserts .category,
.advancedSearchPage .added .category {
  width: 32.20339%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none; }
.advancedSearchPage .name .options,
.advancedSearchPage .speciesName .options, .advancedSearchPage .elevation .options, .advancedSearchPage .globalRarity .options,
.advancedSearchPage .caRarity .options, .advancedSearchPage .primaryForm .options,
.advancedSearchPage .endemic .options,
.advancedSearchPage .endemicDeserts .options,
.advancedSearchPage .added .options {
  width: 66.10169%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
.advancedSearchPage .name .option,
.advancedSearchPage .speciesName .option, .advancedSearchPage .elevation .option, .advancedSearchPage .globalRarity .option,
.advancedSearchPage .caRarity .option, .advancedSearchPage .primaryForm .option,
.advancedSearchPage .endemic .option,
.advancedSearchPage .endemicDeserts .option,
.advancedSearchPage .added .option {
  width: 32%;
  float: left; }

.advancedSearchPage .name .option,
.advancedSearchPage .speciesName .option {
  width: 100%; }

.advancedSearchPage .elevation .option {
  width: 49%; }

.advancedSearchPage .globalRarity .option,
.advancedSearchPage .caRarity .option {
  width: 15.66667%; }

.noresults {
  text-align: center; }

.category {
  font-weight: bold;
  line-height: 1; }

.searchCriteria {
  margin-bottom: 0.5em; }

.advancedSearchPage p {
  margin: 0; }
.advancedSearchPage .pageTitle {
  margin: 0.5em 0; }

#advancedSearchPage {
  width: 900px; }
  #advancedSearchPage .pageTitle {
    float: left; }
  #advancedSearchPage .error {
    display: block;
    color: red;
    font-size: 85%; }

.advancedSearchPage .name {
  clear: both; }

#search_submit {
  float: right; }

.currentPageSize {
  font-weight: bold;
  color: #336633; }

.revealable {
  cursor: pointer; }

.revealableExplanation {
  clear: both;
  max-height: 0;
  overflow: hidden;
  background-color: #cccccc;
  color: black;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .revealableExplanation p + p {
    text-indent: 0;
    margin-top: 0; }
  .revealableExplanation.is-visible {
    max-height: 15em;
    padding: 1em; }

.rarityReveal {
  cursor: pointer; }

.rarityExplanation {
  clear: both;
  max-height: 0;
  overflow: hidden;
  background-color: #cccccc;
  color: black;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .rarityExplanation table {
    margin: 1em auto; }
  .rarityExplanation td {
    padding-right: 1em; }
  .rarityExplanation .rank:after {
    content: ":"; }
  .rarityExplanation .occurrences,
  .rarityExplanation .hectares {
    text-align: right; }
  .rarityExplanation.is-visible {
    max-height: 12em; }

.ecoRegion {
  min-height: 30px; }
  .ecoRegion .ecoSections {
    clear: both;
    float: left; }
  .ecoRegion .ecologicalSectionMap {
    display: none;
    height: 400px;
    width: 500px;
    float: left;
    background-color: silver;
    margin: 1em 2em; }

#numselectedlbl {
  float: left; }

#basemaps-wrapper {
  z-index: 10;
  background: white;
  padding: 10px; }

#basemaps {
  margin-bottom: 5px; }

.ecoLabel {
  cursor: pointer; }
  .ecoLabel .toggler {
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-color: #333333;
    border-width: 0.45em 0.9em 0.45em 0;
    display: inline-block;
    margin-bottom: -2px; }

.ecoSections {
  display: none;
  list-style: none; }
  .ecoSections li {
    line-height: 1.2; }

.elevation input {
  width: 5em; }

.subtleText {
  font-size: 85%;
  color: #999999; }

.ecoRegion.is-open .toggler {
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-color: #333333;
  border-width: 0.9em 0.45em 0 0.45em;
  display: inline-block; }
.ecoRegion.is-open .ecoSections {
  display: block; }
.ecoRegion.is-open .ecologicalSectionMap {
  display: block; }

.overviewChapters {
  margin-top: 2em; }
  .overviewChapters .header {
    font-size: 2em; }
  .overviewChapters .subheader {
    font-size: 1.5em;
    color: #5d3c01;
    font-family: "headline_font";
    margin-top: 1em; }
  .overviewChapters p {
    font-family: "serif_body_font";
    font-family: "sans_body_font";
    margin-bottom: 2em; }
    .overviewChapters p + ul {
      margin-top: -1.5em; }
  .overviewChapters .communitiesHeader {
    font-size: 1.1em; }

.vegetationClassificationLevels .classification {
  padding-right: 0.5em;
  vertical-align: top;
  text-align: right;
  font-weight: bold; }
.vegetationClassificationLevels .tableSection {
  padding-top: 1em; }
  .vegetationClassificationLevels .tableSection i {
    color: #5d3c01; }

.tableSource {
  text-align: right;
  font-family: sans_body_font;
  font-size: 12px;
  margin-bottom: 4em !important; }

.cnpsAddress {
  float: right;
  font-style: normal; }

.rankings {
  font-weight: bold; }

.vegetation-keys,
.vegetation-keys-page {
  margin-top: 2em; }
  .vegetation-keys ul,
  .vegetation-keys-page ul {
    list-style-type: none; }

.disclaimerLink {
  text-decoration: none; }

ol.roman {
  list-style-type: upper-roman; }

.vegetation-keys .description {
  cursor: pointer; }

.description.is-collapsed:before {
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-color: #333333;
  border-width: 0.45em 0 0.45em 0.9em;
  content: "";
  display: inline-block;
  margin: 0.35em 0 0 -1.25em;
  float: left; }

.description.is-expanded:before {
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-color: #333333;
  border-width: 0.9em 0.45em 0 0.45em;
  content: "";
  display: inline-block;
  margin: 0.35em 0 0 -1.25em;
  float: left; }

.faq .question {
  font-weight: bold;
  cursor: pointer; }
.faq .answer {
  display: none; }
.faq li {
  list-style: none; }
.faq .questionList dl {
  margin-left: 35px; }

.question.is-collapsed:before {
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-color: #333333;
  border-width: 0.45em 0 0.45em 0.9em;
  content: "";
  display: inline-block;
  margin: 0.35em 0 0 -1.25em;
  float: left; }

.question.is-expanded:before {
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-color: #333333;
  border-width: 0.9em 0.45em 0 0.45em;
  content: "";
  display: inline-block;
  margin: 0.35em 0 0 -1.25em;
  float: left; }

.relatedLinks .listType {
  margin-bottom: 0; }
  .relatedLinks .listType + ul {
    margin-top: 0; }

.mapPage {
  position: absolute;
  top: 86px;
  left: 0;
  right: 0;
  bottom: 0; }

#map {
  width: 100%;
  height: 100%; }

.changesTable thead tr {
  background-color: #5d3c01;
  color: white; }
  .changesTable thead tr td {
    padding-right: 0.5em;
    white-space: nowrap; }
.changesTable tbody tr {
  vertical-align: top; }
  .changesTable tbody tr .date {
    padding-right: 0.5em;
    white-space: nowrap; }

.otherClassifications .category {
  width: 11em;
  margin: 0;
  display: inline-block;
  text-align: right;
  padding-right: 0.5em; }
  .otherClassifications .category label:after {
    content: ":"; }
.otherClassifications .options {
  display: inline-block;
  width: 400px; }

.otherClassificationTable {
  margin-top: 2em; }
  .otherClassificationTable thead tr {
    background-color: #5d3c01;
    color: white; }
  .otherClassificationTable .classificationName {
    padding-right: 0.75em; }

.appendixSection {
  margin-top: 2em; }

.tableHeader {
  margin: 0; }

.codesDefinitionsTable {
  line-height: 120%;
  hyphens: none;
  -webkit-hyphens: none; }
  .codesDefinitionsTable tr + tr td {
    padding-top: 0.5em; }
  .codesDefinitionsTable thead td {
    text-align: center; }
    .codesDefinitionsTable thead td + td {
      padding-left: 0; }
  .codesDefinitionsTable .tableSection {
    font-size: 117%;
    font-weight: bold;
    border-bottom: 3px solid #5d3c01; }
    .codesDefinitionsTable .tableSection td {
      padding-top: 2em; }
    .codesDefinitionsTable .tableSection td + td {
      font-weight: normal; }
    .codesDefinitionsTable .tableSection:first-child td {
      padding: 0; }
  .codesDefinitionsTable .subsection {
    font-size: 110%;
    font-weight: bold; }
    .codesDefinitionsTable .subsection td {
      padding-top: 1em; }

.plantRelationship {
  font-weight: bold;
  display: inline-block;
  margin-top: 1em;
  text-indent: 0; }

.observation {
  min-width: 1024px; }
  .observation fieldset {
    margin: 1em 0 0 1em;
    width: 500px; }
    .observation fieldset > div {
      clear: both;
      padding: 0.5em 0 0.5em 0; }
  .observation label.input {
    display: inline-block;
    width: 320px; }
  .observation label.error {
    color: red;
    font-style: italic; }
  .observation label.required:after {
    color: red;
    font-style: italic;
    content: "* (required)"; }
  .observation input[type="submit"] {
    margin: 0 0 0 245px;
    width: 150px; }
  .observation input[type="text"], .observation input[type="email"] {
    width: 420px; }
  .observation input.error {
    border: 1px dotted red;
    color: red; }
  .observation .option {
    float: left;
    padding: 0 0.5em; }
  .observation .feedbackSection {
    width: 680px;
    float: left; }
  .observation .mainContent {
    /* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1;
    min-width: 900px; }
    .observation .mainContent:before, .observation .mainContent:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .observation .mainContent:after {
      clear: both; }
  .observation .sideLinks {
    width: 200px;
    float: left;
    margin: 1em; }

#observationMethodOptions input {
  padding: 0 0 0 0.2em; }

.details td input {
  width: 400px; }
.details td textarea {
  width: 400px; }
.details td label {
  width: 400px; }

.introSection {
  padding: 3em 1em;
  background: #fff9bb;
  border: 1px solid #5d3c01;
  color: black;
  position: relative; }

/* Smartphones (portrait and landscape) ----------- */
/* iPads (portrait and landscape) ----------- */
