/*
* jQuery Mobile v1.3.2
* http://jquerymobile.com
*
* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/
.ui-btn {
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: .5em 0;
  padding: 0; }

.ui-mini {
  margin-top: .25em;
  margin-bottom: .25em; }

.ui-btn-left, .ui-btn-right, .ui-input-clear, .ui-btn-inline,
.ui-grid-a .ui-btn, .ui-grid-b .ui-btn, .ui-grid-c .ui-btn, .ui-grid-d .ui-btn, .ui-grid-e .ui-btn, .ui-grid-solo .ui-btn {
  margin-right: 5px;
  margin-left: 5px; }

.ui-btn-inner {
  font-size: 16px;
  padding: .6em 20px;
  min-width: .75em;
  display: block;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  zoom: 1; }

.ui-btn input, .ui-btn button {
  z-index: 2; }

.ui-btn-left, .ui-btn-right, .ui-btn-inline {
  display: inline-block;
  vertical-align: middle; }

.ui-mobile .ui-btn-left, .ui-mobile .ui-btn-right, .ui-btn-left > .ui-btn, .ui-btn-right > .ui-btn {
  margin: 0; }

/* .ui-mobile to increase specificity level */
.ui-btn-block {
  display: block; }

.ui-header > .ui-btn,
.ui-footer > .ui-btn {
  display: inline-block;
  margin: 0; }

.ui-header .ui-btn-block,
.ui-footer .ui-btn-block {
  display: block; }

.ui-header .ui-btn-inner,
.ui-footer .ui-btn-inner,
.ui-mini .ui-btn-inner {
  font-size: 12.5px;
  padding: .55em 11px .5em; }

.ui-fullsize .ui-btn-inner,
.ui-fullsize .ui-btn-inner {
  font-size: 16px;
  padding: .6em 20px; }

.ui-btn-icon-notext {
  width: 24px;
  height: 24px; }

.ui-btn-icon-notext .ui-btn-inner {
  padding: 0;
  height: 100%; }

.ui-btn-icon-notext .ui-btn-inner .ui-icon {
  margin: 2px 1px 2px 3px;
  float: left; }

.ui-btn-text {
  position: relative;
  z-index: 1;
  width: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

div.ui-btn-text {
  width: auto; }

.ui-btn-icon-notext .ui-btn-text {
  position: absolute;
  left: -9999px; }

.ui-btn-icon-left .ui-btn-inner {
  padding-left: 40px; }

.ui-btn-icon-right .ui-btn-inner {
  padding-right: 40px; }

.ui-btn-icon-top .ui-btn-inner {
  padding-top: 40px; }

.ui-btn-icon-bottom .ui-btn-inner {
  padding-bottom: 40px; }

.ui-header .ui-btn-icon-left .ui-btn-inner,
.ui-footer .ui-btn-icon-left .ui-btn-inner,
.ui-mini.ui-btn-icon-left .ui-btn-inner,
.ui-mini .ui-btn-icon-left .ui-btn-inner {
  padding-left: 30px; }

.ui-header .ui-btn-icon-right .ui-btn-inner,
.ui-footer .ui-btn-icon-right .ui-btn-inner,
.ui-mini.ui-btn-icon-right .ui-btn-inner,
.ui-mini .ui-btn-icon-right .ui-btn-inner {
  padding-right: 30px; }

.ui-header .ui-btn-icon-top .ui-btn-inner,
.ui-footer .ui-btn-icon-top .ui-btn-inner {
  padding: 30px 3px .5em 3px; }

.ui-mini.ui-btn-icon-top .ui-btn-inner,
.ui-mini .ui-btn-icon-top .ui-btn-inner {
  padding-top: 30px; }

.ui-header .ui-btn-icon-bottom .ui-btn-inner,
.ui-footer .ui-btn-icon-bottom .ui-btn-inner {
  padding: .55em 3px 30px 3px; }

.ui-mini.ui-btn-icon-bottom .ui-btn-inner,
.ui-mini .ui-btn-icon-bottom .ui-btn-inner {
  padding-bottom: 30px; }

/* Corner styling inheritance */
.ui-btn-inner {
  -webkit-border-radius: inherit;
  border-radius: inherit; }

/*btn icon positioning*/
.ui-btn-icon-notext .ui-icon {
  display: block;
  z-index: 0; }

.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -9px; }

.ui-btn-icon-top .ui-btn-inner .ui-icon, .ui-btn-icon-bottom .ui-btn-inner .ui-icon {
  position: absolute;
  left: 50%;
  margin-left: -9px; }

.ui-btn-icon-left .ui-icon {
  left: 10px; }

.ui-btn-icon-right .ui-icon {
  right: 10px; }

.ui-btn-icon-top .ui-icon {
  top: 10px; }

.ui-btn-icon-bottom .ui-icon {
  top: auto;
  bottom: 10px; }

.ui-header .ui-btn-icon-left .ui-icon,
.ui-footer .ui-btn-icon-left .ui-icon,
.ui-mini.ui-btn-icon-left .ui-icon,
.ui-mini .ui-btn-icon-left .ui-icon {
  left: 5px; }

.ui-header .ui-btn-icon-right .ui-icon,
.ui-footer .ui-btn-icon-right .ui-icon,
.ui-mini.ui-btn-icon-right .ui-icon,
.ui-mini .ui-btn-icon-right .ui-icon {
  right: 5px; }

.ui-header .ui-btn-icon-top .ui-icon,
.ui-footer .ui-btn-icon-top .ui-icon,
.ui-mini.ui-btn-icon-top .ui-icon,
.ui-mini .ui-btn-icon-top .ui-icon {
  top: 5px; }

.ui-header .ui-btn-icon-bottom .ui-icon,
.ui-footer .ui-btn-icon-bottom .ui-icon,
.ui-mini.ui-btn-icon-bottom .ui-icon,
.ui-mini .ui-btn-icon-bottom .ui-icon {
  bottom: 5px; }

/*hiding native button,inputs */
.ui-btn-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  cursor: pointer;
  background: #fff;
  background: rgba(255, 255, 255, 0);
  filter: Alpha(Opacity=0);
  opacity: .1;
  font-size: 1px;
  border: none;
  text-indent: -9999px; }

/* Fixes IE/WP filter alpha opacity bugs */
.ui-disabled .ui-btn-hidden {
  display: none; }

.ui-disabled {
  z-index: 1; }

.ui-field-contain .ui-btn.ui-submit {
  margin: 0; }

label.ui-submit {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0 0 .3em;
  display: block; }

@media all and (min-width: 28em) {
  .ui-field-contain label.ui-submit {
    vertical-align: top;
    display: inline-block;
    width: 20%;
    margin: 0 2% 0 0; }

  .ui-field-contain .ui-btn.ui-submit {
    width: 78%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

  .ui-hide-label .ui-btn.ui-submit {
    width: auto;
    display: block; } }
/* some unsets - more probably needed */
.ui-mobile, .ui-mobile body {
  height: 99.9%; }

.ui-mobile fieldset, .ui-page {
  padding: 0;
  margin: 0; }

.ui-mobile a img, .ui-mobile fieldset {
  border-width: 0; }

.ui-mobile fieldset {
  min-width: 0; }

/* responsive page widths */
.ui-mobile-viewport {
  margin: 0;
  overflow-x: visible;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent; }

/* Issue #2066 */
body.ui-mobile-viewport,
div.ui-mobile-viewport {
  overflow-x: hidden; }

/* "page" containers - full-screen views, one should always be in view post-pageload */
.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  position: absolute;
  display: none;
  border: 0; }

.ui-mobile .ui-page-active {
  display: block;
  overflow: visible; }

/* on ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
.ui-page {
  outline: none; }

/*orientations from js are available */
@media screen and (orientation: portrait) {
  .ui-mobile .ui-page {
    min-height: 420px; } }
@media screen and (orientation: landscape) {
  .ui-mobile .ui-page {
    min-height: 300px; } }
/* loading screen */
.ui-loading .ui-loader {
  display: block; }

.ui-loader {
  display: none;
  z-index: 9999999;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 0; }

.ui-loader-default {
  background: none;
  filter: Alpha(Opacity=18);
  opacity: .18;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  margin-top: -23px; }

.ui-loader-verbose {
  width: 200px;
  filter: Alpha(Opacity=88);
  opacity: .88;
  box-shadow: 0 1px 1px -1px #fff;
  height: auto;
  margin-left: -110px;
  margin-top: -43px;
  padding: 10px; }

.ui-loader-default h1 {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden; }

.ui-loader-verbose h1 {
  font-size: 16px;
  margin: 0;
  text-align: center; }

.ui-loader .ui-icon {
  background-color: #000;
  display: block;
  margin: 0;
  width: 44px;
  height: 44px;
  padding: 1px;
  -webkit-border-radius: 36px;
  border-radius: 36px; }

.ui-loader-verbose .ui-icon {
  margin: 0 auto 10px;
  filter: Alpha(Opacity=75);
  opacity: .75; }

.ui-loader-textonly {
  padding: 15px;
  margin-left: -115px; }

.ui-loader-textonly .ui-icon {
  display: none; }

.ui-loader-fakefix {
  position: absolute; }

/*fouc*/
.ui-mobile-rendering > * {
  visibility: hidden; }

/*headers, content panels*/
.ui-bar, .ui-body {
  position: relative;
  padding: .4em 15px;
  overflow: hidden;
  display: block;
  clear: both; }

.ui-bar {
  font-size: 16px;
  margin: 0; }

.ui-bar h1, .ui-bar h2, .ui-bar h3, .ui-bar h4, .ui-bar h5, .ui-bar h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block; }

.ui-header, .ui-footer {
  position: relative;
  zoom: 1; }

.ui-mobile .ui-header, .ui-mobile .ui-footer {
  border-left-width: 0;
  border-right-width: 0; }

.ui-header .ui-btn-left,
.ui-header .ui-btn-right,
.ui-footer .ui-btn-left,
.ui-footer .ui-btn-right,
.ui-header-fixed.ui-fixed-hidden .ui-btn-left,
.ui-header-fixed.ui-fixed-hidden .ui-btn-right {
  position: absolute;
  top: 3px; }

.ui-header-fixed .ui-btn-left,
.ui-header-fixed .ui-btn-right {
  top: 4px; }

.ui-header .ui-btn-left,
.ui-footer .ui-btn-left {
  left: 5px; }

.ui-header .ui-btn-right,
.ui-footer .ui-btn-right {
  right: 5px; }

.ui-footer > .ui-btn-icon-notext,
.ui-header > .ui-btn-icon-notext,
.ui-header-fixed.ui-fixed-hidden > .ui-btn-icon-notext {
  top: 6px; }

.ui-header-fixed > .ui-btn-icon-notext {
  top: 7px; }

.ui-header .ui-title, .ui-footer .ui-title {
  min-height: 1.1em;
  text-align: center;
  font-size: 16px;
  display: block;
  margin: .6em 30% .8em;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  outline: 0 !important; }

.ui-footer .ui-title {
  margin: .6em 15px .8em; }

/* content area*/
.ui-content {
  border-width: 0;
  overflow: visible;
  overflow-x: hidden;
  padding: 15px; }

/* corner styling for dialogs and popups */
.ui-corner-all > .ui-header:first-child,
.ui-corner-all > .ui-content:first-child,
.ui-corner-all > .ui-footer:first-child {
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit; }

.ui-corner-all > .ui-header:last-child,
.ui-corner-all > .ui-content:last-child,
.ui-corner-all > .ui-footer:last-child {
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit; }

/* icons sizing */
.ui-icon {
  width: 18px;
  height: 18px; }

/* non-js content hiding */
.ui-nojs {
  position: absolute;
  left: -9999px; }

/* accessible content hiding */
.ui-hide-label label.ui-input-text, .ui-hide-label label.ui-select, .ui-hide-label label.ui-slider, .ui-hide-label label.ui-submit, .ui-hide-label .ui-controlgroup-label,
.ui-hidden-accessible {
  position: absolute !important;
  left: -9999px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.ui-field-contain, fieldset.ui-field-contain {
  padding: .8em 0;
  margin: 0;
  border-width: 0 0 1px 0;
  overflow: visible; }

.ui-field-contain:last-child {
  border-bottom-width: 0; }

.ui-field-contain {
  max-width: 100%; }

/* This prevents horizontal scrollbar in IE7 */
@media all and (min-width: 28em) {
  .ui-field-contain, .ui-mobile fieldset.ui-field-contain {
    border-width: 0;
    padding: 0;
    margin: 1em 0; } }
/* content configurations. */
.ui-grid-a, .ui-grid-b, .ui-grid-c, .ui-grid-d {
  overflow: hidden; }

.ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* grid solo: 100 - single item fallback */
.ui-grid-solo .ui-block-a {
  display: block;
  float: none; }

/* Lower percentages for older browsers (i.e. IE7) to prevent wrapping. -.5px to fix BB5 wrap issue. */
/* grid a: 50/50 */
.ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b {
  width: 49.95%; }

.ui-grid-a > :nth-child(n) {
  width: 50%;
  margin-right: -.5px; }

.ui-grid-a .ui-block-a {
  clear: left; }

/* grid b: 33/33/33 */
.ui-grid-b .ui-block-a, .ui-grid-b .ui-block-b, .ui-grid-b .ui-block-c {
  width: 33.25%; }

.ui-grid-b > :nth-child(n) {
  width: 33.333%;
  margin-right: -.5px; }

.ui-grid-b .ui-block-a {
  clear: left; }

/* grid c: 25/25/25/25 */
.ui-grid-c .ui-block-a, .ui-grid-c .ui-block-b, .ui-grid-c .ui-block-c, .ui-grid-c .ui-block-d {
  width: 24.925%; }

.ui-grid-c > :nth-child(n) {
  width: 25%;
  margin-right: -.5px; }

.ui-grid-c .ui-block-a {
  clear: left; }

/* grid d: 20/20/20/20/20 */
.ui-grid-d .ui-block-a, .ui-grid-d .ui-block-b, .ui-grid-d .ui-block-c, .ui-grid-d .ui-block-d, .ui-grid-d .ui-block-e {
  width: 19.925%; }

.ui-grid-d > :nth-child(n) {
  width: 20%; }

.ui-grid-d .ui-block-a {
  clear: left; }

/* preset breakpoint to switch to stacked grid styles below 35em (560px) */
@media all and (max-width: 35em) {
  .ui-responsive .ui-block-a,
  .ui-responsive .ui-block-b,
  .ui-responsive .ui-block-c,
  .ui-responsive .ui-block-d,
  .ui-responsive .ui-block-e {
    width: 100%;
    float: none; } }
/* Transitions originally inspired by those from jQtouch, nice work, folks */
.ui-mobile-viewport-transitioning,
.ui-mobile-viewport-transitioning .ui-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ui-page-pre-in {
  opacity: 0; }

.in {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 350ms;
  -moz-animation-timing-function: ease-out;
  -moz-animation-duration: 350ms;
  animation-timing-function: ease-out;
  animation-duration: 350ms; }

.out {
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 225ms;
  -moz-animation-timing-function: ease-in;
  -moz-animation-duration: 225ms;
  animation-timing-function: ease-in;
  animation-duration: 225ms; }

.ui-collapsible-inset {
  margin: .5em 0; }

.ui-collapsible-heading {
  font-size: 16px;
  display: block;
  margin: 0 -15px;
  padding: 0;
  position: relative; }

.ui-collapsible-inset .ui-collapsible-heading {
  margin: 0; }

.ui-collapsible-heading .ui-btn {
  text-align: left;
  margin: 0;
  border-left-width: 0;
  border-right-width: 0; }

.ui-collapsible-inset .ui-collapsible-heading .ui-btn {
  border-right-width: 1px;
  border-left-width: 1px; }

.ui-collapsible-collapsed + .ui-collapsible:not(.ui-collapsible-inset) .ui-collapsible-heading .ui-btn {
  border-top-width: 0; }

.ui-collapsible-set .ui-collapsible:not(.ui-collapsible-inset) .ui-collapsible-heading .ui-btn {
  border-top-width: 1px; }

.ui-collapsible-heading .ui-btn-inner {
  padding-left: 12px;
  padding-right: 12px; }

.ui-collapsible-heading .ui-btn-icon-left .ui-btn-inner {
  padding-left: 40px; }

.ui-collapsible-heading .ui-btn-icon-right .ui-btn-inner {
  padding-right: 40px; }

.ui-collapsible-heading .ui-btn-icon-top .ui-btn-inner,
.ui-collapsible-heading .ui-btn-icon-bottom .ui-btn-inner {
  text-align: center; }

.ui-collapsible-heading .ui-btn-icon-left.ui-mini .ui-btn-inner {
  padding-left: 30px; }

.ui-collapsible-heading .ui-btn-icon-right.ui-mini .ui-btn-inner {
  padding-right: 30px; }

.ui-collapsible-heading .ui-btn span.ui-btn {
  position: absolute;
  left: 6px;
  top: 50%;
  margin: -12px 0 0 0;
  width: 20px;
  height: 20px;
  padding: 1px 0 1px 2px;
  text-indent: -9999px; }

.ui-collapsible-heading .ui-btn span.ui-btn .ui-btn-inner {
  padding: 10px 0; }

.ui-collapsible-heading .ui-btn span.ui-btn .ui-icon {
  left: 0;
  margin-top: -10px; }

.ui-collapsible-heading-status {
  position: absolute;
  top: -9999px;
  left: 0; }

.ui-collapsible-content {
  display: block;
  margin: 0 -15px;
  padding: 10px 15px;
  border-left-width: 0;
  border-right-width: 0;
  border-top: none;
  /* Overrides ui-body-* */
  background-image: none;
  /* Overrides ui-body-* */ }

.ui-collapsible-inset .ui-collapsible-content {
  margin: 0;
  border-right-width: 1px;
  border-left-width: 1px; }

.ui-collapsible-content-collapsed {
  display: none; }

.ui-collapsible-set > .ui-collapsible.ui-corner-all {
  -webkit-border-radius: 0;
  border-radius: 0; }

.ui-collapsible-heading,
.ui-collapsible-heading > .ui-btn {
  -webkit-border-radius: inherit;
  border-radius: inherit; }

.ui-collapsible-set .ui-collapsible.ui-first-child {
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit; }

.ui-collapsible-content,
.ui-collapsible-set .ui-collapsible.ui-last-child {
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit; }

.ui-collapsible-themed-content:not(.ui-collapsible-collapsed) > .ui-collapsible-heading {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

.ui-collapsible-set {
  margin: .5em 0; }

.ui-collapsible-set .ui-collapsible {
  margin: -1px 0 0; }

.ui-collapsible-set .ui-collapsible.ui-first-child {
  margin-top: 0; }

.ui-controlgroup, fieldset.ui-controlgroup {
  padding: 0;
  margin: .5em 0;
  zoom: 1; }

.ui-controlgroup.ui-mini, fieldset.ui-controlgroup.ui-mini {
  margin: .25em 0; }

.ui-field-contain .ui-controlgroup, .ui-field-contain fieldset.ui-controlgroup {
  margin: 0; }

.ui-bar .ui-controlgroup {
  margin: 0 5px; }

.ui-controlgroup-label {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0 0 .4em; }

/* Fixes legend not wrapping on IE10 */
.ui-controlgroup-label legend {
  max-width: 100%; }

.ui-controlgroup-controls label.ui-select,
.ui-controlgroup-controls label.ui-submit {
  position: absolute;
  left: -9999px; }

.ui-controlgroup li {
  list-style: none; }

.ui-controlgroup .ui-btn {
  margin: 0; }

.ui-controlgroup .ui-btn-icon-notext {
  width: auto;
  height: auto;
  top: auto; }

.ui-controlgroup .ui-btn-icon-notext .ui-btn-inner {
  height: 20px;
  padding: 0.6em 20px 0.6em 20px; }

.ui-controlgroup-horizontal .ui-btn-icon-notext .ui-btn-inner {
  width: 18px; }

.ui-controlgroup.ui-mini .ui-btn-icon-notext .ui-btn-inner,
.ui-header .ui-controlgroup .ui-btn-icon-notext .ui-btn-inner,
.ui-footer .ui-controlgroup .ui-btn-icon-notext .ui-btn-inner {
  height: 16px;
  padding: .55em 11px .5em 11px; }

.ui-controlgroup .ui-btn-icon-notext .ui-btn-inner .ui-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -9px -9px 0 0; }

.ui-controlgroup-horizontal .ui-btn-inner {
  text-align: center; }

.ui-controlgroup-horizontal.ui-mini .ui-btn-inner {
  height: 16px;
  line-height: 16px; }

.ui-controlgroup .ui-checkbox label, .ui-controlgroup .ui-radio label {
  font-size: 16px; }

.ui-controlgroup-horizontal .ui-controlgroup-controls:before,
.ui-controlgroup-horizontal .ui-controlgroup-controls:after {
  content: "";
  display: table; }

.ui-controlgroup-horizontal .ui-controlgroup-controls:after {
  clear: both; }

.ui-controlgroup-horizontal .ui-controlgroup-controls {
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }

.ui-controlgroup-horizontal .ui-controlgroup-controls > .ui-btn, .ui-controlgroup-horizontal .ui-controlgroup-controls li > .ui-btn,
.ui-controlgroup-horizontal .ui-checkbox, .ui-controlgroup-horizontal .ui-radio,
.ui-controlgroup-horizontal .ui-select {
  float: left;
  clear: none;
  margin: 0; }

/* On IE7 the floating selects will be displayed as block if .ui-btn-text has width 100% */
.ui-controlgroup-horizontal .ui-select .ui-btn-text {
  width: auto; }

.ui-controlgroup-vertical .ui-btn {
  border-bottom-width: 0; }

.ui-controlgroup-vertical .ui-btn.ui-last-child {
  border-bottom-width: 1px; }

.ui-controlgroup-horizontal .ui-btn {
  border-right-width: 0; }

.ui-controlgroup-horizontal .ui-btn.ui-last-child {
  border-right-width: 1px; }

.ui-controlgroup .ui-btn-corner-all {
  -webkit-border-radius: 0;
  border-radius: 0; }

.ui-controlgroup .ui-controlgroup-controls,
.ui-controlgroup .ui-radio,
.ui-controlgroup .ui-checkbox,
.ui-controlgroup .ui-select,
.ui-controlgroup li {
  -webkit-border-radius: inherit;
  border-radius: inherit; }

.ui-controlgroup-vertical .ui-btn.ui-first-child {
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit; }

.ui-controlgroup-vertical .ui-btn.ui-last-child {
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit; }

.ui-controlgroup-horizontal .ui-btn.ui-first-child {
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit; }

.ui-controlgroup-horizontal .ui-btn.ui-last-child {
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit; }

.ui-controlgroup .ui-shadow:not(.ui-focus) {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media all and (min-width: 28em) {
  .ui-field-contain .ui-controlgroup-label {
    vertical-align: top;
    display: inline-block;
    width: 20%;
    margin: 0 2% 0 0; }

  .ui-field-contain .ui-controlgroup-controls {
    width: 78%;
    display: inline-block; }

  .ui-field-contain .ui-controlgroup .ui-select {
    width: 100%;
    display: block; }

  .ui-field-contain .ui-controlgroup-horizontal .ui-select {
    width: auto; }

  .ui-hide-label .ui-controlgroup-controls {
    width: 100%; } }
.ui-dialog {
  background: none !important;
  /* this is to ensure that dialog theming does not apply (by default at least) on the page div */ }

.ui-dialog-contain {
  width: 92.5%;
  max-width: 500px;
  margin: 10% auto 15px auto;
  padding: 0;
  position: relative;
  top: -15px; }

.ui-dialog-contain > .ui-header,
.ui-dialog-contain > .ui-content,
.ui-dialog-contain > .ui-footer {
  display: block;
  position: relative;
  width: auto;
  margin: 0; }

.ui-dialog-contain > .ui-header {
  border: none;
  overflow: hidden;
  z-index: 10;
  padding: 0; }

.ui-dialog-contain > .ui-content {
  padding: 15px; }

.ui-dialog-contain > .ui-footer {
  z-index: 10;
  padding: 0 15px; }

/* fixed page header & footer configuration */
.ui-header-fixed,
.ui-footer-fixed {
  left: 0;
  right: 0;
  width: 100%;
  position: fixed;
  z-index: 1000; }

.ui-header-fixed {
  top: -1px;
  padding-top: 1px; }

.ui-header-fixed.ui-fixed-hidden {
  top: 0;
  padding-top: 0; }

.ui-footer-fixed {
  bottom: -1px;
  padding-bottom: 1px; }

.ui-footer-fixed.ui-fixed-hidden {
  bottom: 0;
  padding-bottom: 0; }

.ui-header-fullscreen,
.ui-footer-fullscreen {
  filter: Alpha(Opacity=90);
  opacity: .9; }

.ui-page-header-fixed {
  padding-top: 2.6875em; }

.ui-page-footer-fixed {
  padding-bottom: 2.6875em; }

.ui-page-header-fullscreen > .ui-content,
.ui-page-footer-fullscreen > .ui-content {
  padding: 0; }

.ui-fixed-hidden {
  position: absolute; }

.ui-page-header-fullscreen .ui-fixed-hidden,
.ui-page-footer-fullscreen .ui-fixed-hidden {
  left: -9999px; }

.ui-header-fixed .ui-btn,
.ui-footer-fixed .ui-btn {
  z-index: 10; }

/* workarounds for other widgets */
.ui-android-2x-fixed .ui-li-has-thumb {
  -webkit-transform: translate3d(0, 0, 0); }

.ui-checkbox, .ui-radio {
  position: relative;
  clear: both;
  margin: 0;
  z-index: 1; }

.ui-checkbox .ui-btn, .ui-radio .ui-btn {
  text-align: left;
  z-index: 2; }

.ui-controlgroup .ui-checkbox .ui-btn, .ui-controlgroup .ui-radio .ui-btn {
  margin: 0; }

.ui-checkbox .ui-btn-inner, .ui-radio .ui-btn-inner {
  white-space: normal; }

.ui-checkbox .ui-btn-icon-left .ui-btn-inner, .ui-radio .ui-btn-icon-left .ui-btn-inner {
  padding-left: 45px; }

.ui-checkbox .ui-mini.ui-btn-icon-left .ui-btn-inner, .ui-radio .ui-mini.ui-btn-icon-left .ui-btn-inner {
  padding-left: 36px; }

.ui-checkbox .ui-btn-icon-right .ui-btn-inner, .ui-radio .ui-btn-icon-right .ui-btn-inner {
  padding-right: 45px; }

.ui-checkbox .ui-mini.ui-btn-icon-right .ui-btn-inner, .ui-radio .ui-mini.ui-btn-icon-right .ui-btn-inner {
  padding-right: 36px; }

.ui-checkbox .ui-btn-icon-top .ui-btn-inner, .ui-radio .ui-btn-icon-top .ui-btn-inner {
  padding-right: 0;
  padding-left: 0;
  text-align: center; }

.ui-checkbox .ui-btn-icon-bottom .ui-btn-inner, .ui-radio .ui-btn-icon-bottom .ui-btn-inner {
  padding-right: 0;
  padding-left: 0;
  text-align: center; }

.ui-checkbox .ui-icon, .ui-radio .ui-icon {
  top: 1.1em; }

.ui-checkbox .ui-btn-icon-left .ui-icon, .ui-radio .ui-btn-icon-left .ui-icon {
  left: 15px; }

.ui-checkbox .ui-mini.ui-btn-icon-left .ui-icon, .ui-radio .ui-mini.ui-btn-icon-left .ui-icon {
  left: 9px; }

.ui-checkbox .ui-btn-icon-right .ui-icon, .ui-radio .ui-btn-icon-right .ui-icon {
  right: 15px; }

.ui-checkbox .ui-mini.ui-btn-icon-right .ui-icon, .ui-radio .ui-mini.ui-btn-icon-right .ui-icon {
  right: 9px; }

.ui-checkbox .ui-btn-icon-top .ui-icon, .ui-radio .ui-btn-icon-top .ui-icon {
  top: 10px; }

.ui-checkbox .ui-btn-icon-bottom .ui-icon, .ui-radio .ui-btn-icon-bottom .ui-icon {
  top: auto;
  bottom: 10px; }

.ui-checkbox .ui-btn-icon-right .ui-icon, .ui-radio .ui-btn-icon-right .ui-icon {
  right: 15px; }

.ui-checkbox .ui-mini.ui-btn-icon-right .ui-icon, .ui-radio .ui-mini.ui-btn-icon-right .ui-icon {
  right: 9px; }

.ui-controlgroup-horizontal .ui-checkbox .ui-icon,
.ui-controlgroup-horizontal .ui-radio .ui-icon {
  display: none; }

.ui-controlgroup-horizontal .ui-checkbox .ui-btn-inner,
.ui-controlgroup-horizontal .ui-radio .ui-btn-inner {
  padding: .6em 20px; }

.ui-controlgroup-horizontal .ui-checkbox .ui-mini .ui-btn-inner,
.ui-controlgroup-horizontal .ui-radio .ui-mini .ui-btn-inner {
  padding: .55em 11px .5em; }

/* input, label positioning */
.ui-checkbox input, .ui-radio input {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 0;
  outline: 0 !important;
  z-index: 1; }

.ui-rangeslider {
  zoom: 1;
  margin: 0; }

.ui-rangeslider:before,
.ui-rangeslider:after {
  content: "";
  display: table; }

.ui-rangeslider:after {
  clear: both; }

/* Margin-top/bottom: .5em * 16px/14px to make it equal to ui-rangeslider-sliders margin (input font-size is 14px) */
.ui-rangeslider input.ui-input-text.ui-slider-input {
  margin: .57143em 0; }

.ui-rangeslider.ui-mini input.ui-slider-input {
  margin: .28571em 0; }

.ui-rangeslider input.ui-slider-input.ui-rangeslider-last {
  float: right; }

.ui-rangeslider .ui-rangeslider-sliders {
  position: relative;
  overflow: visible;
  height: 30px;
  margin: .5em 68px; }

.ui-rangeslider.ui-mini .ui-rangeslider-sliders {
  margin: .25em 68px; }

.ui-field-contain .ui-rangeslider input.ui-slider-input,
.ui-field-contain .ui-rangeslider.ui-mini input.ui-slider-input,
.ui-field-contain .ui-rangeslider .ui-rangeslider-sliders,
.ui-field-contain .ui-rangeslider.ui-mini .ui-rangeslider-sliders {
  margin-top: 0;
  margin-bottom: 0; }

.ui-rangeslider .ui-rangeslider-sliders .ui-slider-track {
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  margin: 0; }

.ui-rangeslider.ui-mini .ui-rangeslider-sliders .ui-slider-track {
  top: 8px; }

.ui-rangeslider .ui-slider-track:first-child .ui-slider-bg {
  display: none; }

.ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child {
  background-color: transparent;
  background: none;
  border-width: 0;
  height: 0; }

/* this makes ie6 and ie7 set height to 0 to fix z-index problem */
html > body .ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child {
  height: 15px;
  border-width: 1px; }

html > body .ui-rangeslider.ui-mini .ui-rangeslider-sliders .ui-slider-track:first-child {
  height: 12px; }

@media all and (min-width: 28em) {
  .ui-field-contain .ui-rangeslider label.ui-slider {
    float: left; }

  .ui-field-contain .ui-rangeslider input.ui-slider-input {
    position: relative;
    z-index: 1; }

  .ui-field-contain .ui-rangeslider input.ui-slider-input.ui-rangeslider-first,
  .ui-field-contain .ui-rangeslider.ui-mini input.ui-slider-input.ui-rangeslider-first {
    margin-right: 17px; }

  .ui-field-contain .ui-rangeslider .ui-rangeslider-sliders,
  .ui-field-contain .ui-rangeslider.ui-mini .ui-rangeslider-sliders {
    float: left;
    width: 78%;
    margin: 0 -68px; }

  .ui-field-contain .ui-rangeslider .ui-slider-track,
  .ui-field-contain .ui-rangeslider.ui-mini .ui-slider-track {
    right: 68px;
    left: 68px; }

  .ui-field-contain.ui-hide-label .ui-rangeslider input.ui-slider-input.ui-rangeslider-first {
    margin: 0; }

  .ui-field-contain.ui-hide-label .ui-rangeslider .ui-rangeslider-sliders,
  .ui-field-contain.ui-hide-label .ui-rangeslider.ui-mini .ui-rangeslider-sliders {
    width: auto;
    float: none;
    margin: 0 68px; }

  .ui-field-contain.ui-hide-label .ui-rangeslider .ui-slider-track,
  .ui-field-contain.ui-hide-label .ui-rangeslider.ui-mini .ui-slider-track {
    right: 0;
    left: 0; } }
.ui-select {
  display: block;
  position: relative; }

.ui-select select {
  position: absolute;
  left: -9999px;
  top: -9999px; }

.ui-select .ui-btn {
  opacity: 1; }

.ui-field-contain .ui-select .ui-btn {
  margin: 0; }

/* Fixes #2588: When Windows Phone 7.5 (Mango) tries to calculate a numeric opacity for a select (including "inherit") without explicitly specifying an opacity on the parent to give it context, a bug appears where clicking elsewhere on the page after opening the select will open the select again. */
.ui-select .ui-btn select {
  cursor: pointer;
  -webkit-appearance: none;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 1.5em;
  min-height: 100%;
  height: 3em;
  max-height: 100%;
  filter: Alpha(Opacity=0);
  opacity: 0;
  z-index: 2; }

.ui-select .ui-disabled {
  opacity: .3; }

/* Display none because of issues with IE/WP's filter alpha opacity */
.ui-select .ui-disabled select {
  display: none; }

@-moz-document url-prefix() {
  .ui-select .ui-btn select {
    opacity: 0.0001; } }
.ui-select .ui-btn.ui-select-nativeonly {
  border-radius: 0;
  border: 0; }

.ui-select .ui-btn.ui-select-nativeonly select {
  opacity: 1;
  text-indent: 0;
  display: block; }

.ui-select .ui-disabled.ui-select-nativeonly .ui-btn-inner {
  opacity: 0; }

.ui-select .ui-btn-icon-right .ui-btn-inner, .ui-select .ui-li-has-count .ui-btn-inner {
  padding-right: 45px; }

.ui-select .ui-mini.ui-btn-icon-right .ui-btn-inner {
  padding-right: 32px; }

.ui-select .ui-btn-icon-right.ui-li-has-count .ui-btn-inner {
  padding-right: 80px; }

.ui-select .ui-mini.ui-btn-icon-right.ui-li-has-count .ui-btn-inner {
  padding-right: 67px; }

.ui-select .ui-btn-icon-right .ui-icon {
  right: 15px; }

.ui-select .ui-mini.ui-btn-icon-right .ui-icon {
  right: 7px; }

.ui-select .ui-btn-icon-right.ui-li-has-count .ui-li-count {
  right: 45px; }

.ui-select .ui-mini.ui-btn-icon-right.ui-li-has-count .ui-li-count {
  right: 32px; }

/* labels */
label.ui-select {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0 0 .3em;
  display: block; }

/*listbox*/
.ui-select .ui-btn-text, .ui-selectmenu .ui-btn-text {
  display: block;
  min-height: 1em;
  overflow: hidden !important;
  /* This !important is required for iPad Safari specifically. See https://github.com/jquery/jquery-mobile/issues/2647 */ }

.ui-select .ui-btn-text {
  text-overflow: ellipsis; }

.ui-selectmenu {
  padding: 6px;
  min-width: 160px; }

.ui-selectmenu .ui-listview {
  margin: 0; }

.ui-selectmenu .ui-btn.ui-li-divider {
  cursor: default; }

.ui-screen-hidden, .ui-selectmenu-list .ui-li .ui-icon {
  display: none; }

.ui-selectmenu-list .ui-li .ui-icon {
  display: block; }

.ui-li.ui-selectmenu-placeholder {
  display: none; }

.ui-selectmenu .ui-header {
  margin: 0;
  padding: 0; }

.ui-selectmenu.ui-popup .ui-header {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

.ui-selectmenu .ui-header .ui-title {
  margin: 0.6em 46px 0.8em; }

@media all and (min-width: 28em) {
  .ui-field-contain label.ui-select {
    vertical-align: top;
    display: inline-block;
    width: 20%;
    margin: 0 2% 0 0; }

  .ui-field-contain .ui-select {
    width: 78%;
    display: inline-block; }

  .ui-hide-label .ui-select {
    width: 100%; } }
/* when no placeholder is defined in a multiple select, the header height doesn't even extend past the close button.  this shim's content in there */
.ui-selectmenu .ui-header h1:after {
  content: '.';
  visibility: hidden; }

label.ui-slider {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
  display: block; }

.ui-field-contain label.ui-slider {
  margin-bottom: .4em; }

div.ui-slider {
  height: 30px;
  margin: .5em 0;
  zoom: 1; }

div.ui-slider.ui-mini {
  margin: .25em 0; }

.ui-field-contain div.ui-slider,
.ui-field-contain div.ui-slider.ui-mini {
  margin: 0; }

div.ui-slider:before, div.ui-slider:after {
  content: "";
  display: table; }

div.ui-slider:after {
  clear: both; }

/* High level of specificity to override Textinput CSS. */
input.ui-input-text.ui-slider-input {
  display: block;
  float: left;
  margin: 0;
  padding: 4px;
  width: 40px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  border-width: 0;
  background-image: none;
  font-weight: bold;
  text-align: center;
  vertical-align: text-bottom;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box; }

.ui-slider-input::-webkit-outer-spin-button,
.ui-slider-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.ui-slider-track,
.ui-slider-switch {
  position: relative;
  overflow: visible;
  height: 15px;
  margin: 0 15px 0 68px;
  top: 6px; }

.ui-slider-track.ui-mini {
  height: 12px;
  top: 8px; }

.ui-slider-bg {
  border: none;
  height: 100%; }

/* High level of specificity to override button margins in grids */
.ui-slider-track .ui-btn.ui-slider-handle,
.ui-slider-switch .ui-btn.ui-slider-handle {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 28px;
  height: 28px;
  margin: -15px 0 0 -15px;
  outline: 0; }

.ui-slider-track.ui-mini .ui-slider-handle {
  height: 14px;
  width: 14px;
  margin: -8px 0 0 -7px; }

.ui-slider-handle .ui-btn-inner {
  padding: 0;
  height: 100%; }

.ui-slider-track.ui-mini .ui-slider-handle .ui-btn-inner {
  height: 30px;
  width: 30px;
  padding: 0;
  margin: -9px 0 0 -9px;
  border-top: none; }

select.ui-slider-switch {
  display: none; }

div.ui-slider-switch {
  display: inline-block;
  height: 32px;
  width: 5.8em;
  margin: .5em 0;
  top: 0; }

/* reset the clearfix */
div.ui-slider-switch:before, div.ui-slider-switch:after {
  display: none;
  clear: none; }

div.ui-slider-switch.ui-mini {
  width: 5em;
  height: 29px;
  margin: .25em 0;
  top: 0; }

.ui-field-contain .ui-slider-switch,
.ui-field-contain .ui-slider-switch.ui-mini {
  margin: 0; }

.ui-slider-inneroffset {
  margin: 0 16px;
  position: relative;
  z-index: 1; }

.ui-slider-switch.ui-mini .ui-slider-inneroffset {
  margin: 0 15px 0 14px; }

.ui-slider-switch .ui-btn.ui-slider-handle {
  margin: 1px 0 0 -15px; }

.ui-slider-switch.ui-mini .ui-slider-handle {
  width: 25px;
  height: 25px;
  margin: 1px 0 0 -13px;
  padding: 0; }

.ui-slider-handle-snapping {
  -webkit-transition: left 70ms linear;
  -moz-transition: left 70ms linear; }

.ui-slider-switch.ui-mini .ui-slider-handle .ui-btn-inner {
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
  border-top: none; }

.ui-slider-switch .ui-slider-label {
  position: absolute;
  text-align: center;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  top: 0;
  line-height: 2;
  min-height: 100%;
  border-width: 0;
  white-space: nowrap;
  cursor: pointer; }

.ui-slider-switch.ui-mini .ui-slider-label {
  font-size: 14px; }

.ui-slider-switch .ui-slider-label-a {
  z-index: 1;
  left: 0;
  text-indent: -1.5em; }

.ui-slider-switch .ui-slider-label-b {
  z-index: 0;
  right: 0;
  text-indent: 1.5em; }

@media all and (min-width: 28em) {
  .ui-field-contain label.ui-slider {
    vertical-align: top;
    display: inline-block;
    width: 20%;
    margin: 0 2% 0 0; }

  .ui-field-contain div.ui-slider {
    display: inline-block;
    width: 78%; }

  .ui-field-contain.ui-hide-label div.ui-slider {
    display: block;
    width: auto; }

  .ui-field-contain div.ui-slider-switch,
  .ui-field-contain.ui-hide-label div.ui-slider-switch {
    display: inline-block;
    width: 5.8em; }

  .ui-field-contain div.ui-slider-switch.ui-mini {
    width: 5em; } }
label.ui-input-text {
  font-size: 16px;
  line-height: 1.4;
  display: block;
  font-weight: normal;
  margin: 0 0 .3em; }

input.ui-input-text, textarea.ui-input-text {
  background-image: none;
  padding: .4em;
  margin: .5em 0;
  min-height: 1.4em;
  line-height: 1.4em;
  font-size: 16px;
  display: block;
  width: 100%;
  outline: 0; }

input.ui-mini, .ui-mini input, textarea.ui-mini {
  font-size: 14px; }

div.ui-input-text input.ui-input-text, div.ui-input-text textarea.ui-input-text,
.ui-input-search input.ui-input-text {
  border: none;
  width: 100%;
  padding: .4em 0;
  margin: 0;
  display: block;
  background: transparent none;
  outline: 0 !important; }

.ui-input-search, div.ui-input-text {
  margin: .5em 0;
  background-image: none;
  position: relative; }

.ui-input-search {
  padding: 0 30px; }

div.ui-input-text {
  padding: 0 .4em; }

div.ui-input-has-clear {
  padding: 0 30px 0 .4em; }

input.ui-input-text.ui-mini, textarea.ui-input-text.ui-mini,
.ui-input-search.ui-mini, div.ui-input-text.ui-mini {
  margin: .25em 0; }

.ui-field-contain input.ui-input-text, .ui-field-contain textarea.ui-input-text,
.ui-field-contain .ui-input-search, .ui-field-contain div.ui-input-text {
  margin: 0; }

textarea.ui-input-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

input.ui-input-text {
  -webkit-appearance: none; }

textarea.ui-input-text {
  height: 50px;
  -webkit-transition: height 200ms linear;
  -moz-transition: height 200ms linear;
  -o-transition: height 200ms linear;
  transition: height 200ms linear; }

textarea.ui-mini {
  height: 45px; }

.ui-icon-searchfield:after {
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -9px;
  content: "";
  width: 18px;
  height: 18px;
  opacity: .5; }

.ui-input-search .ui-input-clear, .ui-input-text .ui-input-clear {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px; }

.ui-mini .ui-input-clear {
  right: -3px; }

.ui-input-search .ui-input-clear-hidden, .ui-input-text .ui-input-clear-hidden {
  display: none; }

/* Resolves issue #5166: Added to support issue introduced in Firefox 15. We can likely remove this in the future. */
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa; }

/* For IE10 */
:-ms-input-placeholder {
  color: #aaa; }

/* Resolves issue #5131: Width of textinput depends on its type, for Android 4.1 */
input[type=number]::-webkit-outer-spin-button {
  margin: 0; }

@media all and (min-width: 28em) {
  .ui-field-contain label.ui-input-text {
    vertical-align: top;
    display: inline-block;
    width: 20%;
    margin: 0 2% 0 0; }

  .ui-field-contain input.ui-input-text,
  .ui-field-contain textarea.ui-input-text,
  .ui-field-contain .ui-input-search,
  .ui-field-contain div.ui-input-text {
    width: 78%;
    display: inline-block; }

  .ui-field-contain .ui-input-search,
  .ui-field-contain div.ui-input-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

  .ui-hide-label input.ui-input-text,
  .ui-hide-label textarea.ui-input-text,
  .ui-hide-label .ui-input-search,
  .ui-hide-label div.ui-input-text,
  .ui-input-search input.ui-input-text,
  div.ui-input-text input.ui-input-text {
    width: 100%; } }
.ui-listview {
  margin: 0; }

ol.ui-listview, ol.ui-listview .ui-li-divider {
  counter-reset: listnumbering; }

.ui-content .ui-listview, .ui-panel-inner > .ui-listview {
  margin: -15px; }

.ui-collapsible-content > .ui-listview {
  margin: -10px -15px; }

.ui-content .ui-listview-inset, .ui-panel-inner .ui-listview-inset {
  margin: 1em 0; }

.ui-collapsible-content .ui-listview-inset {
  margin: .5em 0; }

.ui-listview, .ui-li {
  list-style: none;
  padding: 0; }

.ui-li, .ui-li.ui-field-contain {
  display: block;
  margin: 0;
  position: relative;
  overflow: visible;
  text-align: left;
  border-width: 0;
  border-top-width: 1px; }

.ui-li.ui-btn, .ui-li.ui-field-contain, .ui-li-divider, .ui-li-static {
  margin: 0; }

.ui-listview-inset .ui-li {
  border-right-width: 1px;
  border-left-width: 1px; }

.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
  border-bottom-width: 1px; }

.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) > .ui-li.ui-first-child {
  border-top-width: 0; }

.ui-collapsible-themed-content .ui-listview:not(.ui-listview-inset) > .ui-li.ui-last-child {
  border-bottom-width: 0; }

.ui-li .ui-btn-text a.ui-link-inherit {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.ui-li-static {
  background-image: none; }

.ui-li-divider {
  padding: .5em 15px;
  font-size: 14px;
  font-weight: bold; }

ol.ui-listview .ui-link-inherit:before, ol.ui-listview .ui-li-static:before, .ui-li-dec {
  font-size: .8em;
  display: inline-block;
  padding-right: .3em;
  font-weight: normal;
  counter-increment: listnumbering;
  content: counter(listnumbering) ". "; }

ol.ui-listview .ui-li-jsnumbering:before {
  content: "" !important; }

/* to avoid chance of duplication */
.ui-listview .ui-li > .ui-btn-text {
  -webkit-border-radius: inherit;
  border-radius: inherit; }

.ui-listview > .ui-li.ui-first-child,
.ui-listview .ui-btn.ui-first-child > .ui-li > .ui-btn-text > .ui-link-inherit {
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit; }

.ui-listview > .ui-li.ui-last-child,
.ui-listview .ui-btn.ui-last-child > .ui-li > .ui-btn-text > .ui-link-inherit,
.ui-collapsible-content > .ui-listview:not(.ui-listview-inset),
.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) .ui-li.ui-last-child {
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit; }

.ui-listview > .ui-li.ui-first-child .ui-li-link-alt {
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit; }

.ui-listview > .ui-li.ui-last-child .ui-li-link-alt {
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit; }

.ui-listview > .ui-li.ui-first-child .ui-li-thumb:not(.ui-li-icon) {
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit; }

.ui-listview > .ui-li.ui-last-child .ui-li-thumb:not(.ui-li-icon) {
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit; }

.ui-li > .ui-btn-inner {
  display: block;
  position: relative;
  padding: 0; }

.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li {
  padding: .7em 15px;
  display: block; }

.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb {
  min-height: 59px;
  padding-left: 100px; }

.ui-li-has-icon .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-icon {
  min-height: 20px;
  padding-left: 40px; }

.ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-count, .ui-li-divider.ui-li-has-count {
  padding-right: 45px; }

.ui-li-has-arrow .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow {
  padding-right: 40px; }

.ui-li-has-arrow.ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow.ui-li-has-count {
  padding-right: 75px; }

.ui-li-heading {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: .6em 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.ui-li-desc {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin: -.5em 0 .6em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

ol.ui-listview > .ui-li .ui-li-heading {
  display: inline-block;
  width: 100%;
  margin-left: -1.3em;
  text-indent: 1.3em;
  vertical-align: middle; }

ol.ui-listview > .ui-li .ui-li-desc:not(.ui-li-aside) {
  text-indent: 1.55em; }

.ui-li-thumb, .ui-listview .ui-li-icon {
  position: absolute;
  left: 1px;
  top: 0;
  max-height: 80px;
  max-width: 80px; }

.ui-listview .ui-li-icon {
  max-height: 16px;
  max-width: 16px;
  left: 10px;
  top: .9em; }

.ui-li-thumb, .ui-listview .ui-li-icon, .ui-li-content {
  float: left;
  margin-right: 10px; }

.ui-li-aside {
  float: right;
  width: 50%;
  text-align: right;
  margin: .3em 0; }

@media all and (min-width: 480px) {
  .ui-li-aside {
    width: 45%; } }
.ui-li-divider {
  cursor: default; }

.ui-li-has-alt .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-alt {
  padding-right: 53px; }

.ui-li-has-alt.ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-alt.ui-li-has-count {
  padding-right: 88px; }

.ui-li-has-count .ui-li-count {
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  padding: .2em .5em;
  top: 50%;
  margin-top: -.9em;
  right: 10px; }

.ui-li-has-count.ui-li-divider .ui-li-count, .ui-li-has-count .ui-link-inherit .ui-li-count {
  margin-top: -.95em; }

.ui-li-has-arrow.ui-li-has-count .ui-li-count {
  right: 40px; }

.ui-li-has-alt.ui-li-has-count .ui-li-count {
  right: 53px; }

.ui-li-link-alt {
  position: absolute;
  width: 40px;
  height: 100%;
  border-width: 0;
  border-left-width: 1px;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 2; }

.ui-li-link-alt .ui-btn {
  overflow: hidden;
  position: absolute;
  right: 8px;
  top: 50%;
  margin: -13px 0 0 0;
  border-bottom-width: 1px;
  z-index: -1; }

.ui-li-link-alt .ui-btn-inner {
  padding: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.ui-li-link-alt .ui-btn .ui-icon {
  right: 50%;
  margin-right: -9px; }

.ui-li-link-alt .ui-btn-icon-notext .ui-btn-inner .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -9px; }

.ui-listview * .ui-btn-inner > .ui-btn > .ui-btn-inner {
  border-top: 0; }

.ui-listview-filter {
  border-width: 0;
  overflow: hidden;
  margin: -15px -15px 15px -15px; }

.ui-collapsible-content .ui-listview-filter {
  margin: -10px -15px 10px -15px;
  border-bottom: inherit; }

.ui-listview-filter-inset {
  margin: -15px -5px;
  background: transparent; }

.ui-collapsible-content .ui-listview-filter-inset {
  margin: -5px;
  border-bottom-width: 0; }

.ui-listview-filter .ui-input-search {
  margin: 5px;
  width: auto;
  display: block; }

.ui-li.ui-screen-hidden {
  display: none; }

/* Odd iPad positioning issue. */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .ui-li .ui-btn-text {
    overflow: visible; } }
.ui-navbar {
  max-width: 100%; }

.ui-navbar.ui-mini {
  margin: 0; }

.ui-navbar ul:before, .ui-navbar ul:after {
  content: " ";
  display: table; }

.ui-navbar ul:after {
  clear: both; }

.ui-navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: 0;
  max-width: 100%;
  overflow: visible;
  zoom: 1; }

.ui-navbar li .ui-btn {
  display: block;
  text-align: center;
  margin: 0 -1px 0 0;
  border-right-width: 0; }

.ui-navbar li .ui-btn-icon-right .ui-icon {
  right: 6px; }

/* add border if not in header/footer (full width) */
.ui-navbar li:last-child .ui-btn,
.ui-navbar .ui-grid-duo .ui-block-b .ui-btn {
  margin-right: 0;
  border-right-width: 1px; }

.ui-header .ui-navbar li:last-child .ui-btn,
.ui-footer .ui-navbar li:last-child .ui-btn,
.ui-header .ui-navbar .ui-grid-duo .ui-block-b .ui-btn,
.ui-footer .ui-navbar .ui-grid-duo .ui-block-b .ui-btn {
  margin-right: -1px;
  border-right-width: 0; }

.ui-navbar .ui-grid-duo li.ui-block-a:last-child .ui-btn {
  margin-right: -1px;
  border-right-width: 1px; }

.ui-header .ui-navbar li .ui-btn,
.ui-footer .ui-navbar li .ui-btn {
  border-top-width: 0;
  border-bottom-width: 0; }

/* fixing gaps caused by subpixel problem */
.ui-header .ui-navbar .ui-grid-b li.ui-block-c .ui-btn,
.ui-footer .ui-navbar .ui-grid-b li.ui-block-c .ui-btn {
  margin-right: -5px; }

.ui-header .ui-navbar .ui-grid-c li.ui-block-d .ui-btn,
.ui-footer .ui-navbar .ui-grid-c li.ui-block-d .ui-btn,
.ui-header .ui-navbar .ui-grid-d li.ui-block-e .ui-btn,
.ui-footer .ui-navbar .ui-grid-d li.ui-block-e .ui-btn {
  margin-right: -4px; }

.ui-header .ui-navbar .ui-grid-b li.ui-block-c .ui-btn-icon-right .ui-icon,
.ui-footer .ui-navbar .ui-grid-b li.ui-block-c .ui-btn-icon-right .ui-icon,
.ui-header .ui-navbar .ui-grid-c li.ui-block-d .ui-btn-icon-right .ui-icon,
.ui-footer .ui-navbar .ui-grid-c li.ui-block-d .ui-btn-icon-right .ui-icon,
.ui-header .ui-navbar .ui-grid-d li.ui-block-e .ui-btn-icon-right .ui-icon,
.ui-footer .ui-navbar .ui-grid-d li.ui-block-e .ui-btn-icon-right .ui-icon {
  right: 8px; }

.ui-navbar li .ui-btn .ui-btn-inner {
  padding-top: .7em;
  padding-bottom: 0.8em; }

.ui-navbar li .ui-btn-icon-top .ui-btn-inner {
  padding-top: 30px; }

.ui-navbar li .ui-btn-icon-bottom .ui-btn-inner {
  padding-bottom: 30px; }

/* panel */
.ui-panel {
  width: 17em;
  min-height: 100%;
  max-height: none;
  border-width: 0;
  position: absolute;
  top: 0;
  display: block; }

.ui-panel-closed {
  width: 0;
  max-height: 100%;
  overflow: hidden;
  visibility: hidden; }

.ui-panel-fixed {
  position: fixed;
  bottom: -1px;
  /* fixes gap on Chrome for Android */
  padding-bottom: 1px; }

.ui-panel-display-overlay {
  z-index: 1001;
  /* fixed toolbars have z-index 1000 */ }

.ui-panel-display-reveal {
  z-index: 0; }

.ui-panel-display-push {
  z-index: 999; }

.ui-panel-inner {
  padding: 15px; }

/* content-wrap */
.ui-panel-content-wrap {
  position: relative;
  left: 0;
  min-height: inherit;
  border: none;
  z-index: 999; }

.ui-panel-content-wrap-display-overlay,
.ui-panel-animate.ui-panel-content-wrap > .ui-header,
.ui-panel-content-wrap-closed {
  position: static; }

/* dismiss */
.ui-panel-dismiss {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1002;
  display: none; }

.ui-panel-dismiss-open {
  display: block; }

/* animate class is added to panel, wrapper and fixed toolbars */
.ui-panel-animate {
  -webkit-transition: -webkit-transform 350ms ease;
  -moz-transition: -moz-transform 350ms ease;
  transition: transform 350ms ease; }

/* hardware acceleration for smoother transitions on WebKit browsers */
.ui-panel-animate.ui-panel:not(.ui-panel-display-reveal),
.ui-panel-animate.ui-panel:not(.ui-panel-display-reveal) > div,
.ui-panel-animate.ui-panel-closed.ui-panel-display-reveal > div,
.ui-panel-animate.ui-panel-content-wrap,
.ui-panel-animate.ui-panel-content-fixed-toolbar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

/* positioning: panel */
/* panel left  */
.ui-panel-position-left {
  left: -17em; }

/* animated: panel left (for overlay and push) */
.ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-left.ui-panel-display-push {
  left: 0;
  -webkit-transform: translate3d(-17em, 0, 0);
  -moz-transform: translate3d(-17em, 0, 0);
  transform: translate3d(-17em, 0, 0); }

/* panel left open */
.ui-panel-position-left.ui-panel-display-reveal,
.ui-panel-position-left.ui-panel-open {
  left: 0; }

/* animated: panel left open (for overlay and push) */
.ui-panel-animate.ui-panel-position-left.ui-panel-open.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-left.ui-panel-open.ui-panel-display-push {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: none; }

/* panel right */
.ui-panel-position-right {
  right: -17em; }

/* animated: panel right (for overlay and push) */
.ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-right.ui-panel-display-push {
  right: 0;
  -webkit-transform: translate3d(17em, 0, 0);
  -moz-transform: translate3d(17em, 0, 0);
  transform: translate3d(17em, 0, 0); }

/* panel right open */
.ui-panel-position-right.ui-panel-display-reveal,
.ui-panel-position-right.ui-panel-open {
  right: 0; }

/* animated: panel right open (for overlay and push) */
.ui-panel-animate.ui-panel-position-right.ui-panel-open.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-right.ui-panel-open.ui-panel-display-push {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: none; }

/* positioning: content wrap, fixed toolbars and dismiss */
/* panel left open */
.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open,
.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open,
.ui-panel-dismiss-position-left.ui-panel-dismiss-open {
  left: 17em;
  right: -17em; }

/* animated: panel left open (for reveal and push) */
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal,
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push,
.ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal,
.ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
  left: 0;
  right: 0;
  -webkit-transform: translate3d(17em, 0, 0);
  -moz-transform: translate3d(17em, 0, 0);
  transform: translate3d(17em, 0, 0); }

/* panel right open */
.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open,
.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open,
.ui-panel-dismiss-position-right.ui-panel-dismiss-open {
  left: -17em;
  right: 17em; }

/* animated: panel right open (for reveal and push) */
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal,
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push,
.ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal,
.ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
  left: 0;
  right: 0;
  -webkit-transform: translate3d(-17em, 0, 0);
  -moz-transform: translate3d(-17em, 0, 0);
  transform: translate3d(-17em, 0, 0); }

/* negate "panel left/right open" for overlay */
.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-overlay,
.ui-panel-content-wrap-open.ui-panel-content-wrap-display-overlay {
  left: 0; }

/* always disable overflow-x to prevent zoom issue on Android */
.ui-page-active.ui-page-panel {
  overflow-x: hidden; }

/* shadows and borders */
.ui-panel-display-reveal {
  -webkit-box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.15); }

.ui-panel-position-right.ui-panel-display-reveal {
  -webkit-box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.15); }

.ui-panel-display-overlay {
  -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15); }

.ui-panel-position-right.ui-panel-display-overlay {
  -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15); }

.ui-panel-display-push.ui-panel-open.ui-panel-position-left {
  border-right-width: 1px;
  margin-right: -1px; }

.ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push {
  margin-left: 1px; }

.ui-panel-display-push.ui-panel-open.ui-panel-position-right {
  border-left-width: 1px;
  margin-left: -1px; }

.ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push {
  margin-right: 1px; }

/* wrap on wide viewports once open */
@media (min-width: 55em) {
  .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-push.ui-panel-content-fixed-toolbar-position-left,
  .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-reveal.ui-panel-content-fixed-toolbar-position-left,
  .ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-push.ui-panel-content-wrap-position-left,
  .ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-reveal.ui-panel-content-wrap-position-left {
    margin-right: 17em; }

  .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-push.ui-panel-content-fixed-toolbar-position-right,
  .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-reveal.ui-panel-content-fixed-toolbar-position-right,
  .ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-push.ui-panel-content-wrap-position-right,
  .ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-reveal.ui-panel-content-wrap-position-right {
    margin-left: 17em; }

  .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-push,
  .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-reveal {
    width: auto; }

  .ui-responsive-panel .ui-panel-dismiss-display-push {
    display: none; } }
.ui-popup-open .ui-header-fixed,
.ui-popup-open .ui-footer-fixed {
  position: absolute !important;
  /* See line #553 of popup.js */ }

.ui-popup-screen {
  background-image: url(data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
  /* Necessary to set some form of background to ensure element is clickable in IE6/7. While legacy IE won't understand the data-URI'd image, it ensures no additional requests occur in all other browsers with little overhead. */
  top: 0;
  left: 0;
  right: 0;
  bottom: 1px;
  position: absolute;
  filter: Alpha(Opacity=0);
  opacity: 0;
  z-index: 1099; }

.ui-popup-screen.in {
  opacity: 0.5;
  filter: Alpha(Opacity=50); }

.ui-popup-screen.out {
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-popup-container {
  z-index: 1100;
  display: inline-block;
  position: absolute;
  padding: 0;
  outline: 0; }

.ui-popup {
  position: relative; }

.ui-popup.ui-content,
.ui-popup .ui-content {
  overflow: visible; }

.ui-popup > p,
.ui-popup > h1,
.ui-popup > h2,
.ui-popup > h3,
.ui-popup > h4,
.ui-popup > h5,
.ui-popup > h6 {
  margin: .5em 7px; }

.ui-popup > span {
  display: block;
  margin: .5em 7px; }

.ui-popup .ui-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: .5em;
  margin-bottom: .5em; }

.ui-popup-container .ui-content > p,
.ui-popup-container .ui-content > h1,
.ui-popup-container .ui-content > h2,
.ui-popup-container .ui-content > h3,
.ui-popup-container .ui-content > h4,
.ui-popup-container .ui-content > h5,
.ui-popup-container .ui-content > h6 {
  margin: .5em 0; }

.ui-popup-container .ui-content > span {
  margin: 0; }

.ui-popup-container .ui-content > p:first-child,
.ui-popup-container .ui-content > h1:first-child,
.ui-popup-container .ui-content > h2:first-child,
.ui-popup-container .ui-content > h3:first-child,
.ui-popup-container .ui-content > h4:first-child,
.ui-popup-container .ui-content > h5:first-child,
.ui-popup-container .ui-content > h6:first-child {
  margin-top: 0; }

.ui-popup-container .ui-content > p:last-child,
.ui-popup-container .ui-content > h1:last-child,
.ui-popup-container .ui-content > h2:last-child,
.ui-popup-container .ui-content > h3:last-child,
.ui-popup-container .ui-content > h4:last-child,
.ui-popup-container .ui-content > h5:last-child,
.ui-popup-container .ui-content > h6:last-child {
  margin-bottom: 0; }

.ui-popup > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

.ui-popup:not(.ui-content) > img:only-child,
.ui-popup:not(.ui-content) > .ui-btn-left:first-child + img:last-child,
.ui-popup:not(.ui-content) > .ui-btn-right:first-child + img:last-child {
  -webkit-border-radius: inherit;
  border-radius: inherit; }

.ui-popup iframe {
  vertical-align: middle; }

@media all and (min-width: 28em) {
  .ui-popup .ui-field-contain label.ui-submit,
  .ui-popup .ui-field-contain .ui-controlgroup-label,
  .ui-popup .ui-field-contain label.ui-select,
  .ui-popup .ui-field-contain label.ui-input-text {
    font-size: 16px;
    line-height: 1.4;
    display: block;
    font-weight: normal;
    margin: 0 0 .3em; }

  .ui-popup .ui-field-contain .ui-btn.ui-submit,
  .ui-popup .ui-field-contain .ui-controlgroup-controls,
  .ui-popup .ui-field-contain .ui-select,
  .ui-popup .ui-field-contain input.ui-input-text,
  .ui-popup .ui-field-contain textarea.ui-input-text,
  .ui-popup .ui-field-contain .ui-input-search {
    width: 100%;
    display: block; } }
.ui-popup > .ui-btn-left,
.ui-popup > .ui-btn-right {
  position: absolute;
  top: -9px;
  margin: 0;
  z-index: 1101; }

.ui-popup > .ui-btn-left {
  left: -9px; }

.ui-popup > .ui-btn-right {
  right: -9px; }

.ui-popup-hidden {
  top: -99999px;
  left: -9999px;
  visibility: hidden; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-moz-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fade.out {
  opacity: 0;
  -webkit-animation-duration: 125ms;
  -webkit-animation-name: fadeout;
  -moz-animation-duration: 125ms;
  -moz-animation-name: fadeout;
  animation-duration: 125ms;
  animation-name: fadeout; }

.fade.in {
  opacity: 1;
  -webkit-animation-duration: 225ms;
  -webkit-animation-name: fadein;
  -moz-animation-duration: 225ms;
  -moz-animation-name: fadein;
  animation-duration: 225ms;
  animation-name: fadein; }

.ui-table {
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%; }

.ui-table th,
.ui-table td {
  line-height: 1.5em;
  text-align: left;
  padding: .4em .5em;
  vertical-align: top; }

.ui-table th .ui-btn,
.ui-table td .ui-btn {
  line-height: normal; }

.ui-table th {
  font-weight: bold; }

.ui-table caption {
  text-align: left;
  margin-bottom: 1.4em;
  opacity: .5; }

/* Add strokes between each row */
.table-stroke thead th {
  border-bottom: 1px solid #d6d6d6;
  /* non-RGBA fallback */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.table-stroke tbody th,
.table-stroke tbody td {
  border-bottom: 1px solid #e6e6e6;
  /* non-RGBA fallback  */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/* Add alternating row stripes */
.table-stripe tbody tr:nth-child(odd) td,
.table-stripe tbody tr:nth-child(odd) th {
  background-color: #eeeeee;
  /* non-RGBA fallback  */
  background-color: rgba(0, 0, 0, 0.04); }

/* Add stroke to the header and last item */
.table-stripe thead th,
.table-stripe tbody tr:last-child {
  border-bottom: 1px solid #d6d6d6;
  /* non-RGBA fallback  */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/*
 Styles for the table columntoggle mode
*/
.ui-table-columntoggle-btn {
  float: right;
  margin-bottom: .8em; }

/* Remove top/bottom margins around the fieldcontain on check list */
.ui-table-columntoggle-popup fieldset {
  margin: 0; }

/* Hide all prioritized columns by default */
@media only all {
  th.ui-table-priority-6,
  td.ui-table-priority-6,
  th.ui-table-priority-5,
  td.ui-table-priority-5,
  th.ui-table-priority-4,
  td.ui-table-priority-4,
  th.ui-table-priority-3,
  td.ui-table-priority-3,
  th.ui-table-priority-2,
  td.ui-table-priority-2,
  th.ui-table-priority-1,
  td.ui-table-priority-1 {
    display: none; } }
/* Preset breakpoints if ".ui-responsive" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media screen and (min-width: 20em) {
  .ui-table-columntoggle.ui-responsive th.ui-table-priority-1,
  .ui-table-columntoggle.ui-responsive td.ui-table-priority-1 {
    display: table-cell; } }
/* Show priority 2 at 480px (30em x 16px) */
@media screen and (min-width: 30em) {
  .ui-table-columntoggle.ui-responsive th.ui-table-priority-2,
  .ui-table-columntoggle.ui-responsive td.ui-table-priority-2 {
    display: table-cell; } }
/* Show priority 3 at 640px (40em x 16px) */
@media screen and (min-width: 40em) {
  .ui-table-columntoggle.ui-responsive th.ui-table-priority-3,
  .ui-table-columntoggle.ui-responsive td.ui-table-priority-3 {
    display: table-cell; } }
/* Show priority 4 at 800px (50em x 16px) */
@media screen and (min-width: 50em) {
  .ui-table-columntoggle.ui-responsive th.ui-table-priority-4,
  .ui-table-columntoggle.ui-responsive td.ui-table-priority-4 {
    display: table-cell; } }
/* Show priority 5 at 960px (60em x 16px) */
@media screen and (min-width: 60em) {
  .ui-table-columntoggle.ui-responsive th.ui-table-priority-5,
  .ui-table-columntoggle.ui-responsive td.ui-table-priority-5 {
    display: table-cell; } }
/* Show priority 6 at 1,120px (70em x 16px) */
@media screen and (min-width: 70em) {
  .ui-table-columntoggle.ui-responsive th.ui-table-priority-6,
  .ui-table-columntoggle.ui-responsive td.ui-table-priority-6 {
    display: table-cell; } }
/* Unchecked manually: Always hide */
.ui-table-columntoggle th.ui-table-cell-hidden,
.ui-table-columntoggle td.ui-table-cell-hidden,
.ui-table-columntoggle.ui-responsive th.ui-table-cell-hidden,
.ui-table-columntoggle.ui-responsive td.ui-table-cell-hidden {
  display: none; }

/* Checked manually: Always show */
.ui-table-columntoggle th.ui-table-cell-visible,
.ui-table-columntoggle td.ui-table-cell-visible,
.ui-table-columntoggle.ui-responsive th.ui-table-cell-visible,
.ui-table-columntoggle.ui-responsive td.ui-table-cell-visible {
  display: table-cell; }

/*
 Styles for the table columntoggle mode
*/
.ui-table-reflow td .ui-table-cell-label,
.ui-table-reflow th .ui-table-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Hide the table headers */
  .ui-table-reflow thead td,
  .ui-table-reflow thead th {
    display: none; }

  /* Show the table cells as a block level element */
  .ui-table-reflow td,
  .ui-table-reflow th {
    text-align: left;
    display: block; }

  /* Add a fair amount of top margin to visually separate each row when stacked */
  .ui-table-reflow tbody th {
    margin-top: 3em; }

  /* Make the label elements a percentage width */
  .ui-table-reflow td .ui-table-cell-label,
  .ui-table-reflow th .ui-table-cell-label {
    padding: .4em;
    min-width: 30%;
    display: inline-block;
    margin: -.4em 1em -.4em -.4em; }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .ui-table-reflow th .ui-table-cell-label-top,
  .ui-table-reflow td .ui-table-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: normal; } }
/* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 35em) {
  /* Fixes table rendering when switching between breakpoints in Safari <= 5. See https://github.com/jquery/jquery-mobile/issues/5380 */
  .ui-table-reflow.ui-responsive {
    display: table-row-group; }

  /* Show the table header rows */
  .ui-table-reflow.ui-responsive td,
  .ui-table-reflow.ui-responsive th,
  .ui-table-reflow.ui-responsive tbody th,
  .ui-table-reflow.ui-responsive tbody td,
  .ui-table-reflow.ui-responsive thead td,
  .ui-table-reflow.ui-responsive thead th {
    display: table-cell;
    margin: 0; }

  /* Hide the labels in each cell */
  .ui-table-reflow.ui-responsive td .ui-table-cell-label,
  .ui-table-reflow.ui-responsive th .ui-table-cell-label {
    display: none; } }
/* Hack to make IE9 and WP7.5 treat cells like block level elements, scoped to ui-responsive class */
/* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this*/
@media (max-width: 35em) {
  .ui-table-reflow.ui-responsive td,
  .ui-table-reflow.ui-responsive th {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left; } }
/*
* jQuery Mobile v1.3.2
* http://jquerymobile.com
*
* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/
/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-a {
  border: 1px solid #333;
  background: #111;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 -1px 0 #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#111));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#3c3c3c, #111);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#3c3c3c, #111);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#3c3c3c, #111);
  /* IE10 */
  background-image: -o-linear-gradient(#3c3c3c, #111);
  /* Opera 11.10+ */
  background-image: linear-gradient(#3c3c3c, #111); }

.ui-bar-a,
.ui-bar-a input,
.ui-bar-a select,
.ui-bar-a textarea,
.ui-bar-a button {
  font-family: Helvetica, Arial, sans-serif; }

.ui-bar-a .ui-link-inherit {
  color: #fff; }

.ui-bar-a a.ui-link {
  color: #7cc4e7;
  font-weight: bold; }

.ui-bar-a a.ui-link:visited {
  color: #2489ce; }

.ui-bar-a a.ui-link:hover {
  color: #2489ce; }

.ui-bar-a a.ui-link:active {
  color: #2489ce; }

.ui-body-a,
.ui-overlay-a {
  border: 1px solid #444;
  background: #222;
  color: #fff;
  text-shadow: 0 1px 0 #111;
  font-weight: normal;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#444, #222);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#444, #222);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#444, #222);
  /* IE10 */
  background-image: -o-linear-gradient(#444, #222);
  /* Opera 11.10+ */
  background-image: linear-gradient(#444, #222); }

.ui-overlay-a {
  background-image: none;
  border-width: 0; }

.ui-body-a,
.ui-body-a input,
.ui-body-a select,
.ui-body-a textarea,
.ui-body-a button {
  font-family: Helvetica, Arial, sans-serif; }

.ui-body-a .ui-link-inherit {
  color: #fff; }

.ui-body-a .ui-link {
  color: #2489ce;
  font-weight: bold; }

.ui-body-a .ui-link:visited {
  color: #2489ce; }

.ui-body-a .ui-link:hover {
  color: #2489ce; }

.ui-body-a .ui-link:active {
  color: #2489ce; }

.ui-btn-up-a {
  border: 1px solid #111;
  background: #333;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #111;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#2d2d2d));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#444, #2d2d2d);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#444, #2d2d2d);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#444, #2d2d2d);
  /* IE10 */
  background-image: -o-linear-gradient(#444, #2d2d2d);
  /* Opera 11.10+ */
  background-image: linear-gradient(#444, #2d2d2d); }

.ui-btn-up-a:visited,
.ui-btn-up-a a.ui-link-inherit {
  color: #fff; }

.ui-btn-hover-a {
  border: 1px solid #000;
  background: #444;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #111;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#383838));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#555, #383838);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#555, #383838);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#555, #383838);
  /* IE10 */
  background-image: -o-linear-gradient(#555, #383838);
  /* Opera 11.10+ */
  background-image: linear-gradient(#555, #383838); }

.ui-btn-hover-a:visited,
.ui-btn-hover-a:hover,
.ui-btn-hover-a a.ui-link-inherit {
  color: #fff; }

.ui-btn-down-a {
  border: 1px solid #000;
  background: #222;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #111;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#2c2c2c));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#202020, #2c2c2c);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#202020, #2c2c2c);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#202020, #2c2c2c);
  /* IE10 */
  background-image: -o-linear-gradient(#202020, #2c2c2c);
  /* Opera 11.10+ */
  background-image: linear-gradient(#202020, #2c2c2c); }

.ui-btn-down-a:visited,
.ui-btn-down-a:hover,
.ui-btn-down-a a.ui-link-inherit {
  color: #fff; }

.ui-btn-up-a,
.ui-btn-hover-a,
.ui-btn-down-a {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none; }

/* B
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-b {
  border: 1px solid #456f9a;
  background: #5e87b0;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 0 #3e6790;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6facd5), to(#497bae));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#6facd5, #497bae);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#6facd5, #497bae);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#6facd5, #497bae);
  /* IE10 */
  background-image: -o-linear-gradient(#6facd5, #497bae);
  /* Opera 11.10+ */
  background-image: linear-gradient(#6facd5, #497bae); }

.ui-bar-b,
.ui-bar-b input,
.ui-bar-b select,
.ui-bar-b textarea,
.ui-bar-b button {
  font-family: Helvetica, Arial, sans-serif; }

.ui-bar-b .ui-link-inherit {
  color: #fff; }

.ui-bar-b a.ui-link {
  color: #ddf0f8;
  font-weight: bold; }

.ui-bar-b a.ui-link:visited {
  color: #ddf0f8; }

.ui-bar-b a.ui-link:hover {
  color: #ddf0f8; }

.ui-bar-b a.ui-link:active {
  color: #ddf0f8; }

.ui-body-b,
.ui-overlay-b {
  border: 1px solid #999;
  background: #f3f3f3;
  color: #222;
  text-shadow: 0 1px 0 #fff;
  font-weight: normal;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#ddd, #ccc);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#ddd, #ccc);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#ddd, #ccc);
  /* IE10 */
  background-image: -o-linear-gradient(#ddd, #ccc);
  /* Opera 11.10+ */
  background-image: linear-gradient(#ddd, #ccc); }

.ui-overlay-b {
  background-image: none;
  border-width: 0; }

.ui-body-b,
.ui-body-b input,
.ui-body-b select,
.ui-body-b textarea,
.ui-body-b button {
  font-family: Helvetica, Arial, sans-serif; }

.ui-body-b .ui-link-inherit {
  color: #333; }

.ui-body-b .ui-link {
  color: #2489ce;
  font-weight: bold; }

.ui-body-b .ui-link:visited {
  color: #2489ce; }

.ui-body-b .ui-link:hover {
  color: #2489ce; }

.ui-body-b .ui-link:active {
  color: #2489ce; }

.ui-btn-up-b {
  border: 1px solid #044062;
  background: #396b9e;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #194b7e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9cc5), to(#396b9e));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#5f9cc5, #396b9e);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#5f9cc5, #396b9e);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#5f9cc5, #396b9e);
  /* IE10 */
  background-image: -o-linear-gradient(#5f9cc5, #396b9e);
  /* Opera 11.10+ */
  background-image: linear-gradient(#5f9cc5, #396b9e); }

.ui-btn-up-b:visited,
.ui-btn-up-b a.ui-link-inherit {
  color: #fff; }

.ui-btn-hover-b {
  border: 1px solid #00415e;
  background: #4b88b6;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #194b7e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6facd5), to(#4272a4));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#6facd5, #4272a4);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#6facd5, #4272a4);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#6facd5, #4272a4);
  /* IE10 */
  background-image: -o-linear-gradient(#6facd5, #4272a4);
  /* Opera 11.10+ */
  background-image: linear-gradient(#6facd5, #4272a4); }

.ui-btn-hover-b:visited,
.ui-btn-hover-b:hover,
.ui-btn-hover-b a.ui-link-inherit {
  color: #fff; }

.ui-btn-down-b {
  border: 1px solid #225377;
  background: #4e89c5;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #194b7e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#295b8e), to(#3e79b5));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#295b8e, #3e79b5);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#295b8e, #3e79b5);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#295b8e, #3e79b5);
  /* IE10 */
  background-image: -o-linear-gradient(#295b8e, #3e79b5);
  /* Opera 11.10+ */
  background-image: linear-gradient(#295b8e, #3e79b5); }

.ui-btn-down-b:visited,
.ui-btn-down-b:hover,
.ui-btn-down-b a.ui-link-inherit {
  color: #fff; }

.ui-btn-up-b,
.ui-btn-hover-b,
.ui-btn-down-b {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none; }

/* C
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-c {
  border: 1px solid #b3b3b3;
  background: #eee;
  color: #3e3e3e;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ddd));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#f0f0f0, #ddd);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#f0f0f0, #ddd);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#f0f0f0, #ddd);
  /* IE10 */
  background-image: -o-linear-gradient(#f0f0f0, #ddd);
  /* Opera 11.10+ */
  background-image: linear-gradient(#f0f0f0, #ddd); }

.ui-bar-c .ui-link-inherit {
  color: #3e3e3e; }

.ui-bar-c a.ui-link {
  color: #7cc4e7;
  font-weight: bold; }

.ui-bar-c a.ui-link:visited {
  color: #2489ce; }

.ui-bar-c a.ui-link:hover {
  color: #2489ce; }

.ui-bar-c a.ui-link:active {
  color: #2489ce; }

.ui-bar-c,
.ui-bar-c input,
.ui-bar-c select,
.ui-bar-c textarea,
.ui-bar-c button {
  font-family: Helvetica, Arial, sans-serif; }

.ui-body-c,
.ui-overlay-c {
  border: 1px solid #aaa;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eee));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#f9f9f9, #eee);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#f9f9f9, #eee);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#f9f9f9, #eee);
  /* IE10 */
  background-image: -o-linear-gradient(#f9f9f9, #eee);
  /* Opera 11.10+ */
  background-image: linear-gradient(#f9f9f9, #eee); }

.ui-overlay-c {
  background-image: none;
  border-width: 0; }

.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
  font-family: Helvetica, Arial, sans-serif; }

.ui-body-c .ui-link-inherit {
  color: #333; }

.ui-body-c .ui-link {
  color: #2489ce;
  font-weight: bold; }

.ui-body-c .ui-link:visited {
  color: #2489ce; }

.ui-body-c .ui-link:hover {
  color: #2489ce; }

.ui-body-c .ui-link:active {
  color: #2489ce; }

.ui-btn-up-c {
  border: 1px solid #ccc;
  background: #eee;
  font-weight: bold;
  color: #222;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#fff, #f1f1f1);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#fff, #f1f1f1);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#fff, #f1f1f1);
  /* IE10 */
  background-image: -o-linear-gradient(#fff, #f1f1f1);
  /* Opera 11.10+ */
  background-image: linear-gradient(#fff, #f1f1f1); }

.ui-btn-up-c:visited,
.ui-btn-up-c a.ui-link-inherit {
  color: #2f3e46; }

.ui-btn-hover-c {
  border: 1px solid #bbb;
  background: #dfdfdf;
  font-weight: bold;
  color: #222;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e0e0e0));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#f6f6f6, #e0e0e0);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#f6f6f6, #e0e0e0);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#f6f6f6, #e0e0e0);
  /* IE10 */
  background-image: -o-linear-gradient(#f6f6f6, #e0e0e0);
  /* Opera 11.10+ */
  background-image: linear-gradient(#f6f6f6, #e0e0e0); }

.ui-btn-hover-c:visited,
.ui-btn-hover-c:hover,
.ui-btn-hover-c a.ui-link-inherit {
  color: #2f3e46; }

.ui-btn-down-c {
  border: 1px solid #bbb;
  background: #d6d6d6;
  font-weight: bold;
  color: #222;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#dfdfdf));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#d0d0d0, #dfdfdf);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#d0d0d0, #dfdfdf);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#d0d0d0, #dfdfdf);
  /* IE10 */
  background-image: -o-linear-gradient(#d0d0d0, #dfdfdf);
  /* Opera 11.10+ */
  background-image: linear-gradient(#d0d0d0, #dfdfdf); }

.ui-btn-down-c:visited,
.ui-btn-down-c:hover,
.ui-btn-down-c a.ui-link-inherit {
  color: #2f3e46; }

.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none; }

/* D
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-d {
  border: 1px solid #bbb;
  background: #bbb;
  color: #333;
  font-weight: bold;
  text-shadow: 0 1px 0 #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#bbb));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#ddd, #bbb);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#ddd, #bbb);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#ddd, #bbb);
  /* IE10 */
  background-image: -o-linear-gradient(#ddd, #bbb);
  /* Opera 11.10+ */
  background-image: linear-gradient(#ddd, #bbb); }

.ui-bar-d,
.ui-bar-d input,
.ui-bar-d select,
.ui-bar-d textarea,
.ui-bar-d button {
  font-family: Helvetica, Arial, sans-serif; }

.ui-bar-d .ui-link-inherit {
  color: #333; }

.ui-bar-d a.ui-link {
  color: #2489ce;
  font-weight: bold; }

.ui-bar-d a.ui-link:visited {
  color: #2489ce; }

.ui-bar-d a.ui-link:hover {
  color: #2489ce; }

.ui-bar-d a.ui-link:active {
  color: #2489ce; }

.ui-body-d,
.ui-overlay-d {
  border: 1px solid #bbb;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#fff, #fff);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#fff, #fff);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#fff, #fff);
  /* IE10 */
  background-image: -o-linear-gradient(#fff, #fff);
  /* Opera 11.10+ */
  background-image: linear-gradient(#fff, #fff); }

.ui-overlay-d {
  background-image: none;
  border-width: 0; }

.ui-body-d,
.ui-body-d input,
.ui-body-d select,
.ui-body-d textarea,
.ui-body-d button {
  font-family: Helvetica, Arial, sans-serif; }

.ui-body-d .ui-link-inherit {
  color: #333; }

.ui-body-d .ui-link {
  color: #2489ce;
  font-weight: bold; }

.ui-body-d .ui-link:visited {
  color: #2489ce; }

.ui-body-d .ui-link:hover {
  color: #2489ce; }

.ui-body-d .ui-link:active {
  color: #2489ce; }

.ui-btn-up-d {
  border: 1px solid #bbb;
  background: #fff;
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f6f6f6));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#fafafa, #f6f6f6);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#fafafa, #f6f6f6);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#fafafa, #f6f6f6);
  /* IE10 */
  background-image: -o-linear-gradient(#fafafa, #f6f6f6);
  /* Opera 11.10+ */
  background-image: linear-gradient(#fafafa, #f6f6f6); }

.ui-btn-up-d:visited,
.ui-btn-up-d a.ui-link-inherit {
  color: #333; }

.ui-btn-hover-d {
  border: 1px solid #aaa;
  background: #eee;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#eee, #fff);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#eee, #fff);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#eee, #fff);
  /* IE10 */
  background-image: -o-linear-gradient(#eee, #fff);
  /* Opera 11.10+ */
  background-image: linear-gradient(#eee, #fff); }

.ui-btn-hover-d:visited,
.ui-btn-hover-d:hover,
.ui-btn-hover-d a.ui-link-inherit {
  color: #333; }

.ui-btn-down-d {
  border: 1px solid #aaa;
  background: #eee;
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#f2f2f2));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#e5e5e5, #f2f2f2);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#e5e5e5, #f2f2f2);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#e5e5e5, #f2f2f2);
  /* IE10 */
  background-image: -o-linear-gradient(#e5e5e5, #f2f2f2);
  /* Opera 11.10+ */
  background-image: linear-gradient(#e5e5e5, #f2f2f2); }

.ui-btn-down-d:visited,
.ui-btn-down-d:hover,
.ui-btn-down-d a.ui-link-inherit {
  color: #333; }

.ui-btn-up-d,
.ui-btn-hover-d,
.ui-btn-down-d {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none; }

/* E
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-e {
  border: 1px solid #f7c942;
  background: #fadb4e;
  color: #333;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fceda7), to(#fbef7e));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#fceda7, #fbef7e);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#fceda7, #fbef7e);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#fceda7, #fbef7e);
  /* IE10 */
  background-image: -o-linear-gradient(#fceda7, #fbef7e);
  /* Opera 11.10+ */
  background-image: linear-gradient(#fceda7, #fbef7e); }

.ui-bar-e,
.ui-bar-e input,
.ui-bar-e select,
.ui-bar-e textarea,
.ui-bar-e button {
  font-family: Helvetica, Arial, sans-serif; }

.ui-bar-e .ui-link-inherit {
  color: #333; }

.ui-bar-e a.ui-link {
  color: #2489ce;
  font-weight: bold; }

.ui-bar-e a.ui-link:visited {
  color: #2489ce; }

.ui-bar-e a.ui-link:hover {
  color: #2489ce; }

.ui-bar-e a.ui-link:active {
  color: #2489ce; }

.ui-body-e,
.ui-overlay-e {
  border: 1px solid #f7c942;
  color: #222;
  text-shadow: 0 1px 0 #fff;
  background: #fff9df;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadf), to(#fff3a5));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#fffadf, #fff3a5);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#fffadf, #fff3a5);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#fffadf, #fff3a5);
  /* IE10 */
  background-image: -o-linear-gradient(#fffadf, #fff3a5);
  /* Opera 11.10+ */
  background-image: linear-gradient(#fffadf, #fff3a5); }

.ui-overlay-e {
  background-image: none;
  border-width: 0; }

.ui-body-e,
.ui-body-e input,
.ui-body-e select,
.ui-body-e textarea,
.ui-body-e button {
  font-family: Helvetica, Arial, sans-serif; }

.ui-body-e .ui-link-inherit {
  color: #222; }

.ui-body-e .ui-link {
  color: #2489ce;
  font-weight: bold; }

.ui-body-e .ui-link:visited {
  color: #2489ce; }

.ui-body-e .ui-link:hover {
  color: #2489ce; }

.ui-body-e .ui-link:active {
  color: #2489ce; }

.ui-btn-up-e {
  border: 1px solid #f4c63f;
  background: #fadb4e;
  font-weight: bold;
  color: #222;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffefaa), to(#ffe155));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#ffefaa, #ffe155);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#ffefaa, #ffe155);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#ffefaa, #ffe155);
  /* IE10 */
  background-image: -o-linear-gradient(#ffefaa, #ffe155);
  /* Opera 11.10+ */
  background-image: linear-gradient(#ffefaa, #ffe155); }

.ui-btn-up-e:visited,
.ui-btn-up-e a.ui-link-inherit {
  color: #222; }

.ui-btn-hover-e {
  border: 1px solid #f2c43d;
  background: #fbe26f;
  font-weight: bold;
  color: #111;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff5ba), to(#fbdd52));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#fff5ba, #fbdd52);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#fff5ba, #fbdd52);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#fff5ba, #fbdd52);
  /* IE10 */
  background-image: -o-linear-gradient(#fff5ba, #fbdd52);
  /* Opera 11.10+ */
  background-image: linear-gradient(#fff5ba, #fbdd52); }

.ui-btn-hover-e:visited,
.ui-btn-hover-e:hover,
.ui-btn-hover-e a.ui-link-inherit {
  color: #333; }

.ui-btn-down-e {
  border: 1px solid #f2c43d;
  background: #fceda7;
  font-weight: bold;
  color: #111;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8d94c), to(#fadb4e));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#f8d94c, #fadb4e);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#f8d94c, #fadb4e);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#f8d94c, #fadb4e);
  /* IE10 */
  background-image: -o-linear-gradient(#f8d94c, #fadb4e);
  /* Opera 11.10+ */
  background-image: linear-gradient(#f8d94c, #fadb4e); }

.ui-btn-down-e:visited,
.ui-btn-down-e:hover,
.ui-btn-down-e a.ui-link-inherit {
  color: #333; }

.ui-btn-up-e,
.ui-btn-hover-e,
.ui-btn-down-e {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none; }

/* Structure */
/* links within "buttons" 
-----------------------------------------------------------------------------------------------------------*/
a.ui-link-inherit {
  text-decoration: none !important; }

/* Active class used as the "on" state across all themes
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-active {
  border: 1px solid #2373a5;
  background: #5393c5;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 1px 0 #3373a5;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5393c5), to(#6facd5));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#5393c5, #6facd5);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#5393c5, #6facd5);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#5393c5, #6facd5);
  /* IE10 */
  background-image: -o-linear-gradient(#5393c5, #6facd5);
  /* Opera 11.10+ */
  background-image: linear-gradient(#5393c5, #6facd5);
  font-family: Helvetica, Arial, sans-serif; }

.ui-btn-active:visited,
.ui-btn-active:hover,
.ui-btn-active a.ui-link-inherit {
  color: #fff; }

/* button inner top highlight
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-inner {
  border-top: 1px solid 	#fff;
  border-color: rgba(255, 255, 255, 0.3); }

/* corner rounding classes
-----------------------------------------------------------------------------------------------------------*/
.ui-corner-all {
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em; }

/* Form field separator
-----------------------------------------------------------------------------------------------------------*/
.ui-br {
  border-color: #828282;
  border-color: rgba(130, 130, 130, 0.3);
  border-style: solid; }

/* Interaction cues
-----------------------------------------------------------------------------------------------------------*/
.ui-disabled {
  filter: Alpha(Opacity=30);
  opacity: .3;
  zoom: 1; }

.ui-disabled,
.ui-disabled a {
  cursor: default !important;
  pointer-events: none; }

/* Icons
-----------------------------------------------------------------------------------------------------------*/
.ui-icon,
.ui-icon-searchfield:after {
  background: #666;
  background: rgba(0, 0, 0, 0.4);
  background-image: url(/assets/jquery.mobile/icons-18-white.png);
  background-repeat: no-repeat;
  -webkit-border-radius: 9px;
  border-radius: 9px; }

/* Alt icon color
-----------------------------------------------------------------------------------------------------------*/
.ui-icon-alt .ui-icon,
.ui-icon-alt .ui-icon-searchfield:after {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url(/assets/jquery.mobile/icons-18-black.png);
  background-repeat: no-repeat; }

/* No disc
-----------------------------------------------------------------------------------------------------------*/
.ui-icon-nodisc .ui-icon,
.ui-icon-nodisc .ui-icon-searchfield:after,
.ui-icon-nodisc .ui-icon-alt .ui-icon,
.ui-icon-nodisc .ui-icon-alt .ui-icon-searchfield:after {
  background-color: transparent; }

/* Icon sprite
-----------------------------------------------------------------------------------------------------------*/
/* plus minus */
.ui-icon-plus {
  background-position: -1px -1px; }

.ui-icon-minus {
  background-position: -37px -1px; }

/* delete/close */
.ui-icon-delete {
  background-position: -73px -1px; }

/* arrows */
.ui-icon-arrow-r {
  background-position: -108px -1px; }

.ui-icon-arrow-l {
  background-position: -144px -1px; }

.ui-icon-arrow-u {
  background-position: -180px -1px; }

.ui-icon-arrow-d {
  background-position: -216px -1px; }

/* misc */
.ui-icon-check {
  background-position: -252px -1px; }

.ui-icon-gear {
  background-position: -288px -1px; }

.ui-icon-refresh {
  background-position: -323px -1px; }

.ui-icon-forward {
  background-position: -360px -1px; }

.ui-icon-back {
  background-position: -396px -1px; }

.ui-icon-grid {
  background-position: -432px -1px; }

.ui-icon-star {
  background-position: -467px -1px; }

.ui-icon-alert {
  background-position: -503px -1px; }

.ui-icon-info {
  background-position: -539px -1px; }

.ui-icon-home {
  background-position: -575px -1px; }

/* search */
.ui-icon-search,
.ui-icon-searchfield:after {
  background-position: -611px -1px; }

/* checkbox radio */
.ui-icon-checkbox-on {
  background-position: -647px -1px; }

.ui-icon-checkbox-off {
  background-position: -683px -1px; }

.ui-icon-radio-on {
  background-position: -718px -1px; }

.ui-icon-radio-off {
  background-position: -754px -1px; }

/* menu edit */
.ui-icon-bars {
  background-position: -788px -1px; }

.ui-icon-edit {
  background-position: -824px -1px; }

/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 200dpi) {
  .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
  .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
  .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
  .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-bars, .ui-icon-edit,
  .ui-icon-search, .ui-icon-searchfield:after,
  .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
    background-image: url(/assets/jquery.mobile/icons-36-white.png);
    -moz-background-size: 864px 18px;
    -o-background-size: 864px 18px;
    -webkit-background-size: 864px 18px;
    background-size: 864px 18px; }

  .ui-icon-alt .ui-icon {
    background-image: url(/assets/jquery.mobile/icons-36-black.png); }

  .ui-icon-plus {
    background-position: 0 50%; }

  .ui-icon-minus {
    background-position: -36px 50%; }

  .ui-icon-delete {
    background-position: -72px 50%; }

  .ui-icon-arrow-r {
    background-position: -108px 50%; }

  .ui-icon-arrow-l {
    background-position: -144px 50%; }

  .ui-icon-arrow-u {
    background-position: -179px 50%; }

  .ui-icon-arrow-d {
    background-position: -215px 50%; }

  .ui-icon-check {
    background-position: -252px 50%; }

  .ui-icon-gear {
    background-position: -287px 50%; }

  .ui-icon-refresh {
    background-position: -323px 50%; }

  .ui-icon-forward {
    background-position: -360px 50%; }

  .ui-icon-back {
    background-position: -395px 50%; }

  .ui-icon-grid {
    background-position: -431px 50%; }

  .ui-icon-star {
    background-position: -467px 50%; }

  .ui-icon-alert {
    background-position: -503px 50%; }

  .ui-icon-info {
    background-position: -538px 50%; }

  .ui-icon-home {
    background-position: -575px 50%; }

  .ui-icon-search,
  .ui-icon-searchfield:after {
    background-position: -611px 50%; }

  .ui-icon-checkbox-on {
    background-position: -647px 50%; }

  .ui-icon-checkbox-off {
    background-position: -683px 50%; }

  .ui-icon-radio-on {
    background-position: -718px 50%; }

  .ui-icon-radio-off {
    background-position: -754px 50%; }

  .ui-icon-bars {
    background-position: -788px 50%; }

  .ui-icon-edit {
    background-position: -824px 50%; } }
/* checks,radios */
.ui-checkbox .ui-icon,
.ui-selectmenu-list .ui-icon {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.ui-icon-checkbox-off,
.ui-icon-radio-off {
  background-color: transparent; }

.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon {
  background-color: #4596ce;
  /* NOTE: this hex should match the active state color. It's repeated here for cascade */ }

/* loading icon */
.ui-icon-loading {
  background: url(/assets/jquery.mobile/ajax-loader.gif);
  background-size: 46px 46px; }

/* Button corner class
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-corner-all {
  -webkit-border-radius: 1em;
  border-radius: 1em; }

/* radius clip workaround for cleaning up corner trapping */
.ui-corner-all,
.ui-btn-corner-all {
  -webkit-background-clip: padding;
  background-clip: padding-box; }

/* Overlay / modal
-----------------------------------------------------------------------------------------------------------*/
.ui-overlay {
  background: #666;
  filter: Alpha(Opacity=50);
  opacity: .5;
  position: absolute;
  width: 100%;
  height: 100%; }

.ui-overlay-shadow {
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6); }

.ui-shadow {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow,
.ui-bar-c .ui-shadow {
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }

.ui-shadow-inset {
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2); }

.ui-icon-shadow {
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }

/* Focus state - set here for specificity (note: these classes are added by JavaScript)
-----------------------------------------------------------------------------------------------------------*/
.ui-btn:focus, .ui-link-inherit:focus {
  outline: 0; }

.ui-btn.ui-focus {
  z-index: 1; }

.ui-focus,
.ui-btn:focus {
  -moz-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe; }

.ui-input-text.ui-focus,
.ui-input-search.ui-focus {
  -moz-box-shadow: 0 0 12px #387bbe;
  -webkit-box-shadow: 0 0 12px #387bbe;
  box-shadow: 0 0 12px #387bbe; }

/* unset box shadow in browsers that don't do it right
-----------------------------------------------------------------------------------------------------------*/
.ui-mobile-nosupport-boxshadow * {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* ...and bring back focus */
.ui-mobile-nosupport-boxshadow .ui-focus,
.ui-mobile-nosupport-boxshadow .ui-btn:focus,
.ui-mobile-nosupport-boxshadow .ui-link-inherit:focus {
  outline-width: 1px;
  outline-style: auto; }

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

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

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@-o-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -webkit-transform: translateX(10px); } }
@-moz-keyframes shake {
  0%,100% {
    -moz-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -moz-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -moz-transform: translateX(10px); } }
@-o-keyframes shake {
  0%,100% {
    -o-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -o-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -o-transform: translateX(10px); } }
@keyframes shake {
  0%,100% {
    transform: translateX(0); }
  10%,30%,50%,70%,90% {
    transform: translateX(-10px); }
  20%,40%,60%,80% {
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%,20%,50%,80%,100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%,20%,50%,80%,100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%,20%,50%,80%,100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%,20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }
@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%,20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%,20% {
    transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%,40%,60%,80%,100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }
.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%,60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%,60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: .25s; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }
@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.wiggle {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: .75s; }

html {
  box-sizing: border-box; }

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

html, body {
  height: 100%;
  background-color: #fff; }

a, a:link, a:hover, a:active {
  color: #333;
  text-decoration: none;
  outline: 0 !important; }

a:hover {
  color: #e32400; }

a:active {
  color: #b01c00; }

ul {
  padding-left: 16px; }

hr {
  border: none;
  border-top: 1px solid #d9d9d9;
  margin-top: 3em; }

body .mobile-only {
  display: none !important; }
  @media screen and (max-width: 767px) {
    body .mobile-only {
      display: inline-block !important; } }

@media screen and (max-width: 767px) {
  body .no-mobile {
    display: none !important; } }

body {
  margin: 0;
  padding: 0; }
  body > .container {
    min-height: 100%;
    overflow: auto;
    padding-bottom: 190px; }
    @media screen and (max-width: 767px) {
      body > .container {
        padding-top: 49px; } }
    @media screen and (max-width: 767px) {
      body > .container {
        padding-bottom: 70px; } }
    body > .container div.content {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding: 20px 0; }
      body > .container div.content::after {
        clear: both;
        content: "";
        display: table; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        body > .container div.content {
          padding: 20px 50px; } }
      @media screen and (max-width: 767px) {
        body > .container div.content {
          padding: 20px 10px; } }
  body .content p a, body .content ul a, body .content form a {
    text-decoration: underline; }

body > #devbar {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100000;
  display: none; }
  body > #devbar p {
    font-size: 10px;
    padding: 0 10px;
    color: #fff;
    float: left; }
    body > #devbar p span {
      color: #e32400; }

@media screen and (min-width: 768px) and (max-width: 920px) {
  body > #devbar > p:first-child:after {
    content: " small desktop"; } }
@media screen and (min-width: 1025px) {
  body > #devbar > p:first-child:after {
    content: " desktop"; } }
@media screen and (min-width: 1250px) {
  body > #devbar > p:first-child:after {
    content: " large desktop"; } }

@media screen and (min-width: 1025px) {
  body > #devbar > p:last-child span.desktop {
    color: #54a70b; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body > #devbar > p:last-child span.tablet {
    color: #54a70b; } }
@media screen and (max-width: 767px) {
  body > #devbar > p:last-child span.mobile {
    color: #54a70b; } }

[data-icon]:not(.ui-btn):before {
  content: attr(data-icon);
  font-family: "folkia";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
  speak: none;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility; }

i[data-icon] {
  font-style: normal; }

* html {
  font-size: 100%; }

html {
  font-size: 16px;
  line-height: 1.5em; }

body {
  font-family: "Merriweather", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #323232; }
  body .content {
    font-size: 1em;
    line-height: 1.5em; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      body .content {
        font-size: 0.875em;
        line-height: 1.71429em; } }
    @media screen and (max-width: 767px) {
      body .content {
        font-size: 0.8125em;
        line-height: 1.56923em; } }
  body h1, body h2, body h3, body h4, body h5 {
    font-size: 1.1875em;
    line-height: 1.26316em;
    padding-top: 1.26316em;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #323232; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      body h1, body h2, body h3, body h4, body h5 {
        font-size: 1.0625em;
        line-height: 1.41176em; } }
    @media screen and (max-width: 767px) {
      body h1, body h2, body h3, body h4, body h5 {
        font-size: 1em;
        line-height: 1.275em; } }
    body h1 small, body h2 small, body h3 small, body h4 small, body h5 small {
      color: #656565;
      font-size: 0.83125em;
      line-height: 1.80451em; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        body h1 small, body h2 small, body h3 small, body h4 small, body h5 small {
          font-size: 0.75em;
          line-height: 2em; } }
      @media screen and (max-width: 767px) {
        body h1 small, body h2 small, body h3 small, body h4 small, body h5 small {
          font-size: 0.6875em;
          line-height: 1.85455em; } }
  body blockquote {
    font-size: 1.0625em;
    line-height: 1.41176em;
    font-style: italic; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      body blockquote {
        font-size: 0.9375em;
        line-height: 1.6em; } }
    @media screen and (max-width: 767px) {
      body blockquote {
        font-size: 0.875em;
        line-height: 1.45714em; } }
  body footer, body header, body nav > ul, body form, body #tabbed ul, body .alert, body div.new-customer, body .ui-btn {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
  body form label {
    font-weight: 700; }
    body form label.checkbox {
      font-weight: 400; }
  body .container > .content > nav:first-child {
    font-size: 0.875em;
    line-height: 1.71429em; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      body .container > .content > nav:first-child {
        font-size: 0.75em;
        line-height: 2em; } }
    @media screen and (max-width: 767px) {
      body .container > .content > nav:first-child {
        font-size: 0.75em;
        line-height: 1.7em; } }
  body footer section {
    font-size: 0.875em;
    line-height: 1.71429em;
    line-height: 1.5em; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      body footer section {
        font-size: 0.75em;
        line-height: 2em; } }
    @media screen and (max-width: 767px) {
      body footer section {
        font-size: 0.75em;
        line-height: 1.7em; } }
  body footer strong {
    font-weight: 700; }
  body table {
    font-family: "Open Sans", sans-serif; }
    body table th, body table td {
      font-size: 0.875em;
      line-height: 1.71429em;
      font-weight: 700;
      text-align: center; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        body table th, body table td {
          font-size: 0.75em;
          line-height: 2em; } }
      @media screen and (max-width: 767px) {
        body table th, body table td {
          font-size: 0.75em;
          line-height: 1.7em; } }
    body table td {
      font-weight: 400; }
  body input,
  body select,
  body textarea {
    font-family: "Open Sans", sans-serif;
    font-weight: 400; }

body > .container > header {
  width: 100%; }
  body > .container > header nav {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0; }
    body > .container > header nav::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      body > .container > header nav {
        padding: 20px 45px; } }
    @media screen and (max-width: 767px) {
      body > .container > header nav {
        background: #fff; } }
    body > .container > header nav span.brand {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%;
      margin: 0;
      padding: 0;
      height: 34px; }
      body > .container > header nav span.brand:last-child {
        margin-right: 0; }
      body > .container > header nav span.brand a {
        width: 100%;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        display: block;
        height: 32px;
        margin: 1px auto 5px auto;
        background-image: url(/static-assets/images/brand-33ee7ca1.svg);
        background-repeat: no-repeat;
        background-size: auto 32px; }
    body > .container > header nav ul {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      list-style: none;
      margin: -20px 0; }
      body > .container > header nav ul:last-child {
        margin-right: 0; }
      body > .container > header nav ul li {
        float: left;
        line-height: 34px;
        padding: 0 10px; }
        body > .container > header nav ul li:first-child {
          display: none; }
        body > .container > header nav ul li a {
          display: inline-block;
          font-weight: 700;
          padding: 20px 0; }
          body > .container > header nav ul li a.active {
            border-top: 2px solid #e32400;
            padding-top: 18px; }
    body > .container > header nav > a {
      border-radius: 4px;
      color: #fff;
      font: bold 14px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
      padding: 7px 8px 8px 8px;
      text-align: center;
      text-decoration: none !important;
      background-color: #54a70b;
      background-image: -webkit-linear-gradient(top, #54a70b, #377203);
      background-image: linear-gradient(to bottom,#54a70b, #377203);
      box-shadow: inset 0 1px 0 0 #71d817;
      border: 1px solid #3b7f00;
      border-bottom: 1px solid #377500;
      text-shadow: 0 -1px 0 #265100;
      float: right;
      height: 32px; }
      body > .container > header nav > a:disabled, body > .container > header nav > a.disabled, body > .container > header nav > a:disabled:hover, body > .container > header nav > a.disabled:hover, body > .container > header nav > a:disabled:active, body > .container > header nav > a.disabled:active {
        background-color: rgba(84, 167, 11, 0.3);
        background-image: -webkit-linear-gradient(top, rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
        background-image: linear-gradient(to bottom,rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
        box-shadow: inset 0 1px 0 0 rgba(113, 216, 23, 0.3);
        border: 1px solid rgba(59, 127, 0, 0.1);
        border-bottom: 1px solid rgba(55, 117, 0, 0.3);
        text-shadow: none;
        cursor: default; }
      body > .container > header nav > a:hover {
        background-color: #488f09;
        background-image: -webkit-linear-gradient(top, #488f09, #346f01);
        background-image: linear-gradient(to bottom,#488f09, #346f01);
        box-shadow: inset 0 1px 0 0 #54a30f;
        cursor: pointer; }
      body > .container > header nav > a:active {
        box-shadow: inset 0 0 3px 1px #244c00;
        border: 1px solid #3b7f00;
        border-bottom: 1px solid #244c00; }
      body > .container > header nav > a i {
        font-size: 135%;
        display: inline-block;
        position: relative;
        margin-top: -3px; }
      body > .container > header nav > a:first-child {
        display: none; }

html body.loan_application > .container > header nav > a:last-child,
html body.alternate-products > .container > header nav > a:last-child,
html body.welcome > .container > header nav > a:last-child {
  display: none; }

@media screen and (max-width: 767px) {
  html body.welcome > .container > header nav > a:last-child {
    display: block; } }

@media screen and (min-width: 768px) and (max-width: 920px) {
  body > .container > header nav {
    position: relative; }
    body > .container > header nav span.brand a {
      background-size: 100%; }
    body > .container > header nav ul {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 78.67549%; }
      body > .container > header nav ul:last-child {
        margin-right: 0; }
      body > .container > header nav ul li {
        padding: 0 1.5% !important; }
    body > .container > header nav > a:last-child {
      position: absolute;
      top: 20px;
      right: 45px; }
      body > .container > header nav > a:last-child span {
        display: none; } }
@media screen and (max-width: 767px) {
  body > .container > header {
    position: fixed;
    top: 0;
    z-index: 100;
    border-radius: 0;
    height: 48px;
    background: #fff; }
    body > .container > header nav {
      padding: 12px 9px;
      position: relative;
      border-bottom: 1px solid #d9d9d9; }
      body > .container > header nav > a, body > .container > header nav > a:first-child {
        display: inline-block;
        position: absolute;
        top: 7px;
        left: 7px;
        width: 40px; }
        body > .container > header nav > a span, body > .container > header nav > a:first-child span {
          display: none; }
      body > .container > header nav > a:last-child {
        left: auto;
        right: 7px; }
      body > .container > header nav span.brand {
        width: 100%; }
        body > .container > header nav span.brand a {
          background-position: center center; }
      body > .container > header nav ul {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        width: 100%;
        background: #efefef;
        border-bottom: 1px solid #d9d9d9;
        position: absolute;
        top: 53px;
        left: 0;
        margin: 0;
        padding: 0;
        display: none; }
        body > .container > header nav ul:last-child {
          margin-right: 0; }
        body > .container > header nav ul li {
          float: none;
          display: block;
          line-height: 28px;
          padding: 0;
          border-bottom: 1px solid #d9d9d9; }
          body > .container > header nav ul li:first-child {
            display: block;
            margin-top: 0; }
          body > .container > header nav ul li a {
            display: block;
            text-decoration: none;
            color: #333;
            padding: 8px 5px; }
            body > .container > header nav ul li a.active {
              padding: 8px 3px;
              border: none;
              border-left: 2px solid #e32400; } }
body > footer, body > .container > footer {
  height: 150px;
  margin-top: -150px; }
  @media screen and (max-width: 767px) {
    body > footer, body > .container > footer {
      height: 50px;
      margin-top: -50px; } }
  body > footer .container, body > .container > footer .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    body > footer .container::after, body > .container > footer .container::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      body > footer .container, body > .container > footer .container {
        padding: 0 30px; } }
    @media screen and (max-width: 767px) {
      body > footer .container, body > .container > footer .container {
        padding: 0 10px; } }
    body > footer .container section, body > .container > footer .container section {
      display: block;
      border-top: 1px solid #d9d9d9;
      position: relative; }
      body > footer .container section::after, body > .container > footer .container section::after {
        clear: both;
        content: "";
        display: table; }
      body > footer .container section p, body > .container > footer .container section p {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 36.02647%; }
        body > footer .container section p:last-child, body > .container > footer .container section p:last-child {
          margin-right: 0; }
        body > footer .container section p.contact, body > .container > footer .container section p.contact {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 23.23176%; }
          body > footer .container section p.contact:last-child, body > .container > footer .container section p.contact:last-child {
            margin-right: 0; }
        body > footer .container section p i, body > .container > footer .container section p i {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 19.43277%;
          font-size: 85px;
          margin-top: -14px;
          margin-left: -14px;
          margin-right: 28px; }
          body > footer .container section p i:last-child, body > .container > footer .container section p i:last-child {
            margin-right: 0; }
        body > footer .container section p span, body > .container > footer .container section p span {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 73.14426%; }
          body > footer .container section p span:last-child, body > .container > footer .container section p span:last-child {
            margin-right: 0; }
      @media screen and (max-width: 767px) {
        body > footer .container section p, body > footer .container section p:last-child, body > .container > footer .container section p, body > .container > footer .container section p:last-child {
          display: none; }
        body > footer .container section p.contact, body > .container > footer .container section p.contact {
          width: 100%;
          margin-left: 0%;
          -webkit-columns: 1;
          -moz-columns: 1;
          columns: 1;
          display: block; }
          body > footer .container section p.contact br, body > .container > footer .container section p.contact br {
            display: none; } }
  body > footer a, body > footer a:link, body > .container > footer a, body > .container > footer a:link {
    color: #000;
    text-decoration: underline; }

body > .container > .flash-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  body > .container > .flash-wrap::after {
    clear: both;
    content: "";
    display: table; }

div.alert {
  padding: 10px;
  border-radius: 4px;
  position: relative; }
  div.alert.alert-error {
    border: 1px solid #ebccd1;
    background: #f2dede; }
  div.alert.alert-success {
    border: 1px solid #d6e9c6;
    background: #dff0d8; }
  div.alert a.close {
    position: absolute;
    top: 0;
    right: 8px;
    cursor: pointer; }

table {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-collapse: separate; }
  table th, table td {
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9; }
    @media screen and (max-width: 767px) {
      table th, table td {
        padding: 0; } }
    table th:last-child, table td:last-child {
      border-right: none; }
  table tbody tr:last-child td {
    border-bottom: none; }
  table tr:nth-child(2n) {
    background: #efefef; }

form {
  position: relative; }
  form abbr[title] {
    border: none;
    margin-left: -13px; }
    @media screen and (max-width: 767px) {
      form abbr[title] {
        margin-left: 0; } }
  form label.checkbox abbr[title] {
    margin-left: 0; }
  form fieldset {
    padding: 2.35765%;
    border: none;
    margin: 0; }
  form label {
    display: block;
    margin-bottom: 5px; }
  form .input {
    padding-bottom: 0.7em; }
    form .input input.ui-state-error + span.hint {
      color: #404040; }
  form .input.boolean {
    margin-top: 10px;
    margin-left: 9px; }
  form .input.hidden {
    padding: 0; }
  form span.hint, form span.error {
    color: gray;
    font-size: 80%; }
  form span.hint + span.error {
    padding-left: 10px;
    color: red; }
  form span.hint + span.error:before {
    content: " ! "; }
  form input[type=submit] {
    border-radius: 4px;
    color: #fff;
    font: bold 14px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    padding: 7px 8px 8px 8px;
    text-align: center;
    text-decoration: none !important;
    background-color: #54a70b;
    background-image: -webkit-linear-gradient(top, #54a70b, #377203);
    background-image: linear-gradient(to bottom,#54a70b, #377203);
    box-shadow: inset 0 1px 0 0 #71d817;
    border: 1px solid #3b7f00;
    border-bottom: 1px solid #377500;
    text-shadow: 0 -1px 0 #265100;
    width: 100%;
    padding: 9px; }
    form input[type=submit]:disabled, form input[type=submit].disabled, form input[type=submit]:disabled:hover, form input[type=submit].disabled:hover, form input[type=submit]:disabled:active, form input[type=submit].disabled:active {
      background-color: rgba(84, 167, 11, 0.3);
      background-image: -webkit-linear-gradient(top, rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
      background-image: linear-gradient(to bottom,rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
      box-shadow: inset 0 1px 0 0 rgba(113, 216, 23, 0.3);
      border: 1px solid rgba(59, 127, 0, 0.1);
      border-bottom: 1px solid rgba(55, 117, 0, 0.3);
      text-shadow: none;
      cursor: default; }
    form input[type=submit]:hover {
      background-color: #488f09;
      background-image: -webkit-linear-gradient(top, #488f09, #346f01);
      background-image: linear-gradient(to bottom,#488f09, #346f01);
      box-shadow: inset 0 1px 0 0 #54a30f;
      cursor: pointer; }
    form input[type=submit]:active {
      box-shadow: inset 0 0 3px 1px #244c00;
      border: 1px solid #3b7f00;
      border-bottom: 1px solid #244c00; }
    @media screen and (max-width: 767px) {
      form input[type=submit] {
        white-space: normal; } }
  form input[type="color"].ui-state-valid, form input[type="date"].ui-state-valid, form input[type="datetime"].ui-state-valid, form input[type="datetime-local"].ui-state-valid, form input[type="email"].ui-state-valid, form input[type="month"].ui-state-valid, form input[type="number"].ui-state-valid, form input[type="password"].ui-state-valid, form input[type="search"].ui-state-valid, form input[type="tel"].ui-state-valid, form input[type="text"].ui-state-valid, form input[type="time"].ui-state-valid, form input[type="url"].ui-state-valid, form input[type="week"].ui-state-valid, form input:not([type]).ui-state-valid, form textarea.ui-state-valid {
    background-color: #d2ecbd; }
  form input[type="color"].ui-state-error, form input[type="date"].ui-state-error, form input[type="datetime"].ui-state-error, form input[type="datetime-local"].ui-state-error, form input[type="email"].ui-state-error, form input[type="month"].ui-state-error, form input[type="number"].ui-state-error, form input[type="password"].ui-state-error, form input[type="search"].ui-state-error, form input[type="tel"].ui-state-error, form input[type="text"].ui-state-error, form input[type="time"].ui-state-error, form input[type="url"].ui-state-error, form input[type="week"].ui-state-error, form input:not([type]).ui-state-error, form textarea.ui-state-error {
    background-color: #ffe6e6; }
  form input[type=checkbox], form input[type=radio] {
    position: relative;
    bottom: 2px;
    right: 10px;
    vertical-align: middle; }
    form input[type=checkbox].ui-state-error, form input[type=radio].ui-state-error {
      -webkit-animation-name: bounce;
      -moz-animation-name: bounce;
      animation-name: bounce;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      animation-duration: 1s; }
  form input[type=radio] {
    bottom: 1px; }
  form input[type="color"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="email"], form input[type="month"], form input[type="number"], form input[type="password"], form input[type="search"], form input[type="tel"], form input[type="text"], form input[type="time"], form input[type="url"], form input[type="week"], form input:not([type]), form textarea,
  form select,
  form textarea {
    padding: 6px;
    width: 100%;
    text-align: center;
    font-size: 1.2em; }

body .loading-block {
  display: none; }
body.loading .loading-block {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5); }
body.loading .indicator {
  display: block;
  background: rgba(0, 0, 0, 0.75);
  width: 220px;
  height: 220px;
  position: absolute;
  z-index: 600;
  top: 50%;
  left: 50%;
  margin-left: -110px;
  margin-top: -110px;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  text-align: center;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s; }
  body.loading .indicator p {
    position: absolute;
    bottom: 0;
    width: 180px; }

aside > nav > ul {
  list-style: none;
  padding-left: 0;
  border: 1px solid #d9d9d9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  aside > nav > ul li {
    border-bottom: 1px solid #d9d9d9; }
    aside > nav > ul li:last-child {
      border: none; }
  aside > nav > ul li.navtitle, aside > nav > ul li a, aside > nav > ul li a:link {
    display: block;
    padding: 10px;
    text-decoration: none; }
  aside > nav > ul li.title {
    display: block;
    font-weight: 800; }
  aside > nav > ul li.navtitle {
    font-weight: 800; }
  aside > nav > ul li a:hover {
    background: #efefef; }

body.content-page > .container > .content > nav:first-child ul {
  list-style: none;
  padding-left: 0; }
  body.content-page > .container > .content > nav:first-child ul li {
    display: inline-block; }

#tabbed .ui-tabs-nav,
.ui-tabs .ui-tabs-nav {
  list-style: none;
  padding-left: 10px;
  border-bottom: 1px solid #d9d9d9; }
  @media screen and (max-width: 767px) {
    #tabbed .ui-tabs-nav,
    .ui-tabs .ui-tabs-nav {
      padding-left: 5px; } }
  #tabbed .ui-tabs-nav li,
  .ui-tabs .ui-tabs-nav li {
    display: inline-block;
    position: relative;
    border: 1px solid #d9d9d9;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    background: #fff;
    outline: none; }
    #tabbed .ui-tabs-nav li.ui-state-active,
    .ui-tabs .ui-tabs-nav li.ui-state-active {
      bottom: -1px; }
    #tabbed .ui-tabs-nav li a,
    .ui-tabs .ui-tabs-nav li a {
      display: inline-block;
      padding: 10px;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        #tabbed .ui-tabs-nav li a,
        .ui-tabs .ui-tabs-nav li a {
          padding: 5px; } }

.stops_indicator {
  text-align: center;
  margin: 30px; }
  .stops_indicator ul {
    display: inline-block;
    list-style: none;
    margin: 0 auto;
    padding: 0; }
    .stops_indicator ul::after {
      clear: both;
      content: "";
      display: table; }
    .stops_indicator ul li {
      float: left;
      height: 36px;
      padding: 7px;
      border: 1px solid #d9d9d9;
      font-family: "Open Sans", sans-serif;
      display: table-cell;
      vertical-align: middle;
      margin-left: -1px;
      cursor: default; }
      .stops_indicator ul li:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .stops_indicator ul li:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
      .stops_indicator ul li span:last-child {
        height: 20px;
        position: relative;
        top: -2px;
        margin-left: 5px; }
        @media screen and (max-width: 767px) {
          .stops_indicator ul li span:last-child {
            display: none; } }
      .stops_indicator ul li span:first-child {
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        top: 0;
        margin-left: 0; }
      .stops_indicator ul li.past span:first-child {
        background: #d9d9d9; }
      .stops_indicator ul li.current span:first-child {
        background: #e32400; }
      .stops_indicator ul li.future span:first-child {
        background: #f2f2f2; }

body.welcome > .container .call-to-action {
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  position: fixed;
  background: #fff;
  width: 120px;
  top: 45px;
  right: 6px;
  z-index: 5000;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }
  body.welcome > .container .call-to-action h2 {
    padding: 0;
    margin: 0; }
  body.welcome > .container .call-to-action:after, body.welcome > .container .call-to-action:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  body.welcome > .container .call-to-action:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    left: 100px;
    margin-left: -10px; }
  body.welcome > .container .call-to-action:before {
    border-color: rgba(217, 217, 217, 0);
    border-bottom-color: #d9d9d9;
    border-width: 11px;
    left: 100px;
    margin-left: -11px; }
body.welcome > .container section.hero {
  height: 600px;
  background: #efefef url(/static-assets/images/oslo/welcome-background.jpg) no-repeat;
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    body.welcome > .container section.hero {
      display: none; } }
  @media screen and (min-width: 1250px) {
    body.welcome > .container section.hero {
      background-size: 1250px 600px; } }
body.welcome > .container section.ceo {
  margin: 40px 0; }
  body.welcome > .container section.ceo blockquote {
    padding: 2.35765%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #efefef;
    background-image: url(/static-assets/images/oslo/hb_signature.svg);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 95% 95%; }
    @media screen and (max-width: 767px) {
      body.welcome > .container section.ceo blockquote {
        margin: 0;
        padding-bottom: 65px;
        background-size: auto 40px;
        background-position: 97% 97%; } }
body.welcome > .container > .content section {
  display: block; }
  body.welcome > .container > .content section::after {
    clear: both;
    content: "";
    display: table; }
body.welcome > .container > .content section.info div {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 25.36421%;
  margin-left: 9.59603%; }
  body.welcome > .container > .content section.info div span {
    display: block;
    text-align: center; }
    body.welcome > .container > .content section.info div span i {
      font-size: 100px; }
    body.welcome > .container > .content section.info div span i[data-icon-tag="smartphone"] {
      color: #ff7700; }
    body.welcome > .container > .content section.info div span i[data-icon-tag="buddy"] {
      color: #ed2201; }
    body.welcome > .container > .content section.info div span i[data-icon-tag="loan"] {
      color: #147fc3; }
  body.welcome > .container > .content section.info div:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    body.welcome > .container > .content section.info div {
      width: 100%;
      margin-left: 0%;
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1; } }
  body.welcome > .container > .content section.info div:first-child {
    margin-left: 0%; }

body.welcome > .container section.hero form,
aside #applicationform {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 44.55627%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin-top: 40px;
  float: right; }
  body.welcome > .container section.hero form:last-child,
  aside #applicationform:last-child {
    margin-right: 0; }
  body.welcome > .container section.hero form header,
  aside #applicationform header {
    margin: -20px; }
    body.welcome > .container section.hero form header h2, body.welcome > .container section.hero form header h3,
    aside #applicationform header h2,
    aside #applicationform header h3 {
      margin-top: 0;
      padding: 0 20px; }
    body.welcome > .container section.hero form header h2,
    aside #applicationform header h2 {
      border-bottom: 1px solid #d9d9d9;
      padding: 10px 20px; }
      body.welcome > .container section.hero form header h2 i,
      aside #applicationform header h2 i {
        font-size: 60px;
        color: #fff;
        position: absolute;
        top: -10px;
        left: -70px;
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
    body.welcome > .container section.hero form header h3,
    aside #applicationform header h3 {
      text-align: center;
      min-height: 70px; }
      body.welcome > .container section.hero form header h3 span,
      aside #applicationform header h3 span {
        font-weight: 800;
        color: #b01c00; }
  body.welcome > .container section.hero form fieldset,
  aside #applicationform fieldset {
    padding: 20px 0; }
    body.welcome > .container section.hero form fieldset.controls,
    aside #applicationform fieldset.controls {
      border: 1px solid #d9d9d9;
      border-radius: 4px;
      background: #efefef;
      padding: 2.35765%; }
    body.welcome > .container section.hero form fieldset .input.select.application_amount,
    body.welcome > .container section.hero form fieldset .input.select.application_duration,
    aside #applicationform fieldset .input.select.application_amount,
    aside #applicationform fieldset .input.select.application_duration {
      display: none; }
    body.welcome > .container section.hero form fieldset input[type=submit],
    aside #applicationform fieldset input[type=submit] {
      border-radius: 4px;
      color: #fff;
      font: bold 14px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
      padding: 7px 8px 8px 8px;
      text-align: center;
      text-decoration: none !important;
      background-color: #54a70b;
      background-image: -webkit-linear-gradient(top, #54a70b, #377203);
      background-image: linear-gradient(to bottom,#54a70b, #377203);
      box-shadow: inset 0 1px 0 0 #71d817;
      border: 1px solid #3b7f00;
      border-bottom: 1px solid #377500;
      text-shadow: 0 -1px 0 #265100; }
      body.welcome > .container section.hero form fieldset input[type=submit]:disabled, body.welcome > .container section.hero form fieldset input[type=submit].disabled, body.welcome > .container section.hero form fieldset input[type=submit]:disabled:hover, body.welcome > .container section.hero form fieldset input[type=submit].disabled:hover, body.welcome > .container section.hero form fieldset input[type=submit]:disabled:active, body.welcome > .container section.hero form fieldset input[type=submit].disabled:active,
      aside #applicationform fieldset input[type=submit]:disabled,
      aside #applicationform fieldset input[type=submit].disabled,
      aside #applicationform fieldset input[type=submit]:disabled:hover,
      aside #applicationform fieldset input[type=submit].disabled:hover,
      aside #applicationform fieldset input[type=submit]:disabled:active,
      aside #applicationform fieldset input[type=submit].disabled:active {
        background-color: rgba(84, 167, 11, 0.3);
        background-image: -webkit-linear-gradient(top, rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
        background-image: linear-gradient(to bottom,rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
        box-shadow: inset 0 1px 0 0 rgba(113, 216, 23, 0.3);
        border: 1px solid rgba(59, 127, 0, 0.1);
        border-bottom: 1px solid rgba(55, 117, 0, 0.3);
        text-shadow: none;
        cursor: default; }
      body.welcome > .container section.hero form fieldset input[type=submit]:hover,
      aside #applicationform fieldset input[type=submit]:hover {
        background-color: #488f09;
        background-image: -webkit-linear-gradient(top, #488f09, #346f01);
        background-image: linear-gradient(to bottom,#488f09, #346f01);
        box-shadow: inset 0 1px 0 0 #54a30f;
        cursor: pointer; }
      body.welcome > .container section.hero form fieldset input[type=submit]:active,
      aside #applicationform fieldset input[type=submit]:active {
        box-shadow: inset 0 0 3px 1px #244c00;
        border: 1px solid #3b7f00;
        border-bottom: 1px solid #244c00; }
    body.welcome > .container section.hero form fieldset .control-wrap,
    aside #applicationform fieldset .control-wrap {
      display: block; }
      body.welcome > .container section.hero form fieldset .control-wrap::after,
      aside #applicationform fieldset .control-wrap::after {
        clear: both;
        content: "";
        display: table; }
    body.welcome > .container section.hero form fieldset #switch label,
    aside #applicationform fieldset #switch label {
      float: left;
      font-weight: bold;
      line-height: 2; }
    body.welcome > .container section.hero form fieldset #switch select, body.welcome > .container section.hero form fieldset #switch div.ui-slider,
    aside #applicationform fieldset #switch select,
    aside #applicationform fieldset #switch div.ui-slider {
      float: right; }
    body.welcome > .container section.hero form fieldset .control-wrap > .control,
    aside #applicationform fieldset .control-wrap > .control {
      float: left;
      display: block;
      margin-right: 5.2914%;
      width: 94.25683%;
      margin: 5px; }
      body.welcome > .container section.hero form fieldset .control-wrap > .control:last-child,
      aside #applicationform fieldset .control-wrap > .control:last-child {
        margin-right: 0; }
      body.welcome > .container section.hero form fieldset .control-wrap > .control > input[type=range],
      aside #applicationform fieldset .control-wrap > .control > input[type=range] {
        height: 14px;
        padding: 0;
        margin-top: 4px;
        -webkit-appearance: none;
        border: 1px solid #8c8c8c;
        background: #e2e2e2;
        border-radius: 8px;
        box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.4); }
    body.welcome > .container section.hero form fieldset #buttonset,
    aside #applicationform fieldset #buttonset {
      margin: 12px 0; }
      body.welcome > .container section.hero form fieldset #buttonset label,
      aside #applicationform fieldset #buttonset label {
        float: left;
        margin: 0 12px; }
        body.welcome > .container section.hero form fieldset #buttonset label.disabled,
        aside #applicationform fieldset #buttonset label.disabled {
          opacity: .5; }
      body.welcome > .container section.hero form fieldset #buttonset .ui-radio label,
      aside #applicationform fieldset #buttonset .ui-radio label {
        margin: 0; }
  body.welcome > .container section.hero form footer,
  aside #applicationform footer {
    font-size: 0.75em;
    line-height: 2em;
    line-height: 1.5em; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      body.welcome > .container section.hero form footer,
      aside #applicationform footer {
        font-size: 0.6875em;
        line-height: 2.18182em; } }
    @media screen and (max-width: 767px) {
      body.welcome > .container section.hero form footer,
      aside #applicationform footer {
        font-size: 0.625em;
        line-height: 2.04em; } }

.control-wrap[data-folkia-ui=slider] {
  position: relative;
  overflow: visible;
  height: 40px;
  margin-bottom: 40px; }
  .control-wrap[data-folkia-ui=slider] .control {
    position: relative;
    overflow: visible;
    z-index: 0;
    height: 70px; }
    .control-wrap[data-folkia-ui=slider] .control .ui-slider {
      margin: 32px 0; }
  .control-wrap[data-folkia-ui=slider] .tickbox {
    position: absolute;
    overflow: visible;
    z-index: 0;
    top: 0;
    width: 110%;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none; }
    .control-wrap[data-folkia-ui=slider] .tickbox li {
      float: left;
      height: 100%;
      text-align: center;
      font-size: 60%;
      position: relative;
      cursor: pointer;
      padding: 0; }
      .control-wrap[data-folkia-ui=slider] .tickbox li .mark {
        display: block;
        width: 1px;
        height: 14px;
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        left: 50%; }
        .control-wrap[data-folkia-ui=slider] .tickbox li .mark:first-child {
          top: 15px; }
        .control-wrap[data-folkia-ui=slider] .tickbox li .mark:last-child {
          bottom: 15px; }
      .control-wrap[data-folkia-ui=slider] .tickbox li .label {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 14px;
        line-height: 14px; }
      .control-wrap[data-folkia-ui=slider] .tickbox li.label-alternate:nth-child(even) .label {
        top: auto;
        bottom: 0px; }
      .control-wrap[data-folkia-ui=slider] .tickbox li.label-bottom .label {
        top: auto;
        bottom: 0px; }
      .control-wrap[data-folkia-ui=slider] .tickbox li.mark-top .mark:last-child {
        display: none; }
      .control-wrap[data-folkia-ui=slider] .tickbox li.mark-bottom .mark:first-child {
        display: none; }
      .control-wrap[data-folkia-ui=slider] .tickbox li:hover:not(.disabled) .mark, .control-wrap[data-folkia-ui=slider] .tickbox li.selected .mark {
        background: black; }
      .control-wrap[data-folkia-ui=slider] .tickbox li:hover:not(.disabled) .label, .control-wrap[data-folkia-ui=slider] .tickbox li.selected .label {
        font-weight: bold; }
      .control-wrap[data-folkia-ui=slider] .tickbox li.disabled {
        opacity: .25;
        cursor: default; }
  .control-wrap[data-folkia-ui=slider] .ui-slider {
    position: relative;
    z-index: 10;
    height: auto;
    margin: 17px 0 17px 0; }
  .control-wrap[data-folkia-ui=slider] .ui-slider-handle {
    border: none;
    background-image: -webkit-radial-gradient(circle, #eee 10%, #ccc 75%);
    background-image: radial-gradient(circle, #eee 10%, #ccc 75%);
    border: 6px solid #fff;
    border-radius: 25px;
    width: 26px;
    height: 26px;
    margin: 0;
    margin-left: -13px;
    top: -11px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }
    .control-wrap[data-folkia-ui=slider] .ui-slider-handle:hover, .control-wrap[data-folkia-ui=slider] .ui-slider-handle:active {
      background-image: -webkit-radial-gradient(circle, #6cd70e 10%, #ccc 55%);
      background-image: radial-gradient(circle, #6cd70e 10%, #ccc 55%); }
    .control-wrap[data-folkia-ui=slider] .ui-slider-handle.invalid {
      background-image: -webkit-radial-gradient(circle, #e32400 10%, #ccc 55%);
      background-image: radial-gradient(circle, #e32400 10%, #ccc 55%); }
  .control-wrap[data-folkia-ui=slider] .ui-slider-track {
    margin: 0;
    top: auto;
    height: 6px;
    background: #d6d6d6;
    border: none;
    border-top: 1px solid #a3a3a3;
    border-radius: 2px;
    cursor: pointer; }
  .control-wrap[data-folkia-ui=slider] .ui-slider-bg {
    height: 6px;
    background: #54a70b;
    border: none;
    border-top: 1px solid #244705;
    margin-top: -1px;
    cursor: pointer; }

#switch.ui-focus,
#switch *.ui-focus {
  outline: none;
  box-shadow: none; }
#switch .ui-btn-corner-all {
  border-radius: 4px; }
#switch .ui-slider-switch {
  background: #d6d6d6;
  border: none;
  border-top: 1px solid #a3a3a3;
  cursor: pointer; }
#switch .ui-btn-active {
  background: #54a70b;
  text-shadow: none; }
#switch .ui-slider-handle,
#switch .ui-slider-handle.ui-btn-hover-c {
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  margin-left: -12px; }

#slider.legacy input {
  float: left;
  display: block;
  margin-right: 5.2914%;
  width: 76.07014%;
  height: 14px;
  padding: 0;
  margin-top: 4px;
  -webkit-appearance: none;
  border: 1px solid #8c8c8c;
  background: #e2e2e2;
  border-radius: 8px;
  box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.4); }
  #slider.legacy input:last-child {
    margin-right: 0; }
#slider.legacy label {
  float: left;
  display: block;
  margin-right: 5.2914%;
  width: 18.63846%;
  margin-left: 0; }
  #slider.legacy label:last-child {
    margin-right: 0; }
#slider.legacy .ui-slider {
  height: auto;
  margin: 0;
  padding: 0 20px;
  float: left;
  display: block;
  margin-right: 5.2914%;
  width: 76.07014%; }
  #slider.legacy .ui-slider:last-child {
    margin-right: 0; }
#slider.legacy .ui-slider-track {
  margin: 0 -20px;
  height: 12px;
  border: 1px solid #a6a6a6;
  border-radius: 4px; }
#slider.legacy .ui-slider .ui-slider-handle {
  width: auto; }
#slider.legacy .ui-btn-inner {
  border: none;
  font-size: 30px;
  overflow: visible;
  margin: -10px -5px;
  padding: 0 10px; }
#slider.legacy .ui-btn-text {
  letter-spacing: -15px;
  margin-left: -15px; }

.legacy .ui-slider .ui-slider-handle {
  border-radius: 4px;
  color: #fff;
  font: bold 14px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  padding: 7px 8px 8px 8px;
  text-align: center;
  text-decoration: none !important;
  background-color: #54a70b;
  background-image: -webkit-linear-gradient(top, #54a70b, #377203);
  background-image: linear-gradient(to bottom,#54a70b, #377203);
  box-shadow: inset 0 1px 0 0 #71d817;
  border: 1px solid #3b7f00;
  border-bottom: 1px solid #377500;
  text-shadow: 0 -1px 0 #265100;
  border-radius: 40px;
  width: auto; }
  .legacy .ui-slider .ui-slider-handle:disabled, .legacy .ui-slider .ui-slider-handle.disabled, .legacy .ui-slider .ui-slider-handle:disabled:hover, .legacy .ui-slider .ui-slider-handle.disabled:hover, .legacy .ui-slider .ui-slider-handle:disabled:active, .legacy .ui-slider .ui-slider-handle.disabled:active {
    background-color: rgba(84, 167, 11, 0.3);
    background-image: -webkit-linear-gradient(top, rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
    background-image: linear-gradient(to bottom,rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
    box-shadow: inset 0 1px 0 0 rgba(113, 216, 23, 0.3);
    border: 1px solid rgba(59, 127, 0, 0.1);
    border-bottom: 1px solid rgba(55, 117, 0, 0.3);
    text-shadow: none;
    cursor: default; }
  .legacy .ui-slider .ui-slider-handle:hover {
    background-color: #488f09;
    background-image: -webkit-linear-gradient(top, #488f09, #346f01);
    background-image: linear-gradient(to bottom,#488f09, #346f01);
    box-shadow: inset 0 1px 0 0 #54a30f;
    cursor: pointer; }
  .legacy .ui-slider .ui-slider-handle:active {
    box-shadow: inset 0 0 3px 1px #244c00;
    border: 1px solid #3b7f00;
    border-bottom: 1px solid #244c00; }

.legacy .ui-slider.ui-btn-corner-all {
  border: 1px solid #8c8c8c;
  border-radius: 40px;
  background: #8c8c8c; }

.legacy .ui-slider-switch .ui-slider-label {
  background-color: white;
  background-image: -webkit-linear-gradient(top, white, white);
  background-image: linear-gradient(to bottom,white, white);
  color: #323232;
  height: 98%;
  box-shadow: inset 0 0 3px 1px rgba(140, 140, 140, 0.45);
  -webkit-background-clip: padding-box;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  border-radius: 39px;
  line-height: 1.8;
  text-shadow: none; }

#buttonset .ui-controlgroup-controls {
  width: 100%; }
#buttonset .ui-corner-all {
  border-radius: 4px; }
#buttonset .ui-btn {
  font-weight: bold; }
#buttonset .ui-btn-inner {
  font-weight: bold;
  padding: 0.2em 18px;
  text-shadow: none;
  font-size: 88%; }
#buttonset .ui-btn-active {
  font-weight: bold;
  background-color: #54a70b;
  background-image: -webkit-linear-gradient(top, #54a70b, #377203);
  background-image: linear-gradient(to bottom,#54a70b, #377203);
  box-shadow: inset 0 0 3px 1px #244c00;
  border: 1px solid #3b7f00;
  border-bottom: 1px solid #244c00;
  box-shadow: none; }
  #buttonset .ui-btn-active .ui-btn-inner {
    text-shadow: 0 -1px 0 #265100; }

div.ui-slider-bg {
  -webkit-transition: width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); }

a.ui-slider-handle {
  -webkit-transition: left 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: left 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); }

a.ui-slider-handle:active {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

a.ui-slider-handle-snapping {
  -webkit-transition: none;
  -moz-transition: none; }

body.welcome > .container > .content > section:last-child > div,
body.content-page > .container > .content > article {
  position: relative;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 64.60131%; }
  body.welcome > .container > .content > section:last-child > div:last-child,
  body.content-page > .container > .content > article:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    body.welcome > .container > .content > section:last-child > div,
    body.content-page > .container > .content > article {
      width: 100%;
      margin-left: 0%;
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1; } }
  body.welcome > .container > .content > section:last-child > div h1,
  body.content-page > .container > .content > article h1 {
    font-size: 2.125em;
    line-height: 1.41176em;
    line-height: 1;
    padding-top: 0px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      body.welcome > .container > .content > section:last-child > div h1,
      body.content-page > .container > .content > article h1 {
        font-size: 1.8125em;
        line-height: 1.65517em; } }
    @media screen and (max-width: 767px) {
      body.welcome > .container > .content > section:last-child > div h1,
      body.content-page > .container > .content > article h1 {
        font-size: 1.75em;
        line-height: 1.58571em; } }
  body.welcome > .container > .content > section:last-child > div > span:first-child, body.welcome > .container > .content > section:last-child > div > section > span:first-child,
  body.content-page > .container > .content > article > span:first-child,
  body.content-page > .container > .content > article > section > span:first-child {
    position: absolute;
    left: -65px;
    top: 7px; }
    body.welcome > .container > .content > section:last-child > div > span:first-child i, body.welcome > .container > .content > section:last-child > div > section > span:first-child i,
    body.content-page > .container > .content > article > span:first-child i,
    body.content-page > .container > .content > article > section > span:first-child i {
      font-size: 65px;
      color: #e32400; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      body.welcome > .container > .content > section:last-child > div > span:first-child, body.welcome > .container > .content > section:last-child > div > section > span:first-child,
      body.content-page > .container > .content > article > span:first-child,
      body.content-page > .container > .content > article > section > span:first-child {
        left: -45px;
        top: 7px; }
        body.welcome > .container > .content > section:last-child > div > span:first-child i, body.welcome > .container > .content > section:last-child > div > section > span:first-child i,
        body.content-page > .container > .content > article > span:first-child i,
        body.content-page > .container > .content > article > section > span:first-child i {
          font-size: 45px; } }
  @media screen and (max-width: 767px) {
    body.welcome > .container > .content > section:last-child > div > span:first-child, body.welcome > .container > .content > section:last-child > div > section > span:first-child,
    body.content-page > .container > .content > article > span:first-child,
    body.content-page > .container > .content > article > section > span:first-child {
      display: none; } }
  body.welcome > .container > .content > section:last-child > div + aside,
  body.content-page > .container > .content > article + aside {
    padding-top: 20px;
    margin-left: 7.67682%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 25.36421%; }
    body.welcome > .container > .content > section:last-child > div + aside:last-child,
    body.content-page > .container > .content > article + aside:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      body.welcome > .container > .content > section:last-child > div + aside,
      body.content-page > .container > .content > article + aside {
        width: 100%;
        margin-left: 0%;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1; } }
    body.welcome > .container > .content > section:last-child > div + aside.cost-message, body.welcome > .container > .content > section:last-child > div + aside #applicationform,
    body.content-page > .container > .content > article + aside.cost-message,
    body.content-page > .container > .content > article + aside #applicationform {
      padding: 10px;
      border: 1px solid #d9d9d9;
      border-radius: 4px; }
      body.welcome > .container > .content > section:last-child > div + aside.cost-message h2, body.welcome > .container > .content > section:last-child > div + aside.cost-message h3, body.welcome > .container > .content > section:last-child > div + aside #applicationform h2, body.welcome > .container > .content > section:last-child > div + aside #applicationform h3,
      body.content-page > .container > .content > article + aside.cost-message h2,
      body.content-page > .container > .content > article + aside.cost-message h3,
      body.content-page > .container > .content > article + aside #applicationform h2,
      body.content-page > .container > .content > article + aside #applicationform h3 {
        padding: 0;
        margin: 0; }
        body.welcome > .container > .content > section:last-child > div + aside.cost-message h2 span, body.welcome > .container > .content > section:last-child > div + aside.cost-message h3 span, body.welcome > .container > .content > section:last-child > div + aside #applicationform h2 span, body.welcome > .container > .content > section:last-child > div + aside #applicationform h3 span,
        body.content-page > .container > .content > article + aside.cost-message h2 span,
        body.content-page > .container > .content > article + aside.cost-message h3 span,
        body.content-page > .container > .content > article + aside #applicationform h2 span,
        body.content-page > .container > .content > article + aside #applicationform h3 span {
          font-weight: 800;
          color: #b01c00; }
    body.welcome > .container > .content > section:last-child > div + aside #applicationform,
    body.content-page > .container > .content > article + aside #applicationform {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding: 0;
      box-shadow: none;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      body.welcome > .container > .content > section:last-child > div + aside #applicationform:last-child,
      body.content-page > .container > .content > article + aside #applicationform:last-child {
        margin-right: 0; }
      body.welcome > .container > .content > section:last-child > div + aside #applicationform > *,
      body.content-page > .container > .content > article + aside #applicationform > * {
        margin: 0;
        padding: 0; }
      body.welcome > .container > .content > section:last-child > div + aside #applicationform h2,
      body.content-page > .container > .content > article + aside #applicationform h2 {
        padding: 10px;
        padding-bottom: .6em;
        margin-bottom: .6em;
        border-bottom: 1px solid #d9d9d9; }
        body.welcome > .container > .content > section:last-child > div + aside #applicationform h2 i,
        body.content-page > .container > .content > article + aside #applicationform h2 i {
          display: none; }
      body.welcome > .container > .content > section:last-child > div + aside #applicationform h3,
      body.content-page > .container > .content > article + aside #applicationform h3 {
        padding-bottom: .6em; }
      body.welcome > .container > .content > section:last-child > div + aside #applicationform .actions,
      body.content-page > .container > .content > article + aside #applicationform .actions {
        margin: .6em 0; }
      body.welcome > .container > .content > section:last-child > div + aside #applicationform #buttonset .ui-btn-inner,
      body.content-page > .container > .content > article + aside #applicationform #buttonset .ui-btn-inner {
        font-size: 84%;
        padding: 0.2em 15px; }
      body.welcome > .container > .content > section:last-child > div + aside #applicationform .control-wrap,
      body.content-page > .container > .content > article + aside #applicationform .control-wrap {
        padding: 5px 0; }
      body.welcome > .container > .content > section:last-child > div + aside #applicationform fieldset,
      body.content-page > .container > .content > article + aside #applicationform fieldset {
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 5px; }
        body.welcome > .container > .content > section:last-child > div + aside #applicationform fieldset #switch label,
        body.content-page > .container > .content > article + aside #applicationform fieldset #switch label {
          font-size: 90%; }
        body.welcome > .container > .content > section:last-child > div + aside #applicationform fieldset #slider input,
        body.content-page > .container > .content > article + aside #applicationform fieldset #slider input {
          float: left;
          display: block;
          margin-right: 8.57432%;
          width: 68.97877%; }
          body.welcome > .container > .content > section:last-child > div + aside #applicationform fieldset #slider input:last-child,
          body.content-page > .container > .content > article + aside #applicationform fieldset #slider input:last-child {
            margin-right: 0; }
        body.welcome > .container > .content > section:last-child > div + aside #applicationform fieldset #slider .ui-slider,
        body.content-page > .container > .content > article + aside #applicationform fieldset #slider .ui-slider {
          float: left;
          display: block;
          margin-right: 8.57432%;
          width: 68.97877%; }
          body.welcome > .container > .content > section:last-child > div + aside #applicationform fieldset #slider .ui-slider:last-child,
          body.content-page > .container > .content > article + aside #applicationform fieldset #slider .ui-slider:last-child {
            margin-right: 0; }
        body.welcome > .container > .content > section:last-child > div + aside #applicationform fieldset #slider label,
        body.content-page > .container > .content > article + aside #applicationform fieldset #slider label {
          float: left;
          display: block;
          margin-right: 8.57432%;
          width: 22.44692%;
          font-size: 90%; }
          body.welcome > .container > .content > section:last-child > div + aside #applicationform fieldset #slider label:last-child,
          body.content-page > .container > .content > article + aside #applicationform fieldset #slider label:last-child {
            margin-right: 0; }
      body.welcome > .container > .content > section:last-child > div + aside #applicationform footer,
      body.content-page > .container > .content > article + aside #applicationform footer {
        font-size: 0.6875em;
        line-height: 2.18182em;
        line-height: 1.5em;
        padding: 5px; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          body.welcome > .container > .content > section:last-child > div + aside #applicationform footer,
          body.content-page > .container > .content > article + aside #applicationform footer {
            font-size: 0.625em;
            line-height: 2.4em; } }
        @media screen and (max-width: 767px) {
          body.welcome > .container > .content > section:last-child > div + aside #applicationform footer,
          body.content-page > .container > .content > article + aside #applicationform footer {
            font-size: 0.5625em;
            line-height: 2.26667em; } }

body.content-page > .container > .content > article > section {
  margin-bottom: 20px; }
  body.content-page > .container > .content > article > section.split {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto; }
    @media screen and (max-width: 767px) {
      body.content-page > .container > .content > article > section.split {
        width: 100%;
        margin-left: 0%;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1; } }
    body.content-page > .container > .content > article > section.split h1, body.content-page > .container > .content > article > section.split h2 {
      -webkit-column-span: all;
      -moz-column-span: all;
      column-span: all; }
    body.content-page > .container > .content > article > section.split p {
      margin-top: 0; }

html body.loan_application > .container > div.content form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 64.60131%; }
  html body.loan_application > .container > div.content form:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    html body.loan_application > .container > div.content form {
      width: 100%;
      margin-left: 0%;
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1; } }
  html body.loan_application > .container > div.content form fieldset {
    padding: 0; }
  html body.loan_application > .container > div.content form footer {
    padding: 2.35765%;
    padding-left: 0; }
html body.loan_application > .container > div.content aside {
  margin-left: 7.67682%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 25.36421%;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 4px; }
  html body.loan_application > .container > div.content aside:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    html body.loan_application > .container > div.content aside {
      width: 100%;
      margin-left: 0%;
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1; } }
  html body.loan_application > .container > div.content aside div.new-customer p {
    border-top: 1px solid #d9d9d9;
    padding: 10px 0;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      html body.loan_application > .container > div.content aside div.new-customer p {
        margin: 0; } }
  html body.loan_application > .container > div.content aside.info {
    position: relative;
    background: #fff; }
  html body.loan_application > .container > div.content aside.info:after, html body.loan_application > .container > div.content aside.info:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  html body.loan_application > .container > div.content aside.info:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    top: 20px;
    margin-top: -10px; }
  html body.loan_application > .container > div.content aside.info:before {
    border-color: rgba(217, 217, 217, 0);
    border-right-color: #d9d9d9;
    border-width: 11px;
    top: 20px;
    margin-top: -11px; }
  html body.loan_application > .container > div.content aside.info p {
    margin: 0;
    padding: 10px;
    font-size: 80%; }
  html body.loan_application > .container > div.content aside.info h2 {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px; }
  html body.loan_application > .container > div.content aside.info {
    padding: 0; }
  html body.loan_application > .container > div.content aside h2 {
    padding: 0;
    margin: 0; }
    html body.loan_application > .container > div.content aside h2 span {
      font-weight: 800;
      color: #b01c00; }

html.personal_details-section > body > .container > div.content form {
  margin-bottom: 10px; }
  html.personal_details-section > body > .container > div.content form p {
    margin: 5px 0;
    font-size: 80%; }
  html.personal_details-section > body > .container > div.content form input[type=submit] {
    border-radius: 4px;
    color: #fff;
    font: bold 14px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    padding: 7px 8px 8px 8px;
    text-align: center;
    text-decoration: none !important;
    background-color: #00bfe3;
    background-image: -webkit-linear-gradient(top, #00bfe3, #008ca6);
    background-image: linear-gradient(to bottom,#00bfe3, #008ca6);
    box-shadow: inset 0 1px 0 0 #29d7f7;
    border: 1px solid #0094b0;
    border-bottom: 1px solid #008ca6;
    text-shadow: 0 -1px 0 #006d82; }
    html.personal_details-section > body > .container > div.content form input[type=submit]:disabled, html.personal_details-section > body > .container > div.content form input[type=submit].disabled, html.personal_details-section > body > .container > div.content form input[type=submit]:disabled:hover, html.personal_details-section > body > .container > div.content form input[type=submit].disabled:hover, html.personal_details-section > body > .container > div.content form input[type=submit]:disabled:active, html.personal_details-section > body > .container > div.content form input[type=submit].disabled:active {
      background-color: rgba(0, 191, 227, 0.3);
      background-image: -webkit-linear-gradient(top, rgba(0, 191, 227, 0.3), rgba(0, 122, 145, 0.3));
      background-image: linear-gradient(to bottom,rgba(0, 191, 227, 0.3), rgba(0, 122, 145, 0.3));
      box-shadow: inset 0 1px 0 0 rgba(41, 215, 247, 0.3);
      border: 1px solid rgba(0, 148, 176, 0.1);
      border-bottom: 1px solid rgba(0, 140, 166, 0.3);
      text-shadow: none;
      cursor: default; }
    html.personal_details-section > body > .container > div.content form input[type=submit]:hover {
      background-color: #00aaca;
      background-image: -webkit-linear-gradient(top, #00aaca, #0087a1);
      background-image: linear-gradient(to bottom,#00aaca, #0087a1);
      box-shadow: inset 0 1px 0 0 #06bbdd;
      cursor: pointer; }
    html.personal_details-section > body > .container > div.content form input[type=submit]:active {
      box-shadow: inset 0 0 3px 1px #00697d;
      border: 1px solid #0094b0;
      border-bottom: 1px solid #00697d; }
  html.personal_details-section > body > .container > div.content form:first-of-type {
    margin-bottom: 40px; }
    html.personal_details-section > body > .container > div.content form:first-of-type input[type=submit] {
      border-radius: 4px;
      color: #fff;
      font: bold 14px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
      padding: 7px 8px 8px 8px;
      text-align: center;
      text-decoration: none !important;
      background-color: #54a70b;
      background-image: -webkit-linear-gradient(top, #54a70b, #377203);
      background-image: linear-gradient(to bottom,#54a70b, #377203);
      box-shadow: inset 0 1px 0 0 #71d817;
      border: 1px solid #3b7f00;
      border-bottom: 1px solid #377500;
      text-shadow: 0 -1px 0 #265100; }
      html.personal_details-section > body > .container > div.content form:first-of-type input[type=submit]:disabled, html.personal_details-section > body > .container > div.content form:first-of-type input[type=submit].disabled, html.personal_details-section > body > .container > div.content form:first-of-type input[type=submit]:disabled:hover, html.personal_details-section > body > .container > div.content form:first-of-type input[type=submit].disabled:hover, html.personal_details-section > body > .container > div.content form:first-of-type input[type=submit]:disabled:active, html.personal_details-section > body > .container > div.content form:first-of-type input[type=submit].disabled:active {
        background-color: rgba(84, 167, 11, 0.3);
        background-image: -webkit-linear-gradient(top, rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
        background-image: linear-gradient(to bottom,rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
        box-shadow: inset 0 1px 0 0 rgba(113, 216, 23, 0.3);
        border: 1px solid rgba(59, 127, 0, 0.1);
        border-bottom: 1px solid rgba(55, 117, 0, 0.3);
        text-shadow: none;
        cursor: default; }
      html.personal_details-section > body > .container > div.content form:first-of-type input[type=submit]:hover {
        background-color: #488f09;
        background-image: -webkit-linear-gradient(top, #488f09, #346f01);
        background-image: linear-gradient(to bottom,#488f09, #346f01);
        box-shadow: inset 0 1px 0 0 #54a30f;
        cursor: pointer; }
      html.personal_details-section > body > .container > div.content form:first-of-type input[type=submit]:active {
        box-shadow: inset 0 0 3px 1px #244c00;
        border: 1px solid #3b7f00;
        border-bottom: 1px solid #244c00; }

html body.alternate-products > .container > div.content section {
  display: block; }
  html body.alternate-products > .container > div.content section::after {
    clear: both;
    content: "";
    display: table; }
html body.alternate-products > .container > div.content form {
  margin-top: 1.5em; }

html.identification-section body > .container > div.content section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 64.60131%; }
  html.identification-section body > .container > div.content section:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    html.identification-section body > .container > div.content section {
      width: 100%;
      margin-left: 0%;
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1; } }
html.identification-section body > .container > div.content form {
  width: 100%;
  padding-bottom: 40px; }
  html.identification-section body > .container > div.content form input[type=submit] {
    border-radius: 4px;
    color: #fff;
    font: bold 14px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    padding: 7px 8px 8px 8px;
    text-align: center;
    text-decoration: none !important;
    background-color: #00bfe3;
    background-image: -webkit-linear-gradient(top, #00bfe3, #008ca6);
    background-image: linear-gradient(to bottom,#00bfe3, #008ca6);
    box-shadow: inset 0 1px 0 0 #29d7f7;
    border: 1px solid #0094b0;
    border-bottom: 1px solid #008ca6;
    text-shadow: 0 -1px 0 #006d82; }
    html.identification-section body > .container > div.content form input[type=submit]:disabled, html.identification-section body > .container > div.content form input[type=submit].disabled, html.identification-section body > .container > div.content form input[type=submit]:disabled:hover, html.identification-section body > .container > div.content form input[type=submit].disabled:hover, html.identification-section body > .container > div.content form input[type=submit]:disabled:active, html.identification-section body > .container > div.content form input[type=submit].disabled:active {
      background-color: rgba(0, 191, 227, 0.3);
      background-image: -webkit-linear-gradient(top, rgba(0, 191, 227, 0.3), rgba(0, 122, 145, 0.3));
      background-image: linear-gradient(to bottom,rgba(0, 191, 227, 0.3), rgba(0, 122, 145, 0.3));
      box-shadow: inset 0 1px 0 0 rgba(41, 215, 247, 0.3);
      border: 1px solid rgba(0, 148, 176, 0.1);
      border-bottom: 1px solid rgba(0, 140, 166, 0.3);
      text-shadow: none;
      cursor: default; }
    html.identification-section body > .container > div.content form input[type=submit]:hover {
      background-color: #00aaca;
      background-image: -webkit-linear-gradient(top, #00aaca, #0087a1);
      background-image: linear-gradient(to bottom,#00aaca, #0087a1);
      box-shadow: inset 0 1px 0 0 #06bbdd;
      cursor: pointer; }
    html.identification-section body > .container > div.content form input[type=submit]:active {
      box-shadow: inset 0 0 3px 1px #00697d;
      border: 1px solid #0094b0;
      border-bottom: 1px solid #00697d; }

@media screen and (max-width: 767px) {
  html body.loan_application > .container > div.content {
    padding-top: 100px; }
    html body.loan_application > .container > div.content aside {
      position: absolute;
      top: 65px;
      left: 0;
      border: none; }
  html body.loan_application body.alternate-products > .container > div.content {
    padding-top: 0; } }
@media screen and (max-width: 767px) {
  html.identification-section body > .container > div.content form,
  html.personal_details-section body > .container > div.content form {
    padding-top: 20px; }
  html.identification-section body > .container > div.content form:first-child,
  html.personal_details-section body > .container > div.content form:first-child {
    padding-top: 100px; } }

@font-face {
  font-family: 'monettise';
  src: url(/static-assets/fonts/folkiase-ae726a6e.eot);
  src: url(/static-assets/fonts/folkiase-ae726a6e.eot?#iefix) format("embedded-opentype"), url(/static-assets/fonts/folkiase-fe407bc3.woff) format("woff"), url(/static-assets/fonts/folkiase-36930fdf.ttf) format("truetype"), url(/static-assets/fonts/folkiase-765ff8c1.svg) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'folkia';
  src: url(/static-assets/fonts/oslo/folkia-7321ea95.eot);
  src: url(/static-assets/fonts/oslo/folkia-7321ea95.eot?#iefix) format("embedded-opentype"), url(/static-assets/fonts/oslo/folkia-8e6f695a.woff) format("woff"), url(/static-assets/fonts/oslo/folkia-07676447.ttf) format("truetype"), url(/static-assets/fonts/oslo/folkia-00ec7a92.svg) format("svg");
  font-weight: normal;
  font-style: normal; }
[data-monettise-icon]:not(.ui-btn):before {
  font-family: 'monettise';
  content: attr(data-monettise-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

i[data-monettise-icon] {
  font-style: normal; }

/*
 * Font Custom: bare CSS
 */
.icon-card:before,
.icon-cell-phone:before,
.icon-handshake:before,
.icon-heart:before,
.icon-save_money:before {
  font-family: "monettise";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.icon-card:before {
  content: "\f100"; }

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

.icon-handshake:before {
  content: "\f102"; }

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

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

body.welcome > .container > .content > section:last-child > div > span:first-child i, body.welcome > .container > .content > section:last-child > div > section > span:first-child i,
body.content-page > .container > .content > article > span:first-child i,
body.content-page > .container > .content > article > section > span:first-child i {
  font-size: 50px;
  color: #e32400; }

body {
  font-family: 'Open Sans' sans-serif; }
  body footer .container > section > p i, body footer .container > section > p a > i {
    margin-top: 0 !important; }

html body.welcome h1, html body.welcome h2, html body.welcome h3, html body.welcome h4, html body.welcome nav ul li a {
  font-weight: 300;
  -webkit-font-smoothing: antialiased; }
html body.welcome > .container {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    html body.welcome > .container {
      height: 100%;
      padding-bottom: 0; }
      html body.welcome > .container header {
        top: 0; }
        html body.welcome > .container header nav ul {
          width: auto;
          float: right; } }
      @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
        html body.welcome > .container header nav ul {
          margin-right: -10px; } }
  @media screen and (min-width: 768px) {
      html body.welcome > .container footer {
        margin-top: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    html body.welcome > .container {
      height: auto; } }
  html body.welcome > .container section.hero {
    background: #efefef;
    background-position: center;
    background-size: cover;
    display: table;
    width: 100%;
    height: 80%;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      html body.welcome > .container section.hero {
        height: 700px; } }
    @media screen and (max-width: 768px) {
      html body.welcome > .container section.hero {
        height: 930px; } }
    html body.welcome > .container section.hero div.content-wrap {
      background: rgba(0, 0, 0, 0.1);
      display: table-cell;
      height: 100%;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        html body.welcome > .container section.hero div.content-wrap .content {
          padding: 15px; } }
    html body.welcome > .container section.hero h1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 68.01323%;
      line-height: 1.5em;
      padding: 0;
      margin: 0;
      color: #fff;
      font: "Open Sans", sans-serif;
      font-weight: 100;
      font-size: 4.5em;
      text-transform: uppercase; }
      html body.welcome > .container section.hero h1:last-child {
        margin-right: 0; }
    @media screen and (max-width: 767px) {
      html body.welcome > .container section.hero {
        height: 50%; } }
  html body.welcome > .container > .content {
    margin: 40px auto; }
  html body.welcome > .container > .content section.info div span i {
    color: #e32400; }

body.welcome > .container section.hero .message h2 {
  color: #fff;
  text-align: center;
  font-size: 2.5em;
  font-weight: 600;
  margin: 0;
  line-height: 1em; }
  body.welcome > .container section.hero .message h2 small {
    color: #fff;
    font-size: 60%;
    font-weight: 400; }
@media screen and (min-width: 1025px) {
  body.welcome > .container section.hero .message {
    margin-bottom: 2em;
    margin-top: 5em; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.welcome > .container section.hero .message {
    margin-top: 1em;
    margin-bottom: 1em; }
    body.welcome > .container section.hero .message h2 {
      font-size: 3em; } }
@media screen and (max-width: 768px) {
  body.welcome > .container section.hero .message {
    font-size: 90%;
    margin-bottom: 4.5em; } }
@media screen and (max-width: 767px) {
  body.welcome > .container section.hero .message {
    margin: 0; }
    body.welcome > .container section.hero .message h2 {
      font-size: 230%;
      line-height: 1.3em; }
      body.welcome > .container section.hero .message h2 small {
        display: none; }
    body.welcome > .container section.hero .message a {
      border-radius: 4px;
      color: #fff;
      font: bold 14px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
      padding: 7px 8px 8px 8px;
      text-align: center;
      text-decoration: none !important;
      background-color: #54a70b;
      background-image: -webkit-linear-gradient(top, #54a70b, #377203);
      background-image: linear-gradient(to bottom,#54a70b, #377203);
      box-shadow: inset 0 1px 0 0 #71d817;
      border: 1px solid #3b7f00;
      border-bottom: 1px solid #377500;
      text-shadow: 0 -1px 0 #265100;
      font-size: 140%;
      display: block !important;
      margin: 60px; }
      body.welcome > .container section.hero .message a:disabled, body.welcome > .container section.hero .message a.disabled, body.welcome > .container section.hero .message a:disabled:hover, body.welcome > .container section.hero .message a.disabled:hover, body.welcome > .container section.hero .message a:disabled:active, body.welcome > .container section.hero .message a.disabled:active {
        background-color: rgba(84, 167, 11, 0.3);
        background-image: -webkit-linear-gradient(top, rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
        background-image: linear-gradient(to bottom,rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
        box-shadow: inset 0 1px 0 0 rgba(113, 216, 23, 0.3);
        border: 1px solid rgba(59, 127, 0, 0.1);
        border-bottom: 1px solid rgba(55, 117, 0, 0.3);
        text-shadow: none;
        cursor: default; }
      body.welcome > .container section.hero .message a:hover {
        background-color: #488f09;
        background-image: -webkit-linear-gradient(top, #488f09, #346f01);
        background-image: linear-gradient(to bottom,#488f09, #346f01);
        box-shadow: inset 0 1px 0 0 #54a30f;
        cursor: pointer; }
      body.welcome > .container section.hero .message a:active {
        box-shadow: inset 0 0 3px 1px #244c00;
        border: 1px solid #3b7f00;
        border-bottom: 1px solid #244c00; }
      body.welcome > .container section.hero .message a i {
        position: relative;
        top: 2px; } }

body.welcome > .container section.hero form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  box-shadow: none;
  margin: 0 0 20px 0;
  padding: 20px;
  margin-top: 15px;
  height: auto; }
  @media screen and (max-width: 767px) {
    body.welcome > .container section.hero form {
      display: none; } }
  body.welcome > .container section.hero form:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    body.welcome > .container section.hero form {
      width: 738px;
      padding: 10px; } }
  body.welcome > .container section.hero form header {
    margin: 0;
    margin-bottom: 45px; }
    body.welcome > .container section.hero form header h2 {
      margin: 0;
      padding: 0 5px;
      color: #e32400;
      -webkit-font-smoothing: antialiased;
      border: none;
      font-size: 185%; }
      body.welcome > .container section.hero form header h2 i {
        color: #e32400;
        box-shadow: none;
        text-shadow: none;
        font-size: 65px;
        top: -15px;
        left: -80px; }
      body.welcome > .container section.hero form header h2 small {
        color: #efefef; }
      body.welcome > .container section.hero form header h2 span {
        color: #000; }
  body.welcome > .container section.hero form .forminner {
    display: block; }
    body.welcome > .container section.hero form .forminner::after {
      clear: both;
      content: "";
      display: table; }
  body.welcome > .container section.hero form footer {
    position: absolute;
    bottom: -35px;
    left: 5px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    font-size: 0.85em;
    line-height: 2.5em; }
    @media screen and (max-width: 768px) {
      body.welcome > .container section.hero form footer {
        font-size: 0.65em; } }
    body.welcome > .container section.hero form footer small {
      display: block;
      line-height: 2; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    body.welcome > .container section.hero form .formfields {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 60.7629%; }
      body.welcome > .container section.hero form .formfields:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1025px) {
    body.welcome > .container section.hero form .formfields {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      body.welcome > .container section.hero form .formfields:last-child {
        margin-right: 0; } }
  body.welcome > .container section.hero form .formfields h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 35px; }
  body.welcome > .container section.hero form .formfields .control-wrap {
    height: auto;
    margin-bottom: 55px; }
    body.welcome > .container section.hero form .formfields .control-wrap.fui-duration .ui-slider {
      margin-top: 0; }
    body.welcome > .container section.hero form .formfields .control-wrap.fui-duration .tickbox, body.welcome > .container section.hero form .formfields .control-wrap.fui-duration .control {
      height: 40px; }
  body.welcome > .container section.hero form .formfields .control-wrap > .control {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    padding: 0 10px; }
    body.welcome > .container section.hero form .formfields .control-wrap > .control:last-child {
      margin-right: 0; }
    body.welcome > .container section.hero form .formfields .control-wrap > .control + label {
      display: none; }
    @media screen and (max-width: 768px) {
      body.welcome > .container section.hero form .formfields .control-wrap > .control {
        padding: 0; } }
  body.welcome > .container section.hero form .loansummary {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    padding: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 320px;
    float: right; }
    @media screen and (max-width: 768px) {
      body.welcome > .container section.hero form .loansummary {
        width: 252px;
        position: absolute;
        right: 10px;
        font-size: 80%; } }
    body.welcome > .container section.hero form .loansummary h3 {
      margin: 0 0 15px 0;
      padding: 0; }
    body.welcome > .container section.hero form .loansummary dl {
      padding: 0;
      margin: 0; }
      body.welcome > .container section.hero form .loansummary dl dt, body.welcome > .container section.hero form .loansummary dl dd {
        color: #656565;
        font-size: 80%;
        border-bottom: 1px solid #d9d9d9; }
        body.welcome > .container section.hero form .loansummary dl dt.sum, body.welcome > .container section.hero form .loansummary dl dd.sum {
          color: black;
          border: none;
          font-size: 100%;
          padding-top: 5px; }
      body.welcome > .container section.hero form .loansummary dl dt {
        position: relative;
        float: left;
        z-index: 10; }
      body.welcome > .container section.hero form .loansummary dl dd {
        position: relative;
        right: 0;
        z-index: 0;
        text-align: right;
        margin: 0;
        color: #323232; }
    body.welcome > .container section.hero form .loansummary .actions {
      padding-bottom: 0; }
      body.welcome > .container section.hero form .loansummary .actions small {
        font-size: 70%;
        font-weight: 600;
        text-rendering: optimizeLegibility;
        color: #555;
        margin-top: 10px;
        display: inline-block;
        line-height: 1.1; }
  body.welcome > .container section.hero form fieldset.controls {
    background: transparent;
    border: none; }
    body.welcome > .container section.hero form fieldset.controls span.min-label,
    body.welcome > .container section.hero form fieldset.controls span.max-label {
      font-size: 75%;
      font-weight: 500;
      position: relative;
      bottom: 55px; }
    body.welcome > .container section.hero form fieldset.controls span.min-label {
      padding-left: 10px;
      float: left; }
    body.welcome > .container section.hero form fieldset.controls span.max-label {
      padding-right: 8px;
      float: right; }

.loansummary:after {
  content: " ";
  display: block;
  position: relative;
  width: 320px;
  bottom: -25px;
  left: -16px;
  height: 11px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-image: -webkit-linear-gradient(-45deg, transparent 75%, #ddd 75%, transparent 76%), -webkit-linear-gradient(-45deg, transparent 75%, #fff 75%), -webkit-linear-gradient(-315deg, transparent 75%, #ddd 75%, transparent 76%), -webkit-linear-gradient(-315deg, transparent 75%, #fff 75%);
  background-image: linear-gradient(-45deg, transparent 75%, #ddd 75%, transparent 76%), linear-gradient(-45deg, transparent 75%, #fff 75%), linear-gradient(45deg, transparent 75%, #ddd 75%, transparent 76%), linear-gradient(45deg, transparent 75%, #fff 75%);
  background-repeat: repeat-x;
  background-size: 20px 20px; }
  @media screen and (max-width: 768px) {
    .loansummary:after {
      width: 250px; } }

body.cs.cs-collection table tr td {
  text-align: left; }

body .content p a.survey_button {
  text-decoration: none; }

a.survey_button {
  padding: 16px;
  text-decoration: none;
  background: white;
  border: 0;
  border-radius: 4px;
  margin: 8px 4px;
  font-weight: 700;
  font-size: 1.1em;
  vertical-align: bottom;
  height: 48px;
  width: 100%;
  background: white;
  border: 0;
  border-radius: .25rem;
  color: #555459;
  font-family: "Open Sans", sans-serif, sans-serif;
  background: #439fe0;
  color: white;
  text-shadow: 0 1px 1px black;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #194ba3;
  cursor: pointer;
  width: auto; }
  a.survey_button:hover {
    background: #3da7f2; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html body > .container > header nav {
    padding: 20px; }
    html body > .container > header nav ul {
      font-size: 90%;
      width: 80%; }
      html body > .container > header nav ul li {
        padding-left: 2px !important;
        padding-right: 2px !important; }
    html body > .container > header nav a.no-mobile {
      font-size: 70%;
      padding-top: 9px;
      display: none; }
  html body > .container > header div.language-selector {
    right: 10px; }

  body > .container div.content {
    margin-top: 40px; } }
html > body > .container header nav span.brand {
  width: 15%; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    html > body > .container header nav span.brand {
      width: 20%; } }
  @media screen and (max-width: 767px) {
    html > body > .container header nav span.brand {
      width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html > body > .container header nav ul > li {
    padding: 0 10px !important; } }

html body > .container header nav ul {
  float: right;
  width: auto; }
  html body > .container header nav ul li, html body > .container header nav ul li > a {
    padding-left: 5px;
    padding-right: 5px; }
  html body > .container header nav ul li.btn {
    display: inline-block;
    float: right;
    margin-top: 21px; }

@media screen and (max-width: 767px) {
  html body > .container header nav > a:first-child, html body > .container header nav > a.mobile-only {
    top: 13px;
    left: 7px; }
    html body > .container header nav > a:first-child i, html body > .container header nav > a.mobile-only i {
      font-size: 155%; }
  html body > .container header nav > a.mobile-only {
    left: auto;
    right: 7px; }
  html body > .container header nav > ul {
    width: 100%; }
  html body > .container header nav > ul li {
    padding-left: 0px;
    display: block !important;
    width: 100%; }
  html body > .container header nav > ul li:last-child span.active {
    border-top: none;
    border-bottom: 2px solid #e32400;
    padding: 8px 5px; } }
body.welcome-google > .container > section.hero .content .formfields footer small {
  font-weight: 600;
  text-rendering: optimizeLegibility; }

.message .campaign-message {
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 20px; }

.discount-green {
  color: #56A61D;
  font-weight: 600; }

.cookies-eu {
  font-family: "Open Sans", sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  line-height: 40px;
  background: #f2f2f2;
  border-top: 1px solid #e4e4e4;
  width: 100%;
  z-index: 999;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300; }
  .cookies-eu .cookies-eu-content-holder {
    display: inline-block;
    padding: 0 20px;
    line-height: 26px; }
  .cookies-eu .cookies-eu-button-holder {
    display: inline-block;
    padding-right: 20px; }
    .cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
      font-weight: bold;
      height: 24px;
      line-height: 20px;
      margin-right: 0px;
      padding: 0 11px;
      min-width: 26px;
      outline: 0;
      text-align: center;
      white-space: nowrap;
      margin: 0 5px; }

@media (max-width: 767px) {
  .cookies-eu {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px; }
    .cookies-eu .cookies-eu-content-holder {
      line-height: 16px;
      padding: 5px 20px; }
    .cookies-eu .cookies-eu-button-holder {
      padding-bottom: 5px; } }
.cookies-eu {
  background: #ffffff;
  color: #377500; }

.cookies-eu-ok {
  background-color: #54a70b;
  background-image: linear-gradient(to bottom, #54a70b, #377203);
  box-shadow: inset 0 1px 0 0 #71d817;
  border: 1px solid #3b7f00;
  border-bottom: 1px solid #377500;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-weight: 700; }

@media (max-width: 767px) {
  .cookies-eu-ok {
    font-size: 11px; } }
.cookies-eu {
  display: none; }

.select-application {
  margin: 0 0 20px 0;
  padding: 20px; }
  .select-application p {
    font-size: 1.37em; }
  .select-application h3 {
    text-align: center;
    font-size: 2.67em;
    padding-top: 1em;
    margin: 0; }
  .select-application div.block {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 2em;
    margin-bottom: 2em; }
    .select-application div.block:last-child {
      margin-right: 0; }
    .select-application div.block:only-child {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%; }
      .select-application div.block:only-child:last-child {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .select-application div.block:only-child {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-left: 0%; }
          .select-application div.block:only-child:last-child {
            margin-right: 0; } }
    .select-application div.block div.copy {
      font-family: "Open Sans", sans-serif, sans-serif;
      font-size: 1.2em; }
      .select-application div.block div.copy > small {
        line-height: 1.3;
        text-align: justify;
        display: inline-block;
        margin: 0 5% 5% 5%; }
        @media screen and (max-width: 767px) {
          .select-application div.block div.copy > small {
            text-align: left; } }
    .select-application div.block ul {
      padding: 10% 10% 5% 10%;
      margin-bottom: 0; }
    .select-application div.block small {
      font-size: 0.7em; }
    .select-application div.block .consumer-agency-banner {
      margin: 0 5% 5% 5%; }
    .select-application div.block .actions a {
      border-radius: 4px;
      color: #fff;
      font: bold 14px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
      padding: 7px 8px 8px 8px;
      text-align: center;
      text-decoration: none !important;
      background-color: #54a70b;
      background-image: -webkit-linear-gradient(top, #54a70b, #377203);
      background-image: linear-gradient(to bottom,#54a70b, #377203);
      box-shadow: inset 0 1px 0 0 #71d817;
      border: 1px solid #3b7f00;
      border-bottom: 1px solid #377500;
      text-shadow: 0 -1px 0 #265100;
      font-size: 100%;
      display: block !important;
      margin: 5% 5% 2.5% 5%; }
      .select-application div.block .actions a:disabled, .select-application div.block .actions a.disabled, .select-application div.block .actions a:disabled:hover, .select-application div.block .actions a.disabled:hover, .select-application div.block .actions a:disabled:active, .select-application div.block .actions a.disabled:active {
        background-color: rgba(84, 167, 11, 0.3);
        background-image: -webkit-linear-gradient(top, rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
        background-image: linear-gradient(to bottom,rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
        box-shadow: inset 0 1px 0 0 rgba(113, 216, 23, 0.3);
        border: 1px solid rgba(59, 127, 0, 0.1);
        border-bottom: 1px solid rgba(55, 117, 0, 0.3);
        text-shadow: none;
        cursor: default; }
      .select-application div.block .actions a:hover {
        background-color: #488f09;
        background-image: -webkit-linear-gradient(top, #488f09, #346f01);
        background-image: linear-gradient(to bottom,#488f09, #346f01);
        box-shadow: inset 0 1px 0 0 #54a30f;
        cursor: pointer; }
      .select-application div.block .actions a:active {
        box-shadow: inset 0 0 3px 1px #244c00;
        border: 1px solid #3b7f00;
        border-bottom: 1px solid #244c00; }
      .select-application div.block .actions a i {
        position: relative;
        top: 2px; }
    @media screen and (max-width: 767px) {
      .select-application div.block {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .select-application div.block:last-child {
          margin-right: 0; }
        .select-application div.block .actions a {
          font-size: 120%; } }

.select-application-modal {
  font-size: 110%;
  font-family: "Open Sans", sans-serif, sans-serif; }
  .select-application-modal h3 {
    text-align: center;
    font-size: 1.6em;
    padding-top: 0;
    margin: 0; }
  .select-application-modal p {
    text-align: center;
    padding-top: 0.5em;
    margin: 0; }
  .select-application-modal hr {
    margin: 2em 0; }
  .select-application-modal a {
    border-radius: 4px;
    color: #fff;
    font: bold 14px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    padding: 7px 8px 8px 8px;
    text-align: center;
    text-decoration: none !important;
    background-color: #54a70b;
    background-image: -webkit-linear-gradient(top, #54a70b, #377203);
    background-image: linear-gradient(to bottom,#54a70b, #377203);
    box-shadow: inset 0 1px 0 0 #71d817;
    border: 1px solid #3b7f00;
    border-bottom: 1px solid #377500;
    text-shadow: 0 -1px 0 #265100;
    font-size: 90%;
    display: block !important;
    margin: 1em auto;
    width: 60%; }
    .select-application-modal a:disabled, .select-application-modal a.disabled, .select-application-modal a:disabled:hover, .select-application-modal a.disabled:hover, .select-application-modal a:disabled:active, .select-application-modal a.disabled:active {
      background-color: rgba(84, 167, 11, 0.3);
      background-image: -webkit-linear-gradient(top, rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
      background-image: linear-gradient(to bottom,rgba(84, 167, 11, 0.3), rgba(45, 96, 0, 0.3));
      box-shadow: inset 0 1px 0 0 rgba(113, 216, 23, 0.3);
      border: 1px solid rgba(59, 127, 0, 0.1);
      border-bottom: 1px solid rgba(55, 117, 0, 0.3);
      text-shadow: none;
      cursor: default; }
    .select-application-modal a:hover {
      background-color: #488f09;
      background-image: -webkit-linear-gradient(top, #488f09, #346f01);
      background-image: linear-gradient(to bottom,#488f09, #346f01);
      box-shadow: inset 0 1px 0 0 #54a30f;
      cursor: pointer; }
    .select-application-modal a:active {
      box-shadow: inset 0 0 3px 1px #244c00;
      border: 1px solid #3b7f00;
      border-bottom: 1px solid #244c00; }
    .select-application-modal a i {
      position: relative;
      top: 2px; }

.modal label {
  cursor: pointer;
  margin-bottom: 0; }
.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px; }
.modal .modal-state {
  display: none; }
.modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 99999999999; }
  @media screen and (min-width: 53.75em) {
    .modal .modal-fade-screen {
      padding-top: 10em; } }
  .modal .modal-fade-screen .modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer; }
.modal .modal-inner {
  background: #fff;
  border-radius: 3px;
  margin: auto;
  margin-top: 0;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  transition: opacity 0.25s ease;
  width: 95%; }
  @media screen and (min-width: 40em) {
    .modal .modal-inner {
      max-height: 70%;
      padding: 3em;
      width: 60%; } }
  @media screen and (min-width: 53.75em) {
    .modal .modal-inner {
      width: 40%; } }
  .modal .modal-inner h1 {
    color: #333;
    text-align: left;
    text-transform: capitalize; }
  .modal .modal-inner p {
    color: #333;
    line-height: 24px; }
  .modal .modal-inner .modal-intro {
    margin-bottom: 1em; }
  .modal .modal-inner .modal-content {
    color: #333; }
    @media screen and (min-width: 40em) {
      .modal .modal-inner .modal-content {
        columns: 2 8em; } }
  .modal .modal-inner a.cta {
    color: #fff;
    display: inline-block;
    margin-right: 0.5em;
    margin-top: 1em; }
    .modal .modal-inner a.cta:last-child {
      padding: 0 2em; }
.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible; }
.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em; }

.modal-open {
  overflow: hidden; }

.consumer-agency-banner {
  font-size: 9px;
  line-height: 1.2; }
  .consumer-agency-banner .warn-icon {
    float: left;
    width: 4.5em;
    margin-right: 2em; }
