@charset "UTF-8";
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'fontawesome-alloy';
  src: url("aui/alloy-font-awesome/font/fontawesome-alloy.eot");
  src: url("aui/alloy-font-awesome/font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("aui/alloy-font-awesome/font/fontawesome-alloy.woff") format("woff"), url("aui/alloy-font-awesome/font/fontawesome-alloy.ttf") format("truetype"), url("aui/alloy-font-awesome/font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'fontawesome-alloy';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em; }
  [class^="icon-"].icon-fixed-width.icon-large,
  [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }
  .icons-ul > li {
    position: relative; }
  .icons-ul .icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
    line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.icon-5x {
  font-size: 5em; }
  .icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }
.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em; }
  .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }
  .icon-stack [class^="icon-"],
  .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em; }
  .icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-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); } }

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'fontawesome-alloy';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-music, .icon-search, .icon-envelope, .icon-heart, .icon-star, .icon-star-empty, .icon-user, .icon-film, .icon-th-large, .icon-th, .icon-th-list, .icon-ok, .icon-remove, .icon-zoom-in, .icon-zoom-out, .icon-off, .icon-signal, .icon-cog, .icon-trash, .icon-home, .icon-file, .icon-time, .icon-road, .icon-download-alt, .icon-download, .icon-upload, .icon-inbox, .icon-play-circle, .icon-repeat, .icon-refresh, .icon-list-alt, .icon-lock, .icon-flag, .icon-headphones, .icon-volume-off, .icon-volume-down, .icon-volume-up, .icon-qrcode, .icon-barcode, .icon-tag, .icon-tags, .icon-book, .icon-bookmark, .icon-print, .icon-camera, .icon-font, .icon-bold, .icon-italic, .icon-text-height, .icon-text-width, .icon-align-left, .icon-align-center, .icon-align-right, .icon-align-justify, .icon-list, .icon-indent-left, .icon-indent-right, .icon-facetime-video, .icon-picture, .icon-pencil, .icon-map-marker, .icon-adjust, .icon-tint, .icon-edit, .icon-share, .icon-check, .icon-move, .icon-step-backward, .icon-fast-backward, .icon-backward, .icon-play, .icon-pause, .icon-stop, .icon-forward, .icon-fast-forward, .icon-step-forward, .icon-eject, .icon-chevron-left, .icon-chevron-right, .icon-plus-sign, .icon-minus-sign, .icon-remove-sign, .icon-ok-sign, .icon-question-sign, .icon-info-sign, .icon-screenshot, .icon-remove-circle, .icon-ok-circle, .icon-ban-circle, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-share-alt, .icon-resize-full, .icon-resize-small, .icon-plus, .icon-minus, .icon-asterisk, .icon-exclamation-sign, .icon-gift, .icon-leaf, .icon-fire, .icon-eye-open, .icon-eye-close, .icon-warning-sign, .icon-plane, .icon-calendar, .icon-random, .icon-comment, .icon-magnet, .icon-chevron-up, .icon-chevron-down, .icon-retweet, .icon-shopping-cart, .icon-folder-close, .icon-folder-open, .icon-resize-vertical, .icon-resize-horizontal, .icon-bar-chart, .icon-twitter-sign, .icon-facebook-sign, .icon-camera-retro, .icon-key, .icon-cogs, .icon-comments, .icon-thumbs-up, .icon-thumbs-down, .icon-star-half, .icon-heart-empty, .icon-signout, .icon-linkedin-sign, .icon-pushpin, .icon-external-link, .icon-signin, .icon-trophy, .icon-github-sign, .icon-upload-alt, .icon-lemon, .icon-phone, .icon-check-empty, .icon-bookmark-empty, .icon-phone-sign, .icon-twitter, .icon-facebook, .icon-github, .icon-unlock, .icon-credit, .icon-rss, .icon-hdd, .icon-bullhorn, .icon-bell, .icon-certificate, .icon-hand-right, .icon-hand-left, .icon-hand-up, .icon-hand-down, .icon-circle-arrow-left, .icon-circle-arrow-right, .icon-circle-arrow-up, .icon-circle-arrow-down, .icon-globe, .icon-wrench, .icon-tasks, .icon-filter, .icon-briefcase, .icon-fullscreen, .icon-group, .icon-link, .icon-cloud, .icon-beaker, .icon-cut, .icon-copy, .icon-paper-clip, .icon-save, .icon-sign-blank, .icon-reorder, .icon-list-ul, .icon-list-ol, .icon-strikethrough, .icon-underline, .icon-table, .icon-magic, .icon-truck, .icon-pinterest, .icon-pinterest-sign, .icon-google-plus-sign, .icon-google-plus, .icon-money, .icon-caret-down, .icon-caret-up, .icon-caret-left, .icon-caret-right, .icon-columns, .icon-sort, .icon-sort-down, .icon-sort-up, .icon-envelope-alt, .icon-linkedin, .icon-undo, .icon-legal, .icon-dashboard, .icon-comment-alt, .icon-comments-alt, .icon-bolt, .icon-sitemap, .icon-umbrella, .icon-paste, .icon-lightbulb, .icon-exchange, .icon-cloud-download, .icon-cloud-upload, .icon-user-md, .icon-stethoscope, .icon-suitcase, .icon-bell-alt, .icon-coffee, .icon-food, .icon-file-alt, .icon-building, .icon-hospital, .icon-ambulance, .icon-medkit, .icon-fighter-jet, .icon-beer, .icon-h-sign, .icon-plus-sign-2, .icon-double-angle-left, .icon-double-angle-right, .icon-double-angle-up, .icon-double-angle-down, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-desktop, .icon-laptop, .icon-tablet, .icon-mobile, .icon-circle-blank, .icon-quote-left, .icon-quote-right, .icon-spinner, .icon-circle, .icon-reply, .icon-github-alt, .icon-folder-close-alt, .icon-folder-open-alt, .icon-expand-alt, .icon-collapse-alt, .icon-smile, .icon-frown, .icon-meh, .icon-gamepad, .icon-keyboard, .icon-flag-alt, .icon-flag-checkered, .icon-terminal, .icon-code, .icon-reply-all, .icon-star-half-full, .icon-location-arrow, .icon-crop, .icon-code-fork, .icon-unlink, .icon-question, .icon-info, .icon-exclamation, .icon-superscript, .icon-subscript, .icon-eraser, .icon-puzzle, .icon-microphone, .icon-microphone-off, .icon-shield, .icon-calendar-empty, .icon-fire-extinguisher, .icon-rocket, .icon-maxcdn, .icon-chevron-sign-left, .icon-chevron-sign-right, .icon-chevron-sign-up, .icon-chevron-sign-down, .icon-html5, .icon-css3, .icon-anchor, .icon-unlock-alt, .icon-bullseye, .icon-ellipsis-horizontal, .icon-ellipsis-vertical, .icon-rss-sign, .icon-play-sign, .icon-ticket, .icon-minus-sign-alt, .icon-check-minus, .icon-level-up, .icon-level-down, .icon-check-sign, .icon-edit-sign, .icon-external-link-sign, .icon-share-sign, .icon-compass, .icon-collapse, .icon-collapse-top, .icon-expand, .icon-euro, .icon-gbp, .icon-dollar, .icon-yen, .icon-renminbi, .icon-won, .icon-bitcoin, .icon-file-2, .icon-file-text, .icon-sort-by-alphabet, .icon-sort-by-alphabet-alt, .icon-sort-by-attributes, .icon-sort-by-attributes-alt, .icon-sort-by-order, .icon-sort-by-order-alt, .icon-thumbs-up-2, .icon-thumbs-down-2, .icon-youtube-sign, .icon-youtube, .icon-xing, .icon-xing-sign, .icon-youtube-play, .icon-dropbox, .icon-stackexchange, .icon-instagram, .icon-flickr, .icon-adn, .icon-bitbucket, .icon-bitbucket-sign, .icon-tumblr, .icon-tumblr-sign, .icon-long-arrow-down, .icon-long-arrow-up, .icon-long-arrow-left, .icon-long-arrow-right, .icon-apple, .icon-windows, .icon-android, .icon-linux, .icon-dribbble, .icon-skype, .icon-foursquare, .icon-trello, .icon-female, .icon-male, .icon-gittip, .icon-sun, .icon-moon, .icon-archive, .icon-bug, .icon-vk, .icon-rupee, .icon-glass, .icon-fb-text-box, .icon-fb-select, .icon-fb-radio, .icon-fb-text, .icon-fb-number, .icon-fb-integer, .icon-fb-decimal, .icon-fb-boolean, .icon-renren, .icon-weibo, .icon-db-joinxor, .icon-db-state, .icon-db-end, .icon-db-start, .icon-db-fork, .icon-db-task, .icon-db-condition, .icon-db-join, .icon-fb-button, .icon-fb-fieldset, .icon-fb-custom-field, .icon-fb-separator, .icon-fb-paragraph, .icon-fb-file-upload {
  font-family: 'fontawesome-alloy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up:before {
  content: "\f087"; }

.icon-thumbs-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope-alt:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-2:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-collapse:before {
  content: "\f150"; }

.icon-collapse-top:before {
  content: "\f151"; }

.icon-expand:before {
  content: "\f152"; }

.icon-euro:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before {
  content: "\f155"; }

.icon-yen:before {
  content: "\f157"; }

.icon-renminbi:before {
  content: "\f158"; }

.icon-won:before {
  content: "\f159"; }

.icon-bitcoin:before {
  content: "\f15a"; }

.icon-file-2:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-by-alphabet:before {
  content: "\f15d"; }

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"; }

.icon-sort-by-attributes:before {
  content: "\f160"; }

.icon-sort-by-attributes-alt:before {
  content: "\f161"; }

.icon-sort-by-order:before {
  content: "\f162"; }

.icon-sort-by-order-alt:before {
  content: "\f163"; }

.icon-thumbs-up-2:before {
  content: "\f164"; }

.icon-thumbs-down-2:before {
  content: "\f165"; }

.icon-youtube-sign:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-sign:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stackexchange:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-sign:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-sign:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun:before {
  content: "\f185"; }

.icon-moon:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-rupee:before {
  content: "\f156"; }

.icon-glass:before {
  content: "\f000"; }

.icon-fb-text-box:before {
  content: "\e001"; }

.icon-fb-select:before {
  content: "\e002"; }

.icon-fb-radio:before {
  content: "\e003"; }

.icon-fb-text:before {
  content: "\e000"; }

.icon-fb-number:before {
  content: "\e004"; }

.icon-fb-integer:before {
  content: "\e005"; }

.icon-fb-decimal:before {
  content: "\e007"; }

.icon-fb-boolean:before {
  content: "\e008"; }

.icon-renren:before {
  content: "\f18b"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-db-joinxor:before {
  content: "\e006"; }

.icon-db-state:before {
  content: "\e009"; }

.icon-db-end:before {
  content: "\e00a"; }

.icon-db-start:before {
  content: "\e00b"; }

.icon-db-fork:before {
  content: "\e00c"; }

.icon-db-task:before {
  content: "\e00d"; }

.icon-db-condition:before {
  content: "\e00e"; }

.icon-db-join:before {
  content: "\e00f"; }

.icon-fb-button:before {
  content: "\e010"; }

.icon-fb-fieldset:before {
  content: "\e011"; }

.icon-fb-custom-field:before {
  content: "\e012"; }

.icon-fb-separator:before {
  content: "\e013"; }

.icon-fb-paragraph:before {
  content: "\e014"; }

.icon-fb-file-upload:before {
  content: "\e015"; }

.icon-btc:before {
  content: "\f15a"; }

.icon-cny:before {
  content: "\f158"; }

.icon-eur:before {
  content: "\f153"; }

.icon-gear:before {
  content: "\f013"; }

.icon-gears:before {
  content: "\f085"; }

.icon-inr:before {
  content: "\f156"; }

.icon-jpy:before {
  content: "\f157"; }

.icon-krw:before {
  content: "\f159"; }

.icon-mail-forward:before {
  content: "\f064"; }

.icon-mail-reply:before {
  content: "\f112"; }

.icon-paperclip:before {
  content: "\f0c6"; }

.icon-power-off:before {
  content: "\f011"; }

.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-rotate-right:before {
  content: "\f01e"; }

.icon-star-half-empty:before {
  content: "\f123"; }

.icon-unchecked:before {
  content: "\f096"; }

.icon-usd:before {
  content: "\f155"; }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'fontawesome-alloy';
  src: url("aui/alloy-font-awesome/font/fontawesome-alloy.eot");
  src: url("aui/alloy-font-awesome/font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("aui/alloy-font-awesome/font/fontawesome-alloy.woff") format("woff"), url("aui/alloy-font-awesome/font/fontawesome-alloy.ttf") format("truetype"), url("aui/alloy-font-awesome/font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated, .aui header#banner {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite, .aui header.infinite#banner {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge, .aui header.hinge#banner {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX, .aui header.flipOutX#banner,
.animated.flipOutY,
.aui header.flipOutY#banner,
.animated.bounceIn,
.aui header.bounceIn#banner,
.animated.bounceOut,
.aui header.bounceOut#banner {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.fadeIn, .aui .fixed header#banner {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip, .aui header.flip#banner {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible; }

/*!
 *  Font Awesome 4.7.0 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/font-aweson-4.7.0/fonts//fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-aweson-4.7.0/fonts//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-aweson-4.7.0/fonts//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-aweson-4.7.0/fonts//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-aweson-4.7.0/fonts//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-aweson-4.7.0/fonts//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -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; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.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-remove:before,
.fa-close:before,
.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-photo:before,
.fa-image:before,
.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,
.fa-bar-chart: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-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-feed:before,
.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-navicon:before,
.fa-reorder:before,
.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-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc: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-mail-reply-all:before,
.fa-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,
.fa-gratipay: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"; }

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

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

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

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

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

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only, .aui .hide-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* ----------------------------------------------------------------------------
*** Tipografías específicas de site ***
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'latoregular';
  src: url("../fonts/lato/lato-regular.eot");
  src: url("../fonts/lato/lato-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-regular.woff") format("woff"), url("../fonts/lato/lato-regular.ttf") format("truetype"), url("../fonts/lato/lato-regular.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latomedium';
  src: url("../fonts/lato/lato-medium.eot");
  src: url("../fonts/lato/lato-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-medium.woff") format("woff"), url("../fonts/lato/lato-medium.ttf") format("truetype"), url("../fonts/lato/lato-medium.svg#latomedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latosemibold';
  src: url("../fonts/lato/lato-semibold.eot");
  src: url("../fonts/lato/lato-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-semibold.woff") format("woff"), url("../fonts/lato/lato-semibold.ttf") format("truetype"), url("../fonts/lato/lato-semibold.svg#latosemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latobold';
  src: url("../fonts/lato/lato-bold.eot");
  src: url("../fonts/lato/lato-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-bold.woff") format("woff"), url("../fonts/lato/lato-bold.ttf") format("truetype"), url("../fonts/lato/lato-bold.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratthin';
  src: url("../fonts/monserrat/montserrat-thin-webfont.woff2") format("woff2"), url("../fonts/monserrat/montserrat-thin-webfont.woff") format("woff"), url("../fonts/monserrat/montserrat-thin-webfont.ttf") format("truetype"), url("../fonts/monserrat/montserrat-thin-webfont.svg#montserratthin") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
 * PDF ROBOTO
 */
@font-face {
  font-family: 'roboto';
  src: url("../fonts/roboto/roboto-regular-webfont.eot");
  src: url("../fonts/roboto/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto-light';
  src: url("../fonts/roboto/roboto-light-webfont.eot");
  src: url("../fonts/roboto/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto/roboto-light-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto-medium';
  src: url("../fonts/roboto/roboto-medium-webfont.eot");
  src: url("../fonts/roboto/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto/roboto-medium-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto-bold';
  src: url("../fonts/roboto/roboto-bold-webfont.eot");
  src: url("../fonts/roboto/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto/roboto-bold-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
 * PDF Bebas Neue
 */
@font-face {
  font-family: 'bebas-neue-bold';
  src: url("../fonts/bebas-neue/bebas-neue-bold.eot");
  src: url("../fonts/bebas-neue/bebas-neue-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas-neue/bebas-neue-bold.woff") format("woff"), url("../fonts/bebas-neue/bebas-neue-bold.ttf") format("truetype"), url("../fonts/bebas-neue/bebas-neue-bold.svg#bebasneuebold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'bebas-neue-regular';
  src: url("../fonts/bebas-neue/bebas-neue-regular.eot");
  src: url("../fonts/bebas-neue/bebas-neue-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas-neue/bebas-neue-regular.woff") format("woff"), url("../fonts/bebas-neue/bebas-neue-regular.ttf") format("truetype"), url("../fonts/bebas-neue/bebas-neue-regular.svg#bebasneueregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
 * PDF Bebas Neue
 */
@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/myriad-pro/MyriadPro-Regular.eot");
  src: url("../fonts/myriad-pro/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriad-pro/MyriadPro-Regular.woff") format("woff"), url("../fonts/myriad-pro/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/myriad-pro/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MyriadPro-It';
  src: url("../fonts/myriad-pro/MyriadPro-It.eot");
  src: url("../fonts/myriad-pro/MyriadPro-It.eot?#iefix") format("embedded-opentype"), url("../fonts/myriad-pro/MyriadPro-It.woff") format("woff"), url("../fonts/myriad-pro/MyriadPro-It.ttf") format("truetype"), url("../fonts/myriad-pro/MyriadPro-It.svg#MyriadPro-It") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'MyriadProBold';
  src: url("../fonts/myriad-pro/MyriadPro-Bold.eot");
  src: url("../fonts/myriad-pro/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriad-pro/MyriadPro-Bold.woff") format("woff"), url("../fonts/myriad-pro/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/myriad-pro/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

/* ----------------------------------------------------------------------------
---------------------------------------------------------------------------- */
.aui {
  /*!
   * Bootstrap v3.3.7 (http://getbootstrap.com)
   * Copyright 2011-2016 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  @at-root {
    @font-face {
      font-family: 'Glyphicons Halflings';
      src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
      src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } }

  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0; }

    to {
      background-position: 0 0; } }

  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0; }

    to {
      background-position: 0 0; } }

  @at-root {
    @-ms-viewport {
      width: device-width; } }

  /* ---------- Ajustes popups de gestion de portlets y panel lateral de la dockbar ---------- */
  /* ---------- Help messages, general additional information, etc. ---------- */
  /* ---------- Error messages ---------- */
  /* ---------- Success messages ---------- */
  /* ---------- Misc ---------- */
  /* FONT AWESOME CORE
   * -------------------------- */
  /* makes the font 33% larger relative to the icon container */
  /* makes sure icons active on rollover in links */
  /* increased font size for icon-large */
  /* BOOTSTRAP SPECIFIC CLASSES
   * -------------------------- */
  /* Bootstrap 2.0 sprites.less reset */
  /* more sprites.less reset */
  /* keeps Bootstrap styles with and without icons the same */
  /* Fixes alignment in nav lists */
  /* EXTRAS
   * -------------------------- */
  /* Stacked and layered icon */
  /* Animated rotating icon */
  /* Prevent stack and spinners from being taken inline when inside a link */
  @-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); } }

  /* Icon rotations and mirroring */
  /* ensure rotation occurs inside anchor tags */
  /* Use the following CSS code if you want to use data attributes for inserting your icons */
  /* Use the following CSS code if you want to have a class per icon */
  /*
  Instead of a list of all class selectors,
  you can use the generic selector below, but it's slower:
  [class*="icon-"] {
  */
  /* ----------------------------------------------------------------------------
  *** My Site ***
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  *** Tipografías ***
      $size_vars: (name sizeLarge sizeMobile)
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  *** Figure ***
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  *** Formularios ***
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  *** Imágenes ***
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  *** Links ***
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  *** Listas ***
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  *** Tablas ***
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  *** Abstracciones / Cosas comunes ***
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------
   * Estilos para sistemas operativos de dispositivos móviles
   ---------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  *** Botones ***
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  *** Paginación ***
  ---------------------------------------------------------------------------- */
  /*
   * Alertas y mensajes
   * Mensajes de respuesta
   * Labels and badges
   * Tooltips
   * Acordeons
   * Tabs
   * Dropdown 
   */
  /* ------------------------------------------------------------
  *** Alertas y mensajes ***
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
  *** Mensajes de respuesta ***
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
  *** Labels and badges ***
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
  *** Modal ***
  ------------------------------------------------------------ */
  /* Modales de Alloy (Configuración de portlets) */
  /* Modal de nuestro site (Usar el modal de Bootstrap)*/
  /* ------------------------------------------------------------
  *** Tooltip ***
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
  *** Acordeon ***
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
  *** Pestañas / Tabs ***
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
  *** Dropdowns ***
  ------------------------------------------------------------ */
  /* ----------------------------------------------------------------------------
  *** Layout del Sitio ***
  ---------------------------------------------------------------------------- */
  @-webkit-viewport {
    width: device-width; }

  @-moz-viewport {
    width: device-width; }

  @-ms-viewport {
    width: device-width; }

  @-o-viewport {
    width: device-width; }

  @viewport {
    width: device-width; }

  /* Página de inicio */
  /* --------------------------------------------- */
  /* --------------------------------------
     - Noticias / formaciones
  -------------------------------------- */
  /* --------------------------------------
     - Caja intro con letra mayúscula
  -------------------------------------- */
  /* --------------------------------------
     - Portlet / Cookies
  -------------------------------------- */
  /* ----------------------------------------------------------------------------
  *** Navigation ***
  ---------------------------------------------------------------------------- */
  /* eliminanos inicio privada */
  /* 
   * Owl Carousel DOTS
   */
  /* ----------------------------------------------------------------------------
  *** Contenidos ***
  ---------------------------------------------------------------------------- */
  /* Layouttpl de Liferay */
  /* Layouttpl INTERIOR */
  /* Layouttpl HOME */
  /* Layouttpl PREHOME */
  /*
  &:not(.ie) {
  	.prehome {
  		@include mq($breakpoint_tablet-wide) {  // min-width 980px
  			> .contenido-col {
  				&:first-child {
  					background: transparent;
  					.contenido-cell {
  						height: 100%;
  						padding: 35px 0 15px 5%;
  						background: #fff;
  						-webkit-clip-path: polygon(0 100%, 0 0, 70% 0, 100% 100%);
  						clip-path: polygon(0 100%, 0 0, 70% 0, 100% 100%);
  					  	-webkit-clip-path: url("#clip-shape");
  					  	clip-path: url("#clip-shape");
  					}
  				}
  			}
  		}
  	}
  }
  */
  /* Página de inicio pública */
  /* Layouttpl HOME */
  /* Plantilla para contenido indice */
  /* ----------------------------------------------------------------------------
  *** Portlet de login ***
  	* portlet-login // id="p_p_id_58_"
   	* portlet_new-password // id="portlet_new-password"
  ---------------------------------------------------------------------------- */
  /* En el Layouttpl de la prehome */
  /* Cuando se abre el portlet solo en la página */
  /* ----------------------------------------------------------------------------
  *** Portlet de registro de usuarios ***
  ---------------------------------------------------------------------------- */
  /*LISTADO NOTICIAS*/
  /*FIN LISTADO NOTICIAS*/
  /**/
  /*DETALLE NOTICIAS*/
  /*FIN DETALLE NOTICIAS*/
  /**/
  /*MULTIMEDIA NOTICIAS*/
  /*FIN MULTIMEDIA NOTICIAS*/
  /* ----------------------------------------------------------------------------
  *** Portlet de búsqueda de baterías ***
  	* buscador-baterias // id="p_p_id_58_"
   	* portlet_new-password // id="portlet_new-password"
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  *** Portlet de carrusel de imagenes de Liferay ***
  ---------------------------------------------------------------------------- */
  /* CAROUSEL IFRAME VIDEO */
  /* ----------------------------------------------------------------------------
  *** Impresión ***
  ---------------------------------------------------------------------------- */ }
  .aui html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  .aui body {
    margin: 0; }
  .aui article,
  .aui aside,
  .aui details,
  .aui figcaption,
  .aui figure,
  .aui footer,
  .aui header,
  .aui hgroup,
  .aui main,
  .aui menu,
  .aui nav,
  .aui section,
  .aui summary {
    display: block; }
  .aui audio,
  .aui canvas,
  .aui progress,
  .aui video {
    display: inline-block;
    vertical-align: baseline; }
  .aui audio:not([controls]) {
    display: none;
    height: 0; }
  .aui [hidden],
  .aui template {
    display: none; }
  .aui a {
    background-color: transparent; }
  .aui a:active,
  .aui a:hover {
    outline: 0; }
  .aui abbr[title] {
    border-bottom: 1px dotted; }
  .aui b,
  .aui strong {
    font-weight: bold; }
  .aui dfn {
    font-style: italic; }
  .aui h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .aui mark {
    background: #ff0;
    color: #000; }
  .aui small {
    font-size: 80%; }
  .aui sub,
  .aui sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .aui sup {
    top: -0.5em; }
  .aui sub {
    bottom: -0.25em; }
  .aui img {
    border: 0; }
  .aui svg:not(:root) {
    overflow: hidden; }
  .aui figure {
    margin: 1em 40px; }
  .aui hr {
    box-sizing: content-box;
    height: 0; }
  .aui pre {
    overflow: auto; }
  .aui code,
  .aui kbd,
  .aui pre,
  .aui samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .aui button,
  .aui input,
  .aui optgroup,
  .aui select,
  .aui textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
  .aui button {
    overflow: visible; }
  .aui button,
  .aui select {
    text-transform: none; }
  .aui button,
  .aui html input[type="button"],
  .aui input[type="reset"],
  .aui input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  .aui button[disabled],
  .aui html input[disabled] {
    cursor: default; }
  .aui button::-moz-focus-inner,
  .aui input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .aui input {
    line-height: normal; }
  .aui input[type="checkbox"],
  .aui input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  .aui input[type="number"]::-webkit-inner-spin-button,
  .aui input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .aui input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
  .aui input[type="search"]::-webkit-search-cancel-button,
  .aui input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .aui fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .aui legend {
    border: 0;
    padding: 0; }
  .aui textarea {
    overflow: auto; }
  .aui optgroup {
    font-weight: bold; }
  .aui table {
    border-collapse: collapse;
    border-spacing: 0; }
  .aui td,
  .aui th {
    padding: 0; }
  @media print {
    .aui *,
    .aui *:before,
    .aui *:after {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }
    .aui a,
    .aui a:visited {
      text-decoration: underline; }
    .aui a[href]:after {
      content: " (" attr(href) ")"; }
    .aui abbr[title]:after {
      content: " (" attr(title) ")"; }
    .aui a[href^="#"]:after,
    .aui a[href^="javascript:"]:after {
      content: ""; }
    .aui pre,
    .aui blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    .aui thead {
      display: table-header-group; }
    .aui tr,
    .aui img {
      page-break-inside: avoid; }
    .aui img {
      max-width: 100% !important; }
    .aui p,
    .aui h2,
    .aui h2.page-title,
    .aui h3 {
      orphans: 3;
      widows: 3; }
    .aui h2, .aui h2.page-title,
    .aui h3 {
      page-break-after: avoid; }
    .aui .navbar {
      display: none; }
    .aui .btn > .caret,
    .aui .dropup > .btn > .caret {
      border-top-color: #000 !important; }
    .aui .label {
      border: 1px solid #000; }
    .aui .table {
      border-collapse: collapse !important; }
      .aui .table td,
      .aui .table th {
        background-color: #fff !important; }
    .aui .table-bordered th,
    .aui .table-bordered td {
      border: 1px solid #ddd !important; } }
  .aui .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .aui .glyphicon-asterisk:before {
    content: "\002a"; }
  .aui .glyphicon-plus:before {
    content: "\002b"; }
  .aui .glyphicon-euro:before,
  .aui .glyphicon-eur:before {
    content: "\20ac"; }
  .aui .glyphicon-minus:before {
    content: "\2212"; }
  .aui .glyphicon-cloud:before {
    content: "\2601"; }
  .aui .glyphicon-envelope:before {
    content: "\2709"; }
  .aui .glyphicon-pencil:before {
    content: "\270f"; }
  .aui .glyphicon-glass:before {
    content: "\e001"; }
  .aui .glyphicon-music:before {
    content: "\e002"; }
  .aui .glyphicon-search:before {
    content: "\e003"; }
  .aui .glyphicon-heart:before {
    content: "\e005"; }
  .aui .glyphicon-star:before {
    content: "\e006"; }
  .aui .glyphicon-star-empty:before {
    content: "\e007"; }
  .aui .glyphicon-user:before {
    content: "\e008"; }
  .aui .glyphicon-film:before {
    content: "\e009"; }
  .aui .glyphicon-th-large:before {
    content: "\e010"; }
  .aui .glyphicon-th:before {
    content: "\e011"; }
  .aui .glyphicon-th-list:before {
    content: "\e012"; }
  .aui .glyphicon-ok:before {
    content: "\e013"; }
  .aui .glyphicon-remove:before {
    content: "\e014"; }
  .aui .glyphicon-zoom-in:before {
    content: "\e015"; }
  .aui .glyphicon-zoom-out:before {
    content: "\e016"; }
  .aui .glyphicon-off:before {
    content: "\e017"; }
  .aui .glyphicon-signal:before {
    content: "\e018"; }
  .aui .glyphicon-cog:before {
    content: "\e019"; }
  .aui .glyphicon-trash:before {
    content: "\e020"; }
  .aui .glyphicon-home:before {
    content: "\e021"; }
  .aui .glyphicon-file:before {
    content: "\e022"; }
  .aui .glyphicon-time:before {
    content: "\e023"; }
  .aui .glyphicon-road:before {
    content: "\e024"; }
  .aui .glyphicon-download-alt:before {
    content: "\e025"; }
  .aui .glyphicon-download:before {
    content: "\e026"; }
  .aui .glyphicon-upload:before {
    content: "\e027"; }
  .aui .glyphicon-inbox:before {
    content: "\e028"; }
  .aui .glyphicon-play-circle:before {
    content: "\e029"; }
  .aui .glyphicon-repeat:before {
    content: "\e030"; }
  .aui .glyphicon-refresh:before {
    content: "\e031"; }
  .aui .glyphicon-list-alt:before {
    content: "\e032"; }
  .aui .glyphicon-lock:before {
    content: "\e033"; }
  .aui .glyphicon-flag:before {
    content: "\e034"; }
  .aui .glyphicon-headphones:before {
    content: "\e035"; }
  .aui .glyphicon-volume-off:before {
    content: "\e036"; }
  .aui .glyphicon-volume-down:before {
    content: "\e037"; }
  .aui .glyphicon-volume-up:before {
    content: "\e038"; }
  .aui .glyphicon-qrcode:before {
    content: "\e039"; }
  .aui .glyphicon-barcode:before {
    content: "\e040"; }
  .aui .glyphicon-tag:before {
    content: "\e041"; }
  .aui .glyphicon-tags:before {
    content: "\e042"; }
  .aui .glyphicon-book:before {
    content: "\e043"; }
  .aui .glyphicon-bookmark:before {
    content: "\e044"; }
  .aui .glyphicon-print:before {
    content: "\e045"; }
  .aui .glyphicon-camera:before {
    content: "\e046"; }
  .aui .glyphicon-font:before {
    content: "\e047"; }
  .aui .glyphicon-bold:before {
    content: "\e048"; }
  .aui .glyphicon-italic:before {
    content: "\e049"; }
  .aui .glyphicon-text-height:before {
    content: "\e050"; }
  .aui .glyphicon-text-width:before {
    content: "\e051"; }
  .aui .glyphicon-align-left:before {
    content: "\e052"; }
  .aui .glyphicon-align-center:before {
    content: "\e053"; }
  .aui .glyphicon-align-right:before {
    content: "\e054"; }
  .aui .glyphicon-align-justify:before {
    content: "\e055"; }
  .aui .glyphicon-list:before {
    content: "\e056"; }
  .aui .glyphicon-indent-left:before {
    content: "\e057"; }
  .aui .glyphicon-indent-right:before {
    content: "\e058"; }
  .aui .glyphicon-facetime-video:before {
    content: "\e059"; }
  .aui .glyphicon-picture:before {
    content: "\e060"; }
  .aui .glyphicon-map-marker:before {
    content: "\e062"; }
  .aui .glyphicon-adjust:before {
    content: "\e063"; }
  .aui .glyphicon-tint:before {
    content: "\e064"; }
  .aui .glyphicon-edit:before {
    content: "\e065"; }
  .aui .glyphicon-share:before {
    content: "\e066"; }
  .aui .glyphicon-check:before {
    content: "\e067"; }
  .aui .glyphicon-move:before {
    content: "\e068"; }
  .aui .glyphicon-step-backward:before {
    content: "\e069"; }
  .aui .glyphicon-fast-backward:before {
    content: "\e070"; }
  .aui .glyphicon-backward:before {
    content: "\e071"; }
  .aui .glyphicon-play:before {
    content: "\e072"; }
  .aui .glyphicon-pause:before {
    content: "\e073"; }
  .aui .glyphicon-stop:before {
    content: "\e074"; }
  .aui .glyphicon-forward:before {
    content: "\e075"; }
  .aui .glyphicon-fast-forward:before {
    content: "\e076"; }
  .aui .glyphicon-step-forward:before {
    content: "\e077"; }
  .aui .glyphicon-eject:before {
    content: "\e078"; }
  .aui .glyphicon-chevron-left:before {
    content: "\e079"; }
  .aui .glyphicon-chevron-right:before {
    content: "\e080"; }
  .aui .glyphicon-plus-sign:before {
    content: "\e081"; }
  .aui .glyphicon-minus-sign:before {
    content: "\e082"; }
  .aui .glyphicon-remove-sign:before {
    content: "\e083"; }
  .aui .glyphicon-ok-sign:before {
    content: "\e084"; }
  .aui .glyphicon-question-sign:before {
    content: "\e085"; }
  .aui .glyphicon-info-sign:before {
    content: "\e086"; }
  .aui .glyphicon-screenshot:before {
    content: "\e087"; }
  .aui .glyphicon-remove-circle:before {
    content: "\e088"; }
  .aui .glyphicon-ok-circle:before {
    content: "\e089"; }
  .aui .glyphicon-ban-circle:before {
    content: "\e090"; }
  .aui .glyphicon-arrow-left:before {
    content: "\e091"; }
  .aui .glyphicon-arrow-right:before {
    content: "\e092"; }
  .aui .glyphicon-arrow-up:before {
    content: "\e093"; }
  .aui .glyphicon-arrow-down:before {
    content: "\e094"; }
  .aui .glyphicon-share-alt:before {
    content: "\e095"; }
  .aui .glyphicon-resize-full:before {
    content: "\e096"; }
  .aui .glyphicon-resize-small:before {
    content: "\e097"; }
  .aui .glyphicon-exclamation-sign:before {
    content: "\e101"; }
  .aui .glyphicon-gift:before {
    content: "\e102"; }
  .aui .glyphicon-leaf:before {
    content: "\e103"; }
  .aui .glyphicon-fire:before {
    content: "\e104"; }
  .aui .glyphicon-eye-open:before {
    content: "\e105"; }
  .aui .glyphicon-eye-close:before {
    content: "\e106"; }
  .aui .glyphicon-warning-sign:before {
    content: "\e107"; }
  .aui .glyphicon-plane:before {
    content: "\e108"; }
  .aui .glyphicon-calendar:before {
    content: "\e109"; }
  .aui .glyphicon-random:before {
    content: "\e110"; }
  .aui .glyphicon-comment:before {
    content: "\e111"; }
  .aui .glyphicon-magnet:before {
    content: "\e112"; }
  .aui .glyphicon-chevron-up:before {
    content: "\e113"; }
  .aui .glyphicon-chevron-down:before {
    content: "\e114"; }
  .aui .glyphicon-retweet:before {
    content: "\e115"; }
  .aui .glyphicon-shopping-cart:before {
    content: "\e116"; }
  .aui .glyphicon-folder-close:before {
    content: "\e117"; }
  .aui .glyphicon-folder-open:before {
    content: "\e118"; }
  .aui .glyphicon-resize-vertical:before {
    content: "\e119"; }
  .aui .glyphicon-resize-horizontal:before {
    content: "\e120"; }
  .aui .glyphicon-hdd:before {
    content: "\e121"; }
  .aui .glyphicon-bullhorn:before {
    content: "\e122"; }
  .aui .glyphicon-bell:before {
    content: "\e123"; }
  .aui .glyphicon-certificate:before {
    content: "\e124"; }
  .aui .glyphicon-thumbs-up:before {
    content: "\e125"; }
  .aui .glyphicon-thumbs-down:before {
    content: "\e126"; }
  .aui .glyphicon-hand-right:before {
    content: "\e127"; }
  .aui .glyphicon-hand-left:before {
    content: "\e128"; }
  .aui .glyphicon-hand-up:before {
    content: "\e129"; }
  .aui .glyphicon-hand-down:before {
    content: "\e130"; }
  .aui .glyphicon-circle-arrow-right:before {
    content: "\e131"; }
  .aui .glyphicon-circle-arrow-left:before {
    content: "\e132"; }
  .aui .glyphicon-circle-arrow-up:before {
    content: "\e133"; }
  .aui .glyphicon-circle-arrow-down:before {
    content: "\e134"; }
  .aui .glyphicon-globe:before {
    content: "\e135"; }
  .aui .glyphicon-wrench:before {
    content: "\e136"; }
  .aui .glyphicon-tasks:before {
    content: "\e137"; }
  .aui .glyphicon-filter:before {
    content: "\e138"; }
  .aui .glyphicon-briefcase:before {
    content: "\e139"; }
  .aui .glyphicon-fullscreen:before {
    content: "\e140"; }
  .aui .glyphicon-dashboard:before {
    content: "\e141"; }
  .aui .glyphicon-paperclip:before {
    content: "\e142"; }
  .aui .glyphicon-heart-empty:before {
    content: "\e143"; }
  .aui .glyphicon-link:before {
    content: "\e144"; }
  .aui .glyphicon-phone:before {
    content: "\e145"; }
  .aui .glyphicon-pushpin:before {
    content: "\e146"; }
  .aui .glyphicon-usd:before {
    content: "\e148"; }
  .aui .glyphicon-gbp:before {
    content: "\e149"; }
  .aui .glyphicon-sort:before {
    content: "\e150"; }
  .aui .glyphicon-sort-by-alphabet:before {
    content: "\e151"; }
  .aui .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"; }
  .aui .glyphicon-sort-by-order:before {
    content: "\e153"; }
  .aui .glyphicon-sort-by-order-alt:before {
    content: "\e154"; }
  .aui .glyphicon-sort-by-attributes:before {
    content: "\e155"; }
  .aui .glyphicon-sort-by-attributes-alt:before {
    content: "\e156"; }
  .aui .glyphicon-unchecked:before {
    content: "\e157"; }
  .aui .glyphicon-expand:before {
    content: "\e158"; }
  .aui .glyphicon-collapse-down:before {
    content: "\e159"; }
  .aui .glyphicon-collapse-up:before {
    content: "\e160"; }
  .aui .glyphicon-log-in:before {
    content: "\e161"; }
  .aui .glyphicon-flash:before {
    content: "\e162"; }
  .aui .glyphicon-log-out:before {
    content: "\e163"; }
  .aui .glyphicon-new-window:before {
    content: "\e164"; }
  .aui .glyphicon-record:before {
    content: "\e165"; }
  .aui .glyphicon-save:before {
    content: "\e166"; }
  .aui .glyphicon-open:before {
    content: "\e167"; }
  .aui .glyphicon-saved:before {
    content: "\e168"; }
  .aui .glyphicon-import:before {
    content: "\e169"; }
  .aui .glyphicon-export:before {
    content: "\e170"; }
  .aui .glyphicon-send:before {
    content: "\e171"; }
  .aui .glyphicon-floppy-disk:before {
    content: "\e172"; }
  .aui .glyphicon-floppy-saved:before {
    content: "\e173"; }
  .aui .glyphicon-floppy-remove:before {
    content: "\e174"; }
  .aui .glyphicon-floppy-save:before {
    content: "\e175"; }
  .aui .glyphicon-floppy-open:before {
    content: "\e176"; }
  .aui .glyphicon-credit-card:before {
    content: "\e177"; }
  .aui .glyphicon-transfer:before {
    content: "\e178"; }
  .aui .glyphicon-cutlery:before {
    content: "\e179"; }
  .aui .glyphicon-header:before {
    content: "\e180"; }
  .aui .glyphicon-compressed:before {
    content: "\e181"; }
  .aui .glyphicon-earphone:before {
    content: "\e182"; }
  .aui .glyphicon-phone-alt:before {
    content: "\e183"; }
  .aui .glyphicon-tower:before {
    content: "\e184"; }
  .aui .glyphicon-stats:before {
    content: "\e185"; }
  .aui .glyphicon-sd-video:before {
    content: "\e186"; }
  .aui .glyphicon-hd-video:before {
    content: "\e187"; }
  .aui .glyphicon-subtitles:before {
    content: "\e188"; }
  .aui .glyphicon-sound-stereo:before {
    content: "\e189"; }
  .aui .glyphicon-sound-dolby:before {
    content: "\e190"; }
  .aui .glyphicon-sound-5-1:before {
    content: "\e191"; }
  .aui .glyphicon-sound-6-1:before {
    content: "\e192"; }
  .aui .glyphicon-sound-7-1:before {
    content: "\e193"; }
  .aui .glyphicon-copyright-mark:before {
    content: "\e194"; }
  .aui .glyphicon-registration-mark:before {
    content: "\e195"; }
  .aui .glyphicon-cloud-download:before {
    content: "\e197"; }
  .aui .glyphicon-cloud-upload:before {
    content: "\e198"; }
  .aui .glyphicon-tree-conifer:before {
    content: "\e199"; }
  .aui .glyphicon-tree-deciduous:before {
    content: "\e200"; }
  .aui .glyphicon-cd:before {
    content: "\e201"; }
  .aui .glyphicon-save-file:before {
    content: "\e202"; }
  .aui .glyphicon-open-file:before {
    content: "\e203"; }
  .aui .glyphicon-level-up:before {
    content: "\e204"; }
  .aui .glyphicon-copy:before {
    content: "\e205"; }
  .aui .glyphicon-paste:before {
    content: "\e206"; }
  .aui .glyphicon-alert:before {
    content: "\e209"; }
  .aui .glyphicon-equalizer:before {
    content: "\e210"; }
  .aui .glyphicon-king:before {
    content: "\e211"; }
  .aui .glyphicon-queen:before {
    content: "\e212"; }
  .aui .glyphicon-pawn:before {
    content: "\e213"; }
  .aui .glyphicon-bishop:before {
    content: "\e214"; }
  .aui .glyphicon-knight:before {
    content: "\e215"; }
  .aui .glyphicon-baby-formula:before {
    content: "\e216"; }
  .aui .glyphicon-tent:before {
    content: "\26fa"; }
  .aui .glyphicon-blackboard:before {
    content: "\e218"; }
  .aui .glyphicon-bed:before {
    content: "\e219"; }
  .aui .glyphicon-apple:before {
    content: "\f8ff"; }
  .aui .glyphicon-erase:before {
    content: "\e221"; }
  .aui .glyphicon-hourglass:before {
    content: "\231b"; }
  .aui .glyphicon-lamp:before {
    content: "\e223"; }
  .aui .glyphicon-duplicate:before {
    content: "\e224"; }
  .aui .glyphicon-piggy-bank:before {
    content: "\e225"; }
  .aui .glyphicon-scissors:before {
    content: "\e226"; }
  .aui .glyphicon-bitcoin:before {
    content: "\e227"; }
  .aui .glyphicon-btc:before {
    content: "\e227"; }
  .aui .glyphicon-xbt:before {
    content: "\e227"; }
  .aui .glyphicon-yen:before {
    content: "\00a5"; }
  .aui .glyphicon-jpy:before {
    content: "\00a5"; }
  .aui .glyphicon-ruble:before {
    content: "\20bd"; }
  .aui .glyphicon-rub:before {
    content: "\20bd"; }
  .aui .glyphicon-scale:before {
    content: "\e230"; }
  .aui .glyphicon-ice-lolly:before {
    content: "\e231"; }
  .aui .glyphicon-ice-lolly-tasted:before {
    content: "\e232"; }
  .aui .glyphicon-education:before {
    content: "\e233"; }
  .aui .glyphicon-option-horizontal:before {
    content: "\e234"; }
  .aui .glyphicon-option-vertical:before {
    content: "\e235"; }
  .aui .glyphicon-menu-hamburger:before {
    content: "\e236"; }
  .aui .glyphicon-modal-window:before {
    content: "\e237"; }
  .aui .glyphicon-oil:before {
    content: "\e238"; }
  .aui .glyphicon-grain:before {
    content: "\e239"; }
  .aui .glyphicon-sunglasses:before {
    content: "\e240"; }
  .aui .glyphicon-text-size:before {
    content: "\e241"; }
  .aui .glyphicon-text-color:before {
    content: "\e242"; }
  .aui .glyphicon-text-background:before {
    content: "\e243"; }
  .aui .glyphicon-object-align-top:before {
    content: "\e244"; }
  .aui .glyphicon-object-align-bottom:before {
    content: "\e245"; }
  .aui .glyphicon-object-align-horizontal:before {
    content: "\e246"; }
  .aui .glyphicon-object-align-left:before {
    content: "\e247"; }
  .aui .glyphicon-object-align-vertical:before {
    content: "\e248"; }
  .aui .glyphicon-object-align-right:before {
    content: "\e249"; }
  .aui .glyphicon-triangle-right:before {
    content: "\e250"; }
  .aui .glyphicon-triangle-left:before {
    content: "\e251"; }
  .aui .glyphicon-triangle-bottom:before {
    content: "\e252"; }
  .aui .glyphicon-triangle-top:before {
    content: "\e253"; }
  .aui .glyphicon-console:before {
    content: "\e254"; }
  .aui .glyphicon-superscript:before {
    content: "\e255"; }
  .aui .glyphicon-subscript:before {
    content: "\e256"; }
  .aui .glyphicon-menu-left:before {
    content: "\e257"; }
  .aui .glyphicon-menu-right:before {
    content: "\e258"; }
  .aui .glyphicon-menu-down:before {
    content: "\e259"; }
  .aui .glyphicon-menu-up:before {
    content: "\e260"; }
  .aui * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .aui *:before,
  .aui *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .aui html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .aui body {
    font-family: latoregular, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #757e83;
    background-color: white; }
  .aui input,
  .aui button,
  .aui select,
  .aui textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .aui a {
    color: #d52b1e;
    text-decoration: none; }
    .aui a:hover, .aui a:focus {
      color: #921d15;
      text-decoration: underline; }
    .aui a:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
  .aui figure {
    margin: 0; }
  .aui img {
    vertical-align: middle; }
  .aui .img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }
  .aui .img-rounded {
    border-radius: 0px; }
  .aui .img-thumbnail, .aui .img-polaroid {
    padding: 4px;
    line-height: 1.42857;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }
  .aui .img-circle {
    border-radius: 50%; }
  .aui hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d8d9dd; }
  .aui .sr-only, .aui .hide-accessible {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .aui .sr-only-focusable:active, .aui .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
  .aui [role="button"] {
    cursor: pointer; }
  .aui h1, .aui h2, .aui h2.page-title, .aui h3, .aui h4, .aui h5, .aui #contenido-indice h3, .aui h6,
  .aui .h1, .aui .h2, .aui .h3, .aui .h4, .aui .h5, .aui .h6 {
    font-family: latobold;
    font-weight: normal;
    line-height: 1.1;
    color: inherit; }
    .aui h1 small,
    .aui h1 .small, .aui h2 small, .aui h2.page-title small,
    .aui h2 .small, .aui h3 small,
    .aui h3 .small, .aui h4 small,
    .aui h4 .small, .aui h5 small, .aui #contenido-indice h3 small,
    .aui h5 .small,
    .aui #contenido-indice h3 .small, .aui h6 small,
    .aui h6 .small,
    .aui .h1 small,
    .aui .h1 .small, .aui .h2 small,
    .aui .h2 .small, .aui .h3 small,
    .aui .h3 .small, .aui .h4 small,
    .aui .h4 .small, .aui .h5 small,
    .aui .h5 .small, .aui .h6 small,
    .aui .h6 .small {
      font-weight: normal;
      line-height: 1;
      color: #aeaeb3; }
  .aui h1, .aui .h1,
  .aui h2,
  .aui h2.page-title, .aui .h2,
  .aui h3, .aui .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
    .aui h1 small,
    .aui h1 .small, .aui .h1 small,
    .aui .h1 .small,
    .aui h2 small,
    .aui h2.page-title small,
    .aui h2 .small, .aui .h2 small,
    .aui .h2 .small,
    .aui h3 small,
    .aui h3 .small, .aui .h3 small,
    .aui .h3 .small {
      font-size: 65%; }
  .aui h4, .aui .h4,
  .aui h5,
  .aui #contenido-indice h3, .aui .h5,
  .aui h6, .aui .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
    .aui h4 small,
    .aui h4 .small, .aui .h4 small,
    .aui .h4 .small,
    .aui h5 small,
    .aui #contenido-indice h3 small,
    .aui h5 .small,
    .aui #contenido-indice h3 .small, .aui .h5 small,
    .aui .h5 .small,
    .aui h6 small,
    .aui h6 .small, .aui .h6 small,
    .aui .h6 .small {
      font-size: 75%; }
  .aui h1, .aui .h1 {
    font-size: 45px; }
  .aui h2, .aui h2.page-title, .aui .h2 {
    font-size: 45px; }
  .aui h3, .aui .h3 {
    font-size: 25px; }
  .aui h4, .aui .h4 {
    font-size: 17px; }
  .aui h5, .aui #contenido-indice h3, .aui .h5 {
    font-size: 14px; }
  .aui h6, .aui .h6 {
    font-size: 12px; }
  .aui p {
    margin: 0 0 10px; }
  .aui .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .aui .lead {
        font-size: 21px; } }
  .aui small,
  .aui .small {
    font-size: 85%; }
  .aui mark,
  .aui .mark {
    background-color: #fcf8e3;
    padding: .2em; }
  .aui .text-left {
    text-align: left; }
  .aui .text-right {
    text-align: right; }
  .aui .text-center {
    text-align: center; }
  .aui .text-justify {
    text-align: justify; }
  .aui .text-nowrap {
    white-space: nowrap; }
  .aui .text-lowercase {
    text-transform: lowercase; }
  .aui .text-uppercase, .aui .initialism {
    text-transform: uppercase; }
  .aui .text-capitalize {
    text-transform: capitalize; }
  .aui .text-muted, .aui .muted {
    color: #aeaeb3; }
  .aui .text-primary {
    color: #004165; }
  .aui a.text-primary:hover,
  .aui a.text-primary:focus {
    color: #002032; }
  .aui .text-success {
    color: #49b64b; }
  .aui a.text-success:hover,
  .aui a.text-success:focus {
    color: #3a923c; }
  .aui .text-info {
    color: #31708f; }
  .aui a.text-info:hover,
  .aui a.text-info:focus {
    color: #245269; }
  .aui .text-warning {
    color: #8a6d3b; }
  .aui a.text-warning:hover,
  .aui a.text-warning:focus {
    color: #66512c; }
  .aui .text-danger, .aui .text-error {
    color: #d52b1e; }
  .aui a.text-danger:hover, .aui a.text-error:hover,
  .aui a.text-danger:focus,
  .aui a.text-error:focus {
    color: #a82218; }
  .aui .bg-primary {
    color: #fff; }
  .aui .bg-primary {
    background-color: #004165; }
  .aui a.bg-primary:hover,
  .aui a.bg-primary:focus {
    background-color: #002032; }
  .aui .bg-success {
    background-color: #dff0d8; }
  .aui a.bg-success:hover,
  .aui a.bg-success:focus {
    background-color: #c1e2b3; }
  .aui .bg-info {
    background-color: #d9edf7; }
  .aui a.bg-info:hover,
  .aui a.bg-info:focus {
    background-color: #afd9ee; }
  .aui .bg-warning {
    background-color: #fcf8e3; }
  .aui a.bg-warning:hover,
  .aui a.bg-warning:focus {
    background-color: #f7ecb5; }
  .aui .bg-danger {
    background-color: #f2dede; }
  .aui a.bg-danger:hover,
  .aui a.bg-danger:focus {
    background-color: #e4b9b9; }
  .aui .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #d8d9dd; }
  .aui ul,
  .aui ol {
    margin-top: 0;
    margin-bottom: 10px; }
    .aui ul ul,
    .aui ul ol,
    .aui ol ul,
    .aui ol ol {
      margin-bottom: 0; }
  .aui .list-unstyled, .aui ul.unstyled {
    padding-left: 0;
    list-style: none; }
  .aui .list-inline, .aui ul.inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
    .aui .list-inline > li, .aui ul.inline > li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
  .aui dl {
    margin-top: 0;
    margin-bottom: 20px; }
  .aui dt,
  .aui dd {
    line-height: 1.42857; }
  .aui dt {
    font-weight: bold; }
  .aui dd {
    margin-left: 0; }
  .aui .dl-horizontal dd:before, .aui .dl-horizontal dd:after {
    content: " ";
    display: table; }
  .aui .dl-horizontal dd:after {
    clear: both; }
  @media (min-width: 768px) {
    .aui .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .aui .dl-horizontal dd {
      margin-left: 180px; } }
  .aui abbr[title],
  .aui abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #aeaeb3; }
  .aui .initialism {
    font-size: 90%; }
  .aui blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #d8d9dd; }
    .aui blockquote p:last-child,
    .aui blockquote ul:last-child,
    .aui blockquote ol:last-child {
      margin-bottom: 0; }
    .aui blockquote footer,
    .aui blockquote small,
    .aui blockquote .small {
      display: block;
      font-size: 80%;
      line-height: 1.42857;
      color: #aeaeb3; }
      .aui blockquote footer:before,
      .aui blockquote small:before,
      .aui blockquote .small:before {
        content: '\2014 \00A0'; }
  .aui .blockquote-reverse,
  .aui blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #d8d9dd;
    border-left: 0;
    text-align: right; }
    .aui .blockquote-reverse footer:before,
    .aui .blockquote-reverse small:before,
    .aui .blockquote-reverse .small:before,
    .aui blockquote.pull-right footer:before,
    .aui blockquote.pull-right small:before,
    .aui blockquote.pull-right .small:before {
      content: ''; }
    .aui .blockquote-reverse footer:after,
    .aui .blockquote-reverse small:after,
    .aui .blockquote-reverse .small:after,
    .aui blockquote.pull-right footer:after,
    .aui blockquote.pull-right small:after,
    .aui blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }
  .aui address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857; }
  .aui code,
  .aui kbd,
  .aui pre,
  .aui samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  .aui code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0px; }
  .aui kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: white;
    background-color: #333333;
    border-radius: 0px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .aui kbd kbd {
      padding: 0;
      font-size: 100%;
      font-weight: bold;
      box-shadow: none; }
  .aui pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: whitesmoke;
    border: 1px solid #cccccc;
    border-radius: 0px; }
    .aui pre code {
      padding: 0;
      font-size: inherit;
      color: inherit;
      white-space: pre-wrap;
      background-color: transparent;
      border-radius: 0; }
  .aui .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .aui .container, .aui .container-header,
  .aui .container-nav,
  .aui .container-situation,
  .aui .container-footer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .aui .container:before, .aui .container-header:before,
    .aui .container-nav:before,
    .aui .container-situation:before,
    .aui .container-footer:before, .aui .container:after, .aui .container-header:after,
    .aui .container-nav:after,
    .aui .container-situation:after,
    .aui .container-footer:after {
      content: " ";
      display: table; }
    .aui .container:after, .aui .container-header:after,
    .aui .container-nav:after,
    .aui .container-situation:after,
    .aui .container-footer:after {
      clear: both; }
    @media (min-width: 768px) {
      .aui .container, .aui .container-header,
      .aui .container-nav,
      .aui .container-situation,
      .aui .container-footer {
        width: 750px; } }
    @media (min-width: 992px) {
      .aui .container, .aui .container-header,
      .aui .container-nav,
      .aui .container-situation,
      .aui .container-footer {
        width: 970px; } }
    @media (min-width: 1200px) {
      .aui .container, .aui .container-header,
      .aui .container-nav,
      .aui .container-situation,
      .aui .container-footer {
        width: 1170px; } }
  .aui .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .aui .container-fluid:before, .aui .container-fluid:after {
      content: " ";
      display: table; }
    .aui .container-fluid:after {
      clear: both; }
  .aui .row, .aui .row-fluid {
    margin-left: -15px;
    margin-right: -15px; }
    .aui .row:before, .aui .row-fluid:before, .aui .row:after, .aui .row-fluid:after {
      content: " ";
      display: table; }
    .aui .row:after, .aui .row-fluid:after {
      clear: both; }
  .aui .col-xs-1, .aui .col-sm-1, .aui .col-md-1, .aui .span1, .aui .col-lg-1, .aui .col-xs-2, .aui .col-sm-2, .aui .col-md-2, .aui .span2, .aui .col-lg-2, .aui .col-xs-3, .aui .col-sm-3, .aui .col-md-3, .aui .span3, .aui .col-lg-3, .aui .col-xs-4, .aui .col-sm-4, .aui .col-md-4, .aui .span4, .aui .col-lg-4, .aui .col-xs-5, .aui .col-sm-5, .aui .col-md-5, .aui .span5, .aui .col-lg-5, .aui .col-xs-6, .aui .col-sm-6, .aui .col-md-6, .aui .span6, .aui .col-lg-6, .aui .col-xs-7, .aui .col-sm-7, .aui .col-md-7, .aui .span7, .aui .col-lg-7, .aui .col-xs-8, .aui .col-sm-8, .aui .col-md-8, .aui .span8, .aui .col-lg-8, .aui .col-xs-9, .aui .col-sm-9, .aui .col-md-9, .aui .span9, .aui .col-lg-9, .aui .col-xs-10, .aui .col-sm-10, .aui .col-md-10, .aui .span10, .aui .col-lg-10, .aui .col-xs-11, .aui .col-sm-11, .aui .col-md-11, .aui .span11, .aui .col-lg-11, .aui .col-xs-12, .aui .col-sm-12, .aui .col-md-12, .aui .span12, .aui .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .aui .col-xs-1, .aui .col-xs-2, .aui .col-xs-3, .aui .col-xs-4, .aui .col-xs-5, .aui .col-xs-6, .aui .col-xs-7, .aui .col-xs-8, .aui .col-xs-9, .aui .col-xs-10, .aui .col-xs-11, .aui .col-xs-12 {
    float: left; }
  .aui .col-xs-1 {
    width: 8.33333%; }
  .aui .col-xs-2 {
    width: 16.66667%; }
  .aui .col-xs-3 {
    width: 25%; }
  .aui .col-xs-4 {
    width: 33.33333%; }
  .aui .col-xs-5 {
    width: 41.66667%; }
  .aui .col-xs-6 {
    width: 50%; }
  .aui .col-xs-7 {
    width: 58.33333%; }
  .aui .col-xs-8 {
    width: 66.66667%; }
  .aui .col-xs-9 {
    width: 75%; }
  .aui .col-xs-10 {
    width: 83.33333%; }
  .aui .col-xs-11 {
    width: 91.66667%; }
  .aui .col-xs-12 {
    width: 100%; }
  .aui .col-xs-pull-0 {
    right: auto; }
  .aui .col-xs-pull-1 {
    right: 8.33333%; }
  .aui .col-xs-pull-2 {
    right: 16.66667%; }
  .aui .col-xs-pull-3 {
    right: 25%; }
  .aui .col-xs-pull-4 {
    right: 33.33333%; }
  .aui .col-xs-pull-5 {
    right: 41.66667%; }
  .aui .col-xs-pull-6 {
    right: 50%; }
  .aui .col-xs-pull-7 {
    right: 58.33333%; }
  .aui .col-xs-pull-8 {
    right: 66.66667%; }
  .aui .col-xs-pull-9 {
    right: 75%; }
  .aui .col-xs-pull-10 {
    right: 83.33333%; }
  .aui .col-xs-pull-11 {
    right: 91.66667%; }
  .aui .col-xs-pull-12 {
    right: 100%; }
  .aui .col-xs-push-0 {
    left: auto; }
  .aui .col-xs-push-1 {
    left: 8.33333%; }
  .aui .col-xs-push-2 {
    left: 16.66667%; }
  .aui .col-xs-push-3 {
    left: 25%; }
  .aui .col-xs-push-4 {
    left: 33.33333%; }
  .aui .col-xs-push-5 {
    left: 41.66667%; }
  .aui .col-xs-push-6 {
    left: 50%; }
  .aui .col-xs-push-7 {
    left: 58.33333%; }
  .aui .col-xs-push-8 {
    left: 66.66667%; }
  .aui .col-xs-push-9 {
    left: 75%; }
  .aui .col-xs-push-10 {
    left: 83.33333%; }
  .aui .col-xs-push-11 {
    left: 91.66667%; }
  .aui .col-xs-push-12 {
    left: 100%; }
  .aui .col-xs-offset-0 {
    margin-left: 0%; }
  .aui .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .aui .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .aui .col-xs-offset-3 {
    margin-left: 25%; }
  .aui .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .aui .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .aui .col-xs-offset-6 {
    margin-left: 50%; }
  .aui .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .aui .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .aui .col-xs-offset-9 {
    margin-left: 75%; }
  .aui .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .aui .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .aui .col-xs-offset-12 {
    margin-left: 100%; }
  @media (min-width: 768px) {
    .aui .col-sm-1, .aui .col-sm-2, .aui .col-sm-3, .aui .col-sm-4, .aui .col-sm-5, .aui .col-sm-6, .aui .col-sm-7, .aui .col-sm-8, .aui .col-sm-9, .aui .col-sm-10, .aui .col-sm-11, .aui .col-sm-12 {
      float: left; }
    .aui .col-sm-1 {
      width: 8.33333%; }
    .aui .col-sm-2 {
      width: 16.66667%; }
    .aui .col-sm-3 {
      width: 25%; }
    .aui .col-sm-4 {
      width: 33.33333%; }
    .aui .col-sm-5 {
      width: 41.66667%; }
    .aui .col-sm-6 {
      width: 50%; }
    .aui .col-sm-7 {
      width: 58.33333%; }
    .aui .col-sm-8 {
      width: 66.66667%; }
    .aui .col-sm-9 {
      width: 75%; }
    .aui .col-sm-10 {
      width: 83.33333%; }
    .aui .col-sm-11 {
      width: 91.66667%; }
    .aui .col-sm-12 {
      width: 100%; }
    .aui .col-sm-pull-0 {
      right: auto; }
    .aui .col-sm-pull-1 {
      right: 8.33333%; }
    .aui .col-sm-pull-2 {
      right: 16.66667%; }
    .aui .col-sm-pull-3 {
      right: 25%; }
    .aui .col-sm-pull-4 {
      right: 33.33333%; }
    .aui .col-sm-pull-5 {
      right: 41.66667%; }
    .aui .col-sm-pull-6 {
      right: 50%; }
    .aui .col-sm-pull-7 {
      right: 58.33333%; }
    .aui .col-sm-pull-8 {
      right: 66.66667%; }
    .aui .col-sm-pull-9 {
      right: 75%; }
    .aui .col-sm-pull-10 {
      right: 83.33333%; }
    .aui .col-sm-pull-11 {
      right: 91.66667%; }
    .aui .col-sm-pull-12 {
      right: 100%; }
    .aui .col-sm-push-0 {
      left: auto; }
    .aui .col-sm-push-1 {
      left: 8.33333%; }
    .aui .col-sm-push-2 {
      left: 16.66667%; }
    .aui .col-sm-push-3 {
      left: 25%; }
    .aui .col-sm-push-4 {
      left: 33.33333%; }
    .aui .col-sm-push-5 {
      left: 41.66667%; }
    .aui .col-sm-push-6 {
      left: 50%; }
    .aui .col-sm-push-7 {
      left: 58.33333%; }
    .aui .col-sm-push-8 {
      left: 66.66667%; }
    .aui .col-sm-push-9 {
      left: 75%; }
    .aui .col-sm-push-10 {
      left: 83.33333%; }
    .aui .col-sm-push-11 {
      left: 91.66667%; }
    .aui .col-sm-push-12 {
      left: 100%; }
    .aui .col-sm-offset-0 {
      margin-left: 0%; }
    .aui .col-sm-offset-1 {
      margin-left: 8.33333%; }
    .aui .col-sm-offset-2 {
      margin-left: 16.66667%; }
    .aui .col-sm-offset-3 {
      margin-left: 25%; }
    .aui .col-sm-offset-4 {
      margin-left: 33.33333%; }
    .aui .col-sm-offset-5 {
      margin-left: 41.66667%; }
    .aui .col-sm-offset-6 {
      margin-left: 50%; }
    .aui .col-sm-offset-7 {
      margin-left: 58.33333%; }
    .aui .col-sm-offset-8 {
      margin-left: 66.66667%; }
    .aui .col-sm-offset-9 {
      margin-left: 75%; }
    .aui .col-sm-offset-10 {
      margin-left: 83.33333%; }
    .aui .col-sm-offset-11 {
      margin-left: 91.66667%; }
    .aui .col-sm-offset-12 {
      margin-left: 100%; } }
  @media (min-width: 992px) {
    .aui .col-md-1, .aui .span1, .aui .col-md-2, .aui .span2, .aui .col-md-3, .aui .span3, .aui .col-md-4, .aui .span4, .aui .col-md-5, .aui .span5, .aui .col-md-6, .aui .span6, .aui .col-md-7, .aui .span7, .aui .col-md-8, .aui .span8, .aui .col-md-9, .aui .span9, .aui .col-md-10, .aui .span10, .aui .col-md-11, .aui .span11, .aui .col-md-12, .aui .span12 {
      float: left; }
    .aui .col-md-1, .aui .span1 {
      width: 8.33333%; }
    .aui .col-md-2, .aui .span2 {
      width: 16.66667%; }
    .aui .col-md-3, .aui .span3 {
      width: 25%; }
    .aui .col-md-4, .aui .span4 {
      width: 33.33333%; }
    .aui .col-md-5, .aui .span5 {
      width: 41.66667%; }
    .aui .col-md-6, .aui .span6 {
      width: 50%; }
    .aui .col-md-7, .aui .span7 {
      width: 58.33333%; }
    .aui .col-md-8, .aui .span8 {
      width: 66.66667%; }
    .aui .col-md-9, .aui .span9 {
      width: 75%; }
    .aui .col-md-10, .aui .span10 {
      width: 83.33333%; }
    .aui .col-md-11, .aui .span11 {
      width: 91.66667%; }
    .aui .col-md-12, .aui .span12 {
      width: 100%; }
    .aui .col-md-pull-0 {
      right: auto; }
    .aui .col-md-pull-1 {
      right: 8.33333%; }
    .aui .col-md-pull-2 {
      right: 16.66667%; }
    .aui .col-md-pull-3 {
      right: 25%; }
    .aui .col-md-pull-4 {
      right: 33.33333%; }
    .aui .col-md-pull-5 {
      right: 41.66667%; }
    .aui .col-md-pull-6 {
      right: 50%; }
    .aui .col-md-pull-7 {
      right: 58.33333%; }
    .aui .col-md-pull-8 {
      right: 66.66667%; }
    .aui .col-md-pull-9 {
      right: 75%; }
    .aui .col-md-pull-10 {
      right: 83.33333%; }
    .aui .col-md-pull-11 {
      right: 91.66667%; }
    .aui .col-md-pull-12 {
      right: 100%; }
    .aui .col-md-push-0 {
      left: auto; }
    .aui .col-md-push-1 {
      left: 8.33333%; }
    .aui .col-md-push-2 {
      left: 16.66667%; }
    .aui .col-md-push-3 {
      left: 25%; }
    .aui .col-md-push-4 {
      left: 33.33333%; }
    .aui .col-md-push-5 {
      left: 41.66667%; }
    .aui .col-md-push-6 {
      left: 50%; }
    .aui .col-md-push-7 {
      left: 58.33333%; }
    .aui .col-md-push-8 {
      left: 66.66667%; }
    .aui .col-md-push-9 {
      left: 75%; }
    .aui .col-md-push-10 {
      left: 83.33333%; }
    .aui .col-md-push-11 {
      left: 91.66667%; }
    .aui .col-md-push-12 {
      left: 100%; }
    .aui .col-md-offset-0 {
      margin-left: 0%; }
    .aui .col-md-offset-1, .aui .offset1 {
      margin-left: 8.33333%; }
    .aui .col-md-offset-2, .aui .offset2 {
      margin-left: 16.66667%; }
    .aui .col-md-offset-3, .aui .offset3 {
      margin-left: 25%; }
    .aui .col-md-offset-4, .aui .offset4 {
      margin-left: 33.33333%; }
    .aui .col-md-offset-5, .aui .offset5 {
      margin-left: 41.66667%; }
    .aui .col-md-offset-6, .aui .offset6 {
      margin-left: 50%; }
    .aui .col-md-offset-7, .aui .offset7 {
      margin-left: 58.33333%; }
    .aui .col-md-offset-8, .aui .offset8 {
      margin-left: 66.66667%; }
    .aui .col-md-offset-9, .aui .offset9 {
      margin-left: 75%; }
    .aui .col-md-offset-10, .aui .offset10 {
      margin-left: 83.33333%; }
    .aui .col-md-offset-11, .aui .offset11 {
      margin-left: 91.66667%; }
    .aui .col-md-offset-12, .aui .offset12 {
      margin-left: 100%; } }
  @media (min-width: 1200px) {
    .aui .col-lg-1, .aui .col-lg-2, .aui .col-lg-3, .aui .col-lg-4, .aui .col-lg-5, .aui .col-lg-6, .aui .col-lg-7, .aui .col-lg-8, .aui .col-lg-9, .aui .col-lg-10, .aui .col-lg-11, .aui .col-lg-12 {
      float: left; }
    .aui .col-lg-1 {
      width: 8.33333%; }
    .aui .col-lg-2 {
      width: 16.66667%; }
    .aui .col-lg-3 {
      width: 25%; }
    .aui .col-lg-4 {
      width: 33.33333%; }
    .aui .col-lg-5 {
      width: 41.66667%; }
    .aui .col-lg-6 {
      width: 50%; }
    .aui .col-lg-7 {
      width: 58.33333%; }
    .aui .col-lg-8 {
      width: 66.66667%; }
    .aui .col-lg-9 {
      width: 75%; }
    .aui .col-lg-10 {
      width: 83.33333%; }
    .aui .col-lg-11 {
      width: 91.66667%; }
    .aui .col-lg-12 {
      width: 100%; }
    .aui .col-lg-pull-0 {
      right: auto; }
    .aui .col-lg-pull-1 {
      right: 8.33333%; }
    .aui .col-lg-pull-2 {
      right: 16.66667%; }
    .aui .col-lg-pull-3 {
      right: 25%; }
    .aui .col-lg-pull-4 {
      right: 33.33333%; }
    .aui .col-lg-pull-5 {
      right: 41.66667%; }
    .aui .col-lg-pull-6 {
      right: 50%; }
    .aui .col-lg-pull-7 {
      right: 58.33333%; }
    .aui .col-lg-pull-8 {
      right: 66.66667%; }
    .aui .col-lg-pull-9 {
      right: 75%; }
    .aui .col-lg-pull-10 {
      right: 83.33333%; }
    .aui .col-lg-pull-11 {
      right: 91.66667%; }
    .aui .col-lg-pull-12 {
      right: 100%; }
    .aui .col-lg-push-0 {
      left: auto; }
    .aui .col-lg-push-1 {
      left: 8.33333%; }
    .aui .col-lg-push-2 {
      left: 16.66667%; }
    .aui .col-lg-push-3 {
      left: 25%; }
    .aui .col-lg-push-4 {
      left: 33.33333%; }
    .aui .col-lg-push-5 {
      left: 41.66667%; }
    .aui .col-lg-push-6 {
      left: 50%; }
    .aui .col-lg-push-7 {
      left: 58.33333%; }
    .aui .col-lg-push-8 {
      left: 66.66667%; }
    .aui .col-lg-push-9 {
      left: 75%; }
    .aui .col-lg-push-10 {
      left: 83.33333%; }
    .aui .col-lg-push-11 {
      left: 91.66667%; }
    .aui .col-lg-push-12 {
      left: 100%; }
    .aui .col-lg-offset-0 {
      margin-left: 0%; }
    .aui .col-lg-offset-1 {
      margin-left: 8.33333%; }
    .aui .col-lg-offset-2 {
      margin-left: 16.66667%; }
    .aui .col-lg-offset-3 {
      margin-left: 25%; }
    .aui .col-lg-offset-4 {
      margin-left: 33.33333%; }
    .aui .col-lg-offset-5 {
      margin-left: 41.66667%; }
    .aui .col-lg-offset-6 {
      margin-left: 50%; }
    .aui .col-lg-offset-7 {
      margin-left: 58.33333%; }
    .aui .col-lg-offset-8 {
      margin-left: 66.66667%; }
    .aui .col-lg-offset-9 {
      margin-left: 75%; }
    .aui .col-lg-offset-10 {
      margin-left: 83.33333%; }
    .aui .col-lg-offset-11 {
      margin-left: 91.66667%; }
    .aui .col-lg-offset-12 {
      margin-left: 100%; } }
  .aui table {
    background-color: transparent; }
  .aui caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #aeaeb3;
    text-align: left; }
  .aui th {
    text-align: left; }
  .aui .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    .aui .table > thead > tr > th,
    .aui .table > thead > tr > td,
    .aui .table > tbody > tr > th,
    .aui .table > tbody > tr > td,
    .aui .table > tfoot > tr > th,
    .aui .table > tfoot > tr > td {
      padding: 8px;
      line-height: 1.42857;
      vertical-align: top;
      border-top: 1px solid #dddddd; }
    .aui .table > thead > tr > th {
      vertical-align: bottom;
      border-bottom: 2px solid #dddddd; }
    .aui .table > caption + thead > tr:first-child > th,
    .aui .table > caption + thead > tr:first-child > td,
    .aui .table > colgroup + thead > tr:first-child > th,
    .aui .table > colgroup + thead > tr:first-child > td,
    .aui .table > thead:first-child > tr:first-child > th,
    .aui .table > thead:first-child > tr:first-child > td {
      border-top: 0; }
    .aui .table > tbody + tbody {
      border-top: 2px solid #dddddd; }
    .aui .table .table {
      background-color: white; }
  .aui .table-condensed > thead > tr > th,
  .aui .table-condensed > thead > tr > td,
  .aui .table-condensed > tbody > tr > th,
  .aui .table-condensed > tbody > tr > td,
  .aui .table-condensed > tfoot > tr > th,
  .aui .table-condensed > tfoot > tr > td {
    padding: 5px; }
  .aui .table-bordered {
    border: 1px solid #dddddd; }
    .aui .table-bordered > thead > tr > th,
    .aui .table-bordered > thead > tr > td,
    .aui .table-bordered > tbody > tr > th,
    .aui .table-bordered > tbody > tr > td,
    .aui .table-bordered > tfoot > tr > th,
    .aui .table-bordered > tfoot > tr > td {
      border: 1px solid #dddddd; }
    .aui .table-bordered > thead > tr > th,
    .aui .table-bordered > thead > tr > td {
      border-bottom-width: 2px; }
  .aui .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  .aui .table-hover > tbody > tr:hover {
    background-color: whitesmoke; }
  .aui table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }
  .aui table td[class*="col-"],
  .aui table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }
  .aui .table > thead > tr > td.active,
  .aui .table > thead > tr > th.active, .aui .table > thead > tr.active > td, .aui .table > thead > tr.active > th,
  .aui .table > tbody > tr > td.active,
  .aui .table > tbody > tr > th.active,
  .aui .table > tbody > tr.active > td,
  .aui .table > tbody > tr.active > th,
  .aui .table > tfoot > tr > td.active,
  .aui .table > tfoot > tr > th.active,
  .aui .table > tfoot > tr.active > td,
  .aui .table > tfoot > tr.active > th {
    background-color: whitesmoke; }
  .aui .table-hover > tbody > tr > td.active:hover,
  .aui .table-hover > tbody > tr > th.active:hover, .aui .table-hover > tbody > tr.active:hover > td, .aui .table-hover > tbody > tr:hover > .active, .aui .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }
  .aui .table > thead > tr > td.success,
  .aui .table > thead > tr > th.success, .aui .table > thead > tr.success > td, .aui .table > thead > tr.success > th,
  .aui .table > tbody > tr > td.success,
  .aui .table > tbody > tr > th.success,
  .aui .table > tbody > tr.success > td,
  .aui .table > tbody > tr.success > th,
  .aui .table > tfoot > tr > td.success,
  .aui .table > tfoot > tr > th.success,
  .aui .table > tfoot > tr.success > td,
  .aui .table > tfoot > tr.success > th {
    background-color: #dff0d8; }
  .aui .table-hover > tbody > tr > td.success:hover,
  .aui .table-hover > tbody > tr > th.success:hover, .aui .table-hover > tbody > tr.success:hover > td, .aui .table-hover > tbody > tr:hover > .success, .aui .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6; }
  .aui .table > thead > tr > td.info,
  .aui .table > thead > tr > th.info, .aui .table > thead > tr.info > td, .aui .table > thead > tr.info > th,
  .aui .table > tbody > tr > td.info,
  .aui .table > tbody > tr > th.info,
  .aui .table > tbody > tr.info > td,
  .aui .table > tbody > tr.info > th,
  .aui .table > tfoot > tr > td.info,
  .aui .table > tfoot > tr > th.info,
  .aui .table > tfoot > tr.info > td,
  .aui .table > tfoot > tr.info > th {
    background-color: #d9edf7; }
  .aui .table-hover > tbody > tr > td.info:hover,
  .aui .table-hover > tbody > tr > th.info:hover, .aui .table-hover > tbody > tr.info:hover > td, .aui .table-hover > tbody > tr:hover > .info, .aui .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3; }
  .aui .table > thead > tr > td.warning,
  .aui .table > thead > tr > th.warning, .aui .table > thead > tr.warning > td, .aui .table > thead > tr.warning > th,
  .aui .table > tbody > tr > td.warning,
  .aui .table > tbody > tr > th.warning,
  .aui .table > tbody > tr.warning > td,
  .aui .table > tbody > tr.warning > th,
  .aui .table > tfoot > tr > td.warning,
  .aui .table > tfoot > tr > th.warning,
  .aui .table > tfoot > tr.warning > td,
  .aui .table > tfoot > tr.warning > th {
    background-color: #fcf8e3; }
  .aui .table-hover > tbody > tr > td.warning:hover,
  .aui .table-hover > tbody > tr > th.warning:hover, .aui .table-hover > tbody > tr.warning:hover > td, .aui .table-hover > tbody > tr:hover > .warning, .aui .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc; }
  .aui .table > thead > tr > td.danger, .aui .table > thead > tr > td.error,
  .aui .table > thead > tr > th.danger,
  .aui .table > thead > tr > th.error, .aui .table > thead > tr.danger > td, .aui .table > thead > tr.error > td, .aui .table > thead > tr.danger > th, .aui .table > thead > tr.error > th,
  .aui .table > tbody > tr > td.danger,
  .aui .table > tbody > tr > td.error,
  .aui .table > tbody > tr > th.danger,
  .aui .table > tbody > tr > th.error,
  .aui .table > tbody > tr.danger > td,
  .aui .table > tbody > tr.error > td,
  .aui .table > tbody > tr.danger > th,
  .aui .table > tbody > tr.error > th,
  .aui .table > tfoot > tr > td.danger,
  .aui .table > tfoot > tr > td.error,
  .aui .table > tfoot > tr > th.danger,
  .aui .table > tfoot > tr > th.error,
  .aui .table > tfoot > tr.danger > td,
  .aui .table > tfoot > tr.error > td,
  .aui .table > tfoot > tr.danger > th,
  .aui .table > tfoot > tr.error > th {
    background-color: #f2dede; }
  .aui .table-hover > tbody > tr > td.danger:hover, .aui .table .table-hover > tbody > tr > td.error:hover,
  .aui .table-hover > tbody > tr > th.danger:hover,
  .aui .table .table-hover > tbody > tr > th.error:hover, .aui .table-hover > tbody > tr.danger:hover > td, .aui .table .table-hover > tbody > tr.error:hover > td, .aui .table-hover > tbody > tr:hover > .danger, .aui .table .table-hover > tbody > tr:hover > .error, .aui .table-hover > tbody > tr.danger:hover > th, .aui .table .table-hover > tbody > tr.error:hover > th {
    background-color: #ebcccc; }
  .aui .table-responsive {
    overflow-x: auto;
    min-height: 0.01%; }
    @media screen and (max-width: 767px) {
      .aui .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd; }
        .aui .table-responsive > .table {
          margin-bottom: 0; }
          .aui .table-responsive > .table > thead > tr > th,
          .aui .table-responsive > .table > thead > tr > td,
          .aui .table-responsive > .table > tbody > tr > th,
          .aui .table-responsive > .table > tbody > tr > td,
          .aui .table-responsive > .table > tfoot > tr > th,
          .aui .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap; }
        .aui .table-responsive > .table-bordered {
          border: 0; }
          .aui .table-responsive > .table-bordered > thead > tr > th:first-child,
          .aui .table-responsive > .table-bordered > thead > tr > td:first-child,
          .aui .table-responsive > .table-bordered > tbody > tr > th:first-child,
          .aui .table-responsive > .table-bordered > tbody > tr > td:first-child,
          .aui .table-responsive > .table-bordered > tfoot > tr > th:first-child,
          .aui .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0; }
          .aui .table-responsive > .table-bordered > thead > tr > th:last-child,
          .aui .table-responsive > .table-bordered > thead > tr > td:last-child,
          .aui .table-responsive > .table-bordered > tbody > tr > th:last-child,
          .aui .table-responsive > .table-bordered > tbody > tr > td:last-child,
          .aui .table-responsive > .table-bordered > tfoot > tr > th:last-child,
          .aui .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0; }
          .aui .table-responsive > .table-bordered > tbody > tr:last-child > th,
          .aui .table-responsive > .table-bordered > tbody > tr:last-child > td,
          .aui .table-responsive > .table-bordered > tfoot > tr:last-child > th,
          .aui .table-responsive > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0; } }
  .aui fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0; }
  .aui legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #004165;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
  .aui label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }
  .aui input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .aui input[type="radio"],
  .aui input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }
  .aui input[type="file"] {
    display: block; }
  .aui input[type="range"] {
    display: block;
    width: 100%; }
  .aui select[multiple],
  .aui select[size] {
    height: auto; }
  .aui input[type="file"]:focus,
  .aui input[type="radio"]:focus,
  .aui input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .aui output {
    display: block;
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555; }
  .aui .form-control, .aui .input-block-level, .aui input[type=text].field, .aui input[type=password].field, .aui .aui-field-select, .aui textarea, .aui input.form-text,
  .aui input.search-query {
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #004165;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
    .aui .form-control:focus, .aui .input-block-level:focus, .aui input[type=text].field:focus, .aui input[type=password].field:focus, .aui .aui-field-select:focus, .aui textarea:focus, .aui input.form-text:focus,
    .aui input.search-query:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    .aui .form-control::-moz-placeholder, .aui .input-block-level::-moz-placeholder, .aui input[type=text].field::-moz-placeholder, .aui input[type=password].field::-moz-placeholder, .aui .aui-field-select::-moz-placeholder, .aui textarea::-moz-placeholder, .aui input.form-text::-moz-placeholder,
    .aui input.search-query::-moz-placeholder {
      color: #999999;
      opacity: 1; }
    .aui .form-control:-ms-input-placeholder, .aui .input-block-level:-ms-input-placeholder, .aui input[type=text].field:-ms-input-placeholder, .aui input[type=password].field:-ms-input-placeholder, .aui .aui-field-select:-ms-input-placeholder, .aui textarea:-ms-input-placeholder, .aui input.form-text:-ms-input-placeholder,
    .aui input.search-query:-ms-input-placeholder {
      color: #999999; }
    .aui .form-control::-webkit-input-placeholder, .aui .input-block-level::-webkit-input-placeholder, .aui input[type=text].field::-webkit-input-placeholder, .aui input[type=password].field::-webkit-input-placeholder, .aui .aui-field-select::-webkit-input-placeholder, .aui textarea::-webkit-input-placeholder, .aui input.form-text::-webkit-input-placeholder,
    .aui input.search-query::-webkit-input-placeholder {
      color: #999999; }
    .aui .form-control::-ms-expand, .aui .input-block-level::-ms-expand, .aui input[type=text].field::-ms-expand, .aui input[type=password].field::-ms-expand, .aui .aui-field-select::-ms-expand, .aui textarea::-ms-expand, .aui input.form-text::-ms-expand,
    .aui input.search-query::-ms-expand {
      border: 0;
      background-color: transparent; }
    .aui .form-control[disabled], .aui [disabled].input-block-level, .aui input[disabled][type=text].field, .aui input[disabled][type=password].field, .aui [disabled].aui-field-select, .aui textarea[disabled], .aui input[disabled].form-text,
    .aui input[disabled].search-query, .aui .form-control[readonly], .aui [readonly].input-block-level, .aui input[readonly][type=text].field, .aui input[readonly][type=password].field, .aui [readonly].aui-field-select, .aui textarea[readonly], .aui input[readonly].form-text,
    .aui input[readonly].search-query, fieldset[disabled] .aui .form-control, fieldset[disabled] .aui .input-block-level, fieldset[disabled] .aui input[type=text].field, fieldset[disabled] .aui input[type=password].field, fieldset[disabled] .aui .aui-field-select, fieldset[disabled] .aui textarea, fieldset[disabled] .aui input.form-text,
    fieldset[disabled] .aui input.search-query {
      background-color: #d8d9dd;
      opacity: 1; }
    .aui .form-control[disabled], .aui [disabled].input-block-level, .aui input[disabled][type=text].field, .aui input[disabled][type=password].field, .aui [disabled].aui-field-select, .aui textarea[disabled], .aui input[disabled].form-text,
    .aui input[disabled].search-query, fieldset[disabled] .aui .form-control, fieldset[disabled] .aui .input-block-level, fieldset[disabled] .aui input[type=text].field, fieldset[disabled] .aui input[type=password].field, fieldset[disabled] .aui .aui-field-select, fieldset[disabled] .aui textarea, fieldset[disabled] .aui input.form-text,
    fieldset[disabled] .aui input.search-query {
      cursor: not-allowed; }
  .aui textarea.form-control, .aui textarea.input-block-level, .aui textarea.aui-field-select, .aui textarea {
    height: auto; }
  .aui input[type="search"] {
    -webkit-appearance: none; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .aui input[type="date"].form-control, .aui input[type="date"].input-block-level, .aui input[type="date"][type=text].field, .aui input[type="date"][type=password].field, .aui input[type="date"].aui-field-select, .aui input[type="date"].form-text,
    .aui input[type="date"].search-query,
    .aui input[type="time"].form-control,
    .aui input[type="time"].input-block-level,
    .aui input[type="time"][type=text].field,
    .aui input[type="time"][type=password].field,
    .aui input[type="time"].aui-field-select,
    .aui input[type="time"].form-text,
    .aui input[type="time"].search-query,
    .aui input[type="datetime-local"].form-control,
    .aui input[type="datetime-local"].input-block-level,
    .aui input[type="datetime-local"][type=text].field,
    .aui input[type="datetime-local"][type=password].field,
    .aui input[type="datetime-local"].aui-field-select,
    .aui input[type="datetime-local"].form-text,
    .aui input[type="datetime-local"].search-query,
    .aui input[type="month"].form-control,
    .aui input[type="month"].input-block-level,
    .aui input[type="month"][type=text].field,
    .aui input[type="month"][type=password].field,
    .aui input[type="month"].aui-field-select,
    .aui input[type="month"].form-text,
    .aui input[type="month"].search-query {
      line-height: 36px; }
    .aui input[type="date"].input-sm, .aui .input-group-sm > input[type="date"].form-control, .aui .input-group-sm > input[type="date"].input-block-level, .aui .input-group-sm > input[type="date"][type=text].field, .aui .input-group-sm > input[type="date"][type=password].field, .aui .input-group-sm > input[type="date"].aui-field-select, .aui .input-group-sm > input[type="date"].form-text,
    .aui .input-group-sm > input[type="date"].search-query,
    .aui .input-group-sm > input[type="date"].input-group-addon,
    .aui .input-group-sm > input[type="date"].add-on,
    .aui .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm .aui input[type="date"],
    .aui input[type="time"].input-sm,
    .aui .input-group-sm > input[type="time"].form-control,
    .aui .input-group-sm > input[type="time"].input-block-level,
    .aui .input-group-sm > input[type="time"][type=text].field,
    .aui .input-group-sm > input[type="time"][type=password].field,
    .aui .input-group-sm > input[type="time"].aui-field-select,
    .aui .input-group-sm > input[type="time"].form-text,
    .aui .input-group-sm > input[type="time"].search-query,
    .aui .input-group-sm > input[type="time"].input-group-addon,
    .aui .input-group-sm > input[type="time"].add-on,
    .aui .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
    .aui input[type="time"],
    .aui input[type="datetime-local"].input-sm,
    .aui .input-group-sm > input[type="datetime-local"].form-control,
    .aui .input-group-sm > input[type="datetime-local"].input-block-level,
    .aui .input-group-sm > input[type="datetime-local"][type=text].field,
    .aui .input-group-sm > input[type="datetime-local"][type=password].field,
    .aui .input-group-sm > input[type="datetime-local"].aui-field-select,
    .aui .input-group-sm > input[type="datetime-local"].form-text,
    .aui .input-group-sm > input[type="datetime-local"].search-query,
    .aui .input-group-sm > input[type="datetime-local"].input-group-addon,
    .aui .input-group-sm > input[type="datetime-local"].add-on,
    .aui .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
    .aui input[type="datetime-local"],
    .aui input[type="month"].input-sm,
    .aui .input-group-sm > input[type="month"].form-control,
    .aui .input-group-sm > input[type="month"].input-block-level,
    .aui .input-group-sm > input[type="month"][type=text].field,
    .aui .input-group-sm > input[type="month"][type=password].field,
    .aui .input-group-sm > input[type="month"].aui-field-select,
    .aui .input-group-sm > input[type="month"].form-text,
    .aui .input-group-sm > input[type="month"].search-query,
    .aui .input-group-sm > input[type="month"].input-group-addon,
    .aui .input-group-sm > input[type="month"].add-on,
    .aui .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
    .aui input[type="month"] {
      line-height: 30px; }
    .aui input[type="date"].input-lg, .aui .input-group-lg > input[type="date"].form-control, .aui .input-group-lg > input[type="date"].input-block-level, .aui .input-group-lg > input[type="date"][type=text].field, .aui .input-group-lg > input[type="date"][type=password].field, .aui .input-group-lg > input[type="date"].aui-field-select, .aui .input-group-lg > input[type="date"].form-text,
    .aui .input-group-lg > input[type="date"].search-query,
    .aui .input-group-lg > input[type="date"].input-group-addon,
    .aui .input-group-lg > input[type="date"].add-on,
    .aui .input-group-lg > .input-group-btn > input[type="date"].btn, .aui .prehome .portlet-login .control-group.input-text-wrapper input[type="date"], .input-group-lg .aui input[type="date"],
    .aui input[type="time"].input-lg,
    .aui .input-group-lg > input[type="time"].form-control,
    .aui .input-group-lg > input[type="time"].input-block-level,
    .aui .input-group-lg > input[type="time"][type=text].field,
    .aui .input-group-lg > input[type="time"][type=password].field,
    .aui .input-group-lg > input[type="time"].aui-field-select,
    .aui .input-group-lg > input[type="time"].form-text,
    .aui .input-group-lg > input[type="time"].search-query,
    .aui .input-group-lg > input[type="time"].input-group-addon,
    .aui .input-group-lg > input[type="time"].add-on,
    .aui .input-group-lg > .input-group-btn > input[type="time"].btn,
    .aui .prehome .portlet-login .control-group.input-text-wrapper input[type="time"], .input-group-lg
    .aui input[type="time"],
    .aui input[type="datetime-local"].input-lg,
    .aui .input-group-lg > input[type="datetime-local"].form-control,
    .aui .input-group-lg > input[type="datetime-local"].input-block-level,
    .aui .input-group-lg > input[type="datetime-local"][type=text].field,
    .aui .input-group-lg > input[type="datetime-local"][type=password].field,
    .aui .input-group-lg > input[type="datetime-local"].aui-field-select,
    .aui .input-group-lg > input[type="datetime-local"].form-text,
    .aui .input-group-lg > input[type="datetime-local"].search-query,
    .aui .input-group-lg > input[type="datetime-local"].input-group-addon,
    .aui .input-group-lg > input[type="datetime-local"].add-on,
    .aui .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .aui .prehome .portlet-login .control-group.input-text-wrapper input[type="datetime-local"], .input-group-lg
    .aui input[type="datetime-local"],
    .aui input[type="month"].input-lg,
    .aui .input-group-lg > input[type="month"].form-control,
    .aui .input-group-lg > input[type="month"].input-block-level,
    .aui .input-group-lg > input[type="month"][type=text].field,
    .aui .input-group-lg > input[type="month"][type=password].field,
    .aui .input-group-lg > input[type="month"].aui-field-select,
    .aui .input-group-lg > input[type="month"].form-text,
    .aui .input-group-lg > input[type="month"].search-query,
    .aui .input-group-lg > input[type="month"].input-group-addon,
    .aui .input-group-lg > input[type="month"].add-on,
    .aui .input-group-lg > .input-group-btn > input[type="month"].btn,
    .aui .prehome .portlet-login .control-group.input-text-wrapper input[type="month"], .input-group-lg
    .aui input[type="month"] {
      line-height: 43px; } }
  .aui .form-group, .aui .control-group {
    margin-bottom: 15px; }
  .aui .radio,
  .aui .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
    .aui .radio label,
    .aui .checkbox label {
      min-height: 20px;
      padding-left: 20px;
      margin-bottom: 0;
      font-weight: normal;
      cursor: pointer; }
  .aui .radio input[type="radio"],
  .aui .radio-inline input[type="radio"],
  .aui .radio.inline input[type="radio"],
  .aui .checkbox input[type="checkbox"],
  .aui .checkbox-inline input[type="checkbox"],
  .aui .checkbox.inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9; }
  .aui .radio + .radio,
  .aui .checkbox + .checkbox {
    margin-top: -5px; }
  .aui .radio-inline, .aui .radio.inline,
  .aui .checkbox-inline,
  .aui .checkbox.inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer; }
  .aui .radio-inline + .radio-inline, .aui .radio.inline + .radio-inline, .aui .radio-inline + .radio.inline, .aui .radio.inline + .radio.inline,
  .aui .checkbox-inline + .checkbox-inline,
  .aui .checkbox.inline + .checkbox-inline,
  .aui .checkbox-inline + .checkbox.inline,
  .aui .checkbox.inline + .checkbox.inline {
    margin-top: 0;
    margin-left: 10px; }
  .aui input[type="radio"][disabled], .aui input[type="radio"].disabled, fieldset[disabled] .aui input[type="radio"],
  .aui input[type="checkbox"][disabled],
  .aui input[type="checkbox"].disabled, fieldset[disabled]
  .aui input[type="checkbox"] {
    cursor: not-allowed; }
  .aui .radio-inline.disabled, .aui .disabled.radio.inline, fieldset[disabled] .aui .radio-inline, fieldset[disabled] .aui .radio.inline,
  .aui .checkbox-inline.disabled,
  .aui .disabled.checkbox.inline, fieldset[disabled]
  .aui .checkbox-inline, fieldset[disabled]
  .aui .checkbox.inline {
    cursor: not-allowed; }
  .aui .radio.disabled label, fieldset[disabled] .aui .radio label,
  .aui .checkbox.disabled label, fieldset[disabled]
  .aui .checkbox label {
    cursor: not-allowed; }
  .aui .form-control-static {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0;
    min-height: 34px; }
    .aui .form-control-static.input-lg, .aui .input-group-lg > .form-control-static.form-control, .aui .input-group-lg > .form-control-static.input-block-level, .aui .input-group-lg > input.form-control-static[type=text].field, .aui .input-group-lg > input.form-control-static[type=password].field, .aui .input-group-lg > .form-control-static.aui-field-select, .aui .input-group-lg > textarea.form-control-static, .aui .input-group-lg > input.form-control-static.form-text,
    .aui .input-group-lg > input.form-control-static.search-query,
    .aui .input-group-lg > .form-control-static.input-group-addon,
    .aui .input-group-lg > .form-control-static.add-on,
    .aui .input-group-lg > .input-group-btn > .form-control-static.btn, .aui .prehome .portlet-login .control-group.input-text-wrapper input.form-control-static, .aui .form-control-static.input-sm, .aui .input-group-sm > .form-control-static.form-control, .aui .input-group-sm > .form-control-static.input-block-level, .aui .input-group-sm > input.form-control-static[type=text].field, .aui .input-group-sm > input.form-control-static[type=password].field, .aui .input-group-sm > .form-control-static.aui-field-select, .aui .input-group-sm > textarea.form-control-static, .aui .input-group-sm > input.form-control-static.form-text,
    .aui .input-group-sm > input.form-control-static.search-query,
    .aui .input-group-sm > .form-control-static.input-group-addon,
    .aui .input-group-sm > .form-control-static.add-on,
    .aui .input-group-sm > .input-group-btn > .form-control-static.btn {
      padding-left: 0;
      padding-right: 0; }
  .aui .input-sm, .aui .input-group-sm > .form-control, .aui .input-group-sm > .input-block-level, .aui .input-group-sm > input[type=text].field, .aui .input-group-sm > input[type=password].field, .aui .input-group-sm > .aui-field-select, .aui .input-group-sm > textarea, .aui .input-group-sm > input.form-text,
  .aui .input-group-sm > input.search-query,
  .aui .input-group-sm > .input-group-addon,
  .aui .input-group-sm > .add-on,
  .aui .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px; }
  .aui select.input-sm, .aui .input-group-sm > select.form-control, .aui .input-group-sm > select.input-block-level, .aui .input-group-sm > select.aui-field-select,
  .aui .input-group-sm > select.input-group-addon,
  .aui .input-group-sm > select.add-on,
  .aui .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px; }
  .aui textarea.input-sm, .aui .input-group-sm > textarea.form-control, .aui .input-group-sm > textarea.input-block-level, .aui .input-group-sm > textarea.aui-field-select, .aui .input-group-sm > textarea,
  .aui .input-group-sm > textarea.input-group-addon,
  .aui .input-group-sm > textarea.add-on,
  .aui .input-group-sm > .input-group-btn > textarea.btn,
  .aui select[multiple].input-sm,
  .aui .input-group-sm > select[multiple].form-control,
  .aui .input-group-sm > select[multiple].input-block-level,
  .aui .input-group-sm > select[multiple].aui-field-select,
  .aui .input-group-sm > select[multiple].input-group-addon,
  .aui .input-group-sm > select[multiple].add-on,
  .aui .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto; }
  .aui .form-group-sm .form-control, .aui .form-group-sm .input-block-level, .aui .form-group-sm input[type=text].field, .aui .form-group-sm input[type=password].field, .aui .form-group-sm .aui-field-select, .aui .form-group-sm textarea, .aui .form-group-sm input.form-text,
  .aui .form-group-sm input.search-query {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px; }
  .aui .form-group-sm select.form-control, .aui .form-group-sm select.input-block-level, .aui .form-group-sm select.aui-field-select {
    height: 30px;
    line-height: 30px; }
  .aui .form-group-sm textarea.form-control, .aui .form-group-sm textarea,
  .aui .form-group-sm select[multiple].form-control,
  .aui .form-group-sm select[multiple].input-block-level,
  .aui .form-group-sm select[multiple].aui-field-select {
    height: auto; }
  .aui .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .aui .input-lg, .aui .input-group-lg > .form-control, .aui .input-group-lg > .input-block-level, .aui .input-group-lg > input[type=text].field, .aui .input-group-lg > input[type=password].field, .aui .input-group-lg > .aui-field-select, .aui .input-group-lg > textarea, .aui .input-group-lg > input.form-text,
  .aui .input-group-lg > input.search-query,
  .aui .input-group-lg > .input-group-addon,
  .aui .input-group-lg > .add-on,
  .aui .input-group-lg > .input-group-btn > .btn, .aui .prehome .portlet-login .control-group.input-text-wrapper input {
    height: 43px;
    padding: 13px 15px;
    font-size: 17px;
    line-height: 1.33333;
    border-radius: 0px; }
  .aui select.input-lg, .aui .input-group-lg > select.form-control, .aui .input-group-lg > select.input-block-level, .aui .input-group-lg > select.aui-field-select,
  .aui .input-group-lg > select.input-group-addon,
  .aui .input-group-lg > select.add-on,
  .aui .input-group-lg > .input-group-btn > select.btn {
    height: 43px;
    line-height: 43px; }
  .aui textarea.input-lg, .aui .input-group-lg > textarea.form-control, .aui .input-group-lg > textarea.input-block-level, .aui .input-group-lg > textarea.aui-field-select, .aui .input-group-lg > textarea,
  .aui .input-group-lg > textarea.input-group-addon,
  .aui .input-group-lg > textarea.add-on,
  .aui .input-group-lg > .input-group-btn > textarea.btn,
  .aui select[multiple].input-lg,
  .aui .input-group-lg > select[multiple].form-control,
  .aui .input-group-lg > select[multiple].input-block-level,
  .aui .input-group-lg > select[multiple].aui-field-select,
  .aui .input-group-lg > select[multiple].input-group-addon,
  .aui .input-group-lg > select[multiple].add-on,
  .aui .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto; }
  .aui .form-group-lg .form-control, .aui .form-group-lg .input-block-level, .aui .form-group-lg input[type=text].field, .aui .form-group-lg input[type=password].field, .aui .form-group-lg .aui-field-select, .aui .form-group-lg textarea, .aui .form-group-lg input.form-text,
  .aui .form-group-lg input.search-query {
    height: 43px;
    padding: 13px 15px;
    font-size: 17px;
    line-height: 1.33333;
    border-radius: 0px; }
  .aui .form-group-lg select.form-control, .aui .form-group-lg select.input-block-level, .aui .form-group-lg select.aui-field-select {
    height: 43px;
    line-height: 43px; }
  .aui .form-group-lg textarea.form-control, .aui .form-group-lg textarea,
  .aui .form-group-lg select[multiple].form-control,
  .aui .form-group-lg select[multiple].input-block-level,
  .aui .form-group-lg select[multiple].aui-field-select {
    height: auto; }
  .aui .form-group-lg .form-control-static {
    height: 43px;
    min-height: 37px;
    padding: 14px 15px;
    font-size: 17px;
    line-height: 1.33333; }
  .aui .has-feedback {
    position: relative; }
    .aui .has-feedback .form-control, .aui .has-feedback .input-block-level, .aui .has-feedback input[type=text].field, .aui .has-feedback input[type=password].field, .aui .has-feedback .aui-field-select, .aui .has-feedback textarea, .aui .has-feedback input.form-text,
    .aui .has-feedback input.search-query {
      padding-right: 45px; }
  .aui .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none; }
  .aui .input-lg + .form-control-feedback, .aui .input-group-lg > .form-control + .form-control-feedback, .aui .input-group-lg > .input-block-level + .form-control-feedback, .aui .input-group-lg > input[type=text].field + .form-control-feedback, .aui .input-group-lg > input[type=password].field + .form-control-feedback, .aui .input-group-lg > .aui-field-select + .form-control-feedback, .aui .input-group-lg > textarea + .form-control-feedback, .aui .input-group-lg > input.form-text + .form-control-feedback,
  .aui .input-group-lg > input.search-query + .form-control-feedback,
  .aui .input-group-lg > .input-group-addon + .form-control-feedback,
  .aui .input-group-lg > .add-on + .form-control-feedback,
  .aui .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .aui .prehome .portlet-login .control-group.input-text-wrapper input + .form-control-feedback,
  .aui .input-group-lg + .form-control-feedback,
  .aui .form-group-lg .form-control + .form-control-feedback,
  .aui .form-group-lg .input-block-level + .form-control-feedback,
  .aui .form-group-lg input[type=text].field + .form-control-feedback,
  .aui .form-group-lg input[type=password].field + .form-control-feedback,
  .aui .form-group-lg .aui-field-select + .form-control-feedback,
  .aui .form-group-lg textarea + .form-control-feedback,
  .aui .form-group-lg input.form-text + .form-control-feedback,
  .aui .form-group-lg input.search-query + .form-control-feedback {
    width: 43px;
    height: 43px;
    line-height: 43px; }
  .aui .input-sm + .form-control-feedback, .aui .input-group-sm > .form-control + .form-control-feedback, .aui .input-group-sm > .input-block-level + .form-control-feedback, .aui .input-group-sm > input[type=text].field + .form-control-feedback, .aui .input-group-sm > input[type=password].field + .form-control-feedback, .aui .input-group-sm > .aui-field-select + .form-control-feedback, .aui .input-group-sm > textarea + .form-control-feedback, .aui .input-group-sm > input.form-text + .form-control-feedback,
  .aui .input-group-sm > input.search-query + .form-control-feedback,
  .aui .input-group-sm > .input-group-addon + .form-control-feedback,
  .aui .input-group-sm > .add-on + .form-control-feedback,
  .aui .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
  .aui .input-group-sm + .form-control-feedback,
  .aui .form-group-sm .form-control + .form-control-feedback,
  .aui .form-group-sm .input-block-level + .form-control-feedback,
  .aui .form-group-sm input[type=text].field + .form-control-feedback,
  .aui .form-group-sm input[type=password].field + .form-control-feedback,
  .aui .form-group-sm .aui-field-select + .form-control-feedback,
  .aui .form-group-sm textarea + .form-control-feedback,
  .aui .form-group-sm input.form-text + .form-control-feedback,
  .aui .form-group-sm input.search-query + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .aui .has-success .help-block, .aui .control-group.success .help-block, .aui .has-success [role="alert"], .aui .control-group.success [role="alert"],
  .aui .has-success .control-label,
  .aui .control-group.success .control-label,
  .aui .has-success .radio,
  .aui .control-group.success .radio,
  .aui .has-success .checkbox,
  .aui .control-group.success .checkbox,
  .aui .has-success .radio-inline,
  .aui .control-group.success .radio-inline,
  .aui .has-success .radio.inline,
  .aui .control-group.success .radio.inline,
  .aui .has-success .checkbox-inline,
  .aui .control-group.success .checkbox-inline,
  .aui .has-success .checkbox.inline,
  .aui .control-group.success .checkbox.inline, .aui .has-success.radio label, .aui .radio.control-group.success label, .aui .has-success.checkbox label, .aui .checkbox.control-group.success label, .aui .has-success.radio-inline label, .aui .radio-inline.control-group.success label, .aui .control-group.success.radio.inline label, .aui .has-success.radio.inline label, .aui .has-success.checkbox-inline label, .aui .checkbox-inline.control-group.success label, .aui .control-group.success.checkbox.inline label, .aui .has-success.checkbox.inline label {
    color: #49b64b; }
  .aui .has-success .form-control, .aui .control-group.success .form-control, .aui .has-success .input-block-level, .aui .control-group.success .input-block-level, .aui .has-success input[type=text].field, .aui .control-group.success input[type=text].field, .aui .has-success input[type=password].field, .aui .control-group.success input[type=password].field, .aui .has-success .aui-field-select, .aui .control-group.success .aui-field-select, .aui .has-success textarea, .aui .control-group.success textarea, .aui .has-success input.form-text, .aui .control-group.success input.form-text,
  .aui .has-success input.search-query,
  .aui .control-group.success input.search-query {
    border-color: #49b64b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .aui .has-success .form-control:focus, .aui .control-group.success .form-control:focus, .aui .has-success .input-block-level:focus, .aui .control-group.success .input-block-level:focus, .aui .has-success input[type=text].field:focus, .aui .control-group.success input[type=text].field:focus, .aui .has-success input[type=password].field:focus, .aui .control-group.success input[type=password].field:focus, .aui .has-success .aui-field-select:focus, .aui .control-group.success .aui-field-select:focus, .aui .has-success textarea:focus, .aui .control-group.success textarea:focus, .aui .has-success input.form-text:focus, .aui .control-group.success input.form-text:focus,
    .aui .has-success input.search-query:focus,
    .aui .control-group.success input.search-query:focus {
      border-color: #3a923c;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92d393;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92d393; }
  .aui .has-success .input-group-addon, .aui .control-group.success .input-group-addon, .aui .has-success .add-on, .aui .control-group.success .add-on {
    color: #49b64b;
    border-color: #49b64b;
    background-color: #dff0d8; }
  .aui .has-success .form-control-feedback, .aui .control-group.success .form-control-feedback {
    color: #49b64b; }
  .aui .has-warning .help-block, .aui .control-group.warning .help-block, .aui .has-warning [role="alert"], .aui .control-group.warning [role="alert"],
  .aui .has-warning .control-label,
  .aui .control-group.warning .control-label,
  .aui .has-warning .radio,
  .aui .control-group.warning .radio,
  .aui .has-warning .checkbox,
  .aui .control-group.warning .checkbox,
  .aui .has-warning .radio-inline,
  .aui .control-group.warning .radio-inline,
  .aui .has-warning .radio.inline,
  .aui .control-group.warning .radio.inline,
  .aui .has-warning .checkbox-inline,
  .aui .control-group.warning .checkbox-inline,
  .aui .has-warning .checkbox.inline,
  .aui .control-group.warning .checkbox.inline, .aui .has-warning.radio label, .aui .radio.control-group.warning label, .aui .has-warning.checkbox label, .aui .checkbox.control-group.warning label, .aui .has-warning.radio-inline label, .aui .radio-inline.control-group.warning label, .aui .control-group.warning.radio.inline label, .aui .has-warning.radio.inline label, .aui .has-warning.checkbox-inline label, .aui .checkbox-inline.control-group.warning label, .aui .control-group.warning.checkbox.inline label, .aui .has-warning.checkbox.inline label {
    color: #8a6d3b; }
  .aui .has-warning .form-control, .aui .control-group.warning .form-control, .aui .has-warning .input-block-level, .aui .control-group.warning .input-block-level, .aui .has-warning input[type=text].field, .aui .control-group.warning input[type=text].field, .aui .has-warning input[type=password].field, .aui .control-group.warning input[type=password].field, .aui .has-warning .aui-field-select, .aui .control-group.warning .aui-field-select, .aui .has-warning textarea, .aui .control-group.warning textarea, .aui .has-warning input.form-text, .aui .control-group.warning input.form-text,
  .aui .has-warning input.search-query,
  .aui .control-group.warning input.search-query {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .aui .has-warning .form-control:focus, .aui .control-group.warning .form-control:focus, .aui .has-warning .input-block-level:focus, .aui .control-group.warning .input-block-level:focus, .aui .has-warning input[type=text].field:focus, .aui .control-group.warning input[type=text].field:focus, .aui .has-warning input[type=password].field:focus, .aui .control-group.warning input[type=password].field:focus, .aui .has-warning .aui-field-select:focus, .aui .control-group.warning .aui-field-select:focus, .aui .has-warning textarea:focus, .aui .control-group.warning textarea:focus, .aui .has-warning input.form-text:focus, .aui .control-group.warning input.form-text:focus,
    .aui .has-warning input.search-query:focus,
    .aui .control-group.warning input.search-query:focus {
      border-color: #66512c;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
  .aui .has-warning .input-group-addon, .aui .control-group.warning .input-group-addon, .aui .has-warning .add-on, .aui .control-group.warning .add-on {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3; }
  .aui .has-warning .form-control-feedback, .aui .control-group.warning .form-control-feedback {
    color: #8a6d3b; }
  .aui .has-error .help-block, .aui .control-group.error .help-block, .aui .has-error [role="alert"], .aui .control-group.error [role="alert"],
  .aui .has-error .control-label,
  .aui .control-group.error .control-label,
  .aui .has-error .radio,
  .aui .control-group.error .radio,
  .aui .has-error .checkbox,
  .aui .control-group.error .checkbox,
  .aui .has-error .radio-inline,
  .aui .control-group.error .radio-inline,
  .aui .has-error .radio.inline,
  .aui .control-group.error .radio.inline,
  .aui .has-error .checkbox-inline,
  .aui .control-group.error .checkbox-inline,
  .aui .has-error .checkbox.inline,
  .aui .control-group.error .checkbox.inline, .aui .has-error.radio label, .aui .radio.control-group.error label, .aui .has-error.checkbox label, .aui .checkbox.control-group.error label, .aui .has-error.radio-inline label, .aui .radio-inline.control-group.error label, .aui .control-group.error.radio.inline label, .aui .has-error.radio.inline label, .aui .has-error.checkbox-inline label, .aui .checkbox-inline.control-group.error label, .aui .control-group.error.checkbox.inline label, .aui .has-error.checkbox.inline label {
    color: #d52b1e; }
  .aui .has-error .form-control, .aui .control-group.error .form-control, .aui .has-error .input-block-level, .aui .control-group.error .input-block-level, .aui .has-error input[type=text].field, .aui .control-group.error input[type=text].field, .aui .has-error input[type=password].field, .aui .control-group.error input[type=password].field, .aui .has-error .aui-field-select, .aui .control-group.error .aui-field-select, .aui .has-error textarea, .aui .control-group.error textarea, .aui .has-error input.form-text, .aui .control-group.error input.form-text,
  .aui .has-error input.search-query,
  .aui .control-group.error input.search-query {
    border-color: #d52b1e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .aui .has-error .form-control:focus, .aui .control-group.error .form-control:focus, .aui .has-error .input-block-level:focus, .aui .control-group.error .input-block-level:focus, .aui .has-error input[type=text].field:focus, .aui .control-group.error input[type=text].field:focus, .aui .has-error input[type=password].field:focus, .aui .control-group.error input[type=password].field:focus, .aui .has-error .aui-field-select:focus, .aui .control-group.error .aui-field-select:focus, .aui .has-error textarea:focus, .aui .control-group.error textarea:focus, .aui .has-error input.form-text:focus, .aui .control-group.error input.form-text:focus,
    .aui .has-error input.search-query:focus,
    .aui .control-group.error input.search-query:focus {
      border-color: #a82218;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eb776e;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eb776e; }
  .aui .has-error .input-group-addon, .aui .control-group.error .input-group-addon, .aui .has-error .add-on, .aui .control-group.error .add-on {
    color: #d52b1e;
    border-color: #d52b1e;
    background-color: #f2dede; }
  .aui .has-error .form-control-feedback, .aui .control-group.error .form-control-feedback {
    color: #d52b1e; }
  .aui .has-feedback label ~ .form-control-feedback {
    top: 25px; }
  .aui .has-feedback label.sr-only ~ .form-control-feedback, .aui .has-feedback label.hide-accessible ~ .form-control-feedback {
    top: 0; }
  .aui .help-block, .aui [role="alert"] {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #b8bdc0; }
  @media (min-width: 768px) {
    .aui .form-inline .form-group, .aui .form-inline .control-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .aui .form-inline .form-control, .aui .form-inline .input-block-level, .aui .form-inline input[type=text].field, .aui .form-inline input[type=password].field, .aui .form-inline .aui-field-select, .aui .form-inline textarea, .aui .form-inline input.form-text,
    .aui .form-inline input.search-query {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .aui .form-inline .form-control-static {
      display: inline-block; }
    .aui .form-inline .input-group, .aui .form-inline .input-prepend, .aui .form-inline .input-append {
      display: inline-table;
      vertical-align: middle; }
      .aui .form-inline .input-group .input-group-addon, .aui .form-inline .input-prepend .input-group-addon, .aui .form-inline .input-append .input-group-addon, .aui .form-inline .input-group .add-on, .aui .form-inline .input-prepend .add-on, .aui .form-inline .input-append .add-on,
      .aui .form-inline .input-group .input-group-btn,
      .aui .form-inline .input-prepend .input-group-btn,
      .aui .form-inline .input-append .input-group-btn,
      .aui .form-inline .input-group .form-control,
      .aui .form-inline .input-prepend .form-control,
      .aui .form-inline .input-append .form-control,
      .aui .form-inline .input-group .input-block-level,
      .aui .form-inline .input-prepend .input-block-level,
      .aui .form-inline .input-append .input-block-level,
      .aui .form-inline .input-group input[type=text].field,
      .aui .form-inline .input-prepend input[type=text].field,
      .aui .form-inline .input-append input[type=text].field,
      .aui .form-inline .input-group input[type=password].field,
      .aui .form-inline .input-prepend input[type=password].field,
      .aui .form-inline .input-append input[type=password].field,
      .aui .form-inline .input-group .aui-field-select,
      .aui .form-inline .input-prepend .aui-field-select,
      .aui .form-inline .input-append .aui-field-select,
      .aui .form-inline .input-group textarea,
      .aui .form-inline .input-prepend textarea,
      .aui .form-inline .input-append textarea,
      .aui .form-inline .input-group input.form-text,
      .aui .form-inline .input-prepend input.form-text,
      .aui .form-inline .input-append input.form-text,
      .aui .form-inline .input-group input.search-query,
      .aui .form-inline .input-prepend input.search-query,
      .aui .form-inline .input-append input.search-query {
        width: auto; }
    .aui .form-inline .input-group > .form-control, .aui .form-inline .input-prepend > .form-control, .aui .form-inline .input-append > .form-control, .aui .form-inline .input-group > .input-block-level, .aui .form-inline .input-prepend > .input-block-level, .aui .form-inline .input-append > .input-block-level, .aui .form-inline .input-group > input[type=text].field, .aui .form-inline .input-prepend > input[type=text].field, .aui .form-inline .input-append > input[type=text].field, .aui .form-inline .input-group > input[type=password].field, .aui .form-inline .input-prepend > input[type=password].field, .aui .form-inline .input-append > input[type=password].field, .aui .form-inline .input-group > .aui-field-select, .aui .form-inline .input-prepend > .aui-field-select, .aui .form-inline .input-append > .aui-field-select, .aui .form-inline .input-group > textarea, .aui .form-inline .input-prepend > textarea, .aui .form-inline .input-append > textarea, .aui .form-inline .input-group > input.form-text, .aui .form-inline .input-prepend > input.form-text, .aui .form-inline .input-append > input.form-text,
    .aui .form-inline .input-group > input.search-query,
    .aui .form-inline .input-prepend > input.search-query,
    .aui .form-inline .input-append > input.search-query {
      width: 100%; }
    .aui .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .aui .form-inline .radio,
    .aui .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .aui .form-inline .radio label,
      .aui .form-inline .checkbox label {
        padding-left: 0; }
    .aui .form-inline .radio input[type="radio"],
    .aui .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .aui .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
  .aui .form-horizontal .radio,
  .aui .form-horizontal .checkbox,
  .aui .form-horizontal .radio-inline,
  .aui .form-horizontal .radio.inline,
  .aui .form-horizontal .checkbox-inline,
  .aui .form-horizontal .checkbox.inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px; }
  .aui .form-horizontal .radio,
  .aui .form-horizontal .checkbox {
    min-height: 28px; }
  .aui .form-horizontal .form-group, .aui .form-horizontal .control-group {
    margin-left: -15px;
    margin-right: -15px; }
    .aui .form-horizontal .form-group:before, .aui .form-horizontal .control-group:before, .aui .form-horizontal .form-group:after, .aui .form-horizontal .control-group:after {
      content: " ";
      display: table; }
    .aui .form-horizontal .form-group:after, .aui .form-horizontal .control-group:after {
      clear: both; }
  @media (min-width: 768px) {
    .aui .form-horizontal .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: 8px; } }
  .aui .form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
  @media (min-width: 768px) {
    .aui .form-horizontal .form-group-lg .control-label {
      padding-top: 14px;
      font-size: 17px; } }
  @media (min-width: 768px) {
    .aui .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px; } }
  .aui .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .aui .btn:focus, .aui .btn.focus, .aui .btn:active:focus, .aui .btn:active.focus, .aui .btn.active:focus, .aui .btn.active.focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .aui .btn:hover, .aui .btn:focus, .aui .btn.focus {
      color: #004165;
      text-decoration: none; }
    .aui .btn:active, .aui .btn.active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .aui .btn.disabled, .aui .btn[disabled], fieldset[disabled] .aui .btn {
      cursor: not-allowed;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      box-shadow: none; }
  .aui a.btn.disabled, fieldset[disabled] .aui a.btn {
    pointer-events: none; }
  .aui .btn-default, .aui .btn {
    color: #004165;
    background-color: white;
    border-color: #004165; }
    .aui .btn-default:focus, .aui .btn:focus, .aui .btn-default.focus, .aui .focus.btn {
      color: #004165;
      background-color: #e6e6e6;
      border-color: black; }
    .aui .btn-default:hover, .aui .btn:hover {
      color: #004165;
      background-color: #e6e6e6;
      border-color: #001a28; }
    .aui .btn-default:active, .aui .btn:active, .aui .btn-default.active, .aui .active.btn, .open > .aui .btn-default.dropdown-toggle, .open > .aui .dropdown-toggle.btn {
      color: #004165;
      background-color: #e6e6e6;
      border-color: #001a28; }
      .aui .btn-default:active:hover, .aui .btn:active:hover, .aui .btn-default:active:focus, .aui .btn:active:focus, .aui .btn-default:active.focus, .aui .btn:active.focus, .aui .btn-default.active:hover, .aui .active.btn:hover, .aui .btn-default.active:focus, .aui .active.btn:focus, .aui .btn-default.active.focus, .aui .active.focus.btn, .open > .aui .btn-default.dropdown-toggle:hover, .open > .aui .dropdown-toggle.btn:hover, .open > .aui .btn-default.dropdown-toggle:focus, .open > .aui .dropdown-toggle.btn:focus, .open > .aui .btn-default.dropdown-toggle.focus, .open > .aui .dropdown-toggle.focus.btn {
        color: #004165;
        background-color: #d4d4d4;
        border-color: black; }
    .aui .btn-default:active, .aui .btn:active, .aui .btn-default.active, .aui .active.btn, .open > .aui .btn-default.dropdown-toggle, .open > .aui .dropdown-toggle.btn {
      background-image: none; }
    .aui .btn-default.disabled:hover, .aui .disabled.btn:hover, .aui .btn-default.disabled:focus, .aui .disabled.btn:focus, .aui .btn-default.disabled.focus, .aui .disabled.focus.btn, .aui .btn-default[disabled]:hover, .aui [disabled].btn:hover, .aui .btn-default[disabled]:focus, .aui [disabled].btn:focus, .aui .btn-default[disabled].focus, .aui [disabled].focus.btn, fieldset[disabled] .aui .btn-default:hover, fieldset[disabled] .aui .btn:hover, fieldset[disabled] .aui .btn-default:focus, fieldset[disabled] .aui .btn:focus, fieldset[disabled] .aui .btn-default.focus, fieldset[disabled] .aui .focus.btn {
      background-color: white;
      border-color: #004165; }
    .aui .btn-default .badge, .aui .btn .badge {
      color: white;
      background-color: #004165; }
  .aui .btn-primary {
    color: white;
    background-color: #d52b1e;
    border-color: #d52b1e; }
    .aui .btn-primary:focus, .aui .btn-primary.focus {
      color: white;
      background-color: #a82218;
      border-color: #65140e; }
    .aui .btn-primary:hover {
      color: white;
      background-color: #a82218;
      border-color: #9f2016; }
    .aui .btn-primary:active, .aui .btn-primary.active, .open > .aui .btn-primary.dropdown-toggle {
      color: white;
      background-color: #a82218;
      border-color: #9f2016; }
      .aui .btn-primary:active:hover, .aui .btn-primary:active:focus, .aui .btn-primary:active.focus, .aui .btn-primary.active:hover, .aui .btn-primary.active:focus, .aui .btn-primary.active.focus, .open > .aui .btn-primary.dropdown-toggle:hover, .open > .aui .btn-primary.dropdown-toggle:focus, .open > .aui .btn-primary.dropdown-toggle.focus {
        color: white;
        background-color: #891c13;
        border-color: #65140e; }
    .aui .btn-primary:active, .aui .btn-primary.active, .open > .aui .btn-primary.dropdown-toggle {
      background-image: none; }
    .aui .btn-primary.disabled:hover, .aui .btn-primary.disabled:focus, .aui .btn-primary.disabled.focus, .aui .btn-primary[disabled]:hover, .aui .btn-primary[disabled]:focus, .aui .btn-primary[disabled].focus, fieldset[disabled] .aui .btn-primary:hover, fieldset[disabled] .aui .btn-primary:focus, fieldset[disabled] .aui .btn-primary.focus {
      background-color: #d52b1e;
      border-color: #d52b1e; }
    .aui .btn-primary .badge {
      color: #d52b1e;
      background-color: white; }
  .aui .btn-success {
    color: white;
    background-color: #5cb85c;
    border-color: #4cae4c; }
    .aui .btn-success:focus, .aui .btn-success.focus {
      color: white;
      background-color: #449d44;
      border-color: #255625; }
    .aui .btn-success:hover {
      color: white;
      background-color: #449d44;
      border-color: #398439; }
    .aui .btn-success:active, .aui .btn-success.active, .open > .aui .btn-success.dropdown-toggle {
      color: white;
      background-color: #449d44;
      border-color: #398439; }
      .aui .btn-success:active:hover, .aui .btn-success:active:focus, .aui .btn-success:active.focus, .aui .btn-success.active:hover, .aui .btn-success.active:focus, .aui .btn-success.active.focus, .open > .aui .btn-success.dropdown-toggle:hover, .open > .aui .btn-success.dropdown-toggle:focus, .open > .aui .btn-success.dropdown-toggle.focus {
        color: white;
        background-color: #398439;
        border-color: #255625; }
    .aui .btn-success:active, .aui .btn-success.active, .open > .aui .btn-success.dropdown-toggle {
      background-image: none; }
    .aui .btn-success.disabled:hover, .aui .btn-success.disabled:focus, .aui .btn-success.disabled.focus, .aui .btn-success[disabled]:hover, .aui .btn-success[disabled]:focus, .aui .btn-success[disabled].focus, fieldset[disabled] .aui .btn-success:hover, fieldset[disabled] .aui .btn-success:focus, fieldset[disabled] .aui .btn-success.focus {
      background-color: #5cb85c;
      border-color: #4cae4c; }
    .aui .btn-success .badge {
      color: #5cb85c;
      background-color: white; }
  .aui .btn-info {
    color: white;
    background-color: #004165;
    border-color: #00314c; }
    .aui .btn-info:focus, .aui .btn-info.focus {
      color: white;
      background-color: #002032;
      border-color: black; }
    .aui .btn-info:hover {
      color: white;
      background-color: #002032;
      border-color: #00090e; }
    .aui .btn-info:active, .aui .btn-info.active, .open > .aui .btn-info.dropdown-toggle {
      color: white;
      background-color: #002032;
      border-color: #00090e; }
      .aui .btn-info:active:hover, .aui .btn-info:active:focus, .aui .btn-info:active.focus, .aui .btn-info.active:hover, .aui .btn-info.active:focus, .aui .btn-info.active.focus, .open > .aui .btn-info.dropdown-toggle:hover, .open > .aui .btn-info.dropdown-toggle:focus, .open > .aui .btn-info.dropdown-toggle.focus {
        color: white;
        background-color: #00090e;
        border-color: black; }
    .aui .btn-info:active, .aui .btn-info.active, .open > .aui .btn-info.dropdown-toggle {
      background-image: none; }
    .aui .btn-info.disabled:hover, .aui .btn-info.disabled:focus, .aui .btn-info.disabled.focus, .aui .btn-info[disabled]:hover, .aui .btn-info[disabled]:focus, .aui .btn-info[disabled].focus, fieldset[disabled] .aui .btn-info:hover, fieldset[disabled] .aui .btn-info:focus, fieldset[disabled] .aui .btn-info.focus {
      background-color: #004165;
      border-color: #00314c; }
    .aui .btn-info .badge {
      color: #004165;
      background-color: white; }
  .aui .btn-warning {
    color: white;
    background-color: #fdc82f;
    border-color: #fdc116; }
    .aui .btn-warning:focus, .aui .btn-warning.focus {
      color: white;
      background-color: #f7b802;
      border-color: #926d01; }
    .aui .btn-warning:hover {
      color: white;
      background-color: #f7b802;
      border-color: #d39d02; }
    .aui .btn-warning:active, .aui .btn-warning.active, .open > .aui .btn-warning.dropdown-toggle {
      color: white;
      background-color: #f7b802;
      border-color: #d39d02; }
      .aui .btn-warning:active:hover, .aui .btn-warning:active:focus, .aui .btn-warning:active.focus, .aui .btn-warning.active:hover, .aui .btn-warning.active:focus, .aui .btn-warning.active.focus, .open > .aui .btn-warning.dropdown-toggle:hover, .open > .aui .btn-warning.dropdown-toggle:focus, .open > .aui .btn-warning.dropdown-toggle.focus {
        color: white;
        background-color: #d39d02;
        border-color: #926d01; }
    .aui .btn-warning:active, .aui .btn-warning.active, .open > .aui .btn-warning.dropdown-toggle {
      background-image: none; }
    .aui .btn-warning.disabled:hover, .aui .btn-warning.disabled:focus, .aui .btn-warning.disabled.focus, .aui .btn-warning[disabled]:hover, .aui .btn-warning[disabled]:focus, .aui .btn-warning[disabled].focus, fieldset[disabled] .aui .btn-warning:hover, fieldset[disabled] .aui .btn-warning:focus, fieldset[disabled] .aui .btn-warning.focus {
      background-color: #fdc82f;
      border-color: #fdc116; }
    .aui .btn-warning .badge {
      color: #fdc82f;
      background-color: white; }
  .aui .btn-danger {
    color: white;
    background-color: #d52b1e;
    border-color: #bf261b; }
    .aui .btn-danger:focus, .aui .btn-danger.focus {
      color: white;
      background-color: #a82218;
      border-color: #4f100b; }
    .aui .btn-danger:hover {
      color: white;
      background-color: #a82218;
      border-color: #891c13; }
    .aui .btn-danger:active, .aui .btn-danger.active, .open > .aui .btn-danger.dropdown-toggle {
      color: white;
      background-color: #a82218;
      border-color: #891c13; }
      .aui .btn-danger:active:hover, .aui .btn-danger:active:focus, .aui .btn-danger:active.focus, .aui .btn-danger.active:hover, .aui .btn-danger.active:focus, .aui .btn-danger.active.focus, .open > .aui .btn-danger.dropdown-toggle:hover, .open > .aui .btn-danger.dropdown-toggle:focus, .open > .aui .btn-danger.dropdown-toggle.focus {
        color: white;
        background-color: #891c13;
        border-color: #4f100b; }
    .aui .btn-danger:active, .aui .btn-danger.active, .open > .aui .btn-danger.dropdown-toggle {
      background-image: none; }
    .aui .btn-danger.disabled:hover, .aui .btn-danger.disabled:focus, .aui .btn-danger.disabled.focus, .aui .btn-danger[disabled]:hover, .aui .btn-danger[disabled]:focus, .aui .btn-danger[disabled].focus, fieldset[disabled] .aui .btn-danger:hover, fieldset[disabled] .aui .btn-danger:focus, fieldset[disabled] .aui .btn-danger.focus {
      background-color: #d52b1e;
      border-color: #bf261b; }
    .aui .btn-danger .badge {
      color: #d52b1e;
      background-color: white; }
  .aui .btn-link {
    color: #d52b1e;
    font-weight: normal;
    border-radius: 0; }
    .aui .btn-link, .aui .btn-link:active, .aui .btn-link.active, .aui .btn-link[disabled], fieldset[disabled] .aui .btn-link {
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .aui .btn-link, .aui .btn-link:hover, .aui .btn-link:focus, .aui .btn-link:active {
      border-color: transparent; }
    .aui .btn-link:hover, .aui .btn-link:focus {
      color: #921d15;
      text-decoration: underline;
      background-color: transparent; }
    .aui .btn-link[disabled]:hover, .aui .btn-link[disabled]:focus, fieldset[disabled] .aui .btn-link:hover, fieldset[disabled] .aui .btn-link:focus {
      color: #aeaeb3;
      text-decoration: none; }
  .aui .btn-lg, .aui .btn-group-lg > .btn, .aui .btn-large, .aui .prehome .portlet-login .button-holder .btn {
    padding: 13px 15px;
    font-size: 17px;
    line-height: 1.33333;
    border-radius: 0px; }
  .aui .btn-sm, .aui .btn-group-sm > .btn, .aui .btn-small {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px; }
  .aui .btn-xs, .aui .btn-group-xs > .btn, .aui .btn-mini {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px; }
  .aui .btn-block, .aui .portlet-login .button-holder .btn {
    display: block;
    width: 100%; }
  .aui .btn-block + .btn-block, .aui .portlet-login .button-holder .btn + .btn-block, .aui .portlet-login .button-holder .btn-block + .btn, .aui .portlet-login .button-holder .btn + .btn {
    margin-top: 5px; }
  .aui input[type="submit"].btn-block, .aui .portlet-login .button-holder input[type="submit"].btn,
  .aui input[type="reset"].btn-block,
  .aui .portlet-login .button-holder input[type="reset"].btn,
  .aui input[type="button"].btn-block,
  .aui .portlet-login .button-holder input[type="button"].btn {
    width: 100%; }
  .aui .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
    .aui .fade.in {
      opacity: 1; }
  .aui .collapse {
    display: none; }
    .aui .collapse.in {
      display: block; }
  .aui tr.collapse.in {
    display: table-row; }
  .aui tbody.collapse.in {
    display: table-row-group; }
  .aui .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
  .aui .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .aui .dropup,
  .aui .dropdown {
    position: relative; }
  .aui .dropdown-toggle:focus {
    outline: 0; }
  .aui .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: white;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box; }
    .aui .dropdown-menu.pull-right {
      right: 0;
      left: auto; }
    .aui .dropdown-menu .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    .aui .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.42857;
      color: #333333;
      white-space: nowrap; }
  .aui .dropdown-menu > li > a:hover, .aui .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: whitesmoke; }
  .aui .dropdown-menu > .active > a, .aui .dropdown-menu > .active > a:hover, .aui .dropdown-menu > .active > a:focus {
    color: white;
    text-decoration: none;
    outline: 0;
    background-color: #004165; }
  .aui .dropdown-menu > .disabled > a, .aui .dropdown-menu > .disabled > a:hover, .aui .dropdown-menu > .disabled > a:focus {
    color: #aeaeb3; }
  .aui .dropdown-menu > .disabled > a:hover, .aui .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed; }
  .aui .open > .dropdown-menu {
    display: block; }
  .aui .open > a {
    outline: 0; }
  .aui .dropdown-menu-right {
    left: auto;
    right: 0; }
  .aui .dropdown-menu-left {
    left: 0;
    right: auto; }
  .aui .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #aeaeb3;
    white-space: nowrap; }
  .aui .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }
  .aui .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  .aui .dropup .caret,
  .aui .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""; }
  .aui .dropup .dropdown-menu,
  .aui .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  @media (min-width: 768px) {
    .aui .navbar-right .dropdown-menu {
      right: 0;
      left: auto; }
    .aui .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto; } }
  .aui .btn-group,
  .aui .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .aui .btn-group > .btn,
    .aui .btn-group-vertical > .btn {
      position: relative;
      float: left; }
      .aui .btn-group > .btn:hover, .aui .btn-group > .btn:focus, .aui .btn-group > .btn:active, .aui .btn-group > .btn.active,
      .aui .btn-group-vertical > .btn:hover,
      .aui .btn-group-vertical > .btn:focus,
      .aui .btn-group-vertical > .btn:active,
      .aui .btn-group-vertical > .btn.active {
        z-index: 2; }
  .aui .btn-group .btn + .btn,
  .aui .btn-group .btn + .btn-group,
  .aui .btn-group .btn-group + .btn,
  .aui .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .aui .btn-toolbar {
    margin-left: -5px; }
    .aui .btn-toolbar:before, .aui .btn-toolbar:after {
      content: " ";
      display: table; }
    .aui .btn-toolbar:after {
      clear: both; }
    .aui .btn-toolbar .btn,
    .aui .btn-toolbar .btn-group,
    .aui .btn-toolbar .input-group,
    .aui .btn-toolbar .input-prepend,
    .aui .btn-toolbar .input-append {
      float: left; }
    .aui .btn-toolbar > .btn,
    .aui .btn-toolbar > .btn-group,
    .aui .btn-toolbar > .input-group,
    .aui .btn-toolbar > .input-prepend,
    .aui .btn-toolbar > .input-append {
      margin-left: 5px; }
  .aui .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .aui .btn-group > .btn:first-child {
    margin-left: 0; }
    .aui .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .aui .btn-group > .btn:last-child:not(:first-child),
  .aui .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .aui .btn-group > .btn-group {
    float: left; }
  .aui .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .aui .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .aui .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .aui .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .aui .btn-group .dropdown-toggle:active,
  .aui .btn-group.open .dropdown-toggle {
    outline: 0; }
  .aui .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px; }
  .aui .btn-group > .btn-lg + .dropdown-toggle, .aui .btn-group-lg.btn-group > .btn + .dropdown-toggle, .aui .btn-group > .btn-large + .dropdown-toggle, .aui .prehome .portlet-login .button-holder .btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px; }
  .aui .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .aui .btn-group.open .dropdown-toggle.btn-link {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .aui .btn .caret {
    margin-left: 0; }
  .aui .btn-lg .caret, .aui .btn-group-lg > .btn .caret, .aui .btn-large .caret, .aui .prehome .portlet-login .button-holder .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0; }
  .aui .dropup .btn-lg .caret, .aui .dropup .btn-group-lg > .btn .caret, .aui .dropup .btn-large .caret, .aui .dropup .prehome .portlet-login .button-holder .btn .caret, .aui .prehome .portlet-login .button-holder .dropup .btn .caret {
    border-width: 0 5px 5px; }
  .aui .btn-group-vertical > .btn,
  .aui .btn-group-vertical > .btn-group,
  .aui .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
  .aui .btn-group-vertical > .btn-group:before, .aui .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table; }
  .aui .btn-group-vertical > .btn-group:after {
    clear: both; }
  .aui .btn-group-vertical > .btn-group > .btn {
    float: none; }
  .aui .btn-group-vertical > .btn + .btn,
  .aui .btn-group-vertical > .btn + .btn-group,
  .aui .btn-group-vertical > .btn-group + .btn,
  .aui .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .aui .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .aui .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .aui .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .aui .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .aui .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .aui .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .aui .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .aui .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
    .aui .btn-group-justified > .btn,
    .aui .btn-group-justified > .btn-group {
      float: none;
      display: table-cell;
      width: 1%; }
    .aui .btn-group-justified > .btn-group .btn {
      width: 100%; }
    .aui .btn-group-justified > .btn-group .dropdown-menu {
      left: auto; }
  .aui [data-toggle="buttons"] > .btn input[type="radio"],
  .aui [data-toggle="buttons"] > .btn input[type="checkbox"],
  .aui [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  .aui [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  .aui .input-group, .aui .input-prepend, .aui .input-append {
    position: relative;
    display: table;
    border-collapse: separate; }
    .aui .input-group[class*="col-"], .aui [class*="col-"].input-prepend, .aui [class*="col-"].input-append {
      float: none;
      padding-left: 0;
      padding-right: 0; }
    .aui .input-group .form-control, .aui .input-prepend .form-control, .aui .input-append .form-control, .aui .input-group .input-block-level, .aui .input-prepend .input-block-level, .aui .input-append .input-block-level, .aui .input-group input[type=text].field, .aui .input-prepend input[type=text].field, .aui .input-append input[type=text].field, .aui .input-group input[type=password].field, .aui .input-prepend input[type=password].field, .aui .input-append input[type=password].field, .aui .input-group .aui-field-select, .aui .input-prepend .aui-field-select, .aui .input-append .aui-field-select, .aui .input-group textarea, .aui .input-prepend textarea, .aui .input-append textarea, .aui .input-group input.form-text, .aui .input-prepend input.form-text, .aui .input-append input.form-text,
    .aui .input-group input.search-query,
    .aui .input-prepend input.search-query,
    .aui .input-append input.search-query {
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      margin-bottom: 0; }
      .aui .input-group .form-control:focus, .aui .input-prepend .form-control:focus, .aui .input-append .form-control:focus, .aui .input-group .input-block-level:focus, .aui .input-prepend .input-block-level:focus, .aui .input-append .input-block-level:focus, .aui .input-group input[type=text].field:focus, .aui .input-prepend input[type=text].field:focus, .aui .input-append input[type=text].field:focus, .aui .input-group input[type=password].field:focus, .aui .input-prepend input[type=password].field:focus, .aui .input-append input[type=password].field:focus, .aui .input-group .aui-field-select:focus, .aui .input-prepend .aui-field-select:focus, .aui .input-append .aui-field-select:focus, .aui .input-group textarea:focus, .aui .input-prepend textarea:focus, .aui .input-append textarea:focus, .aui .input-group input.form-text:focus, .aui .input-prepend input.form-text:focus, .aui .input-append input.form-text:focus,
      .aui .input-group input.search-query:focus,
      .aui .input-prepend input.search-query:focus,
      .aui .input-append input.search-query:focus {
        z-index: 3; }
  .aui .input-group-addon, .aui .add-on,
  .aui .input-group-btn,
  .aui .input-group .form-control,
  .aui .input-prepend .form-control,
  .aui .input-append .form-control,
  .aui .input-group .input-block-level,
  .aui .input-prepend .input-block-level,
  .aui .input-append .input-block-level,
  .aui .input-group input[type=text].field,
  .aui .input-prepend input[type=text].field,
  .aui .input-append input[type=text].field,
  .aui .input-group input[type=password].field,
  .aui .input-prepend input[type=password].field,
  .aui .input-append input[type=password].field,
  .aui .input-group .aui-field-select,
  .aui .input-prepend .aui-field-select,
  .aui .input-append .aui-field-select,
  .aui .input-group textarea,
  .aui .input-prepend textarea,
  .aui .input-append textarea,
  .aui .input-group input.form-text,
  .aui .input-prepend input.form-text,
  .aui .input-append input.form-text,
  .aui .input-group input.search-query,
  .aui .input-prepend input.search-query,
  .aui .input-append input.search-query {
    display: table-cell; }
    .aui .input-group-addon:not(:first-child):not(:last-child), .aui .add-on:not(:first-child):not(:last-child),
    .aui .input-group-btn:not(:first-child):not(:last-child),
    .aui .input-group .form-control:not(:first-child):not(:last-child),
    .aui .input-prepend .form-control:not(:first-child):not(:last-child),
    .aui .input-append .form-control:not(:first-child):not(:last-child),
    .aui .input-group .input-block-level:not(:first-child):not(:last-child),
    .aui .input-prepend .input-block-level:not(:first-child):not(:last-child),
    .aui .input-append .input-block-level:not(:first-child):not(:last-child),
    .aui .input-group input[type=text].field:not(:first-child):not(:last-child),
    .aui .input-prepend input[type=text].field:not(:first-child):not(:last-child),
    .aui .input-append input[type=text].field:not(:first-child):not(:last-child),
    .aui .input-group input[type=password].field:not(:first-child):not(:last-child),
    .aui .input-prepend input[type=password].field:not(:first-child):not(:last-child),
    .aui .input-append input[type=password].field:not(:first-child):not(:last-child),
    .aui .input-group .aui-field-select:not(:first-child):not(:last-child),
    .aui .input-prepend .aui-field-select:not(:first-child):not(:last-child),
    .aui .input-append .aui-field-select:not(:first-child):not(:last-child),
    .aui .input-group textarea:not(:first-child):not(:last-child),
    .aui .input-prepend textarea:not(:first-child):not(:last-child),
    .aui .input-append textarea:not(:first-child):not(:last-child),
    .aui .input-group input.form-text:not(:first-child):not(:last-child),
    .aui .input-prepend input.form-text:not(:first-child):not(:last-child),
    .aui .input-append input.form-text:not(:first-child):not(:last-child),
    .aui .input-group input.search-query:not(:first-child):not(:last-child),
    .aui .input-prepend input.search-query:not(:first-child):not(:last-child),
    .aui .input-append input.search-query:not(:first-child):not(:last-child) {
      border-radius: 0; }
  .aui .input-group-addon, .aui .add-on,
  .aui .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
  .aui .input-group-addon, .aui .add-on {
    padding: 7px 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #d8d9dd;
    border: 1px solid #004165;
    border-radius: 0px; }
    .aui .input-group-addon.input-sm, .aui .input-group-sm > input.add-on[type=text].field, .aui .input-group-sm > input.add-on[type=password].field, .aui .input-group-sm > input.input-group-addon[type=text].field, .aui .input-group-sm > input.input-group-addon[type=password].field,
    .aui .input-group-sm > .input-group-addon,
    .aui .input-group-sm > .add-on,
    .aui .input-group-sm > .input-group-btn > .input-group-addon.btn,
    .aui .input-group-sm > .input-group-btn > .btn.add-on, .aui .input-sm.add-on {
      padding: 5px 10px;
      font-size: 12px;
      border-radius: 0px; }
    .aui .input-group-addon.input-lg, .aui .input-group-lg > input.add-on[type=text].field, .aui .input-group-lg > input.add-on[type=password].field, .aui .input-group-lg > input.input-group-addon[type=text].field, .aui .input-group-lg > input.input-group-addon[type=password].field,
    .aui .input-group-lg > .input-group-addon,
    .aui .input-group-lg > .add-on,
    .aui .input-group-lg > .input-group-btn > .input-group-addon.btn,
    .aui .input-group-lg > .input-group-btn > .btn.add-on, .aui .input-lg.add-on, .aui .prehome .portlet-login .control-group.input-text-wrapper input.add-on, .aui .prehome .portlet-login .control-group.input-text-wrapper input.input-group-addon {
      padding: 13px 15px;
      font-size: 17px;
      border-radius: 0px; }
    .aui .input-group-addon input[type="radio"], .aui .add-on input[type="radio"],
    .aui .input-group-addon input[type="checkbox"],
    .aui .add-on input[type="checkbox"] {
      margin-top: 0; }
  .aui .input-group .form-control:first-child, .aui .input-prepend .form-control:first-child, .aui .input-append .form-control:first-child, .aui .input-group .input-block-level:first-child, .aui .input-prepend .input-block-level:first-child, .aui .input-append .input-block-level:first-child, .aui .input-group input[type=text].field:first-child, .aui .input-prepend input[type=text].field:first-child, .aui .input-append input[type=text].field:first-child, .aui .input-group input[type=password].field:first-child, .aui .input-prepend input[type=password].field:first-child, .aui .input-append input[type=password].field:first-child, .aui .input-group .aui-field-select:first-child, .aui .input-prepend .aui-field-select:first-child, .aui .input-append .aui-field-select:first-child, .aui .input-group textarea:first-child, .aui .input-prepend textarea:first-child, .aui .input-append textarea:first-child, .aui .input-group input.form-text:first-child, .aui .input-prepend input.form-text:first-child, .aui .input-append input.form-text:first-child,
  .aui .input-group input.search-query:first-child,
  .aui .input-prepend input.search-query:first-child,
  .aui .input-append input.search-query:first-child,
  .aui .input-group-addon:first-child,
  .aui .add-on:first-child,
  .aui .input-group-btn:first-child > .btn,
  .aui .input-group-btn:first-child > .btn-group > .btn,
  .aui .input-group-btn:first-child > .dropdown-toggle,
  .aui .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .aui .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .aui .input-group-addon:first-child, .aui .add-on:first-child {
    border-right: 0; }
  .aui .input-group .form-control:last-child, .aui .input-prepend .form-control:last-child, .aui .input-append .form-control:last-child, .aui .input-group .input-block-level:last-child, .aui .input-prepend .input-block-level:last-child, .aui .input-append .input-block-level:last-child, .aui .input-group input[type=text].field:last-child, .aui .input-prepend input[type=text].field:last-child, .aui .input-append input[type=text].field:last-child, .aui .input-group input[type=password].field:last-child, .aui .input-prepend input[type=password].field:last-child, .aui .input-append input[type=password].field:last-child, .aui .input-group .aui-field-select:last-child, .aui .input-prepend .aui-field-select:last-child, .aui .input-append .aui-field-select:last-child, .aui .input-group textarea:last-child, .aui .input-prepend textarea:last-child, .aui .input-append textarea:last-child, .aui .input-group input.form-text:last-child, .aui .input-prepend input.form-text:last-child, .aui .input-append input.form-text:last-child,
  .aui .input-group input.search-query:last-child,
  .aui .input-prepend input.search-query:last-child,
  .aui .input-append input.search-query:last-child,
  .aui .input-group-addon:last-child,
  .aui .add-on:last-child,
  .aui .input-group-btn:last-child > .btn,
  .aui .input-group-btn:last-child > .btn-group > .btn,
  .aui .input-group-btn:last-child > .dropdown-toggle,
  .aui .input-group-btn:first-child > .btn:not(:first-child),
  .aui .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .aui .input-group-addon:last-child, .aui .add-on:last-child {
    border-left: 0; }
  .aui .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
    .aui .input-group-btn > .btn {
      position: relative; }
      .aui .input-group-btn > .btn + .btn {
        margin-left: -1px; }
      .aui .input-group-btn > .btn:hover, .aui .input-group-btn > .btn:focus, .aui .input-group-btn > .btn:active {
        z-index: 2; }
    .aui .input-group-btn:first-child > .btn,
    .aui .input-group-btn:first-child > .btn-group {
      margin-right: -1px; }
    .aui .input-group-btn:last-child > .btn,
    .aui .input-group-btn:last-child > .btn-group {
      z-index: 2;
      margin-left: -1px; }
  .aui .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .aui .nav:before, .aui .nav:after {
      content: " ";
      display: table; }
    .aui .nav:after {
      clear: both; }
    .aui .nav > li {
      position: relative;
      display: block; }
      .aui .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px; }
        .aui .nav > li > a:hover, .aui .nav > li > a:focus {
          text-decoration: none;
          background-color: #d8d9dd; }
      .aui .nav > li.disabled > a {
        color: #aeaeb3; }
        .aui .nav > li.disabled > a:hover, .aui .nav > li.disabled > a:focus {
          color: #aeaeb3;
          text-decoration: none;
          background-color: transparent;
          cursor: not-allowed; }
    .aui .nav .open > a, .aui .nav .open > a:hover, .aui .nav .open > a:focus {
      background-color: #d8d9dd;
      border-color: #d52b1e; }
    .aui .nav .nav-divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    .aui .nav > li > a > img {
      max-width: none; }
  .aui .nav-tabs {
    border-bottom: 1px solid #dddddd; }
    .aui .nav-tabs > li {
      float: left;
      margin-bottom: -1px; }
      .aui .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857;
        border: 1px solid transparent;
        border-radius: 0px 0px 0 0; }
        .aui .nav-tabs > li > a:hover {
          border-color: #d8d9dd #d8d9dd #dddddd; }
      .aui .nav-tabs > li.active > a, .aui .nav-tabs > li.active > a:hover, .aui .nav-tabs > li.active > a:focus {
        color: #555555;
        background-color: white;
        border: 1px solid #dddddd;
        border-bottom-color: transparent;
        cursor: default; }
  .aui .nav-pills > li {
    float: left; }
    .aui .nav-pills > li > a {
      border-radius: 0px; }
    .aui .nav-pills > li + li {
      margin-left: 2px; }
    .aui .nav-pills > li.active > a, .aui .nav-pills > li.active > a:hover, .aui .nav-pills > li.active > a:focus {
      color: white;
      background-color: #004165; }
  .aui .nav-stacked > li {
    float: none; }
    .aui .nav-stacked > li + li {
      margin-top: 2px;
      margin-left: 0; }
  .aui .nav-justified, .aui .nav-tabs.nav-justified {
    width: 100%; }
    .aui .nav-justified > li, .aui .nav-tabs.nav-justified > li {
      float: none; }
      .aui .nav-justified > li > a, .aui .nav-tabs.nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px; }
    .aui .nav-justified > .dropdown .dropdown-menu {
      top: auto;
      left: auto; }
    @media (min-width: 768px) {
      .aui .nav-justified > li, .aui .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%; }
        .aui .nav-justified > li > a, .aui .nav-tabs.nav-justified > li > a {
          margin-bottom: 0; } }
  .aui .nav-tabs-justified, .aui .nav-tabs.nav-justified {
    border-bottom: 0; }
    .aui .nav-tabs-justified > li > a, .aui .nav-tabs.nav-justified > li > a {
      margin-right: 0;
      border-radius: 0px; }
    .aui .nav-tabs-justified > .active > a, .aui .nav-tabs.nav-justified > .active > a,
    .aui .nav-tabs-justified > .active > a:hover,
    .aui .nav-tabs.nav-justified > .active > a:hover,
    .aui .nav-tabs-justified > .active > a:focus,
    .aui .nav-tabs.nav-justified > .active > a:focus {
      border: 1px solid #dddddd; }
    @media (min-width: 768px) {
      .aui .nav-tabs-justified > li > a, .aui .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 0px 0px 0 0; }
      .aui .nav-tabs-justified > .active > a, .aui .nav-tabs.nav-justified > .active > a,
      .aui .nav-tabs-justified > .active > a:hover,
      .aui .nav-tabs.nav-justified > .active > a:hover,
      .aui .nav-tabs-justified > .active > a:focus,
      .aui .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: white; } }
  .aui .tab-content > .tab-pane {
    display: none; }
  .aui .tab-content > .active {
    display: block; }
  .aui .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .aui .navbar {
    position: relative;
    min-height: 42px;
    margin-bottom: 0;
    border: 1px solid transparent; }
    .aui .navbar:before, .aui .navbar:after {
      content: " ";
      display: table; }
    .aui .navbar:after {
      clear: both; }
    @media (min-width: 768px) {
      .aui .navbar {
        border-radius: 0; } }
  .aui .navbar-header:before, .aui .navbar-header:after {
    content: " ";
    display: table; }
  .aui .navbar-header:after {
    clear: both; }
  @media (min-width: 768px) {
    .aui .navbar-header {
      float: left; } }
  .aui .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }
    .aui .navbar-collapse:before, .aui .navbar-collapse:after {
      content: " ";
      display: table; }
    .aui .navbar-collapse:after {
      clear: both; }
    .aui .navbar-collapse.in {
      overflow-y: auto; }
    @media (min-width: 768px) {
      .aui .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none; }
        .aui .navbar-collapse.collapse {
          display: block !important;
          height: auto !important;
          padding-bottom: 0;
          overflow: visible !important; }
        .aui .navbar-collapse.in {
          overflow-y: visible; }
        .navbar-fixed-top .aui .navbar-collapse, .navbar-static-top .aui .navbar-collapse, .navbar-fixed-bottom .aui .navbar-collapse {
          padding-left: 0;
          padding-right: 0; } }
  .aui .navbar-fixed-top .navbar-collapse,
  .aui .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .aui .navbar-fixed-top .navbar-collapse,
      .aui .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  .aui .container > .navbar-header, .aui .container-header > .navbar-header,
  .aui .container-nav > .navbar-header,
  .aui .container-situation > .navbar-header,
  .aui .container-footer > .navbar-header,
  .aui .container > .navbar-collapse,
  .aui .container-header > .navbar-collapse,
  .aui .container-nav > .navbar-collapse,
  .aui .container-situation > .navbar-collapse,
  .aui .container-footer > .navbar-collapse,
  .aui .container-fluid > .navbar-header,
  .aui .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; }
    @media (min-width: 768px) {
      .aui .container > .navbar-header, .aui .container-header > .navbar-header,
      .aui .container-nav > .navbar-header,
      .aui .container-situation > .navbar-header,
      .aui .container-footer > .navbar-header,
      .aui .container > .navbar-collapse,
      .aui .container-header > .navbar-collapse,
      .aui .container-nav > .navbar-collapse,
      .aui .container-situation > .navbar-collapse,
      .aui .container-footer > .navbar-collapse,
      .aui .container-fluid > .navbar-header,
      .aui .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0; } }
  .aui .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px; }
    @media (min-width: 768px) {
      .aui .navbar-static-top {
        border-radius: 0; } }
  .aui .navbar-fixed-top,
  .aui .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
    @media (min-width: 768px) {
      .aui .navbar-fixed-top,
      .aui .navbar-fixed-bottom {
        border-radius: 0; } }
  .aui .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .aui .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }
  .aui .navbar-brand, .aui .brand {
    float: left;
    padding: 11px 15px;
    font-size: 17px;
    line-height: 20px;
    height: 42px; }
    .aui .navbar-brand:hover, .aui .brand:hover, .aui .navbar-brand:focus, .aui .brand:focus {
      text-decoration: none; }
    .aui .navbar-brand > img, .aui .brand > img {
      display: block; }
    @media (min-width: 768px) {
      .navbar > .container .aui .navbar-brand, .aui .navbar > .container-header .aui .navbar-brand,
      .aui .navbar > .container-nav .aui .navbar-brand,
      .aui .navbar > .container-situation .aui .navbar-brand,
      .aui .navbar > .container-footer .aui .navbar-brand, .navbar > .container .aui .brand, .aui .navbar > .container-header .aui .brand,
      .aui .navbar > .container-nav .aui .brand,
      .aui .navbar > .container-situation .aui .brand,
      .aui .navbar > .container-footer .aui .brand, .navbar > .container-fluid .aui .navbar-brand, .navbar > .container-fluid .aui .brand {
        margin-left: -15px; } }
  .aui .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px; }
    .aui .navbar-toggle:focus {
      outline: 0; }
    .aui .navbar-toggle .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px; }
    .aui .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }
    @media (min-width: 768px) {
      .aui .navbar-toggle {
        display: none; } }
  .aui .navbar-nav, .aui .nav {
    margin: 5.5px -15px; }
    .aui .navbar-nav > li > a, .aui .nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 20px; }
    @media (max-width: 767px) {
      .aui .navbar-nav .open .dropdown-menu, .aui .nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none; }
        .aui .navbar-nav .open .dropdown-menu > li > a, .aui .nav .open .dropdown-menu > li > a,
        .aui .navbar-nav .open .dropdown-menu .dropdown-header,
        .aui .nav .open .dropdown-menu .dropdown-header {
          padding: 5px 15px 5px 25px; }
        .aui .navbar-nav .open .dropdown-menu > li > a, .aui .nav .open .dropdown-menu > li > a {
          line-height: 20px; }
          .aui .navbar-nav .open .dropdown-menu > li > a:hover, .aui .nav .open .dropdown-menu > li > a:hover, .aui .navbar-nav .open .dropdown-menu > li > a:focus, .aui .nav .open .dropdown-menu > li > a:focus {
            background-image: none; } }
    @media (min-width: 768px) {
      .aui .navbar-nav, .aui .nav {
        float: left;
        margin: 0; }
        .aui .navbar-nav > li, .aui .nav > li {
          float: left; }
          .aui .navbar-nav > li > a, .aui .nav > li > a {
            padding-top: 11px;
            padding-bottom: 11px; } }
  .aui .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 3px;
    margin-bottom: 3px; }
    @media (min-width: 768px) {
      .aui .navbar-form .form-group, .aui .navbar-form .control-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
      .aui .navbar-form .form-control, .aui .navbar-form .input-block-level, .aui .navbar-form input[type=text].field, .aui .navbar-form input[type=password].field, .aui .navbar-form .aui-field-select, .aui .navbar-form textarea, .aui .navbar-form input.form-text,
      .aui .navbar-form input.search-query {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
      .aui .navbar-form .form-control-static {
        display: inline-block; }
      .aui .navbar-form .input-group, .aui .navbar-form .input-prepend, .aui .navbar-form .input-append {
        display: inline-table;
        vertical-align: middle; }
        .aui .navbar-form .input-group .input-group-addon, .aui .navbar-form .input-prepend .input-group-addon, .aui .navbar-form .input-append .input-group-addon, .aui .navbar-form .input-group .add-on, .aui .navbar-form .input-prepend .add-on, .aui .navbar-form .input-append .add-on,
        .aui .navbar-form .input-group .input-group-btn,
        .aui .navbar-form .input-prepend .input-group-btn,
        .aui .navbar-form .input-append .input-group-btn,
        .aui .navbar-form .input-group .form-control,
        .aui .navbar-form .input-prepend .form-control,
        .aui .navbar-form .input-append .form-control,
        .aui .navbar-form .input-group .input-block-level,
        .aui .navbar-form .input-prepend .input-block-level,
        .aui .navbar-form .input-append .input-block-level,
        .aui .navbar-form .input-group input[type=text].field,
        .aui .navbar-form .input-prepend input[type=text].field,
        .aui .navbar-form .input-append input[type=text].field,
        .aui .navbar-form .input-group input[type=password].field,
        .aui .navbar-form .input-prepend input[type=password].field,
        .aui .navbar-form .input-append input[type=password].field,
        .aui .navbar-form .input-group .aui-field-select,
        .aui .navbar-form .input-prepend .aui-field-select,
        .aui .navbar-form .input-append .aui-field-select,
        .aui .navbar-form .input-group textarea,
        .aui .navbar-form .input-prepend textarea,
        .aui .navbar-form .input-append textarea,
        .aui .navbar-form .input-group input.form-text,
        .aui .navbar-form .input-prepend input.form-text,
        .aui .navbar-form .input-append input.form-text,
        .aui .navbar-form .input-group input.search-query,
        .aui .navbar-form .input-prepend input.search-query,
        .aui .navbar-form .input-append input.search-query {
          width: auto; }
      .aui .navbar-form .input-group > .form-control, .aui .navbar-form .input-prepend > .form-control, .aui .navbar-form .input-append > .form-control, .aui .navbar-form .input-group > .input-block-level, .aui .navbar-form .input-prepend > .input-block-level, .aui .navbar-form .input-append > .input-block-level, .aui .navbar-form .input-group > input[type=text].field, .aui .navbar-form .input-prepend > input[type=text].field, .aui .navbar-form .input-append > input[type=text].field, .aui .navbar-form .input-group > input[type=password].field, .aui .navbar-form .input-prepend > input[type=password].field, .aui .navbar-form .input-append > input[type=password].field, .aui .navbar-form .input-group > .aui-field-select, .aui .navbar-form .input-prepend > .aui-field-select, .aui .navbar-form .input-append > .aui-field-select, .aui .navbar-form .input-group > textarea, .aui .navbar-form .input-prepend > textarea, .aui .navbar-form .input-append > textarea, .aui .navbar-form .input-group > input.form-text, .aui .navbar-form .input-prepend > input.form-text, .aui .navbar-form .input-append > input.form-text,
      .aui .navbar-form .input-group > input.search-query,
      .aui .navbar-form .input-prepend > input.search-query,
      .aui .navbar-form .input-append > input.search-query {
        width: 100%; }
      .aui .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
      .aui .navbar-form .radio,
      .aui .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
        .aui .navbar-form .radio label,
        .aui .navbar-form .checkbox label {
          padding-left: 0; }
      .aui .navbar-form .radio input[type="radio"],
      .aui .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
      .aui .navbar-form .has-feedback .form-control-feedback {
        top: 0; } }
    @media (max-width: 767px) {
      .aui .navbar-form .form-group, .aui .navbar-form .control-group {
        margin-bottom: 5px; }
        .aui .navbar-form .form-group:last-child, .aui .navbar-form .control-group:last-child {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .aui .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none; } }
  .aui .navbar-nav > li > .dropdown-menu, .aui .nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .aui .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .aui .navbar-fixed-bottom .nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .aui .navbar-btn, .aui .btn-navbar {
    margin-top: 3px;
    margin-bottom: 3px; }
    .aui .navbar-btn.btn-sm, .aui .btn-group-sm > .navbar-btn.btn, .aui .btn-group-sm > .btn.btn-navbar, .aui .navbar-btn.btn-small, .aui .btn-small.btn-navbar, .aui .btn-sm.btn-navbar {
      margin-top: 6px;
      margin-bottom: 6px; }
    .aui .navbar-btn.btn-xs, .aui .btn-group-xs > .navbar-btn.btn, .aui .btn-group-xs > .btn.btn-navbar, .aui .navbar-btn.btn-mini, .aui .btn-mini.btn-navbar, .aui .btn-xs.btn-navbar {
      margin-top: 10px;
      margin-bottom: 10px; }
  .aui .navbar-text {
    margin-top: 11px;
    margin-bottom: 11px; }
    @media (min-width: 768px) {
      .aui .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px; } }
  @media (min-width: 768px) {
    .aui .navbar-left {
      float: left !important; }
    .aui .navbar-right {
      float: right !important;
      margin-right: -15px; }
      .aui .navbar-right ~ .navbar-right {
        margin-right: 0; } }
  .aui .navbar-default, .aui .navbar {
    background-color: white;
    border-color: #aeaeb3; }
    .aui .navbar-default .navbar-brand, .aui .navbar .navbar-brand, .aui .navbar-default .brand, .aui .navbar .brand {
      color: #004165; }
      .aui .navbar-default .navbar-brand:hover, .aui .navbar .navbar-brand:hover, .aui .navbar-default .brand:hover, .aui .navbar .brand:hover, .aui .navbar-default .navbar-brand:focus, .aui .navbar .navbar-brand:focus, .aui .navbar-default .brand:focus, .aui .navbar .brand:focus {
        color: #002032;
        background-color: transparent; }
    .aui .navbar-default .navbar-text, .aui .navbar .navbar-text {
      color: #004165; }
    .aui .navbar-default .navbar-nav > li > a, .aui .navbar .navbar-nav > li > a, .aui .navbar-default .nav > li > a, .aui .navbar .nav > li > a {
      color: #004165; }
      .aui .navbar-default .navbar-nav > li > a:hover, .aui .navbar .navbar-nav > li > a:hover, .aui .navbar-default .nav > li > a:hover, .aui .navbar .nav > li > a:hover, .aui .navbar-default .navbar-nav > li > a:focus, .aui .navbar .navbar-nav > li > a:focus, .aui .navbar-default .nav > li > a:focus, .aui .navbar .nav > li > a:focus {
        color: #d52b1e;
        background-color: transparent; }
    .aui .navbar-default .navbar-nav > .active > a, .aui .navbar .navbar-nav > .active > a, .aui .navbar-default .nav > .active > a, .aui .navbar .nav > .active > a, .aui .navbar-default .navbar-nav > .active > a:hover, .aui .navbar .navbar-nav > .active > a:hover, .aui .navbar-default .nav > .active > a:hover, .aui .navbar .nav > .active > a:hover, .aui .navbar-default .navbar-nav > .active > a:focus, .aui .navbar .navbar-nav > .active > a:focus, .aui .navbar-default .nav > .active > a:focus, .aui .navbar .nav > .active > a:focus {
      color: #d52b1e;
      background-color: transparent; }
    .aui .navbar-default .navbar-nav > .disabled > a, .aui .navbar .navbar-nav > .disabled > a, .aui .navbar-default .nav > .disabled > a, .aui .navbar .nav > .disabled > a, .aui .navbar-default .navbar-nav > .disabled > a:hover, .aui .navbar .navbar-nav > .disabled > a:hover, .aui .navbar-default .nav > .disabled > a:hover, .aui .navbar .nav > .disabled > a:hover, .aui .navbar-default .navbar-nav > .disabled > a:focus, .aui .navbar .navbar-nav > .disabled > a:focus, .aui .navbar-default .nav > .disabled > a:focus, .aui .navbar .nav > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent; }
    .aui .navbar-default .navbar-toggle, .aui .navbar .navbar-toggle {
      border-color: #dddddd; }
      .aui .navbar-default .navbar-toggle:hover, .aui .navbar .navbar-toggle:hover, .aui .navbar-default .navbar-toggle:focus, .aui .navbar .navbar-toggle:focus {
        background-color: #dddddd; }
      .aui .navbar-default .navbar-toggle .icon-bar, .aui .navbar .navbar-toggle .icon-bar {
        background-color: #888888; }
    .aui .navbar-default .navbar-collapse, .aui .navbar .navbar-collapse,
    .aui .navbar-default .navbar-form,
    .aui .navbar .navbar-form {
      border-color: #aeaeb3; }
    .aui .navbar-default .navbar-nav > .open > a, .aui .navbar .navbar-nav > .open > a, .aui .navbar-default .nav > .open > a, .aui .navbar .nav > .open > a, .aui .navbar-default .navbar-nav > .open > a:hover, .aui .navbar .navbar-nav > .open > a:hover, .aui .navbar-default .nav > .open > a:hover, .aui .navbar .nav > .open > a:hover, .aui .navbar-default .navbar-nav > .open > a:focus, .aui .navbar .navbar-nav > .open > a:focus, .aui .navbar-default .nav > .open > a:focus, .aui .navbar .nav > .open > a:focus {
      background-color: transparent;
      color: #d52b1e; }
    @media (max-width: 767px) {
      .aui .navbar-default .navbar-nav .open .dropdown-menu > li > a, .aui .navbar .navbar-nav .open .dropdown-menu > li > a, .aui .navbar-default .nav .open .dropdown-menu > li > a, .aui .navbar .nav .open .dropdown-menu > li > a {
        color: #004165; }
        .aui .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .aui .navbar .navbar-nav .open .dropdown-menu > li > a:hover, .aui .navbar-default .nav .open .dropdown-menu > li > a:hover, .aui .navbar .nav .open .dropdown-menu > li > a:hover, .aui .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .aui .navbar .navbar-nav .open .dropdown-menu > li > a:focus, .aui .navbar-default .nav .open .dropdown-menu > li > a:focus, .aui .navbar .nav .open .dropdown-menu > li > a:focus {
          color: #d52b1e;
          background-color: transparent; }
      .aui .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .aui .navbar .navbar-nav .open .dropdown-menu > .active > a, .aui .navbar-default .nav .open .dropdown-menu > .active > a, .aui .navbar .nav .open .dropdown-menu > .active > a, .aui .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .aui .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .aui .navbar-default .nav .open .dropdown-menu > .active > a:hover, .aui .navbar .nav .open .dropdown-menu > .active > a:hover, .aui .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .aui .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .aui .navbar-default .nav .open .dropdown-menu > .active > a:focus, .aui .navbar .nav .open .dropdown-menu > .active > a:focus {
        color: #d52b1e;
        background-color: transparent; }
      .aui .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .aui .navbar .navbar-nav .open .dropdown-menu > .disabled > a, .aui .navbar-default .nav .open .dropdown-menu > .disabled > a, .aui .navbar .nav .open .dropdown-menu > .disabled > a, .aui .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .aui .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover, .aui .navbar-default .nav .open .dropdown-menu > .disabled > a:hover, .aui .navbar .nav .open .dropdown-menu > .disabled > a:hover, .aui .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .aui .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus, .aui .navbar-default .nav .open .dropdown-menu > .disabled > a:focus, .aui .navbar .nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent; } }
    .aui .navbar-default .navbar-link, .aui .navbar .navbar-link {
      color: #004165; }
      .aui .navbar-default .navbar-link:hover, .aui .navbar .navbar-link:hover {
        color: #d52b1e; }
    .aui .navbar-default .btn-link, .aui .navbar .btn-link {
      color: #004165; }
      .aui .navbar-default .btn-link:hover, .aui .navbar .btn-link:hover, .aui .navbar-default .btn-link:focus, .aui .navbar .btn-link:focus {
        color: #d52b1e; }
      .aui .navbar-default .btn-link[disabled]:hover, .aui .navbar .btn-link[disabled]:hover, .aui .navbar-default .btn-link[disabled]:focus, .aui .navbar .btn-link[disabled]:focus, fieldset[disabled] .aui .navbar-default .btn-link:hover, fieldset[disabled] .aui .navbar .btn-link:hover, fieldset[disabled] .aui .navbar-default .btn-link:focus, fieldset[disabled] .aui .navbar .btn-link:focus {
        color: #cccccc; }
  .aui .navbar-inverse {
    background-color: #222222;
    border-color: #090909; }
    .aui .navbar-inverse .navbar-brand, .aui .navbar-inverse .brand {
      color: #d5d5d8; }
      .aui .navbar-inverse .navbar-brand:hover, .aui .navbar-inverse .brand:hover, .aui .navbar-inverse .navbar-brand:focus, .aui .navbar-inverse .brand:focus {
        color: white;
        background-color: transparent; }
    .aui .navbar-inverse .navbar-text {
      color: #d5d5d8; }
    .aui .navbar-inverse .navbar-nav > li > a, .aui .navbar-inverse .nav > li > a {
      color: #d5d5d8; }
      .aui .navbar-inverse .navbar-nav > li > a:hover, .aui .navbar-inverse .nav > li > a:hover, .aui .navbar-inverse .navbar-nav > li > a:focus, .aui .navbar-inverse .nav > li > a:focus {
        color: white;
        background-color: transparent; }
    .aui .navbar-inverse .navbar-nav > .active > a, .aui .navbar-inverse .nav > .active > a, .aui .navbar-inverse .navbar-nav > .active > a:hover, .aui .navbar-inverse .nav > .active > a:hover, .aui .navbar-inverse .navbar-nav > .active > a:focus, .aui .navbar-inverse .nav > .active > a:focus {
      color: white;
      background-color: #090909; }
    .aui .navbar-inverse .navbar-nav > .disabled > a, .aui .navbar-inverse .nav > .disabled > a, .aui .navbar-inverse .navbar-nav > .disabled > a:hover, .aui .navbar-inverse .nav > .disabled > a:hover, .aui .navbar-inverse .navbar-nav > .disabled > a:focus, .aui .navbar-inverse .nav > .disabled > a:focus {
      color: #444444;
      background-color: transparent; }
    .aui .navbar-inverse .navbar-toggle {
      border-color: #333333; }
      .aui .navbar-inverse .navbar-toggle:hover, .aui .navbar-inverse .navbar-toggle:focus {
        background-color: #333333; }
      .aui .navbar-inverse .navbar-toggle .icon-bar {
        background-color: white; }
    .aui .navbar-inverse .navbar-collapse,
    .aui .navbar-inverse .navbar-form {
      border-color: #101010; }
    .aui .navbar-inverse .navbar-nav > .open > a, .aui .navbar-inverse .nav > .open > a, .aui .navbar-inverse .navbar-nav > .open > a:hover, .aui .navbar-inverse .nav > .open > a:hover, .aui .navbar-inverse .navbar-nav > .open > a:focus, .aui .navbar-inverse .nav > .open > a:focus {
      background-color: #090909;
      color: white; }
    @media (max-width: 767px) {
      .aui .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .aui .navbar-inverse .nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909; }
      .aui .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .aui .navbar-inverse .nav .open .dropdown-menu .divider {
        background-color: #090909; }
      .aui .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .aui .navbar-inverse .nav .open .dropdown-menu > li > a {
        color: #d5d5d8; }
        .aui .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .aui .navbar-inverse .nav .open .dropdown-menu > li > a:hover, .aui .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .aui .navbar-inverse .nav .open .dropdown-menu > li > a:focus {
          color: white;
          background-color: transparent; }
      .aui .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .aui .navbar-inverse .nav .open .dropdown-menu > .active > a, .aui .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .aui .navbar-inverse .nav .open .dropdown-menu > .active > a:hover, .aui .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .aui .navbar-inverse .nav .open .dropdown-menu > .active > a:focus {
        color: white;
        background-color: #090909; }
      .aui .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .aui .navbar-inverse .nav .open .dropdown-menu > .disabled > a, .aui .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .aui .navbar-inverse .nav .open .dropdown-menu > .disabled > a:hover, .aui .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .aui .navbar-inverse .nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent; } }
    .aui .navbar-inverse .navbar-link {
      color: #d5d5d8; }
      .aui .navbar-inverse .navbar-link:hover {
        color: white; }
    .aui .navbar-inverse .btn-link {
      color: #d5d5d8; }
      .aui .navbar-inverse .btn-link:hover, .aui .navbar-inverse .btn-link:focus {
        color: white; }
      .aui .navbar-inverse .btn-link[disabled]:hover, .aui .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .aui .navbar-inverse .btn-link:hover, fieldset[disabled] .aui .navbar-inverse .btn-link:focus {
        color: #444444; }
  .aui .breadcrumb {
    padding: 10px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px; }
    .aui .breadcrumb > li {
      display: inline-block; }
      .aui .breadcrumb > li + li:before {
        content: "/\00a0";
        padding: 0 5px;
        color: #757e83; }
    .aui .breadcrumb > .active {
      color: #004165; }
  .aui .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px; }
    .aui .pagination > li {
      display: inline; }
      .aui .pagination > li > a,
      .aui .pagination > li > span {
        position: relative;
        float: left;
        padding: 7px 15px;
        line-height: 1.42857;
        text-decoration: none;
        color: #d52b1e;
        background-color: white;
        border: 1px solid #dddddd;
        margin-left: -1px; }
      .aui .pagination > li:first-child > a,
      .aui .pagination > li:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px; }
      .aui .pagination > li:last-child > a,
      .aui .pagination > li:last-child > span {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px; }
    .aui .pagination > li > a:hover, .aui .pagination > li > a:focus,
    .aui .pagination > li > span:hover,
    .aui .pagination > li > span:focus {
      z-index: 2;
      color: #921d15;
      background-color: #d8d9dd;
      border-color: #dddddd; }
    .aui .pagination > .active > a, .aui .pagination > .active > a:hover, .aui .pagination > .active > a:focus,
    .aui .pagination > .active > span,
    .aui .pagination > .active > span:hover,
    .aui .pagination > .active > span:focus {
      z-index: 3;
      color: white;
      background-color: #004165;
      border-color: #004165;
      cursor: default; }
    .aui .pagination > .disabled > span,
    .aui .pagination > .disabled > span:hover,
    .aui .pagination > .disabled > span:focus,
    .aui .pagination > .disabled > a,
    .aui .pagination > .disabled > a:hover,
    .aui .pagination > .disabled > a:focus {
      color: #aeaeb3;
      background-color: white;
      border-color: #dddddd;
      cursor: not-allowed; }
  .aui .pagination-lg > li > a,
  .aui .pagination-lg > li > span {
    padding: 13px 15px;
    font-size: 17px;
    line-height: 1.33333; }
  .aui .pagination-lg > li:first-child > a,
  .aui .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px; }
  .aui .pagination-lg > li:last-child > a,
  .aui .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px; }
  .aui .pagination-sm > li > a,
  .aui .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .aui .pagination-sm > li:first-child > a,
  .aui .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px; }
  .aui .pagination-sm > li:last-child > a,
  .aui .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px; }
  .aui .pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center; }
    .aui .pager:before, .aui .pager:after {
      content: " ";
      display: table; }
    .aui .pager:after {
      clear: both; }
    .aui .pager li {
      display: inline; }
      .aui .pager li > a,
      .aui .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: white;
        border: 1px solid #dddddd;
        border-radius: 15px; }
      .aui .pager li > a:hover,
      .aui .pager li > a:focus {
        text-decoration: none;
        background-color: #d8d9dd; }
    .aui .pager .next > a,
    .aui .pager .next > span {
      float: right; }
    .aui .pager .previous > a,
    .aui .pager .previous > span {
      float: left; }
    .aui .pager .disabled > a,
    .aui .pager .disabled > a:hover,
    .aui .pager .disabled > a:focus,
    .aui .pager .disabled > span {
      color: #aeaeb3;
      background-color: white;
      cursor: not-allowed; }
  .aui .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
    .aui .label:empty {
      display: none; }
    .btn .aui .label {
      position: relative;
      top: -1px; }
  .aui a.label:hover, .aui a.label:focus {
    color: white;
    text-decoration: none;
    cursor: pointer; }
  .aui .label-default, .aui .label {
    background-color: #aeaeb3; }
    .aui .label-default[href]:hover, .aui [href].label:hover, .aui .label-default[href]:focus, .aui [href].label:focus {
      background-color: #94949a; }
  .aui .label-primary {
    background-color: #004165; }
    .aui .label-primary[href]:hover, .aui .label-primary[href]:focus {
      background-color: #002032; }
  .aui .label-success {
    background-color: #5cb85c; }
    .aui .label-success[href]:hover, .aui .label-success[href]:focus {
      background-color: #449d44; }
  .aui .label-info {
    background-color: #004165; }
    .aui .label-info[href]:hover, .aui .label-info[href]:focus {
      background-color: #002032; }
  .aui .label-warning {
    background-color: #fdc82f; }
    .aui .label-warning[href]:hover, .aui .label-warning[href]:focus {
      background-color: #f7b802; }
  .aui .label-danger, .aui .label-important {
    background-color: #d52b1e; }
    .aui .label-danger[href]:hover, .aui [href].label-important:hover, .aui .label-danger[href]:focus, .aui [href].label-important:focus {
      background-color: #a82218; }
  .aui .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #aeaeb3;
    border-radius: 10px; }
    .aui .badge:empty {
      display: none; }
    .btn .aui .badge {
      position: relative;
      top: -1px; }
    .btn-xs .aui .badge, .aui .btn-group-xs > .btn .aui .badge, .aui .btn-mini .aui .badge, .btn-group-xs > .btn .aui .badge {
      top: 0;
      padding: 1px 5px; }
    .list-group-item.active > .aui .badge, .nav-pills > .active > a > .aui .badge {
      color: #d52b1e;
      background-color: white; }
    .list-group-item > .aui .badge {
      float: right; }
    .list-group-item > .aui .badge + .aui .badge {
      margin-right: 5px; }
    .nav-pills > li > a > .aui .badge {
      margin-left: 3px; }
  .aui a.badge:hover, .aui a.badge:focus {
    color: white;
    text-decoration: none;
    cursor: pointer; }
  .aui .jumbotron, .aui .hero-unit {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #d8d9dd; }
    .aui .jumbotron h1, .aui .hero-unit h1,
    .aui .jumbotron .h1,
    .aui .hero-unit .h1 {
      color: inherit; }
    .aui .jumbotron p, .aui .hero-unit p {
      margin-bottom: 15px;
      font-size: 21px;
      font-weight: 200; }
    .aui .jumbotron > hr, .aui .hero-unit > hr {
      border-top-color: #bdbec5; }
    .container .aui .jumbotron, .aui .container-header .aui .jumbotron,
    .aui .container-nav .aui .jumbotron,
    .aui .container-situation .aui .jumbotron,
    .aui .container-footer .aui .jumbotron, .container .aui .hero-unit, .aui .container-header .aui .hero-unit,
    .aui .container-nav .aui .hero-unit,
    .aui .container-situation .aui .hero-unit,
    .aui .container-footer .aui .hero-unit, .container-fluid .aui .jumbotron, .container-fluid .aui .hero-unit {
      border-radius: 0px;
      padding-left: 15px;
      padding-right: 15px; }
    .aui .jumbotron .container, .aui .hero-unit .container, .aui .jumbotron .container-header, .aui .hero-unit .container-header,
    .aui .jumbotron .container-nav,
    .aui .hero-unit .container-nav,
    .aui .jumbotron .container-situation,
    .aui .hero-unit .container-situation,
    .aui .jumbotron .container-footer,
    .aui .hero-unit .container-footer {
      max-width: 100%; }
    @media screen and (min-width: 768px) {
      .aui .jumbotron, .aui .hero-unit {
        padding-top: 48px;
        padding-bottom: 48px; }
        .container .aui .jumbotron, .aui .container-header .aui .jumbotron,
        .aui .container-nav .aui .jumbotron,
        .aui .container-situation .aui .jumbotron,
        .aui .container-footer .aui .jumbotron, .container .aui .hero-unit, .aui .container-header .aui .hero-unit,
        .aui .container-nav .aui .hero-unit,
        .aui .container-situation .aui .hero-unit,
        .aui .container-footer .aui .hero-unit, .container-fluid .aui .jumbotron, .container-fluid .aui .hero-unit {
          padding-left: 60px;
          padding-right: 60px; }
        .aui .jumbotron h1, .aui .hero-unit h1,
        .aui .jumbotron .h1,
        .aui .hero-unit .h1 {
          font-size: 63px; } }
  .aui .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 0px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out; }
    .aui .thumbnail > img,
    .aui .thumbnail a > img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
    .aui .thumbnail .caption {
      padding: 9px;
      color: #757e83; }
  .aui a.thumbnail:hover,
  .aui a.thumbnail:focus,
  .aui a.thumbnail.active {
    border-color: #d52b1e; }
  .aui .alert, .aui .portlet-msg-alert, .aui .portlet-msg-error, .aui .portlet-msg-help, .aui .portlet-msg-info, .aui .portlet-msg-progress, .aui .portlet-msg-success {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px; }
    .aui .alert h4, .aui .portlet-msg-alert h4, .aui .portlet-msg-error h4, .aui .portlet-msg-help h4, .aui .portlet-msg-info h4, .aui .portlet-msg-progress h4, .aui .portlet-msg-success h4 {
      margin-top: 0;
      color: inherit; }
    .aui .alert .alert-link, .aui .portlet-msg-alert .alert-link, .aui .portlet-msg-error .alert-link, .aui .portlet-msg-help .alert-link, .aui .portlet-msg-info .alert-link, .aui .portlet-msg-progress .alert-link, .aui .portlet-msg-success .alert-link {
      font-weight: bold; }
    .aui .alert > p, .aui .portlet-msg-alert > p, .aui .portlet-msg-error > p, .aui .portlet-msg-help > p, .aui .portlet-msg-info > p, .aui .portlet-msg-progress > p, .aui .portlet-msg-success > p,
    .aui .alert > ul,
    .aui .portlet-msg-alert > ul,
    .aui .portlet-msg-error > ul,
    .aui .portlet-msg-help > ul,
    .aui .portlet-msg-info > ul,
    .aui .portlet-msg-progress > ul,
    .aui .portlet-msg-success > ul {
      margin-bottom: 0; }
    .aui .alert > p + p, .aui .portlet-msg-alert > p + p, .aui .portlet-msg-error > p + p, .aui .portlet-msg-help > p + p, .aui .portlet-msg-info > p + p, .aui .portlet-msg-progress > p + p, .aui .portlet-msg-success > p + p {
      margin-top: 5px; }
  .aui .alert-dismissable,
  .aui .alert-dismissible {
    padding-right: 35px; }
    .aui .alert-dismissable .close,
    .aui .alert-dismissible .close {
      position: relative;
      top: -2px;
      right: -21px;
      color: inherit; }
  .aui .alert-success, .aui .portlet-msg-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #49b64b; }
    .aui .alert-success hr, .aui .portlet-msg-success hr {
      border-top-color: #c9e2b3; }
    .aui .alert-success .alert-link, .aui .portlet-msg-success .alert-link {
      color: #3a923c; }
  .aui .alert-info, .aui .portlet-msg-help, .aui .portlet-msg-info, .aui .portlet-msg-progress {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f; }
    .aui .alert-info hr, .aui .portlet-msg-help hr, .aui .portlet-msg-info hr, .aui .portlet-msg-progress hr {
      border-top-color: #a6e1ec; }
    .aui .alert-info .alert-link, .aui .portlet-msg-help .alert-link, .aui .portlet-msg-info .alert-link, .aui .portlet-msg-progress .alert-link {
      color: #245269; }
  .aui .alert-warning, .aui .alert, .aui .portlet-msg-alert, .aui .portlet-msg-error, .aui .portlet-msg-help, .aui .portlet-msg-info, .aui .portlet-msg-progress, .aui .portlet-msg-success {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b; }
    .aui .alert-warning hr, .aui .alert hr, .aui .portlet-msg-alert hr, .aui .portlet-msg-error hr, .aui .portlet-msg-help hr, .aui .portlet-msg-info hr, .aui .portlet-msg-progress hr, .aui .portlet-msg-success hr {
      border-top-color: #f7e1b5; }
    .aui .alert-warning .alert-link, .aui .alert .alert-link, .aui .portlet-msg-alert .alert-link, .aui .portlet-msg-error .alert-link, .aui .portlet-msg-help .alert-link, .aui .portlet-msg-info .alert-link, .aui .portlet-msg-progress .alert-link, .aui .portlet-msg-success .alert-link {
      color: #66512c; }
  .aui .alert-danger, .aui .alert-error, .aui .portlet-msg-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #d52b1e; }
    .aui .alert-danger hr, .aui .alert-error hr, .aui .portlet-msg-error hr {
      border-top-color: #e4b9c0; }
    .aui .alert-danger .alert-link, .aui .alert-error .alert-link, .aui .portlet-msg-error .alert-link {
      color: #a82218; }
  .aui .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
  .aui .progress-bar, .aui .bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-align: center;
    background-color: #004165;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }
  .aui .progress-striped .progress-bar, .aui .progress-striped .bar,
  .aui .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px; }
  .aui .progress.active .progress-bar, .aui .progress.active .bar,
  .aui .progress-bar.active,
  .aui .active.bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }
  .aui .progress-bar-success, .aui .bar-success {
    background-color: #5cb85c; }
    .progress-striped .aui .progress-bar-success, .progress-striped .aui .bar-success {
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .aui .progress-bar-info, .aui .bar-info {
    background-color: #004165; }
    .progress-striped .aui .progress-bar-info, .progress-striped .aui .bar-info {
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .aui .progress-bar-warning, .aui .bar-warning {
    background-color: #fdc82f; }
    .progress-striped .aui .progress-bar-warning, .progress-striped .aui .bar-warning {
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .aui .progress-bar-danger, .aui .bar-danger {
    background-color: #d52b1e; }
    .progress-striped .aui .progress-bar-danger, .progress-striped .aui .bar-danger {
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .aui .media {
    margin-top: 15px; }
    .aui .media:first-child {
      margin-top: 0; }
  .aui .media,
  .aui .media-body {
    zoom: 1;
    overflow: hidden; }
  .aui .media-body {
    width: 10000px; }
  .aui .media-object {
    display: block; }
    .aui .media-object.img-thumbnail, .aui .media-object.img-polaroid {
      max-width: none; }
  .aui .media-right,
  .aui .media > .pull-right {
    padding-left: 10px; }
  .aui .media-left,
  .aui .media > .pull-left {
    padding-right: 10px; }
  .aui .media-left,
  .aui .media-right,
  .aui .media-body {
    display: table-cell;
    vertical-align: top; }
  .aui .media-middle {
    vertical-align: middle; }
  .aui .media-bottom {
    vertical-align: bottom; }
  .aui .media-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .aui .media-list {
    padding-left: 0;
    list-style: none; }
  .aui .list-group {
    margin-bottom: 20px;
    padding-left: 0; }
  .aui .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: white;
    border: 1px solid #dddddd; }
    .aui .list-group-item:first-child {
      border-top-right-radius: 0px;
      border-top-left-radius: 0px; }
    .aui .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px; }
  .aui a.list-group-item,
  .aui button.list-group-item {
    color: #555555; }
    .aui a.list-group-item .list-group-item-heading,
    .aui button.list-group-item .list-group-item-heading {
      color: #333333; }
    .aui a.list-group-item:hover, .aui a.list-group-item:focus,
    .aui button.list-group-item:hover,
    .aui button.list-group-item:focus {
      text-decoration: none;
      color: #555555;
      background-color: whitesmoke; }
  .aui button.list-group-item {
    width: 100%;
    text-align: left; }
  .aui .list-group-item.disabled, .aui .list-group-item.disabled:hover, .aui .list-group-item.disabled:focus {
    background-color: #d8d9dd;
    color: #aeaeb3;
    cursor: not-allowed; }
    .aui .list-group-item.disabled .list-group-item-heading, .aui .list-group-item.disabled:hover .list-group-item-heading, .aui .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .aui .list-group-item.disabled .list-group-item-text, .aui .list-group-item.disabled:hover .list-group-item-text, .aui .list-group-item.disabled:focus .list-group-item-text {
      color: #aeaeb3; }
  .aui .list-group-item.active, .aui .list-group-item.active:hover, .aui .list-group-item.active:focus {
    z-index: 2;
    color: white;
    background-color: #004165;
    border-color: #004165; }
    .aui .list-group-item.active .list-group-item-heading,
    .aui .list-group-item.active .list-group-item-heading > small,
    .aui .list-group-item.active .list-group-item-heading > .small, .aui .list-group-item.active:hover .list-group-item-heading,
    .aui .list-group-item.active:hover .list-group-item-heading > small,
    .aui .list-group-item.active:hover .list-group-item-heading > .small, .aui .list-group-item.active:focus .list-group-item-heading,
    .aui .list-group-item.active:focus .list-group-item-heading > small,
    .aui .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .aui .list-group-item.active .list-group-item-text, .aui .list-group-item.active:hover .list-group-item-text, .aui .list-group-item.active:focus .list-group-item-text {
      color: #32b6ff; }
  .aui .list-group-item-success {
    color: #49b64b;
    background-color: #dff0d8; }
  .aui a.list-group-item-success,
  .aui button.list-group-item-success {
    color: #49b64b; }
    .aui a.list-group-item-success .list-group-item-heading,
    .aui button.list-group-item-success .list-group-item-heading {
      color: inherit; }
    .aui a.list-group-item-success:hover, .aui a.list-group-item-success:focus,
    .aui button.list-group-item-success:hover,
    .aui button.list-group-item-success:focus {
      color: #49b64b;
      background-color: #d0e9c6; }
    .aui a.list-group-item-success.active, .aui a.list-group-item-success.active:hover, .aui a.list-group-item-success.active:focus,
    .aui button.list-group-item-success.active,
    .aui button.list-group-item-success.active:hover,
    .aui button.list-group-item-success.active:focus {
      color: #fff;
      background-color: #49b64b;
      border-color: #49b64b; }
  .aui .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7; }
  .aui a.list-group-item-info,
  .aui button.list-group-item-info {
    color: #31708f; }
    .aui a.list-group-item-info .list-group-item-heading,
    .aui button.list-group-item-info .list-group-item-heading {
      color: inherit; }
    .aui a.list-group-item-info:hover, .aui a.list-group-item-info:focus,
    .aui button.list-group-item-info:hover,
    .aui button.list-group-item-info:focus {
      color: #31708f;
      background-color: #c4e3f3; }
    .aui a.list-group-item-info.active, .aui a.list-group-item-info.active:hover, .aui a.list-group-item-info.active:focus,
    .aui button.list-group-item-info.active,
    .aui button.list-group-item-info.active:hover,
    .aui button.list-group-item-info.active:focus {
      color: #fff;
      background-color: #31708f;
      border-color: #31708f; }
  .aui .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3; }
  .aui a.list-group-item-warning,
  .aui button.list-group-item-warning {
    color: #8a6d3b; }
    .aui a.list-group-item-warning .list-group-item-heading,
    .aui button.list-group-item-warning .list-group-item-heading {
      color: inherit; }
    .aui a.list-group-item-warning:hover, .aui a.list-group-item-warning:focus,
    .aui button.list-group-item-warning:hover,
    .aui button.list-group-item-warning:focus {
      color: #8a6d3b;
      background-color: #faf2cc; }
    .aui a.list-group-item-warning.active, .aui a.list-group-item-warning.active:hover, .aui a.list-group-item-warning.active:focus,
    .aui button.list-group-item-warning.active,
    .aui button.list-group-item-warning.active:hover,
    .aui button.list-group-item-warning.active:focus {
      color: #fff;
      background-color: #8a6d3b;
      border-color: #8a6d3b; }
  .aui .list-group-item-danger {
    color: #d52b1e;
    background-color: #f2dede; }
  .aui a.list-group-item-danger,
  .aui button.list-group-item-danger {
    color: #d52b1e; }
    .aui a.list-group-item-danger .list-group-item-heading,
    .aui button.list-group-item-danger .list-group-item-heading {
      color: inherit; }
    .aui a.list-group-item-danger:hover, .aui a.list-group-item-danger:focus,
    .aui button.list-group-item-danger:hover,
    .aui button.list-group-item-danger:focus {
      color: #d52b1e;
      background-color: #ebcccc; }
    .aui a.list-group-item-danger.active, .aui a.list-group-item-danger.active:hover, .aui a.list-group-item-danger.active:focus,
    .aui button.list-group-item-danger.active,
    .aui button.list-group-item-danger.active:hover,
    .aui button.list-group-item-danger.active:focus {
      color: #fff;
      background-color: #d52b1e;
      border-color: #d52b1e; }
  .aui .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .aui .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3; }
  .aui .panel, .aui .accordion-group {
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .aui .panel-body, .aui .accordion-inner {
    padding: 15px; }
    .aui .panel-body:before, .aui .accordion-inner:before, .aui .panel-body:after, .aui .accordion-inner:after {
      content: " ";
      display: table; }
    .aui .panel-body:after, .aui .accordion-inner:after {
      clear: both; }
  .aui .panel-heading, .aui .accordion-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px; }
    .aui .panel-heading > .dropdown .dropdown-toggle, .aui .accordion-heading > .dropdown .dropdown-toggle {
      color: inherit; }
  .aui .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit; }
    .aui .panel-title > a,
    .aui .panel-title > small,
    .aui .panel-title > .small,
    .aui .panel-title > small > a,
    .aui .panel-title > .small > a {
      color: inherit; }
  .aui .panel-footer {
    padding: 10px 15px;
    background-color: whitesmoke;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px; }
  .aui .panel > .list-group, .aui .accordion-group > .list-group,
  .aui .panel > .panel-collapse > .list-group,
  .aui .accordion-group > .panel-collapse > .list-group,
  .aui .panel > .accordion-body > .list-group,
  .aui .accordion-group > .accordion-body > .list-group {
    margin-bottom: 0; }
    .aui .panel > .list-group .list-group-item, .aui .accordion-group > .list-group .list-group-item,
    .aui .panel > .panel-collapse > .list-group .list-group-item,
    .aui .accordion-group > .panel-collapse > .list-group .list-group-item,
    .aui .panel > .accordion-body > .list-group .list-group-item,
    .aui .accordion-group > .accordion-body > .list-group .list-group-item {
      border-width: 1px 0;
      border-radius: 0; }
    .aui .panel > .list-group:first-child .list-group-item:first-child, .aui .accordion-group > .list-group:first-child .list-group-item:first-child,
    .aui .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
    .aui .accordion-group > .panel-collapse > .list-group:first-child .list-group-item:first-child,
    .aui .panel > .accordion-body > .list-group:first-child .list-group-item:first-child,
    .aui .accordion-group > .accordion-body > .list-group:first-child .list-group-item:first-child {
      border-top: 0;
      border-top-right-radius: -1px;
      border-top-left-radius: -1px; }
    .aui .panel > .list-group:last-child .list-group-item:last-child, .aui .accordion-group > .list-group:last-child .list-group-item:last-child,
    .aui .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
    .aui .accordion-group > .panel-collapse > .list-group:last-child .list-group-item:last-child,
    .aui .panel > .accordion-body > .list-group:last-child .list-group-item:last-child,
    .aui .accordion-group > .accordion-body > .list-group:last-child .list-group-item:last-child {
      border-bottom: 0;
      border-bottom-right-radius: -1px;
      border-bottom-left-radius: -1px; }
  .aui .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .aui .accordion-group > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .aui .panel > .accordion-heading + .panel-collapse > .list-group .list-group-item:first-child, .aui .accordion-group > .accordion-heading + .panel-collapse > .list-group .list-group-item:first-child, .aui .panel > .panel-heading + .accordion-body > .list-group .list-group-item:first-child, .aui .accordion-group > .panel-heading + .accordion-body > .list-group .list-group-item:first-child, .aui .panel > .accordion-heading + .accordion-body > .list-group .list-group-item:first-child, .aui .accordion-group > .accordion-heading + .accordion-body > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .aui .panel-heading + .list-group .list-group-item:first-child, .aui .accordion-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }
  .aui .list-group + .panel-footer {
    border-top-width: 0; }
  .aui .panel > .table, .aui .accordion-group > .table,
  .aui .panel > .table-responsive > .table,
  .aui .accordion-group > .table-responsive > .table,
  .aui .panel > .panel-collapse > .table,
  .aui .accordion-group > .panel-collapse > .table,
  .aui .panel > .accordion-body > .table,
  .aui .accordion-group > .accordion-body > .table {
    margin-bottom: 0; }
    .aui .panel > .table caption, .aui .accordion-group > .table caption,
    .aui .panel > .table-responsive > .table caption,
    .aui .accordion-group > .table-responsive > .table caption,
    .aui .panel > .panel-collapse > .table caption,
    .aui .accordion-group > .panel-collapse > .table caption,
    .aui .panel > .accordion-body > .table caption,
    .aui .accordion-group > .accordion-body > .table caption {
      padding-left: 15px;
      padding-right: 15px; }
  .aui .panel > .table:first-child, .aui .accordion-group > .table:first-child,
  .aui .panel > .table-responsive:first-child > .table:first-child,
  .aui .accordion-group > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px; }
    .aui .panel > .table:first-child > thead:first-child > tr:first-child, .aui .accordion-group > .table:first-child > thead:first-child > tr:first-child,
    .aui .panel > .table:first-child > tbody:first-child > tr:first-child,
    .aui .accordion-group > .table:first-child > tbody:first-child > tr:first-child,
    .aui .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
    .aui .accordion-group > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
    .aui .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
    .aui .accordion-group > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
      border-top-left-radius: -1px;
      border-top-right-radius: -1px; }
      .aui .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .aui .accordion-group > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .aui .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .aui .accordion-group > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .aui .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .aui .accordion-group > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .aui .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
      .aui .accordion-group > .table:first-child > tbody:first-child > tr:first-child th:first-child,
      .aui .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .aui .accordion-group > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .aui .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .aui .accordion-group > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .aui .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .aui .accordion-group > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .aui .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
      .aui .accordion-group > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: -1px; }
      .aui .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .aui .accordion-group > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .aui .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .aui .accordion-group > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .aui .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .aui .accordion-group > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .aui .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
      .aui .accordion-group > .table:first-child > tbody:first-child > tr:first-child th:last-child,
      .aui .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .aui .accordion-group > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .aui .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .aui .accordion-group > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .aui .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .aui .accordion-group > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .aui .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
      .aui .accordion-group > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: -1px; }
  .aui .panel > .table:last-child, .aui .accordion-group > .table:last-child,
  .aui .panel > .table-responsive:last-child > .table:last-child,
  .aui .accordion-group > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px; }
    .aui .panel > .table:last-child > tbody:last-child > tr:last-child, .aui .accordion-group > .table:last-child > tbody:last-child > tr:last-child,
    .aui .panel > .table:last-child > tfoot:last-child > tr:last-child,
    .aui .accordion-group > .table:last-child > tfoot:last-child > tr:last-child,
    .aui .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
    .aui .accordion-group > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
    .aui .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
    .aui .accordion-group > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
      border-bottom-left-radius: -1px;
      border-bottom-right-radius: -1px; }
      .aui .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .aui .accordion-group > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .aui .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .aui .accordion-group > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .aui .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .aui .accordion-group > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .aui .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
      .aui .accordion-group > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
      .aui .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .aui .accordion-group > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .aui .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .aui .accordion-group > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .aui .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .aui .accordion-group > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .aui .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
      .aui .accordion-group > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: -1px; }
      .aui .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .aui .accordion-group > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .aui .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .aui .accordion-group > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .aui .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .aui .accordion-group > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .aui .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
      .aui .accordion-group > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
      .aui .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .aui .accordion-group > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .aui .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .aui .accordion-group > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .aui .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .aui .accordion-group > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .aui .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
      .aui .accordion-group > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: -1px; }
  .aui .panel > .panel-body + .table, .aui .accordion-group > .panel-body + .table, .aui .panel > .accordion-inner + .table, .aui .accordion-group > .accordion-inner + .table,
  .aui .panel > .panel-body + .table-responsive,
  .aui .accordion-group > .panel-body + .table-responsive,
  .aui .panel > .accordion-inner + .table-responsive,
  .aui .accordion-group > .accordion-inner + .table-responsive,
  .aui .panel > .table + .panel-body,
  .aui .accordion-group > .table + .panel-body,
  .aui .panel > .table + .accordion-inner,
  .aui .accordion-group > .table + .accordion-inner,
  .aui .panel > .table-responsive + .panel-body,
  .aui .accordion-group > .table-responsive + .panel-body,
  .aui .panel > .table-responsive + .accordion-inner,
  .aui .accordion-group > .table-responsive + .accordion-inner {
    border-top: 1px solid #dddddd; }
  .aui .panel > .table > tbody:first-child > tr:first-child th, .aui .accordion-group > .table > tbody:first-child > tr:first-child th,
  .aui .panel > .table > tbody:first-child > tr:first-child td,
  .aui .accordion-group > .table > tbody:first-child > tr:first-child td {
    border-top: 0; }
  .aui .panel > .table-bordered, .aui .accordion-group > .table-bordered,
  .aui .panel > .table-responsive > .table-bordered,
  .aui .accordion-group > .table-responsive > .table-bordered {
    border: 0; }
    .aui .panel > .table-bordered > thead > tr > th:first-child, .aui .accordion-group > .table-bordered > thead > tr > th:first-child,
    .aui .panel > .table-bordered > thead > tr > td:first-child,
    .aui .accordion-group > .table-bordered > thead > tr > td:first-child,
    .aui .panel > .table-bordered > tbody > tr > th:first-child,
    .aui .accordion-group > .table-bordered > tbody > tr > th:first-child,
    .aui .panel > .table-bordered > tbody > tr > td:first-child,
    .aui .accordion-group > .table-bordered > tbody > tr > td:first-child,
    .aui .panel > .table-bordered > tfoot > tr > th:first-child,
    .aui .accordion-group > .table-bordered > tfoot > tr > th:first-child,
    .aui .panel > .table-bordered > tfoot > tr > td:first-child,
    .aui .accordion-group > .table-bordered > tfoot > tr > td:first-child,
    .aui .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .aui .accordion-group > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .aui .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .aui .accordion-group > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .aui .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .aui .accordion-group > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .aui .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .aui .accordion-group > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .aui .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .aui .accordion-group > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .aui .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .aui .accordion-group > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
    .aui .panel > .table-bordered > thead > tr > th:last-child, .aui .accordion-group > .table-bordered > thead > tr > th:last-child,
    .aui .panel > .table-bordered > thead > tr > td:last-child,
    .aui .accordion-group > .table-bordered > thead > tr > td:last-child,
    .aui .panel > .table-bordered > tbody > tr > th:last-child,
    .aui .accordion-group > .table-bordered > tbody > tr > th:last-child,
    .aui .panel > .table-bordered > tbody > tr > td:last-child,
    .aui .accordion-group > .table-bordered > tbody > tr > td:last-child,
    .aui .panel > .table-bordered > tfoot > tr > th:last-child,
    .aui .accordion-group > .table-bordered > tfoot > tr > th:last-child,
    .aui .panel > .table-bordered > tfoot > tr > td:last-child,
    .aui .accordion-group > .table-bordered > tfoot > tr > td:last-child,
    .aui .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .aui .accordion-group > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .aui .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .aui .accordion-group > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .aui .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .aui .accordion-group > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .aui .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .aui .accordion-group > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .aui .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .aui .accordion-group > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .aui .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .aui .accordion-group > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
    .aui .panel > .table-bordered > thead > tr:first-child > td, .aui .accordion-group > .table-bordered > thead > tr:first-child > td,
    .aui .panel > .table-bordered > thead > tr:first-child > th,
    .aui .accordion-group > .table-bordered > thead > tr:first-child > th,
    .aui .panel > .table-bordered > tbody > tr:first-child > td,
    .aui .accordion-group > .table-bordered > tbody > tr:first-child > td,
    .aui .panel > .table-bordered > tbody > tr:first-child > th,
    .aui .accordion-group > .table-bordered > tbody > tr:first-child > th,
    .aui .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .aui .accordion-group > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .aui .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .aui .accordion-group > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .aui .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .aui .accordion-group > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .aui .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
    .aui .accordion-group > .table-responsive > .table-bordered > tbody > tr:first-child > th {
      border-bottom: 0; }
    .aui .panel > .table-bordered > tbody > tr:last-child > td, .aui .accordion-group > .table-bordered > tbody > tr:last-child > td,
    .aui .panel > .table-bordered > tbody > tr:last-child > th,
    .aui .accordion-group > .table-bordered > tbody > tr:last-child > th,
    .aui .panel > .table-bordered > tfoot > tr:last-child > td,
    .aui .accordion-group > .table-bordered > tfoot > tr:last-child > td,
    .aui .panel > .table-bordered > tfoot > tr:last-child > th,
    .aui .accordion-group > .table-bordered > tfoot > tr:last-child > th,
    .aui .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .aui .accordion-group > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .aui .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .aui .accordion-group > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .aui .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .aui .accordion-group > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .aui .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .aui .accordion-group > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
      border-bottom: 0; }
  .aui .panel > .table-responsive, .aui .accordion-group > .table-responsive {
    border: 0;
    margin-bottom: 0; }
  .aui .panel-group, .aui .nav-list, .aui .nav-header, .aui .accordion {
    margin-bottom: 20px; }
    .aui .panel-group .panel, .aui .nav-list .panel, .aui .nav-header .panel, .aui .accordion .panel, .aui .panel-group .accordion-group, .aui .nav-list .accordion-group, .aui .nav-header .accordion-group, .aui .accordion .accordion-group {
      margin-bottom: 0;
      border-radius: 0px; }
      .aui .panel-group .panel + .panel, .aui .nav-list .panel + .panel, .aui .nav-header .panel + .panel, .aui .accordion .panel + .panel, .aui .panel-group .accordion-group + .panel, .aui .nav-list .accordion-group + .panel, .aui .nav-header .accordion-group + .panel, .aui .accordion .accordion-group + .panel, .aui .panel-group .panel + .accordion-group, .aui .nav-list .panel + .accordion-group, .aui .nav-header .panel + .accordion-group, .aui .accordion .panel + .accordion-group, .aui .panel-group .accordion-group + .accordion-group, .aui .nav-list .accordion-group + .accordion-group, .aui .nav-header .accordion-group + .accordion-group, .aui .accordion .accordion-group + .accordion-group {
        margin-top: 5px; }
    .aui .panel-group .panel-heading, .aui .nav-list .panel-heading, .aui .nav-header .panel-heading, .aui .accordion .panel-heading, .aui .panel-group .accordion-heading, .aui .nav-list .accordion-heading, .aui .nav-header .accordion-heading, .aui .accordion .accordion-heading {
      border-bottom: 0; }
      .aui .panel-group .panel-heading + .panel-collapse > .panel-body, .aui .nav-list .panel-heading + .panel-collapse > .panel-body, .aui .nav-header .panel-heading + .panel-collapse > .panel-body, .aui .accordion .panel-heading + .panel-collapse > .panel-body, .aui .panel-group .accordion-heading + .panel-collapse > .panel-body, .aui .nav-list .accordion-heading + .panel-collapse > .panel-body, .aui .nav-header .accordion-heading + .panel-collapse > .panel-body, .aui .accordion .accordion-heading + .panel-collapse > .panel-body, .aui .panel-group .panel-heading + .accordion-body > .panel-body, .aui .nav-list .panel-heading + .accordion-body > .panel-body, .aui .nav-header .panel-heading + .accordion-body > .panel-body, .aui .accordion .panel-heading + .accordion-body > .panel-body, .aui .panel-group .accordion-heading + .accordion-body > .panel-body, .aui .nav-list .accordion-heading + .accordion-body > .panel-body, .aui .nav-header .accordion-heading + .accordion-body > .panel-body, .aui .accordion .accordion-heading + .accordion-body > .panel-body, .aui .panel-group .panel-heading + .panel-collapse > .accordion-inner, .aui .nav-list .panel-heading + .panel-collapse > .accordion-inner, .aui .nav-header .panel-heading + .panel-collapse > .accordion-inner, .aui .accordion .panel-heading + .panel-collapse > .accordion-inner, .aui .panel-group .accordion-heading + .panel-collapse > .accordion-inner, .aui .nav-list .accordion-heading + .panel-collapse > .accordion-inner, .aui .nav-header .accordion-heading + .panel-collapse > .accordion-inner, .aui .accordion .accordion-heading + .panel-collapse > .accordion-inner, .aui .panel-group .panel-heading + .accordion-body > .accordion-inner, .aui .nav-list .panel-heading + .accordion-body > .accordion-inner, .aui .nav-header .panel-heading + .accordion-body > .accordion-inner, .aui .accordion .panel-heading + .accordion-body > .accordion-inner, .aui .panel-group .accordion-heading + .accordion-body > .accordion-inner, .aui .nav-list .accordion-heading + .accordion-body > .accordion-inner, .aui .nav-header .accordion-heading + .accordion-body > .accordion-inner, .aui .accordion .accordion-heading + .accordion-body > .accordion-inner,
      .aui .panel-group .panel-heading + .panel-collapse > .list-group,
      .aui .nav-list .panel-heading + .panel-collapse > .list-group,
      .aui .nav-header .panel-heading + .panel-collapse > .list-group,
      .aui .accordion .panel-heading + .panel-collapse > .list-group,
      .aui .panel-group .accordion-heading + .panel-collapse > .list-group,
      .aui .nav-list .accordion-heading + .panel-collapse > .list-group,
      .aui .nav-header .accordion-heading + .panel-collapse > .list-group,
      .aui .accordion .accordion-heading + .panel-collapse > .list-group,
      .aui .panel-group .panel-heading + .accordion-body > .list-group,
      .aui .nav-list .panel-heading + .accordion-body > .list-group,
      .aui .nav-header .panel-heading + .accordion-body > .list-group,
      .aui .accordion .panel-heading + .accordion-body > .list-group,
      .aui .panel-group .accordion-heading + .accordion-body > .list-group,
      .aui .nav-list .accordion-heading + .accordion-body > .list-group,
      .aui .nav-header .accordion-heading + .accordion-body > .list-group,
      .aui .accordion .accordion-heading + .accordion-body > .list-group {
        border-top: 1px solid #dddddd; }
    .aui .panel-group .panel-footer, .aui .nav-list .panel-footer, .aui .nav-header .panel-footer, .aui .accordion .panel-footer {
      border-top: 0; }
      .aui .panel-group .panel-footer + .panel-collapse .panel-body, .aui .nav-list .panel-footer + .panel-collapse .panel-body, .aui .nav-header .panel-footer + .panel-collapse .panel-body, .aui .accordion .panel-footer + .panel-collapse .panel-body, .aui .panel-group .panel-footer + .accordion-body .panel-body, .aui .nav-list .panel-footer + .accordion-body .panel-body, .aui .nav-header .panel-footer + .accordion-body .panel-body, .aui .accordion .panel-footer + .accordion-body .panel-body, .aui .panel-group .panel-footer + .panel-collapse .accordion-inner, .aui .nav-list .panel-footer + .panel-collapse .accordion-inner, .aui .nav-header .panel-footer + .panel-collapse .accordion-inner, .aui .accordion .panel-footer + .panel-collapse .accordion-inner, .aui .panel-group .panel-footer + .accordion-body .accordion-inner, .aui .nav-list .panel-footer + .accordion-body .accordion-inner, .aui .nav-header .panel-footer + .accordion-body .accordion-inner, .aui .accordion .panel-footer + .accordion-body .accordion-inner {
        border-bottom: 1px solid #dddddd; }
  .aui .panel-default, .aui .accordion-group {
    border-color: #dddddd; }
    .aui .panel-default > .panel-heading, .aui .accordion-group > .panel-heading, .aui .panel-default > .accordion-heading, .aui .accordion-group > .accordion-heading {
      color: #333333;
      background-color: whitesmoke;
      border-color: #dddddd; }
      .aui .panel-default > .panel-heading + .panel-collapse > .panel-body, .aui .accordion-group > .panel-heading + .panel-collapse > .panel-body, .aui .panel-default > .accordion-heading + .panel-collapse > .panel-body, .aui .accordion-group > .accordion-heading + .panel-collapse > .panel-body, .aui .panel-default > .panel-heading + .accordion-body > .panel-body, .aui .accordion-group > .panel-heading + .accordion-body > .panel-body, .aui .panel-default > .accordion-heading + .accordion-body > .panel-body, .aui .accordion-group > .accordion-heading + .accordion-body > .panel-body, .aui .panel-default > .panel-heading + .panel-collapse > .accordion-inner, .aui .accordion-group > .panel-heading + .panel-collapse > .accordion-inner, .aui .panel-default > .accordion-heading + .panel-collapse > .accordion-inner, .aui .accordion-group > .accordion-heading + .panel-collapse > .accordion-inner, .aui .panel-default > .panel-heading + .accordion-body > .accordion-inner, .aui .accordion-group > .panel-heading + .accordion-body > .accordion-inner, .aui .panel-default > .accordion-heading + .accordion-body > .accordion-inner, .aui .accordion-group > .accordion-heading + .accordion-body > .accordion-inner {
        border-top-color: #dddddd; }
      .aui .panel-default > .panel-heading .badge, .aui .accordion-group > .panel-heading .badge, .aui .panel-default > .accordion-heading .badge, .aui .accordion-group > .accordion-heading .badge {
        color: whitesmoke;
        background-color: #333333; }
    .aui .panel-default > .panel-footer + .panel-collapse > .panel-body, .aui .accordion-group > .panel-footer + .panel-collapse > .panel-body, .aui .panel-default > .panel-footer + .accordion-body > .panel-body, .aui .accordion-group > .panel-footer + .accordion-body > .panel-body, .aui .panel-default > .panel-footer + .panel-collapse > .accordion-inner, .aui .accordion-group > .panel-footer + .panel-collapse > .accordion-inner, .aui .panel-default > .panel-footer + .accordion-body > .accordion-inner, .aui .accordion-group > .panel-footer + .accordion-body > .accordion-inner {
      border-bottom-color: #dddddd; }
  .aui .panel-primary {
    border-color: #004165; }
    .aui .panel-primary > .panel-heading, .aui .panel-primary > .accordion-heading {
      color: white;
      background-color: #004165;
      border-color: #004165; }
      .aui .panel-primary > .panel-heading + .panel-collapse > .panel-body, .aui .panel-primary > .accordion-heading + .panel-collapse > .panel-body, .aui .panel-primary > .panel-heading + .accordion-body > .panel-body, .aui .panel-primary > .accordion-heading + .accordion-body > .panel-body, .aui .panel-primary > .panel-heading + .panel-collapse > .accordion-inner, .aui .panel-primary > .accordion-heading + .panel-collapse > .accordion-inner, .aui .panel-primary > .panel-heading + .accordion-body > .accordion-inner, .aui .panel-primary > .accordion-heading + .accordion-body > .accordion-inner {
        border-top-color: #004165; }
      .aui .panel-primary > .panel-heading .badge, .aui .panel-primary > .accordion-heading .badge {
        color: #004165;
        background-color: white; }
    .aui .panel-primary > .panel-footer + .panel-collapse > .panel-body, .aui .panel-primary > .panel-footer + .accordion-body > .panel-body, .aui .panel-primary > .panel-footer + .panel-collapse > .accordion-inner, .aui .panel-primary > .panel-footer + .accordion-body > .accordion-inner {
      border-bottom-color: #004165; }
  .aui .panel-success {
    border-color: #d6e9c6; }
    .aui .panel-success > .panel-heading, .aui .panel-success > .accordion-heading {
      color: #49b64b;
      background-color: #dff0d8;
      border-color: #d6e9c6; }
      .aui .panel-success > .panel-heading + .panel-collapse > .panel-body, .aui .panel-success > .accordion-heading + .panel-collapse > .panel-body, .aui .panel-success > .panel-heading + .accordion-body > .panel-body, .aui .panel-success > .accordion-heading + .accordion-body > .panel-body, .aui .panel-success > .panel-heading + .panel-collapse > .accordion-inner, .aui .panel-success > .accordion-heading + .panel-collapse > .accordion-inner, .aui .panel-success > .panel-heading + .accordion-body > .accordion-inner, .aui .panel-success > .accordion-heading + .accordion-body > .accordion-inner {
        border-top-color: #d6e9c6; }
      .aui .panel-success > .panel-heading .badge, .aui .panel-success > .accordion-heading .badge {
        color: #dff0d8;
        background-color: #49b64b; }
    .aui .panel-success > .panel-footer + .panel-collapse > .panel-body, .aui .panel-success > .panel-footer + .accordion-body > .panel-body, .aui .panel-success > .panel-footer + .panel-collapse > .accordion-inner, .aui .panel-success > .panel-footer + .accordion-body > .accordion-inner {
      border-bottom-color: #d6e9c6; }
  .aui .panel-info {
    border-color: #bce8f1; }
    .aui .panel-info > .panel-heading, .aui .panel-info > .accordion-heading {
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1; }
      .aui .panel-info > .panel-heading + .panel-collapse > .panel-body, .aui .panel-info > .accordion-heading + .panel-collapse > .panel-body, .aui .panel-info > .panel-heading + .accordion-body > .panel-body, .aui .panel-info > .accordion-heading + .accordion-body > .panel-body, .aui .panel-info > .panel-heading + .panel-collapse > .accordion-inner, .aui .panel-info > .accordion-heading + .panel-collapse > .accordion-inner, .aui .panel-info > .panel-heading + .accordion-body > .accordion-inner, .aui .panel-info > .accordion-heading + .accordion-body > .accordion-inner {
        border-top-color: #bce8f1; }
      .aui .panel-info > .panel-heading .badge, .aui .panel-info > .accordion-heading .badge {
        color: #d9edf7;
        background-color: #31708f; }
    .aui .panel-info > .panel-footer + .panel-collapse > .panel-body, .aui .panel-info > .panel-footer + .accordion-body > .panel-body, .aui .panel-info > .panel-footer + .panel-collapse > .accordion-inner, .aui .panel-info > .panel-footer + .accordion-body > .accordion-inner {
      border-bottom-color: #bce8f1; }
  .aui .panel-warning {
    border-color: #faebcc; }
    .aui .panel-warning > .panel-heading, .aui .panel-warning > .accordion-heading {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
      .aui .panel-warning > .panel-heading + .panel-collapse > .panel-body, .aui .panel-warning > .accordion-heading + .panel-collapse > .panel-body, .aui .panel-warning > .panel-heading + .accordion-body > .panel-body, .aui .panel-warning > .accordion-heading + .accordion-body > .panel-body, .aui .panel-warning > .panel-heading + .panel-collapse > .accordion-inner, .aui .panel-warning > .accordion-heading + .panel-collapse > .accordion-inner, .aui .panel-warning > .panel-heading + .accordion-body > .accordion-inner, .aui .panel-warning > .accordion-heading + .accordion-body > .accordion-inner {
        border-top-color: #faebcc; }
      .aui .panel-warning > .panel-heading .badge, .aui .panel-warning > .accordion-heading .badge {
        color: #fcf8e3;
        background-color: #8a6d3b; }
    .aui .panel-warning > .panel-footer + .panel-collapse > .panel-body, .aui .panel-warning > .panel-footer + .accordion-body > .panel-body, .aui .panel-warning > .panel-footer + .panel-collapse > .accordion-inner, .aui .panel-warning > .panel-footer + .accordion-body > .accordion-inner {
      border-bottom-color: #faebcc; }
  .aui .panel-danger {
    border-color: #ebccd1; }
    .aui .panel-danger > .panel-heading, .aui .panel-danger > .accordion-heading {
      color: #d52b1e;
      background-color: #f2dede;
      border-color: #ebccd1; }
      .aui .panel-danger > .panel-heading + .panel-collapse > .panel-body, .aui .panel-danger > .accordion-heading + .panel-collapse > .panel-body, .aui .panel-danger > .panel-heading + .accordion-body > .panel-body, .aui .panel-danger > .accordion-heading + .accordion-body > .panel-body, .aui .panel-danger > .panel-heading + .panel-collapse > .accordion-inner, .aui .panel-danger > .accordion-heading + .panel-collapse > .accordion-inner, .aui .panel-danger > .panel-heading + .accordion-body > .accordion-inner, .aui .panel-danger > .accordion-heading + .accordion-body > .accordion-inner {
        border-top-color: #ebccd1; }
      .aui .panel-danger > .panel-heading .badge, .aui .panel-danger > .accordion-heading .badge {
        color: #f2dede;
        background-color: #d52b1e; }
    .aui .panel-danger > .panel-footer + .panel-collapse > .panel-body, .aui .panel-danger > .panel-footer + .accordion-body > .panel-body, .aui .panel-danger > .panel-footer + .panel-collapse > .accordion-inner, .aui .panel-danger > .panel-footer + .accordion-body > .accordion-inner {
      border-bottom-color: #ebccd1; }
  .aui .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden; }
    .aui .embed-responsive .embed-responsive-item,
    .aui .embed-responsive iframe,
    .aui .embed-responsive embed,
    .aui .embed-responsive object,
    .aui .embed-responsive video {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      border: 0; }
  .aui .embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .aui .embed-responsive-4by3 {
    padding-bottom: 75%; }
  .aui .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
    .aui .well blockquote {
      border-color: #ddd;
      border-color: rgba(0, 0, 0, 0.15); }
  .aui .well-lg {
    padding: 24px;
    border-radius: 0px; }
  .aui .well-sm {
    padding: 9px;
    border-radius: 0px; }
  .aui .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20); }
    .aui .close:hover, .aui .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .aui button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }
  .aui .modal-open {
    overflow: hidden; }
  .aui .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
    .aui .modal.fade .modal-dialog {
      -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
      -o-transform: translate(0, -25%);
      transform: translate(0, -25%);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      -moz-transition: -moz-transform 0.3s ease-out;
      -o-transition: -o-transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
    .aui .modal.in .modal-dialog {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  .aui .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .aui .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }
  .aui .modal-content {
    position: relative;
    background-color: white;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0; }
  .aui .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black; }
    .aui .modal-backdrop.fade {
      opacity: 0;
      filter: alpha(opacity=0); }
    .aui .modal-backdrop.in {
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .aui .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5; }
    .aui .modal-header:before, .aui .modal-header:after {
      content: " ";
      display: table; }
    .aui .modal-header:after {
      clear: both; }
  .aui .modal-header .close {
    margin-top: -2px; }
  .aui .modal-title {
    margin: 0;
    line-height: 1.42857; }
  .aui .modal-body {
    position: relative;
    padding: 15px; }
  .aui .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
    .aui .modal-footer:before, .aui .modal-footer:after {
      content: " ";
      display: table; }
    .aui .modal-footer:after {
      clear: both; }
    .aui .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0; }
    .aui .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    .aui .modal-footer .btn-block + .btn-block, .aui .modal-footer .portlet-login .button-holder .btn + .btn-block, .aui .portlet-login .button-holder .modal-footer .btn + .btn-block, .aui .modal-footer .portlet-login .button-holder .btn-block + .btn, .aui .portlet-login .button-holder .modal-footer .btn-block + .btn, .aui .modal-footer .portlet-login .button-holder .btn + .btn, .aui .portlet-login .button-holder .modal-footer .btn + .btn {
      margin-left: 0; }
  .aui .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 768px) {
    .aui .modal-dialog {
      width: 600px;
      margin: 30px auto; }
    .aui .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    .aui .modal-sm {
      width: 300px; } }
  @media (min-width: 992px) {
    .aui .modal-lg {
      width: 900px; } }
  .aui .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: latoregular, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0); }
    .aui .tooltip.in {
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .aui .tooltip.top {
      margin-top: -3px;
      padding: 5px 0; }
    .aui .tooltip.right {
      margin-left: 3px;
      padding: 0 5px; }
    .aui .tooltip.bottom {
      margin-top: 3px;
      padding: 5px 0; }
    .aui .tooltip.left {
      margin-left: -3px;
      padding: 0 5px; }
  .aui .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: white;
    text-align: center;
    background-color: black;
    border-radius: 0px; }
  .aui .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .aui .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: black; }
  .aui .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: black; }
  .aui .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: black; }
  .aui .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: black; }
  .aui .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: black; }
  .aui .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black; }
  .aui .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black; }
  .aui .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black; }
  .aui .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: latoregular, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .aui .popover.top {
      margin-top: -10px; }
    .aui .popover.right {
      margin-left: 10px; }
    .aui .popover.bottom {
      margin-top: 10px; }
    .aui .popover.left {
      margin-left: -10px; }
  .aui .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 0 0; }
  .aui .popover-content {
    padding: 9px 14px; }
  .aui .popover > .arrow, .aui .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .aui .popover > .arrow {
    border-width: 11px; }
  .aui .popover > .arrow:after {
    border-width: 10px;
    content: ""; }
  .aui .popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px; }
    .aui .popover.top > .arrow:after {
      content: " ";
      bottom: 1px;
      margin-left: -10px;
      border-bottom-width: 0;
      border-top-color: white; }
  .aui .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25); }
    .aui .popover.right > .arrow:after {
      content: " ";
      left: 1px;
      bottom: -10px;
      border-left-width: 0;
      border-right-color: white; }
  .aui .popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px; }
    .aui .popover.bottom > .arrow:after {
      content: " ";
      top: 1px;
      margin-left: -10px;
      border-top-width: 0;
      border-bottom-color: white; }
  .aui .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .aui .popover.left > .arrow:after {
      content: " ";
      right: 1px;
      border-right-width: 0;
      border-left-color: white;
      bottom: -10px; }
  .aui .carousel {
    position: relative; }
  .aui .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .aui .carousel-inner > .item {
      display: none;
      position: relative;
      -webkit-transition: 0.6s ease-in-out left;
      -o-transition: 0.6s ease-in-out left;
      transition: 0.6s ease-in-out left; }
      .aui .carousel-inner > .item > img,
      .aui .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: auto;
        line-height: 1; }
      @media all and (transform-3d), (-webkit-transform-3d) {
        .aui .carousel-inner > .item {
          -webkit-transition: -webkit-transform 0.6s ease-in-out;
          -moz-transition: -moz-transform 0.6s ease-in-out;
          -o-transition: -o-transform 0.6s ease-in-out;
          transition: transform 0.6s ease-in-out;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-perspective: 1000px;
          -moz-perspective: 1000px;
          perspective: 1000px; }
          .aui .carousel-inner > .item.next, .aui .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0; }
          .aui .carousel-inner > .item.prev, .aui .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0; }
          .aui .carousel-inner > .item.next.left, .aui .carousel-inner > .item.prev.right, .aui .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0; } }
    .aui .carousel-inner > .active,
    .aui .carousel-inner > .next,
    .aui .carousel-inner > .prev {
      display: block; }
    .aui .carousel-inner > .active {
      left: 0; }
    .aui .carousel-inner > .next,
    .aui .carousel-inner > .prev {
      position: absolute;
      top: 0;
      width: 100%; }
    .aui .carousel-inner > .next {
      left: 100%; }
    .aui .carousel-inner > .prev {
      left: -100%; }
    .aui .carousel-inner > .next.left,
    .aui .carousel-inner > .prev.right {
      left: 0; }
    .aui .carousel-inner > .active.left {
      left: -100%; }
    .aui .carousel-inner > .active.right {
      left: 100%; }
  .aui .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0); }
    .aui .carousel-control.left {
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
    .aui .carousel-control.right {
      left: auto;
      right: 0;
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
    .aui .carousel-control:hover, .aui .carousel-control:focus {
      outline: 0;
      color: white;
      text-decoration: none;
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .aui .carousel-control .icon-prev,
    .aui .carousel-control .icon-next,
    .aui .carousel-control .glyphicon-chevron-left,
    .aui .carousel-control .glyphicon-chevron-right {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      z-index: 5;
      display: inline-block; }
    .aui .carousel-control .icon-prev,
    .aui .carousel-control .glyphicon-chevron-left {
      left: 50%;
      margin-left: -10px; }
    .aui .carousel-control .icon-next,
    .aui .carousel-control .glyphicon-chevron-right {
      right: 50%;
      margin-right: -10px; }
    .aui .carousel-control .icon-prev,
    .aui .carousel-control .icon-next {
      width: 20px;
      height: 20px;
      line-height: 1;
      font-family: serif; }
    .aui .carousel-control .icon-prev:before {
      content: '\2039'; }
    .aui .carousel-control .icon-next:before {
      content: '\203a'; }
  .aui .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center; }
    .aui .carousel-indicators li {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 1px;
      text-indent: -999px;
      border: 1px solid white;
      border-radius: 10px;
      cursor: pointer;
      background-color: #000 \9;
      background-color: rgba(0, 0, 0, 0); }
    .aui .carousel-indicators .active {
      margin: 0;
      width: 12px;
      height: 12px;
      background-color: white; }
  .aui .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    .aui .carousel-caption .btn {
      text-shadow: none; }
  @media screen and (min-width: 768px) {
    .aui .carousel-control .glyphicon-chevron-left,
    .aui .carousel-control .glyphicon-chevron-right,
    .aui .carousel-control .icon-prev,
    .aui .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -10px;
      font-size: 30px; }
    .aui .carousel-control .glyphicon-chevron-left,
    .aui .carousel-control .icon-prev {
      margin-left: -10px; }
    .aui .carousel-control .glyphicon-chevron-right,
    .aui .carousel-control .icon-next {
      margin-right: -10px; }
    .aui .carousel-caption {
      left: 20%;
      right: 20%;
      padding-bottom: 30px; }
    .aui .carousel-indicators {
      bottom: 20px; } }
  .aui .clearfix:before, .aui .lfr-admin-panel .control-group:before, .aui header#banner:before, .aui .clearfix:after, .aui .lfr-admin-panel .control-group:after, .aui header#banner:after {
    content: " ";
    display: table; }
  .aui .clearfix:after, .aui .lfr-admin-panel .control-group:after, .aui header#banner:after {
    clear: both; }
  .aui .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .aui .pull-right {
    float: right !important; }
  .aui .pull-left {
    float: left !important; }
  .aui .hide {
    display: none !important; }
  .aui .show {
    display: block !important; }
  .aui .invisible {
    visibility: hidden; }
  .aui .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .aui .hidden {
    display: none !important; }
  .aui .affix {
    position: fixed; }
  .aui .visible-xs, .aui .visible-phone {
    display: none !important; }
  .aui .visible-sm, .aui .visible-tablet {
    display: none !important; }
  .aui .visible-md, .aui .visible-desktop {
    display: none !important; }
  .aui .visible-lg {
    display: none !important; }
  .aui .visible-xs-block,
  .aui .visible-xs-inline,
  .aui .visible-xs-inline-block,
  .aui .visible-sm-block,
  .aui .visible-sm-inline,
  .aui .visible-sm-inline-block,
  .aui .visible-md-block,
  .aui .visible-md-inline,
  .aui .visible-md-inline-block,
  .aui .visible-lg-block,
  .aui .visible-lg-inline,
  .aui .visible-lg-inline-block {
    display: none !important; }
  @media (max-width: 767px) {
    .aui .visible-xs, .aui .visible-phone {
      display: block !important; }
    .aui table.visible-xs, .aui table.visible-phone {
      display: table !important; }
    .aui tr.visible-xs, .aui tr.visible-phone {
      display: table-row !important; }
    .aui th.visible-xs, .aui th.visible-phone,
    .aui td.visible-xs,
    .aui td.visible-phone {
      display: table-cell !important; } }
  @media (max-width: 767px) {
    .aui .visible-xs-block {
      display: block !important; } }
  @media (max-width: 767px) {
    .aui .visible-xs-inline {
      display: inline !important; } }
  @media (max-width: 767px) {
    .aui .visible-xs-inline-block {
      display: inline-block !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .aui .visible-sm, .aui .visible-tablet {
      display: block !important; }
    .aui table.visible-sm, .aui table.visible-tablet {
      display: table !important; }
    .aui tr.visible-sm, .aui tr.visible-tablet {
      display: table-row !important; }
    .aui th.visible-sm, .aui th.visible-tablet,
    .aui td.visible-sm,
    .aui td.visible-tablet {
      display: table-cell !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .aui .visible-sm-block {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .aui .visible-sm-inline {
      display: inline !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .aui .visible-sm-inline-block {
      display: inline-block !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .aui .visible-md, .aui .visible-desktop {
      display: block !important; }
    .aui table.visible-md, .aui table.visible-desktop {
      display: table !important; }
    .aui tr.visible-md, .aui tr.visible-desktop {
      display: table-row !important; }
    .aui th.visible-md, .aui th.visible-desktop,
    .aui td.visible-md,
    .aui td.visible-desktop {
      display: table-cell !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .aui .visible-md-block {
      display: block !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .aui .visible-md-inline {
      display: inline !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .aui .visible-md-inline-block {
      display: inline-block !important; } }
  @media (min-width: 1200px) {
    .aui .visible-lg {
      display: block !important; }
    .aui table.visible-lg {
      display: table !important; }
    .aui tr.visible-lg {
      display: table-row !important; }
    .aui th.visible-lg,
    .aui td.visible-lg {
      display: table-cell !important; } }
  @media (min-width: 1200px) {
    .aui .visible-lg-block {
      display: block !important; } }
  @media (min-width: 1200px) {
    .aui .visible-lg-inline {
      display: inline !important; } }
  @media (min-width: 1200px) {
    .aui .visible-lg-inline-block {
      display: inline-block !important; } }
  @media (max-width: 767px) {
    .aui .hidden-xs, .aui .hidden-phone {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .aui .hidden-sm, .aui .hidden-tablet {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .aui .hidden-md, .aui .hidden-desktop {
      display: none !important; } }
  @media (min-width: 1200px) {
    .aui .hidden-lg {
      display: none !important; } }
  .aui .visible-print {
    display: none !important; }
  @media print {
    .aui .visible-print {
      display: block !important; }
    .aui table.visible-print {
      display: table !important; }
    .aui tr.visible-print {
      display: table-row !important; }
    .aui th.visible-print,
    .aui td.visible-print {
      display: table-cell !important; } }
  .aui .visible-print-block {
    display: none !important; }
    @media print {
      .aui .visible-print-block {
        display: block !important; } }
  .aui .visible-print-inline {
    display: none !important; }
    @media print {
      .aui .visible-print-inline {
        display: inline !important; } }
  .aui .visible-print-inline-block {
    display: none !important; }
    @media print {
      .aui .visible-print-inline-block {
        display: inline-block !important; } }
  @media print {
    .aui .hidden-print {
      display: none !important; } }
  @media (max-width: 399px) {
    .aui .phone {
      expected: "should be: (max-width: 399px)"; } }
  @media (max-width: 767px) {
    .aui .phone-tablet {
      expected: "should be: (max-width: 767px)"; } }
  @media (max-width: 767px) {
    .aui .tablet-phone {
      expected: "should be: (max-width: 767px)"; } }
  @media (max-width: 767px) {
    .aui .nested-phone-tablet {
      expected: "should be: (max-width: 767px)"; } }
    @media (max-width: 767px) and (max-width: 399px) {
      .aui .nested-phone-tablet .nested-phone {
        expected: "should be: (max-width: 399px)"; } }
  .aui .phone-desktop {
    expected: "should be: no media query at all"; }
  .aui .desktop-phone {
    expected: "should be: no media query at all"; }
  @media (min-width: 400px) and (max-width: 767px) {
    .aui .tablet {
      expected: "should be: (min-width: 400px) and (max-width: 767px)"; } }
  @media (min-width: 400px) {
    .aui .tablet-desktop {
      expected: "should be: (min-width: 400px)"; } }
  @media (min-width: 400px) {
    .aui .desktop-tablet {
      expected: "should be: (min-width: 400px)"; } }
  @media (min-width: 768px) {
    .aui .desktop {
      expected: "should be: (min-width: 768px)"; } }
  @media (min-width: 768px) {
    .aui .collapse {
      display: block; } }
  .aui .divider {
    margin: 0 5px; }
  .aui .modal {
    display: block; }
    .aui .modal.modal-hidden {
      display: none; }
  .aui .nav.nav-tabs, .aui .nav.nav-pills {
    float: none; }
  @media (min-width: 768px) {
    .aui .navbar .btn-navbar {
      display: none; } }
  .aui .add-on {
    width: initial; }
  .aui .modal .modal-body {
    overflow-y: auto; }
  .aui .modal .modal-header h3 {
    margin: 0; }
  .aui .portal-popup .nav-tabs, .aui .portal-popup .nav-pills {
    margin-bottom: 20px; }
  .aui .portal-popup .checkbox {
    padding-left: 30px; }
  .aui .dockbar .navbar-static-top {
    margin-bottom: 0; }
  .aui .dockbar .user-notification-link {
    padding: 10px 15px; }
  .aui .lfr-admin-panel .row-fluid, .aui .lfr-admin-panel .container, .aui .lfr-admin-panel .container-header,
  .aui .lfr-admin-panel .container-nav,
  .aui .lfr-admin-panel .container-situation,
  .aui .lfr-admin-panel .container-footer {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .aui .lfr-admin-panel .nav-tabs, .aui .lfr-admin-panel .nav-pills {
    margin-bottom: 20px; }
  .aui .lfr-admin-panel .lfr-device-item {
    height: auto; }
  .aui .lfr-admin-panel .alert, .aui .lfr-admin-panel .portlet-msg-alert, .aui .lfr-admin-panel .portlet-msg-error, .aui .lfr-admin-panel .portlet-msg-help, .aui .lfr-admin-panel .portlet-msg-info, .aui .lfr-admin-panel .portlet-msg-progress, .aui .lfr-admin-panel .portlet-msg-success {
    display: table; }
  .aui .lfr-admin-panel .lfr-page-layouts {
    padding-left: 30px; }
  .aui .navbar-inner .container, .aui .navbar-inner .container-header,
  .aui .navbar-inner .container-nav,
  .aui .navbar-inner .container-situation,
  .aui .navbar-inner .container-footer {
    width: 100%; }
  .aui .nav-list li {
    width: 100%; }
  .aui .portlet-borderless-container {
    min-height: 0; }
  .aui .portlet-column-content.empty {
    display: none; }
  .aui .signed-out div.empty {
    display: none; }
  .aui .signed-in.isOmniadmin.controls-visible .portlet-dropzone {
    margin: 1px;
    height: auto;
    border: 1px dashed red !important; }
    .aui .signed-in.isOmniadmin.controls-visible .portlet-dropzone.empty {
      height: 50px;
      display: block; }
  .aui .signed-in.isOmniadmin.controls-visible .portlet-borderless-container {
    min-height: auto; }
  .aui .signed-in.controls-visible .portlet-dropzone {
    margin: 0px !important;
    height: auto;
    border: 0px dashed red !important; }
    .aui .signed-in.controls-visible .portlet-dropzone.empty {
      height: 50px;
      display: block; }
  .aui .signed-in.controls-visible .portlet-borderless-container {
    min-height: auto; }
  .aui [id*="yui_"].tab-pane.tab-content {
    padding-top: 25px; }
  .aui [id*="yui_"].modal-body {
    max-height: calc(100% - 55px);
    height: calc(100% - 55px); }
  .aui [class*="yui3-"].popover {
    min-width: 425px;
    max-width: 425px; }
  .aui .control-group-inline {
    vertical-align: middle; }
    .aui .control-group-inline.input-text-wrapper + .control-group-inline {
      vertical-align: bottom; }
  .aui .form-search .input-append {
    min-width: 50%; }
    .aui .form-search .input-append .advanced-search .search-query {
      width: calc(100% - 80px); }
  .aui.chrome .form-inline .field[type="checkbox"], .aui.chrome .form-inline .field[type="radio"] {
    min-width: 0;
    width: auto; }
  .aui textarea.lfr-textarea-container {
    min-height: 200px; }
  .aui .lfr-admin-panel h1 {
    font-size: 20px !important; }
  .aui .lfr-admin-panel .control-group.form-inline.input-radio-wrapper {
    margin: 0 !important; }
  .aui .lfr-admin-panel .navbar {
    min-height: 30px !important; }
  .aui .lfr-admin-panel .nav > li > a {
    padding: 10px !important;
    text-decoration: none !important; }
  .aui .lfr-admin-panel .input-localized .input-localized-content {
    margin-top: 7px !important; }
  .aui .lfr-admin-panel dd + dt {
    margin-top: 7px;
    padding-top: 7px;
    border: 1px solid #ddd; }
  .aui .lfr-admin-panel .toggler-header .form-inline .radio,
  .aui .lfr-admin-panel .toggler-header .form-inline .checkbox {
    display: block;
    width: 100%; }
  .aui .portlet-msg-progress {
    background-image: url(../images/aui/loading_indicator.gif);
    background-repeat: no-repeat;
    background-position: 6px 50%;
    padding-left: 30px; }
  .aui .portlet-boundary {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
  .aui .navbar .nav li > a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word; }
  .aui [class^="icon-"],
  .aui [class*=" icon-"] {
    font-family: 'fontawesome-alloy';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em; }
  .aui [class^="icon-"]:before,
  .aui [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none; }
  .aui .icon-large:before {
    vertical-align: -10%;
    font-size: 1.33333em; }
  .aui a [class^="icon-"],
  .aui a [class*=" icon-"] {
    display: inline; }
  .aui [class^="icon-"].icon-fixed-width,
  .aui [class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.14286em;
    text-align: right;
    padding-right: 0.28571em; }
    .aui [class^="icon-"].icon-fixed-width.icon-large,
    .aui [class*=" icon-"].icon-fixed-width.icon-large {
      width: 1.42857em; }
  .aui .icons-ul {
    margin-left: 2.14286em;
    list-style-type: none; }
    .aui .icons-ul > li {
      position: relative; }
    .aui .icons-ul .icon-li {
      position: absolute;
      left: -2.14286em;
      width: 2.14286em;
      text-align: center;
      line-height: inherit; }
  .aui [class^="icon-"].hide,
  .aui [class*=" icon-"].hide {
    display: none; }
  .aui .icon-muted {
    color: #eeeeee; }
  .aui .icon-light {
    color: white; }
  .aui .icon-dark {
    color: #333333; }
  .aui .icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .aui .icon-2x {
    font-size: 2em; }
    .aui .icon-2x.icon-border {
      border-width: 2px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
  .aui .icon-3x {
    font-size: 3em; }
    .aui .icon-3x.icon-border {
      border-width: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
  .aui .icon-4x {
    font-size: 4em; }
    .aui .icon-4x.icon-border {
      border-width: 4px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px; }
  .aui .icon-5x {
    font-size: 5em; }
    .aui .icon-5x.icon-border {
      border-width: 5px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px;
      border-radius: 7px; }
  .aui .pull-right {
    float: right; }
  .aui .pull-left {
    float: left; }
  .aui [class^="icon-"].pull-left,
  .aui [class*=" icon-"].pull-left {
    margin-right: .3em; }
  .aui [class^="icon-"].pull-right,
  .aui [class*=" icon-"].pull-right {
    margin-left: .3em; }
  .aui [class^="icon-"],
  .aui [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0; }
  .aui .icon-white,
  .aui .nav-pills > .active > a > [class^="icon-"],
  .aui .nav-pills > .active > a > [class*=" icon-"],
  .aui .nav-list > .active > a > [class^="icon-"],
  .aui .nav-list > .active > a > [class*=" icon-"],
  .aui .navbar-inverse .nav > .active > a > [class^="icon-"],
  .aui .navbar-inverse .nav > .active > a > [class*=" icon-"],
  .aui .dropdown-menu > li > a:hover > [class^="icon-"],
  .aui .dropdown-menu > li > a:hover > [class*=" icon-"],
  .aui .dropdown-menu > .active > a > [class^="icon-"],
  .aui .dropdown-menu > .active > a > [class*=" icon-"],
  .aui .dropdown-submenu:hover > a > [class^="icon-"],
  .aui .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none; }
  .aui .btn [class^="icon-"].icon-large,
  .aui .btn [class*=" icon-"].icon-large, .aui .nav [class^="icon-"].icon-large,
  .aui .nav [class*=" icon-"].icon-large {
    line-height: .9em; }
  .aui .btn [class^="icon-"].icon-spin,
  .aui .btn [class*=" icon-"].icon-spin, .aui .nav [class^="icon-"].icon-spin,
  .aui .nav [class*=" icon-"].icon-spin {
    display: inline-block; }
  .aui .nav-tabs [class^="icon-"], .aui .nav-tabs [class^="icon-"].icon-large,
  .aui .nav-tabs [class*=" icon-"],
  .aui .nav-tabs [class*=" icon-"].icon-large, .aui .nav-pills [class^="icon-"], .aui .nav-pills [class^="icon-"].icon-large,
  .aui .nav-pills [class*=" icon-"],
  .aui .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em; }
  .aui .btn [class^="icon-"].pull-left.icon-2x, .aui .btn [class^="icon-"].pull-right.icon-2x,
  .aui .btn [class*=" icon-"].pull-left.icon-2x,
  .aui .btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em; }
  .aui .btn [class^="icon-"].icon-spin.icon-large,
  .aui .btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em; }
  .aui .btn.btn-small [class^="icon-"].pull-left.icon-2x, .aui .btn.btn-small [class^="icon-"].pull-right.icon-2x,
  .aui .btn.btn-small [class*=" icon-"].pull-left.icon-2x,
  .aui .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em; }
  .aui .btn.btn-large [class^="icon-"],
  .aui .btn.btn-large [class*=" icon-"] {
    margin-top: 0; }
    .aui .btn.btn-large [class^="icon-"].pull-left.icon-2x, .aui .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .aui .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
    .aui .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
      margin-top: .05em; }
    .aui .btn.btn-large [class^="icon-"].pull-left.icon-2x,
    .aui .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
      margin-right: .2em; }
    .aui .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .aui .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
      margin-left: .2em; }
  .aui .nav-list [class^="icon-"],
  .aui .nav-list [class*=" icon-"] {
    line-height: inherit; }
  .aui .icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%; }
    .aui .icon-stack [class^="icon-"],
    .aui .icon-stack [class*=" icon-"] {
      display: block;
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      font-size: 1em;
      line-height: inherit;
      *line-height: 2em; }
    .aui .icon-stack .icon-stack-base {
      font-size: 2em;
      *line-height: 1em; }
  .aui .icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear; }
  .aui a .icon-stack,
  .aui a .icon-spin {
    display: inline-block;
    text-decoration: none; }
  .aui .icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
  .aui .icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }
  .aui .icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  .aui .icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .aui .icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1); }
  .aui a .icon-rotate-90:before, .aui a .icon-rotate-180:before, .aui a .icon-rotate-270:before, .aui a .icon-flip-horizontal:before, .aui a .icon-flip-vertical:before {
    display: inline-block; }
  .aui [data-icon]:before {
    font-family: 'fontawesome-alloy';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .aui .icon-music, .aui .icon-search, .aui .icon-envelope, .aui .icon-heart, .aui .icon-star, .aui .icon-star-empty, .aui .icon-user, .aui .icon-film, .aui .icon-th-large, .aui .icon-th, .aui .icon-th-list, .aui .icon-ok, .aui .icon-remove, .aui .icon-zoom-in, .aui .icon-zoom-out, .aui .icon-off, .aui .icon-signal, .aui .icon-cog, .aui .icon-trash, .aui .icon-home, .aui .icon-file, .aui .icon-time, .aui .icon-road, .aui .icon-download-alt, .aui .icon-download, .aui .icon-upload, .aui .icon-inbox, .aui .icon-play-circle, .aui .icon-repeat, .aui .icon-refresh, .aui .icon-list-alt, .aui .icon-lock, .aui .icon-flag, .aui .icon-headphones, .aui .icon-volume-off, .aui .icon-volume-down, .aui .icon-volume-up, .aui .icon-qrcode, .aui .icon-barcode, .aui .icon-tag, .aui .icon-tags, .aui .icon-book, .aui .icon-bookmark, .aui .icon-print, .aui .icon-camera, .aui .icon-font, .aui .icon-bold, .aui .icon-italic, .aui .icon-text-height, .aui .icon-text-width, .aui .icon-align-left, .aui .icon-align-center, .aui .icon-align-right, .aui .icon-align-justify, .aui .icon-list, .aui .icon-indent-left, .aui .icon-indent-right, .aui .icon-facetime-video, .aui .icon-picture, .aui .icon-pencil, .aui .icon-map-marker, .aui .icon-adjust, .aui .icon-tint, .aui .icon-edit, .aui .icon-share, .aui .icon-check, .aui .icon-move, .aui .icon-step-backward, .aui .icon-fast-backward, .aui .icon-backward, .aui .icon-play, .aui .icon-pause, .aui .icon-stop, .aui .icon-forward, .aui .icon-fast-forward, .aui .icon-step-forward, .aui .icon-eject, .aui .icon-chevron-left, .aui .icon-chevron-right, .aui .icon-plus-sign, .aui .icon-minus-sign, .aui .icon-remove-sign, .aui .icon-ok-sign, .aui .icon-question-sign, .aui .icon-info-sign, .aui .icon-screenshot, .aui .icon-remove-circle, .aui .icon-ok-circle, .aui .icon-ban-circle, .aui .icon-arrow-left, .aui .icon-arrow-right, .aui .icon-arrow-up, .aui .icon-arrow-down, .aui .icon-share-alt, .aui .icon-resize-full, .aui .icon-resize-small, .aui .icon-plus, .aui .icon-minus, .aui .icon-asterisk, .aui .icon-exclamation-sign, .aui .icon-gift, .aui .icon-leaf, .aui .icon-fire, .aui .icon-eye-open, .aui .icon-eye-close, .aui .icon-warning-sign, .aui .icon-plane, .aui .icon-calendar, .aui .icon-random, .aui .icon-comment, .aui .icon-magnet, .aui .icon-chevron-up, .aui .icon-chevron-down, .aui .icon-retweet, .aui .icon-shopping-cart, .aui .icon-folder-close, .aui .icon-folder-open, .aui .icon-resize-vertical, .aui .icon-resize-horizontal, .aui .icon-bar-chart, .aui .icon-twitter-sign, .aui .icon-facebook-sign, .aui .icon-camera-retro, .aui .icon-key, .aui .icon-cogs, .aui .icon-comments, .aui .icon-thumbs-up, .aui .icon-thumbs-down, .aui .icon-star-half, .aui .icon-heart-empty, .aui .icon-signout, .aui .icon-linkedin-sign, .aui .icon-pushpin, .aui .icon-external-link, .aui .icon-signin, .aui .icon-trophy, .aui .icon-github-sign, .aui .icon-upload-alt, .aui .icon-lemon, .aui .icon-phone, .aui .icon-check-empty, .aui .icon-bookmark-empty, .aui .icon-phone-sign, .aui .icon-twitter, .aui .icon-facebook, .aui .icon-github, .aui .icon-unlock, .aui .icon-credit, .aui .icon-rss, .aui .icon-hdd, .aui .icon-bullhorn, .aui .icon-bell, .aui .icon-certificate, .aui .icon-hand-right, .aui .icon-hand-left, .aui .icon-hand-up, .aui .icon-hand-down, .aui .icon-circle-arrow-left, .aui .icon-circle-arrow-right, .aui .icon-circle-arrow-up, .aui .icon-circle-arrow-down, .aui .icon-globe, .aui .icon-wrench, .aui .icon-tasks, .aui .icon-filter, .aui .icon-briefcase, .aui .icon-fullscreen, .aui .icon-group, .aui .icon-link, .aui .icon-cloud, .aui .icon-beaker, .aui .icon-cut, .aui .icon-copy, .aui .icon-paper-clip, .aui .icon-save, .aui .icon-sign-blank, .aui .icon-reorder, .aui .icon-list-ul, .aui .icon-list-ol, .aui .icon-strikethrough, .aui .icon-underline, .aui .icon-table, .aui .icon-magic, .aui .icon-truck, .aui .icon-pinterest, .aui .icon-pinterest-sign, .aui .icon-google-plus-sign, .aui .icon-google-plus, .aui .icon-money, .aui .icon-caret-down, .aui .icon-caret-up, .aui .icon-caret-left, .aui .icon-caret-right, .aui .icon-columns, .aui .icon-sort, .aui .icon-sort-down, .aui .icon-sort-up, .aui .icon-envelope-alt, .aui .icon-linkedin, .aui .icon-undo, .aui .icon-legal, .aui .icon-dashboard, .aui .icon-comment-alt, .aui .icon-comments-alt, .aui .icon-bolt, .aui .icon-sitemap, .aui .icon-umbrella, .aui .icon-paste, .aui .icon-lightbulb, .aui .icon-exchange, .aui .icon-cloud-download, .aui .icon-cloud-upload, .aui .icon-user-md, .aui .icon-stethoscope, .aui .icon-suitcase, .aui .icon-bell-alt, .aui .icon-coffee, .aui .icon-food, .aui .icon-file-alt, .aui .icon-building, .aui .icon-hospital, .aui .icon-ambulance, .aui .icon-medkit, .aui .icon-fighter-jet, .aui .icon-beer, .aui .icon-h-sign, .aui .icon-plus-sign-2, .aui .icon-double-angle-left, .aui .icon-double-angle-right, .aui .icon-double-angle-up, .aui .icon-double-angle-down, .aui .icon-angle-left, .aui .icon-angle-right, .aui .icon-angle-up, .aui .icon-angle-down, .aui .icon-desktop, .aui .icon-laptop, .aui .icon-tablet, .aui .icon-mobile, .aui .icon-circle-blank, .aui .icon-quote-left, .aui .icon-quote-right, .aui .icon-spinner, .aui .icon-circle, .aui .icon-reply, .aui .icon-github-alt, .aui .icon-folder-close-alt, .aui .icon-folder-open-alt, .aui .icon-expand-alt, .aui .icon-collapse-alt, .aui .icon-smile, .aui .icon-frown, .aui .icon-meh, .aui .icon-gamepad, .aui .icon-keyboard, .aui .icon-flag-alt, .aui .icon-flag-checkered, .aui .icon-terminal, .aui .icon-code, .aui .icon-reply-all, .aui .icon-star-half-full, .aui .icon-location-arrow, .aui .icon-crop, .aui .icon-code-fork, .aui .icon-unlink, .aui .icon-question, .aui .icon-info, .aui .icon-exclamation, .aui .icon-superscript, .aui .icon-subscript, .aui .icon-eraser, .aui .icon-puzzle, .aui .icon-microphone, .aui .icon-microphone-off, .aui .icon-shield, .aui .icon-calendar-empty, .aui .icon-fire-extinguisher, .aui .icon-rocket, .aui .icon-maxcdn, .aui .icon-chevron-sign-left, .aui .icon-chevron-sign-right, .aui .icon-chevron-sign-up, .aui .icon-chevron-sign-down, .aui .icon-html5, .aui .icon-css3, .aui .icon-anchor, .aui .icon-unlock-alt, .aui .icon-bullseye, .aui .icon-ellipsis-horizontal, .aui .icon-ellipsis-vertical, .aui .icon-rss-sign, .aui .icon-play-sign, .aui .icon-ticket, .aui .icon-minus-sign-alt, .aui .icon-check-minus, .aui .icon-level-up, .aui .icon-level-down, .aui .icon-check-sign, .aui .icon-edit-sign, .aui .icon-external-link-sign, .aui .icon-share-sign, .aui .icon-compass, .aui .icon-collapse, .aui .icon-collapse-top, .aui .icon-expand, .aui .icon-euro, .aui .icon-gbp, .aui .icon-dollar, .aui .icon-yen, .aui .icon-renminbi, .aui .icon-won, .aui .icon-bitcoin, .aui .icon-file-2, .aui .icon-file-text, .aui .icon-sort-by-alphabet, .aui .icon-sort-by-alphabet-alt, .aui .icon-sort-by-attributes, .aui .icon-sort-by-attributes-alt, .aui .icon-sort-by-order, .aui .icon-sort-by-order-alt, .aui .icon-thumbs-up-2, .aui .icon-thumbs-down-2, .aui .icon-youtube-sign, .aui .icon-youtube, .aui .icon-xing, .aui .icon-xing-sign, .aui .icon-youtube-play, .aui .icon-dropbox, .aui .icon-stackexchange, .aui .icon-instagram, .aui .icon-flickr, .aui .icon-adn, .aui .icon-bitbucket, .aui .icon-bitbucket-sign, .aui .icon-tumblr, .aui .icon-tumblr-sign, .aui .icon-long-arrow-down, .aui .icon-long-arrow-up, .aui .icon-long-arrow-left, .aui .icon-long-arrow-right, .aui .icon-apple, .aui .icon-windows, .aui .icon-android, .aui .icon-linux, .aui .icon-dribbble, .aui .icon-skype, .aui .icon-foursquare, .aui .icon-trello, .aui .icon-female, .aui .icon-male, .aui .icon-gittip, .aui .icon-sun, .aui .icon-moon, .aui .icon-archive, .aui .icon-bug, .aui .icon-vk, .aui .icon-rupee, .aui .icon-glass, .aui .icon-fb-text-box, .aui .icon-fb-select, .aui .icon-fb-radio, .aui .icon-fb-text, .aui .icon-fb-number, .aui .icon-fb-integer, .aui .icon-fb-decimal, .aui .icon-fb-boolean, .aui .icon-renren, .aui .icon-weibo, .aui .icon-db-joinxor, .aui .icon-db-state, .aui .icon-db-end, .aui .icon-db-start, .aui .icon-db-fork, .aui .icon-db-task, .aui .icon-db-condition, .aui .icon-db-join, .aui .icon-fb-button, .aui .icon-fb-fieldset, .aui .icon-fb-custom-field, .aui .icon-fb-separator, .aui .icon-fb-paragraph, .aui .icon-fb-file-upload {
    font-family: 'fontawesome-alloy';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .aui .icon-music:before {
    content: "\f001"; }
  .aui .icon-search:before {
    content: "\f002"; }
  .aui .icon-envelope:before {
    content: "\f003"; }
  .aui .icon-heart:before {
    content: "\f004"; }
  .aui .icon-star:before {
    content: "\f005"; }
  .aui .icon-star-empty:before {
    content: "\f006"; }
  .aui .icon-user:before {
    content: "\f007"; }
  .aui .icon-film:before {
    content: "\f008"; }
  .aui .icon-th-large:before {
    content: "\f009"; }
  .aui .icon-th:before {
    content: "\f00a"; }
  .aui .icon-th-list:before {
    content: "\f00b"; }
  .aui .icon-ok:before {
    content: "\f00c"; }
  .aui .icon-remove:before {
    content: "\f00d"; }
  .aui .icon-zoom-in:before {
    content: "\f00e"; }
  .aui .icon-zoom-out:before {
    content: "\f010"; }
  .aui .icon-off:before {
    content: "\f011"; }
  .aui .icon-signal:before {
    content: "\f012"; }
  .aui .icon-cog:before {
    content: "\f013"; }
  .aui .icon-trash:before {
    content: "\f014"; }
  .aui .icon-home:before {
    content: "\f015"; }
  .aui .icon-file:before {
    content: "\f016"; }
  .aui .icon-time:before {
    content: "\f017"; }
  .aui .icon-road:before {
    content: "\f018"; }
  .aui .icon-download-alt:before {
    content: "\f019"; }
  .aui .icon-download:before {
    content: "\f01a"; }
  .aui .icon-upload:before {
    content: "\f01b"; }
  .aui .icon-inbox:before {
    content: "\f01c"; }
  .aui .icon-play-circle:before {
    content: "\f01d"; }
  .aui .icon-repeat:before {
    content: "\f01e"; }
  .aui .icon-refresh:before {
    content: "\f021"; }
  .aui .icon-list-alt:before {
    content: "\f022"; }
  .aui .icon-lock:before {
    content: "\f023"; }
  .aui .icon-flag:before {
    content: "\f024"; }
  .aui .icon-headphones:before {
    content: "\f025"; }
  .aui .icon-volume-off:before {
    content: "\f026"; }
  .aui .icon-volume-down:before {
    content: "\f027"; }
  .aui .icon-volume-up:before {
    content: "\f028"; }
  .aui .icon-qrcode:before {
    content: "\f029"; }
  .aui .icon-barcode:before {
    content: "\f02a"; }
  .aui .icon-tag:before {
    content: "\f02b"; }
  .aui .icon-tags:before {
    content: "\f02c"; }
  .aui .icon-book:before {
    content: "\f02d"; }
  .aui .icon-bookmark:before {
    content: "\f02e"; }
  .aui .icon-print:before {
    content: "\f02f"; }
  .aui .icon-camera:before {
    content: "\f030"; }
  .aui .icon-font:before {
    content: "\f031"; }
  .aui .icon-bold:before {
    content: "\f032"; }
  .aui .icon-italic:before {
    content: "\f033"; }
  .aui .icon-text-height:before {
    content: "\f034"; }
  .aui .icon-text-width:before {
    content: "\f035"; }
  .aui .icon-align-left:before {
    content: "\f036"; }
  .aui .icon-align-center:before {
    content: "\f037"; }
  .aui .icon-align-right:before {
    content: "\f038"; }
  .aui .icon-align-justify:before {
    content: "\f039"; }
  .aui .icon-list:before {
    content: "\f03a"; }
  .aui .icon-indent-left:before {
    content: "\f03b"; }
  .aui .icon-indent-right:before {
    content: "\f03c"; }
  .aui .icon-facetime-video:before {
    content: "\f03d"; }
  .aui .icon-picture:before {
    content: "\f03e"; }
  .aui .icon-pencil:before {
    content: "\f040"; }
  .aui .icon-map-marker:before {
    content: "\f041"; }
  .aui .icon-adjust:before {
    content: "\f042"; }
  .aui .icon-tint:before {
    content: "\f043"; }
  .aui .icon-edit:before {
    content: "\f044"; }
  .aui .icon-share:before {
    content: "\f045"; }
  .aui .icon-check:before {
    content: "\f046"; }
  .aui .icon-move:before {
    content: "\f047"; }
  .aui .icon-step-backward:before {
    content: "\f048"; }
  .aui .icon-fast-backward:before {
    content: "\f049"; }
  .aui .icon-backward:before {
    content: "\f04a"; }
  .aui .icon-play:before {
    content: "\f04b"; }
  .aui .icon-pause:before {
    content: "\f04c"; }
  .aui .icon-stop:before {
    content: "\f04d"; }
  .aui .icon-forward:before {
    content: "\f04e"; }
  .aui .icon-fast-forward:before {
    content: "\f050"; }
  .aui .icon-step-forward:before {
    content: "\f051"; }
  .aui .icon-eject:before {
    content: "\f052"; }
  .aui .icon-chevron-left:before {
    content: "\f053"; }
  .aui .icon-chevron-right:before {
    content: "\f054"; }
  .aui .icon-plus-sign:before {
    content: "\f055"; }
  .aui .icon-minus-sign:before {
    content: "\f056"; }
  .aui .icon-remove-sign:before {
    content: "\f057"; }
  .aui .icon-ok-sign:before {
    content: "\f058"; }
  .aui .icon-question-sign:before {
    content: "\f059"; }
  .aui .icon-info-sign:before {
    content: "\f05a"; }
  .aui .icon-screenshot:before {
    content: "\f05b"; }
  .aui .icon-remove-circle:before {
    content: "\f05c"; }
  .aui .icon-ok-circle:before {
    content: "\f05d"; }
  .aui .icon-ban-circle:before {
    content: "\f05e"; }
  .aui .icon-arrow-left:before {
    content: "\f060"; }
  .aui .icon-arrow-right:before {
    content: "\f061"; }
  .aui .icon-arrow-up:before {
    content: "\f062"; }
  .aui .icon-arrow-down:before {
    content: "\f063"; }
  .aui .icon-share-alt:before {
    content: "\f064"; }
  .aui .icon-resize-full:before {
    content: "\f065"; }
  .aui .icon-resize-small:before {
    content: "\f066"; }
  .aui .icon-plus:before {
    content: "\f067"; }
  .aui .icon-minus:before {
    content: "\f068"; }
  .aui .icon-asterisk:before {
    content: "\f069"; }
  .aui .icon-exclamation-sign:before {
    content: "\f06a"; }
  .aui .icon-gift:before {
    content: "\f06b"; }
  .aui .icon-leaf:before {
    content: "\f06c"; }
  .aui .icon-fire:before {
    content: "\f06d"; }
  .aui .icon-eye-open:before {
    content: "\f06e"; }
  .aui .icon-eye-close:before {
    content: "\f070"; }
  .aui .icon-warning-sign:before {
    content: "\f071"; }
  .aui .icon-plane:before {
    content: "\f072"; }
  .aui .icon-calendar:before {
    content: "\f073"; }
  .aui .icon-random:before {
    content: "\f074"; }
  .aui .icon-comment:before {
    content: "\f075"; }
  .aui .icon-magnet:before {
    content: "\f076"; }
  .aui .icon-chevron-up:before {
    content: "\f077"; }
  .aui .icon-chevron-down:before {
    content: "\f078"; }
  .aui .icon-retweet:before {
    content: "\f079"; }
  .aui .icon-shopping-cart:before {
    content: "\f07a"; }
  .aui .icon-folder-close:before {
    content: "\f07b"; }
  .aui .icon-folder-open:before {
    content: "\f07c"; }
  .aui .icon-resize-vertical:before {
    content: "\f07d"; }
  .aui .icon-resize-horizontal:before {
    content: "\f07e"; }
  .aui .icon-bar-chart:before {
    content: "\f080"; }
  .aui .icon-twitter-sign:before {
    content: "\f081"; }
  .aui .icon-facebook-sign:before {
    content: "\f082"; }
  .aui .icon-camera-retro:before {
    content: "\f083"; }
  .aui .icon-key:before {
    content: "\f084"; }
  .aui .icon-cogs:before {
    content: "\f085"; }
  .aui .icon-comments:before {
    content: "\f086"; }
  .aui .icon-thumbs-up:before {
    content: "\f087"; }
  .aui .icon-thumbs-down:before {
    content: "\f088"; }
  .aui .icon-star-half:before {
    content: "\f089"; }
  .aui .icon-heart-empty:before {
    content: "\f08a"; }
  .aui .icon-signout:before {
    content: "\f08b"; }
  .aui .icon-linkedin-sign:before {
    content: "\f08c"; }
  .aui .icon-pushpin:before {
    content: "\f08d"; }
  .aui .icon-external-link:before {
    content: "\f08e"; }
  .aui .icon-signin:before {
    content: "\f090"; }
  .aui .icon-trophy:before {
    content: "\f091"; }
  .aui .icon-github-sign:before {
    content: "\f092"; }
  .aui .icon-upload-alt:before {
    content: "\f093"; }
  .aui .icon-lemon:before {
    content: "\f094"; }
  .aui .icon-phone:before {
    content: "\f095"; }
  .aui .icon-check-empty:before {
    content: "\f096"; }
  .aui .icon-bookmark-empty:before {
    content: "\f097"; }
  .aui .icon-phone-sign:before {
    content: "\f098"; }
  .aui .icon-twitter:before {
    content: "\f099"; }
  .aui .icon-facebook:before {
    content: "\f09a"; }
  .aui .icon-github:before {
    content: "\f09b"; }
  .aui .icon-unlock:before {
    content: "\f09c"; }
  .aui .icon-credit:before {
    content: "\f09d"; }
  .aui .icon-rss:before {
    content: "\f09e"; }
  .aui .icon-hdd:before {
    content: "\f0a0"; }
  .aui .icon-bullhorn:before {
    content: "\f0a1"; }
  .aui .icon-bell:before {
    content: "\f0a2"; }
  .aui .icon-certificate:before {
    content: "\f0a3"; }
  .aui .icon-hand-right:before {
    content: "\f0a4"; }
  .aui .icon-hand-left:before {
    content: "\f0a5"; }
  .aui .icon-hand-up:before {
    content: "\f0a6"; }
  .aui .icon-hand-down:before {
    content: "\f0a7"; }
  .aui .icon-circle-arrow-left:before {
    content: "\f0a8"; }
  .aui .icon-circle-arrow-right:before {
    content: "\f0a9"; }
  .aui .icon-circle-arrow-up:before {
    content: "\f0aa"; }
  .aui .icon-circle-arrow-down:before {
    content: "\f0ab"; }
  .aui .icon-globe:before {
    content: "\f0ac"; }
  .aui .icon-wrench:before {
    content: "\f0ad"; }
  .aui .icon-tasks:before {
    content: "\f0ae"; }
  .aui .icon-filter:before {
    content: "\f0b0"; }
  .aui .icon-briefcase:before {
    content: "\f0b1"; }
  .aui .icon-fullscreen:before {
    content: "\f0b2"; }
  .aui .icon-group:before {
    content: "\f0c0"; }
  .aui .icon-link:before {
    content: "\f0c1"; }
  .aui .icon-cloud:before {
    content: "\f0c2"; }
  .aui .icon-beaker:before {
    content: "\f0c3"; }
  .aui .icon-cut:before {
    content: "\f0c4"; }
  .aui .icon-copy:before {
    content: "\f0c5"; }
  .aui .icon-paper-clip:before {
    content: "\f0c6"; }
  .aui .icon-save:before {
    content: "\f0c7"; }
  .aui .icon-sign-blank:before {
    content: "\f0c8"; }
  .aui .icon-reorder:before {
    content: "\f0c9"; }
  .aui .icon-list-ul:before {
    content: "\f0ca"; }
  .aui .icon-list-ol:before {
    content: "\f0cb"; }
  .aui .icon-strikethrough:before {
    content: "\f0cc"; }
  .aui .icon-underline:before {
    content: "\f0cd"; }
  .aui .icon-table:before {
    content: "\f0ce"; }
  .aui .icon-magic:before {
    content: "\f0d0"; }
  .aui .icon-truck:before {
    content: "\f0d1"; }
  .aui .icon-pinterest:before {
    content: "\f0d2"; }
  .aui .icon-pinterest-sign:before {
    content: "\f0d3"; }
  .aui .icon-google-plus-sign:before {
    content: "\f0d4"; }
  .aui .icon-google-plus:before {
    content: "\f0d5"; }
  .aui .icon-money:before {
    content: "\f0d6"; }
  .aui .icon-caret-down:before {
    content: "\f0d7"; }
  .aui .icon-caret-up:before {
    content: "\f0d8"; }
  .aui .icon-caret-left:before {
    content: "\f0d9"; }
  .aui .icon-caret-right:before {
    content: "\f0da"; }
  .aui .icon-columns:before {
    content: "\f0db"; }
  .aui .icon-sort:before {
    content: "\f0dc"; }
  .aui .icon-sort-down:before {
    content: "\f0dd"; }
  .aui .icon-sort-up:before {
    content: "\f0de"; }
  .aui .icon-envelope-alt:before {
    content: "\f0e0"; }
  .aui .icon-linkedin:before {
    content: "\f0e1"; }
  .aui .icon-undo:before {
    content: "\f0e2"; }
  .aui .icon-legal:before {
    content: "\f0e3"; }
  .aui .icon-dashboard:before {
    content: "\f0e4"; }
  .aui .icon-comment-alt:before {
    content: "\f0e5"; }
  .aui .icon-comments-alt:before {
    content: "\f0e6"; }
  .aui .icon-bolt:before {
    content: "\f0e7"; }
  .aui .icon-sitemap:before {
    content: "\f0e8"; }
  .aui .icon-umbrella:before {
    content: "\f0e9"; }
  .aui .icon-paste:before {
    content: "\f0ea"; }
  .aui .icon-lightbulb:before {
    content: "\f0eb"; }
  .aui .icon-exchange:before {
    content: "\f0ec"; }
  .aui .icon-cloud-download:before {
    content: "\f0ed"; }
  .aui .icon-cloud-upload:before {
    content: "\f0ee"; }
  .aui .icon-user-md:before {
    content: "\f0f0"; }
  .aui .icon-stethoscope:before {
    content: "\f0f1"; }
  .aui .icon-suitcase:before {
    content: "\f0f2"; }
  .aui .icon-bell-alt:before {
    content: "\f0f3"; }
  .aui .icon-coffee:before {
    content: "\f0f4"; }
  .aui .icon-food:before {
    content: "\f0f5"; }
  .aui .icon-file-alt:before {
    content: "\f0f6"; }
  .aui .icon-building:before {
    content: "\f0f7"; }
  .aui .icon-hospital:before {
    content: "\f0f8"; }
  .aui .icon-ambulance:before {
    content: "\f0f9"; }
  .aui .icon-medkit:before {
    content: "\f0fa"; }
  .aui .icon-fighter-jet:before {
    content: "\f0fb"; }
  .aui .icon-beer:before {
    content: "\f0fc"; }
  .aui .icon-h-sign:before {
    content: "\f0fd"; }
  .aui .icon-plus-sign-2:before {
    content: "\f0fe"; }
  .aui .icon-double-angle-left:before {
    content: "\f100"; }
  .aui .icon-double-angle-right:before {
    content: "\f101"; }
  .aui .icon-double-angle-up:before {
    content: "\f102"; }
  .aui .icon-double-angle-down:before {
    content: "\f103"; }
  .aui .icon-angle-left:before {
    content: "\f104"; }
  .aui .icon-angle-right:before {
    content: "\f105"; }
  .aui .icon-angle-up:before {
    content: "\f106"; }
  .aui .icon-angle-down:before {
    content: "\f107"; }
  .aui .icon-desktop:before {
    content: "\f108"; }
  .aui .icon-laptop:before {
    content: "\f109"; }
  .aui .icon-tablet:before {
    content: "\f10a"; }
  .aui .icon-mobile:before {
    content: "\f10b"; }
  .aui .icon-circle-blank:before {
    content: "\f10c"; }
  .aui .icon-quote-left:before {
    content: "\f10d"; }
  .aui .icon-quote-right:before {
    content: "\f10e"; }
  .aui .icon-spinner:before {
    content: "\f110"; }
  .aui .icon-circle:before {
    content: "\f111"; }
  .aui .icon-reply:before {
    content: "\f112"; }
  .aui .icon-github-alt:before {
    content: "\f113"; }
  .aui .icon-folder-close-alt:before {
    content: "\f114"; }
  .aui .icon-folder-open-alt:before {
    content: "\f115"; }
  .aui .icon-expand-alt:before {
    content: "\f116"; }
  .aui .icon-collapse-alt:before {
    content: "\f117"; }
  .aui .icon-smile:before {
    content: "\f118"; }
  .aui .icon-frown:before {
    content: "\f119"; }
  .aui .icon-meh:before {
    content: "\f11a"; }
  .aui .icon-gamepad:before {
    content: "\f11b"; }
  .aui .icon-keyboard:before {
    content: "\f11c"; }
  .aui .icon-flag-alt:before {
    content: "\f11d"; }
  .aui .icon-flag-checkered:before {
    content: "\f11e"; }
  .aui .icon-terminal:before {
    content: "\f120"; }
  .aui .icon-code:before {
    content: "\f121"; }
  .aui .icon-reply-all:before {
    content: "\f122"; }
  .aui .icon-star-half-full:before {
    content: "\f123"; }
  .aui .icon-location-arrow:before {
    content: "\f124"; }
  .aui .icon-crop:before {
    content: "\f125"; }
  .aui .icon-code-fork:before {
    content: "\f126"; }
  .aui .icon-unlink:before {
    content: "\f127"; }
  .aui .icon-question:before {
    content: "\f128"; }
  .aui .icon-info:before {
    content: "\f129"; }
  .aui .icon-exclamation:before {
    content: "\f12a"; }
  .aui .icon-superscript:before {
    content: "\f12b"; }
  .aui .icon-subscript:before {
    content: "\f12c"; }
  .aui .icon-eraser:before {
    content: "\f12d"; }
  .aui .icon-puzzle:before {
    content: "\f12e"; }
  .aui .icon-microphone:before {
    content: "\f130"; }
  .aui .icon-microphone-off:before {
    content: "\f131"; }
  .aui .icon-shield:before {
    content: "\f132"; }
  .aui .icon-calendar-empty:before {
    content: "\f133"; }
  .aui .icon-fire-extinguisher:before {
    content: "\f134"; }
  .aui .icon-rocket:before {
    content: "\f135"; }
  .aui .icon-maxcdn:before {
    content: "\f136"; }
  .aui .icon-chevron-sign-left:before {
    content: "\f137"; }
  .aui .icon-chevron-sign-right:before {
    content: "\f138"; }
  .aui .icon-chevron-sign-up:before {
    content: "\f139"; }
  .aui .icon-chevron-sign-down:before {
    content: "\f13a"; }
  .aui .icon-html5:before {
    content: "\f13b"; }
  .aui .icon-css3:before {
    content: "\f13c"; }
  .aui .icon-anchor:before {
    content: "\f13d"; }
  .aui .icon-unlock-alt:before {
    content: "\f13e"; }
  .aui .icon-bullseye:before {
    content: "\f140"; }
  .aui .icon-ellipsis-horizontal:before {
    content: "\f141"; }
  .aui .icon-ellipsis-vertical:before {
    content: "\f142"; }
  .aui .icon-rss-sign:before {
    content: "\f143"; }
  .aui .icon-play-sign:before {
    content: "\f144"; }
  .aui .icon-ticket:before {
    content: "\f145"; }
  .aui .icon-minus-sign-alt:before {
    content: "\f146"; }
  .aui .icon-check-minus:before {
    content: "\f147"; }
  .aui .icon-level-up:before {
    content: "\f148"; }
  .aui .icon-level-down:before {
    content: "\f149"; }
  .aui .icon-check-sign:before {
    content: "\f14a"; }
  .aui .icon-edit-sign:before {
    content: "\f14b"; }
  .aui .icon-external-link-sign:before {
    content: "\f14c"; }
  .aui .icon-share-sign:before {
    content: "\f14d"; }
  .aui .icon-compass:before {
    content: "\f14e"; }
  .aui .icon-collapse:before {
    content: "\f150"; }
  .aui .icon-collapse-top:before {
    content: "\f151"; }
  .aui .icon-expand:before {
    content: "\f152"; }
  .aui .icon-euro:before {
    content: "\f153"; }
  .aui .icon-gbp:before {
    content: "\f154"; }
  .aui .icon-dollar:before {
    content: "\f155"; }
  .aui .icon-yen:before {
    content: "\f157"; }
  .aui .icon-renminbi:before {
    content: "\f158"; }
  .aui .icon-won:before {
    content: "\f159"; }
  .aui .icon-bitcoin:before {
    content: "\f15a"; }
  .aui .icon-file-2:before {
    content: "\f15b"; }
  .aui .icon-file-text:before {
    content: "\f15c"; }
  .aui .icon-sort-by-alphabet:before {
    content: "\f15d"; }
  .aui .icon-sort-by-alphabet-alt:before {
    content: "\f15e"; }
  .aui .icon-sort-by-attributes:before {
    content: "\f160"; }
  .aui .icon-sort-by-attributes-alt:before {
    content: "\f161"; }
  .aui .icon-sort-by-order:before {
    content: "\f162"; }
  .aui .icon-sort-by-order-alt:before {
    content: "\f163"; }
  .aui .icon-thumbs-up-2:before {
    content: "\f164"; }
  .aui .icon-thumbs-down-2:before {
    content: "\f165"; }
  .aui .icon-youtube-sign:before {
    content: "\f166"; }
  .aui .icon-youtube:before {
    content: "\f167"; }
  .aui .icon-xing:before {
    content: "\f168"; }
  .aui .icon-xing-sign:before {
    content: "\f169"; }
  .aui .icon-youtube-play:before {
    content: "\f16a"; }
  .aui .icon-dropbox:before {
    content: "\f16b"; }
  .aui .icon-stackexchange:before {
    content: "\f16c"; }
  .aui .icon-instagram:before {
    content: "\f16d"; }
  .aui .icon-flickr:before {
    content: "\f16e"; }
  .aui .icon-adn:before {
    content: "\f170"; }
  .aui .icon-bitbucket:before {
    content: "\f171"; }
  .aui .icon-bitbucket-sign:before {
    content: "\f172"; }
  .aui .icon-tumblr:before {
    content: "\f173"; }
  .aui .icon-tumblr-sign:before {
    content: "\f174"; }
  .aui .icon-long-arrow-down:before {
    content: "\f175"; }
  .aui .icon-long-arrow-up:before {
    content: "\f176"; }
  .aui .icon-long-arrow-left:before {
    content: "\f177"; }
  .aui .icon-long-arrow-right:before {
    content: "\f178"; }
  .aui .icon-apple:before {
    content: "\f179"; }
  .aui .icon-windows:before {
    content: "\f17a"; }
  .aui .icon-android:before {
    content: "\f17b"; }
  .aui .icon-linux:before {
    content: "\f17c"; }
  .aui .icon-dribbble:before {
    content: "\f17d"; }
  .aui .icon-skype:before {
    content: "\f17e"; }
  .aui .icon-foursquare:before {
    content: "\f180"; }
  .aui .icon-trello:before {
    content: "\f181"; }
  .aui .icon-female:before {
    content: "\f182"; }
  .aui .icon-male:before {
    content: "\f183"; }
  .aui .icon-gittip:before {
    content: "\f184"; }
  .aui .icon-sun:before {
    content: "\f185"; }
  .aui .icon-moon:before {
    content: "\f186"; }
  .aui .icon-archive:before {
    content: "\f187"; }
  .aui .icon-bug:before {
    content: "\f188"; }
  .aui .icon-vk:before {
    content: "\f189"; }
  .aui .icon-rupee:before {
    content: "\f156"; }
  .aui .icon-glass:before {
    content: "\f000"; }
  .aui .icon-fb-text-box:before {
    content: "\e001"; }
  .aui .icon-fb-select:before {
    content: "\e002"; }
  .aui .icon-fb-radio:before {
    content: "\e003"; }
  .aui .icon-fb-text:before {
    content: "\e000"; }
  .aui .icon-fb-number:before {
    content: "\e004"; }
  .aui .icon-fb-integer:before {
    content: "\e005"; }
  .aui .icon-fb-decimal:before {
    content: "\e007"; }
  .aui .icon-fb-boolean:before {
    content: "\e008"; }
  .aui .icon-renren:before {
    content: "\f18b"; }
  .aui .icon-weibo:before {
    content: "\f18a"; }
  .aui .icon-db-joinxor:before {
    content: "\e006"; }
  .aui .icon-db-state:before {
    content: "\e009"; }
  .aui .icon-db-end:before {
    content: "\e00a"; }
  .aui .icon-db-start:before {
    content: "\e00b"; }
  .aui .icon-db-fork:before {
    content: "\e00c"; }
  .aui .icon-db-task:before {
    content: "\e00d"; }
  .aui .icon-db-condition:before {
    content: "\e00e"; }
  .aui .icon-db-join:before {
    content: "\e00f"; }
  .aui .icon-fb-button:before {
    content: "\e010"; }
  .aui .icon-fb-fieldset:before {
    content: "\e011"; }
  .aui .icon-fb-custom-field:before {
    content: "\e012"; }
  .aui .icon-fb-separator:before {
    content: "\e013"; }
  .aui .icon-fb-paragraph:before {
    content: "\e014"; }
  .aui .icon-fb-file-upload:before {
    content: "\e015"; }
  .aui .icon-btc:before {
    content: "\f15a"; }
  .aui .icon-cny:before {
    content: "\f158"; }
  .aui .icon-eur:before {
    content: "\f153"; }
  .aui .icon-gear:before {
    content: "\f013"; }
  .aui .icon-gears:before {
    content: "\f085"; }
  .aui .icon-inr:before {
    content: "\f156"; }
  .aui .icon-jpy:before {
    content: "\f157"; }
  .aui .icon-krw:before {
    content: "\f159"; }
  .aui .icon-mail-forward:before {
    content: "\f064"; }
  .aui .icon-mail-reply:before {
    content: "\f112"; }
  .aui .icon-paperclip:before {
    content: "\f0c6"; }
  .aui .icon-power-off:before {
    content: "\f011"; }
  .aui .icon-rotate-left:before {
    content: "\f0e2"; }
  .aui .icon-rotate-right:before {
    content: "\f01e"; }
  .aui .icon-star-half-empty:before {
    content: "\f123"; }
  .aui .icon-unchecked:before {
    content: "\f096"; }
  .aui .icon-usd:before {
    content: "\f155"; }
  .aui .font-small, .aui h6, .aui .h6 {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .aui .font-small, .aui h6, .aui .h6 {
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 10px; }
        .aui .font-small small, .aui h6 small, .aui .h6 small {
          color: inherit;
          font-size: .80em; }
        .aui .font-small big, .aui h6 big, .aui .h6 big {
          color: inherit;
          font-size: 1.25em; } }
  .aui .font-normal, .aui #resultados .resultados-listado .busqueda, .aui #resultados .resultados-listado .numero-resultados, .aui #resultados .listado .caja .contenido h4, .aui #resultados .listado .caja .contenido ul > li {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .aui .font-normal, .aui #resultados .resultados-listado .busqueda, .aui #resultados .resultados-listado .numero-resultados, .aui #resultados .listado .caja .contenido h4, .aui #resultados .listado .caja .contenido ul > li {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 10px; }
        .aui .font-normal small, .aui #resultados .resultados-listado .busqueda small, .aui #resultados .resultados-listado .numero-resultados small, .aui #resultados .listado .caja .contenido h4 small, .aui #resultados .listado .caja .contenido ul > li small {
          color: inherit;
          font-size: .80em; }
        .aui .font-normal big, .aui #resultados .resultados-listado .busqueda big, .aui #resultados .resultados-listado .numero-resultados big, .aui #resultados .listado .caja .contenido h4 big, .aui #resultados .listado .caja .contenido ul > li big {
          color: inherit;
          font-size: 1.25em; } }
  .aui .font-medium {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .aui .font-medium {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 10px; }
        .aui .font-medium small {
          color: inherit;
          font-size: .80em; }
        .aui .font-medium big {
          color: inherit;
          font-size: 1.25em; } }
  .aui .font-large {
    font-size: 17px;
    line-height: 19px;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .aui .font-large {
        font-size: 17px;
        line-height: 19px;
        margin: 0 0 10px; }
        .aui .font-large small {
          color: inherit;
          font-size: .80em; }
        .aui .font-large big {
          color: inherit;
          font-size: 1.25em; } }
  .aui .font-x-large, .aui h5, .aui #contenido-indice h3, .aui .h5 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .aui .font-x-large, .aui h5, .aui #contenido-indice h3, .aui .h5 {
        font-size: 25px;
        line-height: 27px;
        margin: 0 0 10px; }
        .aui .font-x-large small, .aui h5 small, .aui #contenido-indice h3 small, .aui .h5 small {
          color: inherit;
          font-size: .80em; }
        .aui .font-x-large big, .aui h5 big, .aui #contenido-indice h3 big, .aui .h5 big {
          color: inherit;
          font-size: 1.25em; } }
  .aui .font-xx-large, .aui h4, .aui .h4 {
    font-size: 21px;
    line-height: 23px;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .aui .font-xx-large, .aui h4, .aui .h4 {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 10px; }
        .aui .font-xx-large small, .aui h4 small, .aui .h4 small {
          color: inherit;
          font-size: .80em; }
        .aui .font-xx-large big, .aui h4 big, .aui .h4 big {
          color: inherit;
          font-size: 1.25em; } }
  .aui .font-big, .aui h3, .aui .h3 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .aui .font-big, .aui h3, .aui .h3 {
        font-size: 35px;
        line-height: 37px;
        margin: 0 0 10px; }
        .aui .font-big small, .aui h3 small, .aui .h3 small {
          color: inherit;
          font-size: .80em; }
        .aui .font-big big, .aui h3 big, .aui .h3 big {
          color: inherit;
          font-size: 1.25em; } }
  .aui .font-huge, .aui h2, .aui h2.page-title, .aui .h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .aui .font-huge, .aui h2, .aui h2.page-title, .aui .h2 {
        font-size: 40px;
        line-height: 42px;
        margin: 0 0 10px; }
        .aui .font-huge small, .aui h2 small, .aui h2.page-title small, .aui .h2 small {
          color: inherit;
          font-size: .80em; }
        .aui .font-huge big, .aui h2 big, .aui h2.page-title big, .aui .h2 big {
          color: inherit;
          font-size: 1.25em; } }
  .aui .font-superhuge, .aui h1, .aui .h1 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .aui .font-superhuge, .aui h1, .aui .h1 {
        font-size: 45px;
        line-height: 47px;
        margin: 0 0 10px; }
        .aui .font-superhuge small, .aui h1 small, .aui .h1 small {
          color: inherit;
          font-size: .80em; }
        .aui .font-superhuge big, .aui h1 big, .aui .h1 big {
          color: inherit;
          font-size: 1.25em; } }
  .aui h1, .aui h2, .aui h2.page-title, .aui h3, .aui h4, .aui h5, .aui #contenido-indice h3, .aui h6 {
    padding: 0;
    border: 0; }
  .aui form.form:not(.sign-in-form) {
    /*background: #fff;*/ }
    .aui form.form:not(.sign-in-form) fieldset.fieldset > div {
      padding: 10px 20px; }
    .aui form.form:not(.sign-in-form) fieldset.bg-fieldset > div {
      padding-top: 10px;
      background: #d8d9dd; }
    .aui form.form:not(.sign-in-form) .button-holder {
      padding: 20px; }
  .aui .fieldsetnormal {
    margin-bottom: 10px; }
    .aui .fieldsetnormal fieldset.fieldset > div {
      background: transparent !important;
      padding: 0px !important; }
      .aui .fieldsetnormal fieldset.fieldset > div .label-required {
        display: none; }
  .aui legend.fieldset-legend {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    font: normal 15px latosemibold;
    text-transform: uppercase;
    text-align: center; }
    .aui legend.fieldset-legend span.legend {
      display: inline-block;
      margin: 20px 20px 10px;
      color: #004165;
      border: 0; }
  .aui .label-required {
    font-size: 11px; }
  .aui .obligatorio {
    text-transform: uppercase;
    font-size: 12px;
    margin: 20px 0; }
  .aui .asterisco {
    color: #d52b1e; }
  .aui [role="alert"] {
    color: #d52b1e;
    font-size: 12px; }
  .aui .field.input-lg, .aui .input-group-lg > .field.form-control, .aui .input-group-lg > .field.input-block-level, .aui .input-group-lg > input.field[type=text], .aui .input-group-lg > input.field[type=password], .aui .input-group-lg > .field.aui-field-select, .aui .input-group-lg > textarea.field, .aui .input-group-lg > input.field.form-text,
  .aui .input-group-lg > input.field.search-query,
  .aui .input-group-lg > .field.input-group-addon,
  .aui .input-group-lg > .field.add-on,
  .aui .input-group-lg > .input-group-btn > .field.btn, .aui .prehome .portlet-login .control-group.input-text-wrapper input.field {
    height: 43px !important;
    padding: 13px 15px !important;
    font-size: 45 !important; }
  .aui.chrome .form-inline .field {
    min-width: 140px; }
  .aui .radio,
  .aui .checkbox {
    padding-left: 20px;
    font-weight: normal; }
    .aui .radio input.field[type="radio"], .aui .radio input.field[type="checkbox"],
    .aui .checkbox input.field[type="radio"],
    .aui .checkbox input.field[type="checkbox"] {
      position: absolute;
      margin: 3px 0 0;
      left: 0; }
  .aui .control-label {
    font: normal 15px latosemibold;
    color: #757e83 !important; }
  .aui fieldset.bg-fieldset .control-label {
    color: #004165 !important; }
  .aui .button-holder {
    margin: 0;
    padding: 0; }
  @media (max-width: 979px) {
    .aui .ios input {
      max-width: 100% !important; } }
  .aui img {
    max-width: 100%; }
  .aui a {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-decoration: underline; }
  .aui ol {
    margin: 20px; }
    .aui ol li {
      margin: 5px 0; }
  .aui ul.dropdown-menu {
    z-index: 10;
    margin-top: -5px; }
  .aui ul.nav-wizard {
    background-color: white;
    border: 1px solid #aeaeb3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    margin-bottom: 3% !important; }
    .aui ul.nav-wizard:before {
      position: absolute; }
    .aui ul.nav-wizard:after {
      display: block;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 138px;
      height: 47px;
      border-top: 1px solid #d4d4d4;
      border-bottom: 1px solid #d4d4d4;
      z-index: 11;
      content: " "; }
    .aui ul.nav-wizard li {
      position: relative;
      float: left;
      display: inline-block;
      text-align: center;
      margin: 0;
      padding: 11px 23px; }
      @media (min-width: 768px) {
        .aui ul.nav-wizard li {
          font-size: 16px;
          line-height: 46px;
          padding: 13px 43px; } }
      .aui ul.nav-wizard li a {
        color: #428bca;
        padding: 0;
        transition: none;
        text-decoration: none; }
        .aui ul.nav-wizard li a:hover {
          background-color: transparent !important;
          transition: none; }
      .aui ul.nav-wizard li:before {
        position: absolute;
        display: block;
        border: 24px solid transparent;
        border-left: 16px solid #aeaeb3;
        border-right: 0;
        top: -1px;
        z-index: 10;
        content: '';
        right: -16px; }
      .aui ul.nav-wizard li:after {
        position: absolute;
        display: block;
        border: 24px solid transparent;
        border-left: 16px solid white;
        border-right: 0;
        top: -1px;
        z-index: 10;
        content: '';
        right: -15px; }
      .aui ul.nav-wizard li.active {
        text-decoration: none;
        color: #3a87ad;
        background-color: #004165; }
        .aui ul.nav-wizard li.active:after {
          border-left: 16px solid #004165; }
        .aui ul.nav-wizard li.active a {
          color: white;
          text-decoration: none; }
          .aui ul.nav-wizard li.active a:active, .aui ul.nav-wizard li.active a:hover ul.nav-wizard li.active a:visited {
            color: white;
            text-decoration: none; }
          .aui ul.nav-wizard li.active a:focus {
            color: white;
            background: #004165; }
    .aui ul.nav-wizard .active ~ li {
      color: #757e83;
      background: #f9f9f9; }
      .aui ul.nav-wizard .active ~ li:after {
        border-left: 16px solid #f9f9f9; }
      .aui ul.nav-wizard .active ~ li a {
        color: #757e83;
        background: #f9f9f9;
        transition: none;
        text-decoration: none; }
        .aui ul.nav-wizard .active ~ li a:active, .aui ul.nav-wizard .active ~ li a:visited, .aui ul.nav-wizard .active ~ li a:focus {
          color: #757e83;
          background: #f9f9f9;
          transition: none;
          text-decoration: none; }
    .aui ul.nav-wizard.nav-wizard-backnav li:hover {
      color: #468847;
      background: #f6fbfd; }
      .aui ul.nav-wizard.nav-wizard-backnav li:hover:after {
        border-left: 16px solid #f6fbfd; }
      .aui ul.nav-wizard.nav-wizard-backnav li:hover a {
        color: #468847;
        background: #f6fbfd; }
        .aui ul.nav-wizard.nav-wizard-backnav li:hover a:active, .aui ul.nav-wizard.nav-wizard-backnav li:hover a:visited, .aui ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
          color: #468847;
          background: #f6fbfd; }
    .aui ul.nav-wizard.nav-wizard-backnav .active ~ li {
      color: #757e83;
      background: #ededed; }
      .aui ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
        border-left: 16px solid #ededed; }
      .aui ul.nav-wizard.nav-wizard-backnav .active ~ li a {
        color: #757e83;
        background: #ededed; }
        .aui ul.nav-wizard.nav-wizard-backnav .active ~ li a:active, .aui ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited, .aui ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
          color: #757e83;
          background: #ededed; }
  .aui .table-responsive > .table {
    margin: 0; }
  .aui .table {
    border: 0px solid #ddd; }
    .aui .table .table-columns {
      color: #004165;
      /*background: $brand-primary;
      color: $white;*/ }
      .aui .table .table-columns tr > th {
        border: 0px solid #ddd; }
    .aui .table .table-data {
      color: #004165; }
      .aui .table .table-data tr:nth-of-type(odd) {
        background: #c6d6df; }
      .aui .table .table-data tr > td {
        border: 0px solid #ddd; }
      .aui .table .table-data tr:hover {
        background: #C6D6C1; }
  .aui .message {
    position: absolute;
    top: -5000px;
    left: -5000px;
    z-index: -100000; }
  .aui.no-mobile.no-phone.no-tablet [class*=mobile-only],
  .aui.no-mobile.no-phone.no-tablet [id*=mobile-only] {
    display: none !important; }
  .aui.ios.webkit .only-android {
    display: none; }
  .aui.webkit:not(.ios) .only-ios {
    display: none; }
  .aui.mac .only-win {
    display: none; }
  .aui.win .only-mac {
    display: none; }
  .aui.no-mobile.no-phone.no-tablet .only-android {
    display: none; }
  .aui.no-mobile.no-phone.no-tablet .only-ios {
    display: none; }
  .aui.phone .only-mac, .aui.tablet .only-mac, .aui.mobile .only-mac {
    display: none; }
  .aui.phone .only-win, .aui.tablet .only-win, .aui.mobile .only-win {
    display: none; }
  @media (max-width: 767px) {
    .aui .padding {
      padding: 25px 10% 10px; } }
  @media (min-width: 768px) {
    .aui .padding {
      padding: 25px 25px 10px; } }
  .aui .margin {
    margin: 0 0 30px; }
  .aui .btn {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-decoration: none;
    font-family: latobold; }
    .aui .btn.btn-lg, .aui .btn-group-lg > .btn, .aui .btn.btn-large, .aui .prehome .portlet-login .button-holder .btn {
      font-family: latoregular, Helvetica, Arial, sans-serif; }
    .aui .btn.btn-primary.inverse {
      background: white;
      color: #d52b1e; }
    .aui .btn.btn-success.inverse {
      background: white;
      color: #5cb85c; }
    .aui .btn.btn-info.inverse {
      background: white;
      color: #004165; }
    .aui .btn.btn-warning.inverse {
      background: white;
      color: #fdc82f; }
    .aui .btn.btn-danger.inverse {
      background: white;
      color: #d52b1e; }
  .aui div.alert, .aui div.portlet-msg-alert, .aui div.portlet-msg-error, .aui div.portlet-msg-help, .aui div.portlet-msg-info, .aui div.portlet-msg-progress, .aui div.portlet-msg-success {
    box-sizing: border-box; }
    .aui div.alert p, .aui div.portlet-msg-alert p, .aui div.portlet-msg-error p, .aui div.portlet-msg-help p, .aui div.portlet-msg-info p, .aui div.portlet-msg-progress p, .aui div.portlet-msg-success p {
      margin: 0; }
  .aui [class^="caja-mensaje"] {
    max-width: 750px;
    margin: 0 auto 20px;
    padding: 20px 15px 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 100%; }
  .aui .modal.yui3-widget {
    display: block; }
    .aui .modal.yui3-widget.modal-hidden {
      display: none; }
  .aui .modal:not(.yui3-widget) {
    display: none; }
  .aui ul.dropdown-menu {
    min-width: 250px; }
  @media screen {
    .aui {
      height: 100%;
      font-size: 100%;
      -webkit-overflow-scrolling: touch;
      -webkit-tap-highlight-color: transparent;
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      background: white !important; }
      .aui[class*="dialog-"] {
        background: white !important; } }
  .aui html {
    position: relative;
    min-height: 100%; }
  .aui body {
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    font-family: latoregular, Helvetica, Arial, sans-serif;
    line-height: 20px;
    color: #757e83; }
  .aui .container, .aui .container-header,
  .aui .container-nav,
  .aui .container-situation,
  .aui .container-footer {
    width: 100% !important;
    max-width: 1170px; }
  .aui .interior-1-col .container, .aui .interior-1-col .container-header,
  .aui .interior-1-col .container-nav,
  .aui .interior-1-col .container-situation,
  .aui .interior-1-col .container-footer,
  .aui .columns-2 .container,
  .aui .columns-2 .container-header,
  .aui .columns-2 .container-nav,
  .aui .columns-2 .container-situation,
  .aui .columns-2 .container-footer,
  .aui .formacion .container,
  .aui .formacion .container-header,
  .aui .formacion .container-nav,
  .aui .formacion .container-situation,
  .aui .formacion .container-footer,
  .aui .columns-1 .container,
  .aui .columns-1 .container-header,
  .aui .columns-1 .container-nav,
  .aui .columns-1 .container-situation,
  .aui .columns-1 .container-footer {
    background: rgba(255, 255, 255, 0.5);
    padding: 15px; }
  .aui #wrapper {
    min-height: 80%;
    min-height: -moz-calc(100% - 90px);
    min-height: -webkit-calc(100% - 90px);
    min-height: calc(100% - 90px);
    height: auto;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-image: url("../images/custom/css/fondo-int.jpg"); }
    @media (max-height: 857px) {
      .aui #wrapper {
        height: auto !important; } }
    .aui #wrapper #content,
    .aui #wrapper #main-content {
      height: 100%; }
  .aui body.is-home #wrapper {
    min-height: 100%;
    background-image: -webkit-linear-gradient(120deg, #0c162c, #25408c, #5d91d0);
    background-image: -moz-linear-gradient(120deg, #0c162c, #25408c, #5d91d0);
    background-image: -o-linear-gradient(120deg, #0c162c, #25408c, #5d91d0);
    background-image: linear-gradient(120deg, #0c162c, #25408c, #5d91d0); }
    .aui body.is-home #wrapper #content {
      padding-top: 0; }
  .aui body.is-prehome #wrapper {
    height: 100%;
    background-image: url("../images/custom/css/talleres-fondo-home.jpg"); }
    @media (max-width: 979px) {
      .aui body.is-prehome #wrapper {
        height: auto; } }
    .aui body.is-prehome #wrapper #content {
      padding-top: 0;
      padding-bottom: 0; }
  .aui .fixed header#banner {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: white;
    -webkit-box-shadow: 0 10px 14px #d8d9dd;
    -moz-box-shadow: 0 10px 14px #d8d9dd;
    box-shadow: 0 10px 14px #d8d9dd; }
  .aui .fixed .navbar {
    margin: 0; }
  .aui h1.site-title img {
    max-width: 250px; }
    @media (max-width: 767px) {
      .aui h1.site-title img {
        max-height: 47px; } }
  .aui header#banner {
    background: white;
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d9dd; }
    .aui header#banner .container-header {
      padding-top: 10px; }
    .aui header#banner h1.site-title {
      float: left;
      margin: 0 0 10px; }
    .aui header#banner #section-login {
      float: right; }
    .aui header#banner .navbar-toggle {
      width: 35px;
      height: 35px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      cursor: pointer; }
      @media (max-width: 979px) {
        .aui header#banner .navbar-toggle {
          display: block;
          margin-top: 18px; } }
      @media (max-width: 767px) {
        .aui header#banner .navbar-toggle {
          margin-top: 9px; } }
      @media (min-width: 768px) {
        .aui header#banner .navbar-toggle {
          margin-top: 18px; } }
      .aui header#banner .navbar-toggle span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #004165;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      .aui header#banner .navbar-toggle span:nth-child(1) {
        top: 4px; }
      .aui header#banner .navbar-toggle span:nth-child(2),
      .aui header#banner .navbar-toggle span:nth-child(3) {
        top: 14px; }
      .aui header#banner .navbar-toggle span:nth-child(4) {
        top: 24px; }
      .aui header#banner .navbar-toggle[aria-expanded="true"] span:nth-child(1) {
        top: 14px;
        width: 0%;
        left: 50%; }
      .aui header#banner .navbar-toggle[aria-expanded="true"] span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .aui header#banner .navbar-toggle[aria-expanded="true"] span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .aui header#banner .navbar-toggle[aria-expanded="true"] span:nth-child(4) {
        top: 14px;
        width: 0%;
        left: 50%; }
  .aui #breadcrumbs .breadcrumb {
    padding-bottom: 0; }
  .aui #breadcrumbs .divider {
    display: none; }
  @media (max-width: 979px) {
    .aui #breadcrumbs {
      display: none; }
      .aui #breadcrumbs + h2.page-title {
        margin-top: 15px; } }
  .aui #breadcrumbs li a {
    color: #757e83; }
  .aui #breadcrumbs li.active a {
    color: #004165; }
  .aui h2.page-title {
    font-family: montserratthin;
    margin: 0 0 20px;
    color: #d52b1e;
    text-transform: uppercase; }
  .aui footer#footer {
    overflow: hidden;
    *zoom: 1;
    background: #004165;
    color: #fff; }
    .aui footer#footer .container-footer {
      padding-top: 20px;
      padding-bottom: 15px; }
    .aui footer#footer address {
      margin-top: 15px; }
    .aui footer#footer .site-name {
      text-transform: uppercase; }
      .aui footer#footer .site-name:after {
        content: "."; }
    @media (max-width: 767px) {
      .aui footer#footer .col-sm-6 {
        text-align: center; } }
  .aui .redes-sociales li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 53px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #004165; }
    .aui .redes-sociales li a .fa {
      font-size: 30px; }
    .aui .redes-sociales li a:focus, .aui .redes-sociales li a:hover {
      background: rgba(255, 255, 255, 0.6);
      color: #fff; }
  .aui #background-cover {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none; }
  .aui #reproductor-video-modal {
    position: fixed;
    top: -99999999px;
    left: -99999999px;
    z-index: -9999999px; }
    .aui #reproductor-video-modal .modal-body {
      max-height: none;
      width: 80%;
      width: -moz-calc(100% - 77px);
      width: -webkit-calc(100% - 77px);
      width: calc(100% - 77px); }
  .aui .important-text {
    border-left: 3px solid #d52b1e;
    font-weight: bold;
    font-style: oblique; }
    @media (max-width: 767px) {
      .aui .important-text {
        padding: 20px 10% 20px; } }
    @media (min-width: 768px) {
      .aui .important-text {
        padding: 20px 25px 20px; } }
  .aui .intro {
    clear: both;
    position: relative;
    min-height: 150px; }
    @media (max-width: 767px) {
      .aui .intro {
        margin-top: 20px;
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      .aui .intro {
        margin-top: 50px;
        margin-bottom: 50px; } }
    .aui .intro p {
      color: #222222;
      font-size: 22px;
      line-height: 26px; }
      .aui .intro p:first-child:before {
        position: relative;
        top: -7px;
        content: attr(data-before-content);
        float: left;
        margin: 0 20px 40px 0;
        font-size: 200px;
        line-height: 200px;
        color: #004165; }
        @media (max-width: 767px) {
          .aui .intro p:first-child:before {
            font-size: 130px;
            top: -67px; } }
    .aui .intro:after {
      content: "";
      width: 300px;
      height: 300px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -150px 0 0 -150px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      border: 1px dashed #555555; }
  .aui .smc-privacy-portlet .privacy-info-message {
    background-color: #004165 !important; }
  .aui .isOmniadmin header nav ul.nav li#layout_1:first-child {
    display: none !important; }
  .aui #navigation.navbar {
    border: 0; }
  .aui #navigation .nav > li {
    font-size: 15px;
    text-transform: uppercase; }
    @media (min-width: 768px) and (max-width: 1115px) {
      .aui #navigation .nav > li {
        font-size: 12px; } }
    .aui #navigation .nav > li > a {
      padding: 10px 7px;
      text-decoration: none; }
  @media (min-width: 768px) and (max-width: 979px) {
    .aui #navigation.navbar {
      display: none; } }
  @media (max-width: 979px) {
    .aui #navigation {
      height: auto; }
      .aui #navigation.collapse.in {
        display: block;
        float: none;
        clear: both;
        border-top: 1px dashed #aeaeb3;
        margin: 0 -15px;
        padding: 0 15px; }
      .aui #navigation.collapse {
        display: none; } }
  @media (min-width: 980px) {
    .aui #navigation {
      width: calc(100% - 200px);
      float: right;
      text-align: right;
      padding-top: 17px; }
      .aui #navigation .nav {
        display: inline-block;
        float: none; }
        .aui #navigation .nav > li {
          float: none;
          display: inline-block;
          vertical-align: top; } }
  .aui .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .aui .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      *display: inline; }
      .aui .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
        margin: 5px;
        background: #757e83;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 30px;
        border: 2px solid #ccc; }
      .aui .owl-dots .owl-dot.active span, .aui .owl-dots .owl-dot:hover span {
        background: #004165; }
  .aui [id^="main-content"] > .portlet-layout.row-fluid {
    width: 100% !important;
    max-width: 1170px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .aui [id^="main-content"] > .portlet-layout.row-fluid > .portlet-column {
        width: 100% !important;
        float: none !important;
        display: block !important;
        margin: 0 !important; } }
  .aui .home {
    /*@extend .row;*/ }
    .aui .home .col-five {
      width: 19.5%;
      display: inline-block;
      vertical-align: top;
      margin: 15px 0 15px 0%;
      padding-left: 15px;
      padding-right: 15px; }
      @media (max-width: 979px) {
        .aui .home .col-five {
          width: 50%;
          text-align: center;
          float: left; } }
      @media (max-width: 767px) {
        .aui .home .col-five {
          width: 100%;
          text-align: center; } }
      .aui .home .col-five .section-banner {
        background: transparent; }
  .aui .prehome > .contenido-col:first-child {
    background: rgba(255, 255, 255, 0.85); }
  .aui .prehome > .contenido-col:nth-child(2) {
    display: none; }
  .aui .prehome > .contenido-col:last-child .contenido-cell:first-child {
    background: rgba(0, 65, 101, 0.65); }
  @media (min-width: 640px) and (max-width: 979px) {
    .aui .prehome .contenido-col:last-child {
      display: table;
      width: 100%; }
      .aui .prehome .contenido-col:last-child .contenido-cell {
        background: rgba(255, 255, 255, 0.65); }
        .aui .prehome .contenido-col:last-child .contenido-cell:first-child {
          background: rgba(0, 65, 101, 0.65); } }
  @media (max-width: 979px) {
    .aui .prehome h1.site-title {
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10;
      background: white;
      border-bottom: 1px dotted #004165;
      padding: 10px 15px;
      -webkit-box-shadow: 0 0 10px rgba(0, 65, 101, 0.4);
      -moz-box-shadow: 0 0 10px rgba(0, 65, 101, 0.4);
      box-shadow: 0 0 10px rgba(0, 65, 101, 0.4); }
    .aui .prehome h1.site-title + .portlet-layout {
      padding: 120px 10% 15px; } }
  @media (max-width: 479px) {
    .aui .prehome h1.site-title + .portlet-layout {
      padding-top: 100px; } }
  @media (min-width: 980px) {
    .aui .prehome {
      display: table;
      width: 100%;
      height: 100%; }
      .aui .prehome > .contenido-col {
        display: table-cell;
        height: 97%;
        vertical-align: top; }
        .aui .prehome > .contenido-col:first-child {
          width: 45%;
          background: transparent url("../images/custom/css/fondo-home.png") no-repeat 100% 100%;
          background-size: cover; }
          .aui .prehome > .contenido-col:first-child .contenido-cell {
            height: 100%;
            padding: 35px 0 15px 5%; }
          .aui .prehome > .contenido-col:first-child .portlet-layout {
            margin-top: 0%;
            width: 74%; }
          .aui .prehome > .contenido-col:first-child .clip-svg {
            height: 0;
            position: absolute; }
        .aui .prehome > .contenido-col:nth-child(2) {
          display: block; }
        .aui .prehome > .contenido-col:last-child {
          width: 30%; }
          .aui .prehome > .contenido-col:last-child .contenido-cell {
            height: 25%; }
            .aui .prehome > .contenido-col:last-child .contenido-cell:first-child {
              height: 66%; } }
          @media (min-width: 980px) and (min-width: 1024px) {
            .aui .prehome > .contenido-col:first-child .portlet-layout {
              margin-top: 5%; } }
          @media (min-width: 980px) and (min-width: 980px) and (max-width: 1439px) {
            .aui .prehome > .contenido-col:last-child .contenido-cell:nth-child(2) {
              height: 24%; } }
            @media (min-width: 980px) and (min-width: 980px) and (max-width: 1439px) {
              .aui .prehome > .contenido-col:last-child .contenido-cell:first-child {
                height: 76%; } }
  .aui .intro-home p,
  .aui .intro-home ul.unstyled {
    margin-top: 20px; }
  .aui .intro-home .intro-home-inf {
    margin-top: 7%; }
  @media (min-width: 640px) {
    .aui .home {
      padding-top: 20px; } }
  @media (max-width: 639px) {
    .aui .home > .container > .row > .col-xs-6, .aui .home > .container-header > .row > .col-xs-6,
    .aui .home > .container-nav > .row > .col-xs-6,
    .aui .home > .container-situation > .row > .col-xs-6,
    .aui .home > .container-footer > .row > .col-xs-6, .aui .home > .container > .row-fluid > .col-xs-6, .aui .home > .container-header > .row-fluid > .col-xs-6,
    .aui .home > .container-nav > .row-fluid > .col-xs-6,
    .aui .home > .container-situation > .row-fluid > .col-xs-6,
    .aui .home > .container-footer > .row-fluid > .col-xs-6 {
      width: 100%;
      float: none;
      margin: 0; } }
  .aui #contenido-indice {
    margin-bottom: 20px; }
    .aui #contenido-indice a {
      display: block; }
      .aui #contenido-indice a p.desc {
        color: #004165; }
      .aui #contenido-indice a:hover p.desc {
        color: #921d15; }
    .aui #contenido-indice h3 {
      height: 2.1em;
      display: table-cell;
      width: 100%;
      vertical-align: bottom;
      margin: 0 0 10px; }
    .aui #contenido-indice img {
      margin: 10px 0 0; }
    .aui #contenido-indice p.desc {
      background: #fff;
      padding: 15px;
      height: 125px;
      color: #004165; }
  .aui .contenido-texto .entradilla {
    font-family: latosemibold;
    color: black;
    font-size: 16px;
    border-bottom: 2px dashed #004165;
    padding-bottom: 10px;
    text-align: justify; }
  .aui .contenido-texto .cuerpo-noticia {
    text-align: justify; }
  .aui #section-login {
    position: relative; }
    @media (max-width: 767px) {
      .aui #section-login {
        margin: 0 10px 0 0; } }
    @media (min-width: 768px) {
      .aui #section-login {
        margin: 10px 0 0 0; } }
    .aui #section-login button.login-toggle {
      border: 0;
      background: transparent;
      color: #757e83;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
      width: 50px;
      height: 50px;
      padding: 0; }
      .aui #section-login button.login-toggle > span {
        display: none; }
      .aui #section-login button.login-toggle.collapse {
        display: block; }
      .aui #section-login button.login-toggle[aria-expanded="true"] {
        background: #004165;
        color: #fff; }
        .aui #section-login button.login-toggle[aria-expanded="true"]:before {
          color: #fff; }
      .aui #section-login button.login-toggle:before {
        position: absolute;
        left: 13px;
        top: 16px;
        color: #004165;
        font-family: "FontAwesome";
        font-size: 32px;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        content: "\f007"; }
  .aui body.signed-out #section-login #p_p_id_58_,
  .aui body.signed-in #section-login #p_p_id_58_ {
    width: 290px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: #004165;
    padding: 25px 25px 10px;
    color: #fff; }
    .aui body.signed-out #section-login #p_p_id_58_.in,
    .aui body.signed-in #section-login #p_p_id_58_.in {
      height: auto;
      opacity: 1; }
    @media (max-width: 767px) {
      .aui body.signed-out #section-login #p_p_id_58_,
      .aui body.signed-in #section-login #p_p_id_58_ {
        top: 50px; } }
    @media (min-width: 768px) {
      .aui body.signed-out #section-login #p_p_id_58_,
      .aui body.signed-in #section-login #p_p_id_58_ {
        top: 40px; } }
  .aui body.signed-in #section-login .portlet-body > a {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em; }
    .aui body.signed-in #section-login .portlet-body > a:hover, .aui body.signed-in #section-login .portlet-body > a:focus {
      text-decoration: underline; }
  .aui body.signed-in #section-login .portlet-body > a {
    display: block;
    text-decoration: none; }
  .aui .portlet-login form {
    background: transparent !important; }
    .aui .portlet-login form fieldset.fieldset > div,
    .aui .portlet-login form .button-holder {
      padding: 0 !important; }
  .aui .portlet-login h1.portlet-title {
    margin: 0;
    padding: 0 16px 10px;
    color: #fff;
    font: normal 17px latoregular, Helvetica, Arial, sans-serif; }
    .aui .portlet-login h1.portlet-title img {
      display: none; }
  .aui .portlet-login .control-group.input-text-wrapper input {
    padding-right: 35px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 10px; }
  .aui .portlet-login .control-group.input-text-wrapper input[type="text"] {
    background-image: url("../images/custom/css/ico-user.png"); }
  .aui .portlet-login .control-group.input-text-wrapper input[type="password"] {
    background-image: url("../images/custom/css/ico-lock.png"); }
  .aui .portlet-login .control-label {
    color: #fff !important; }
  .aui .portlet-login .button-holder {
    margin: 0; }
  .aui .portlet-login .taglib-captcha .captcha {
    background: #fff; }
  .aui .portlet-login .navigation {
    background: transparent;
    border-top: 0;
    padding: 0; }
    .aui .portlet-login .navigation li {
      float: none; }
      .aui .portlet-login .navigation li img {
        display: none; }
      .aui .portlet-login .navigation li a {
        color: #fff; }
      .aui .portlet-login .navigation li:before {
        content: '>';
        margin-right: 5px; }
  .aui .portlet-login .form + .navigation li:nth-child(2) {
    display: none; }
  .aui .portlet-login .form.sign-in-form + .navigation li:nth-child(1) {
    display: none; }
  .aui .portlet-login .form.sign-in-form + .navigation li:nth-child(2) {
    display: block; }
  .aui .portlet-login span.sign-out {
    display: inline-block;
    position: absolute;
    right: -24px;
    bottom: -9px;
    padding: 5px; }
    .aui .portlet-login span.sign-out a {
      display: block;
      padding: 4px 10px;
      text-decoration: none;
      background: #d52b1e;
      color: #fff; }
      .aui .portlet-login span.sign-out a:hover {
        background: #921d15; }
  .aui #signinmodal form.sign-in-form {
    max-width: 300px;
    margin: 0 auto; }
  .aui #signinmodal .navigation {
    display: none; }
  .aui .prehome .portlet-login {
    color: #fff; }
    @media (max-width: 979px) {
      .aui .prehome .portlet-login {
        padding: 35px 10%; } }
    @media (min-width: 980px) {
      .aui .prehome .portlet-login {
        padding: 18% 15% 5px 30px; } }
    .aui .prehome .portlet-login .form.sign-in-form .control-label {
      display: none; }
    .aui .prehome .portlet-login .control-group.input-text-wrapper input {
      border: 0;
      background-position: calc(100% - 10px) 15px; }
  .aui .columns-max .portlet-login {
    max-width: 350px;
    margin: 50px auto;
    background: #004165;
    padding: 25px;
    color: #fff; }
  .aui div.usuarios-registro form.form {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    *zoom: 1; }
    .aui div.usuarios-registro form.form > fieldset.fieldset {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .aui div.usuarios-registro form.form > fieldset.fieldset {
          float: left;
          width: 33.33333%; } }
  .aui div.usuarios-registro p.obligatorio,
  .aui div.usuarios-registro fieldset.fieldset + .input-checkbox-wrapper,
  .aui div.usuarios-registro .button-holder {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: both; }
    @media (min-width: 1200px) {
      .aui div.usuarios-registro p.obligatorio,
      .aui div.usuarios-registro fieldset.fieldset + .input-checkbox-wrapper,
      .aui div.usuarios-registro .button-holder {
        float: left;
        width: 100%; } }
  .aui div.usuarios-registro fieldset.fieldset + .input-checkbox-wrapper {
    text-align: center; }
    .aui div.usuarios-registro fieldset.fieldset + .input-checkbox-wrapper label.checkbox {
      display: inline-block;
      margin: 20px auto 0;
      text-align: left; }
  .aui div.listado-noticias h2 {
    color: #004165;
    background: transparent url("../images/custom/css/decoration-tit.gif") no-repeat 0 100%;
    font-size: 27px; }
  .aui div.listado-noticias ul.lista-noticia {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    *zoom: 1;
    padding: 0px; }
    .aui div.listado-noticias ul.lista-noticia a {
      text-decoration: none;
      color: #004165; }
      .aui div.listado-noticias ul.lista-noticia a:hover {
        color: #921d15; }
        .aui div.listado-noticias ul.lista-noticia a:hover .info-titulo {
          text-decoration: underline; }
    .aui div.listado-noticias ul.lista-noticia > li {
      list-style: none;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .aui div.listado-noticias ul.lista-noticia > li {
          float: left;
          width: 33.33333%; } }
      .aui div.listado-noticias ul.lista-noticia > li .informacion .info-titulo h3.titulo {
        font-size: 27px;
        padding-top: 10px; }
  .aui div.buscador .results-header h3 {
    font-size: 15px;
    background: transparent url("../images/custom/css/decoration-tit.gif") no-repeat 0 100%;
    color: #004165; }
  .aui div.buscador ul.categories {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #757e83;
    padding-bottom: 15px; }
    .aui div.buscador ul.categories > li {
      line-height: 30px;
      color: #757e83; }
      .aui div.buscador ul.categories > li a {
        color: #757e83;
        text-decoration: none; }
        .aui div.buscador ul.categories > li a:hover {
          color: #921d15;
          text-decoration: underline; }
  .aui div.detalle .titulo-detalle h3 {
    font-size: 25px;
    color: #004165;
    background: transparent url("../images/custom/css/decoration-tit.gif") no-repeat 0 100%; }
  .aui div.detalle .informacion {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    *zoom: 1;
    padding: 15px 0px 0px 0px; }
    .aui div.detalle .informacion .descripcion-informacion {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      .aui div.detalle .informacion .descripcion-informacion p.info {
        padding-top: 20px;
        color: #004165;
        font-size: 45; }
      @media (min-width: 768px) {
        .aui div.detalle .informacion .descripcion-informacion {
          float: left;
          width: 50%; } }
    .aui div.detalle .informacion .imagen-informacion {
      float: right;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 768px) {
        .aui div.detalle .informacion .imagen-informacion {
          float: left;
          width: 50%; } }
  .aui div.detalle .texto-detalle p {
    color: #004165;
    padding-top: 40px; }
  .aui div.multimedia {
    padding: 15px 0px 15px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #757e83;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    *zoom: 1; }
    .aui div.multimedia .videos {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 768px) {
        .aui div.multimedia .videos {
          float: left;
          width: 66.66667%; } }
      .aui div.multimedia .videos .titulo h3 {
        font-size: 17px;
        color: #004165;
        background: transparent url("../images/custom/css/decoration-tit.gif") no-repeat 0 100%; }
    .aui div.multimedia .descargar {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 768px) {
        .aui div.multimedia .descargar {
          float: left;
          width: 33.33333%; } }
      .aui div.multimedia .descargar .titulo h3 {
        font-size: 17px;
        color: #004165;
        background: transparent url("../images/custom/css/decoration-tit.gif") no-repeat 0 100%; }
      .aui div.multimedia .descargar .pdf ul {
        text-align: center; }
        .aui div.multimedia .descargar .pdf ul > li .nombre {
          text-align: center; }
  .aui .multimediaDescarga .descargar .titulo h3 {
    font-size: 17px;
    color: #004165;
    background: transparent url("../images/custom/css/decoration-tit.gif") no-repeat 0 100%; }
  .aui .multimediaDescarga .descargar .pdf ul {
    text-align: center; }
    .aui .multimediaDescarga .descargar .pdf ul > li .nombre {
      text-align: center; }
  .aui #resultados .resultados-listado {
    background: #d8d9dd;
    padding: 10px; }
    .aui #resultados .resultados-listado div {
      color: black; }
    .aui #resultados .resultados-listado .busqueda, .aui #resultados .resultados-listado .numero-resultados {
      color: #004165;
      font-family: latobold; }
  .aui #resultados .listado {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    *zoom: 1; }
    .aui #resultados .listado .caja {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center; }
      @media (min-width: 768px) {
        .aui #resultados .listado .caja {
          float: left;
          width: 25%; } }
      @media (min-width: 992px) {
        .aui #resultados .listado .caja {
          float: left;
          width: 16.66667%; } }
      .aui #resultados .listado .caja .contenido {
        border: 2px solid #004165;
        padding: 9px;
        margin-top: 30px; }
        .aui #resultados .listado .caja .contenido h4 {
          color: #004165; }
        .aui #resultados .listado .caja .contenido ul {
          list-style: none;
          padding: 0; }
          .aui #resultados .listado .caja .contenido ul > li {
            color: #004165; }
  .aui .buscador-contenidos .fieldset .input-text-wrapper:first-child {
    width: 55%; }
    .aui .buscador-contenidos .fieldset .input-text-wrapper:first-child input {
      width: 100%; }
    @media (max-width: 767px) {
      .aui .buscador-contenidos .fieldset .input-text-wrapper:first-child {
        width: 100%; } }
  .aui #carouselImage {
    margin-top: 30px;
    margin-top: 30px;
    max-width: 900px !important;
    width: 100%; }
    .aui #carouselImage div.carousel-item {
      max-width: 900px !important;
      width: 100%;
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: 50% !important;
      background-color: #fcedec !important;
      border: 5px solid #004165 !important;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .aui .section-banner {
    /*background-color: #fff;*/
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative; }
    @media (max-width: 767px) {
      .aui .section-banner {
        margin-bottom: 15px; } }
    .aui .section-banner > a {
      display: block;
      height: 100%;
      text-decoration: none;
      color: #757e83; }
    .aui .section-banner h2 {
      font: normal 1em latomedium;
      line-height: inherit; }
    .aui .section-banner.solapa:before {
      background: transparent url("../images/custom/css/solapa.png") no-repeat 0 0%;
      content: '';
      width: 55px;
      height: 55px;
      position: absolute;
      top: 31px;
      left: 0; }
      @media (max-width: 979px) {
        .aui .section-banner.solapa:before {
          left: 0px; } }
      @media (max-width: 767px) {
        .aui .section-banner.solapa:before {
          display: none; } }
    .aui .section-banner.tic h2 {
      padding: 0 0 10px;
      background: transparent url("../images/custom/css/decoration-tit.gif") no-repeat 0 100%; }
      .aui .section-banner.tic h2[style*="text-align: center"] {
        background-position: 50% 100%; }
      .aui .section-banner.tic h2[style*="text-align: right"] {
        background-position: 100% 100%; }
    .aui .section-banner .row, .aui .section-banner .row-fluid {
      display: table;
      height: 140px; }
      .aui .section-banner .row [class*="col-"], .aui .section-banner .row-fluid [class*="col-"] {
        display: table-cell;
        vertical-align: middle;
        /*float: none;*/ }
  .aui .carousel-home .owl-carousel {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 575px; }
  .aui .listado-formacion .owl-video {
  /*.promo-container {
    position: absolute;
    top: 0;
    height: 600px;
    z-index: 1;
    @include mq-max($breakpoint_desktop-wide) {
		top: 57px;
    }
    .promo {
      height: 200px;
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      height: 550px;
    	@include mq($breakpoint_desktop-wide) {
			height: 669px;
    	}
      padding: 10px;
    }
  }*/ }
    .aui .listado-formacion .owl-video .item-video {
      height: 500px; }
      @media (max-width: 767px) {
        .aui .listado-formacion .owl-video .item-video {
          height: 420px; } }
      .aui .listado-formacion .owl-video .item-video .owl-video-wrapper {
        background: transparent !important;
        padding-top: 15px;
        padding-bottom: 15px; }
  @media print {
    .aui {
      @page {
        size: auto;
        margin: .5cm; }
 }
      .aui .aui section#section-login,
      .aui .aui header#banner,
      .aui .aui section#footer-menu,
      .aui .aui footer#footer,
      .aui .aui nav#breadcrumbs {
        display: none !important; }
      .aui .aui #situacion h1.page-title {
        margin-bottom: 20px;
        border-bottom: 1px solid #000; }
      .aui .aui html,
      .aui .aui body,
      .aui .aui #wrapper,
      .aui .aui #content,
      .aui .aui #main-content {
        float: none !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important; }
      .aui .aui a[href]:after {
        content: ""; }
      .aui .aui a[href]:before {
        content: ""; }
      .aui .aui .area-privada[id*="main-content"] .panel-portlet {
        float: none !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important; }
      .aui .aui .area-privada[id*="main-content"] a.cancelar,
      .aui .aui .area-privada[id*="main-content"] .navbar,
      .aui .aui .area-privada[id*="main-content"] .panel-menu {
        display: none !important; }
      .aui .aui .toggler-content-wrapper {
        overflow: visible; }
      .aui .aui .row-fluid {
        width: 100% !important;
        *zoom: 1 !important; }
      .aui .aui .row-fluid:before, .aui .aui .row-fluid:after {
        display: table !important;
        content: "" !important;
        line-height: 0 !important; }
      .aui .aui .row-fluid:after {
        clear: both !important; }
      .aui .aui .row-fluid [class*="span"] {
        display: block !important;
        width: 100% !important;
        min-height: 30px !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        float: left !important;
        clear: none !important;
        margin-left: 2.7624309392% !important;
        *margin-left: 2.7092394499% !important; }
      .aui .aui .row-fluid [class*="span"]:first-child {
        margin-left: 0 !important; }
      .aui .aui .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.7624309392% !important; }
      .aui .aui .row-fluid .span1 {
        width: 5.8011049724% !important;
        *width: 5.747913483% !important; }
      .aui .aui .row-fluid .span2 {
        width: 14.364640884% !important;
        *width: 14.3114493946% !important; }
      .aui .aui .row-fluid .span3 {
        width: 22.9281767956% !important;
        *width: 22.8749853062% !important; }
      .aui .aui .row-fluid .span4 {
        width: 31.4917127072% !important;
        *width: 31.4385212178% !important; }
      .aui .aui .row-fluid .span5 {
        width: 40.0552486188% !important;
        *width: 40.0020571294% !important; }
      .aui .aui .row-fluid .span6 {
        width: 48.6187845304% !important;
        *width: 48.565593041% !important; }
      .aui .aui .row-fluid .span7 {
        width: 57.182320442% !important;
        *width: 57.1291289526% !important; }
      .aui .aui .row-fluid .span8 {
        width: 65.7458563536% !important;
        *width: 65.6926648642% !important; }
      .aui .aui .row-fluid .span9 {
        width: 74.3093922652% !important;
        *width: 74.2562007758% !important; }
      .aui .aui .row-fluid .span10 {
        width: 82.8729281768% !important;
        *width: 82.8197366874% !important; }
      .aui .aui .row-fluid .span11 {
        width: 91.4364640884% !important;
        *width: 91.383272599% !important; }
      .aui .aui .row-fluid .span12 {
        width: 100% !important;
        *width: 99.9468085106% !important; }
      .aui .aui .row-fluid .offset1 {
        margin-left: 11.3259668508% !important;
        *margin-left: 11.2195838721% !important; }
      .aui .aui .row-fluid .offset1:first-child {
        margin-left: 8.5635359116% !important;
        *margin-left: 8.4571529329% !important; }
      .aui .aui .row-fluid .offset2 {
        margin-left: 19.8895027624% !important;
        *margin-left: 19.7831197837% !important; }
      .aui .aui .row-fluid .offset2:first-child {
        margin-left: 17.1270718232% !important;
        *margin-left: 17.0206888445% !important; }
      .aui .aui .row-fluid .offset3 {
        margin-left: 28.453038674% !important;
        *margin-left: 28.3466556953% !important; }
      .aui .aui .row-fluid .offset3:first-child {
        margin-left: 25.6906077348% !important;
        *margin-left: 25.5842247561% !important; }
      .aui .aui .row-fluid .offset4 {
        margin-left: 37.0165745856% !important;
        *margin-left: 36.9101916069% !important; }
      .aui .aui .row-fluid .offset4:first-child {
        margin-left: 34.2541436464% !important;
        *margin-left: 34.1477606677% !important; }
      .aui .aui .row-fluid .offset5 {
        margin-left: 45.5801104972% !important;
        *margin-left: 45.4737275185% !important; }
      .aui .aui .row-fluid .offset5:first-child {
        margin-left: 42.817679558% !important;
        *margin-left: 42.7112965793% !important; }
      .aui .aui .row-fluid .offset6 {
        margin-left: 54.1436464088% !important;
        *margin-left: 54.0372634301% !important; }
      .aui .aui .row-fluid .offset6:first-child {
        margin-left: 51.3812154696% !important;
        *margin-left: 51.2748324909% !important; }
      .aui .aui .row-fluid .offset7 {
        margin-left: 62.7071823204% !important;
        *margin-left: 62.6007993417% !important; }
      .aui .aui .row-fluid .offset7:first-child {
        margin-left: 59.9447513812% !important;
        *margin-left: 59.8383684025% !important; }
      .aui .aui .row-fluid .offset8 {
        margin-left: 71.270718232% !important;
        *margin-left: 71.1643352533% !important; }
      .aui .aui .row-fluid .offset8:first-child {
        margin-left: 68.5082872928% !important;
        *margin-left: 68.4019043141% !important; }
      .aui .aui .row-fluid .offset9 {
        margin-left: 79.8342541436% !important;
        *margin-left: 79.7278711649% !important; }
      .aui .aui .row-fluid .offset9:first-child {
        margin-left: 77.0718232044% !important;
        *margin-left: 76.9654402257% !important; }
      .aui .aui .row-fluid .offset10 {
        margin-left: 88.3977900552% !important;
        *margin-left: 88.2914070765% !important; }
      .aui .aui .row-fluid .offset10:first-child {
        margin-left: 85.635359116% !important;
        *margin-left: 85.5289761373% !important; }
      .aui .aui .row-fluid .offset11 {
        margin-left: 96.9613259669% !important;
        *margin-left: 96.8549429881% !important; }
      .aui .aui .row-fluid .offset11:first-child {
        margin-left: 94.1988950276% !important;
        *margin-left: 94.0925120489% !important; }
      .aui .aui .row-fluid .offset12 {
        margin-left: 105.5248618785% !important;
        *margin-left: 105.4184788997% !important; }
      .aui .aui .row-fluid .offset12:first-child {
        margin-left: 102.7624309392% !important;
        *margin-left: 102.6560479605% !important; }
      .aui .aui .btn {
        width: auto !important;
        display: inline-block !important; }
      .aui .aui .panel-cliente .comentario,
      .aui .aui .panel-medio .comentario,
      .aui .aui .panel-caja > .panel,
      .aui .aui .panel-caja > .accordion-group,
      .aui .aui #resumen-reserva .resumen,
      .aui .aui .app-view-search-entry-taglib .entry-link {
        height: auto !important; } }

