/*! angular-flash - v2.4.0 - 2016-10-25
* https://github.com/sachinchoolur/angular-flash
* Copyright (c) 2016 Sachin; Licensed MIT */


.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

div.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
    font-size: 1.7em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* line 2, /app/app/assets/stylesheets/about/index.scss */
.about .tile {
  min-height: 145px;
  height: auto;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

@-moz-keyframes tt-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tt-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tt-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
/* line 5, /app/app/assets/stylesheets/buttons.scss */
button, .button {
  display: inline-block;
  padding: 0px 1.2em 0px 1.2em;
  line-height: 2.5em;
  border: none;
  background: none;
  text-transform: uppercase;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  font-family: 'Open Sans', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* line 31, /app/app/assets/stylesheets/buttons.scss */
button:focus, button:active, button.active, button:focus:active, .button:focus, .button:active, .button.active, .button:focus:active {
  background-image: none;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 38, /app/app/assets/stylesheets/buttons.scss */
button.spinning:before, .button.spinning:before {
  content: "";
  -moz-animation: tt-spinner 850ms infinite linear;
  -webkit-animation: tt-spinner 850ms infinite linear;
  animation: tt-spinner 850ms infinite linear;
  border: 3px solid #FFF;
  border-right-color: transparent !important;
  border-radius: 16px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 1.2em;
  height: 1.2em;
  vertical-align: text-top;
  margin-right: 0.35em;
}
/* line 44, /app/app/assets/stylesheets/buttons.scss */
button:hover, .button:hover {
  color: #FFF;
}
/* line 48, /app/app/assets/stylesheets/buttons.scss */
button.cta, .button.cta {
  font-size: 100%;
  line-height: 1em;
  padding: 15px 20px;
  color: #FFF;
  background: #74af36;
  margin: 0px;
}
/* line 59, /app/app/assets/stylesheets/buttons.scss */
.right button.cta:last-of-type, .right .button.cta:last-of-type {
  margin-right: 0px;
}
/* line 63, /app/app/assets/stylesheets/buttons.scss */
button.cta .hint, .button.cta .hint {
  color: rgba(255, 255, 255, 0.8);
  font-size: 90%;
  margin-top: 8px;
  text-transform: none;
  font-style: normal;
}
/* line 71, /app/app/assets/stylesheets/buttons.scss */
button.cta:hover, .button.cta:hover {
  background: #6aa42d;
}
/* line 75, /app/app/assets/stylesheets/buttons.scss */
button.cta.orange, .button.cta.orange {
  background: #e74c3c;
}
/* line 79, /app/app/assets/stylesheets/buttons.scss */
button.cta.small, .button.cta.small {
  padding: 12px 15px;
  text-transform: none;
  margin: 0px;
}
/* line 86, /app/app/assets/stylesheets/buttons.scss */
button.cta.danger, .button.cta.danger {
  background: #db0303;
}
/* line 89, /app/app/assets/stylesheets/buttons.scss */
button.cta.danger:hover, .button.cta.danger:hover {
  background: #c20a0a;
}
/* line 95, /app/app/assets/stylesheets/buttons.scss */
button.action, button.active, .button.action, .button.active {
  color: #FFF;
  background: #007cc2;
}
/* line 99, /app/app/assets/stylesheets/buttons.scss */
button.action:hover, button.active:hover, .button.action:hover, .button.active:hover {
  background: #00649c;
}
/* line 105, /app/app/assets/stylesheets/buttons.scss */
button.danger, .button.danger {
  color: #FFF;
  background: #db0303;
}
/* line 109, /app/app/assets/stylesheets/buttons.scss */
button.danger:hover, .button.danger:hover {
  background: #c20a0a;
}
/* line 114, /app/app/assets/stylesheets/buttons.scss */
button.warning, .button.warning {
  color: #FFF;
  background: #c8bc01;
}
/* line 118, /app/app/assets/stylesheets/buttons.scss */
button.warning:hover, .button.warning:hover {
  background: #a19802;
}
/* line 124, /app/app/assets/stylesheets/buttons.scss */
button.ok, .button.ok {
  color: #FFF;
  background: #74af36;
}
/* line 128, /app/app/assets/stylesheets/buttons.scss */
button.ok:hover, .button.ok:hover {
  background: #538e15;
}
/* line 133, /app/app/assets/stylesheets/buttons.scss */
button.outline, .button.outline {
  border: 1px solid #007cc2;
  color: #007cc2;
}
/* line 137, /app/app/assets/stylesheets/buttons.scss */
button.outline .icon, .button.outline .icon {
  min-width: 1.7em;
}
/* line 141, /app/app/assets/stylesheets/buttons.scss */
button.outline:hover, .button.outline:hover {
  background: #007cc2;
  color: #FFF;
}
/* line 146, /app/app/assets/stylesheets/buttons.scss */
button.outline.inactive, button.outline.disabled, button.outline:disabled, .button.outline.inactive, .button.outline.disabled, .button.outline:disabled {
  color: #BBB;
  border: 1px solid #BBB;
}
/* line 150, /app/app/assets/stylesheets/buttons.scss */
button.outline.inactive:hover, button.outline.disabled:hover, button.outline:disabled:hover, .button.outline.inactive:hover, .button.outline.disabled:hover, .button.outline:disabled:hover {
  color: #BBB;
  background: #FFF;
}
/* line 156, /app/app/assets/stylesheets/buttons.scss */
button.outline.white, .button.outline.white {
  border-color: #FFF;
  color: #FFF;
}
/* line 160, /app/app/assets/stylesheets/buttons.scss */
button.outline.white:hover, .button.outline.white:hover {
  color: #007cc2;
  background: #FFF;
}
/* line 166, /app/app/assets/stylesheets/buttons.scss */
button.outline.danger, .button.outline.danger {
  border-color: #db0303;
  color: #db0303;
}
/* line 170, /app/app/assets/stylesheets/buttons.scss */
button.outline.danger:hover, .button.outline.danger:hover {
  color: #FFF;
  background: #db0303;
}
/* line 176, /app/app/assets/stylesheets/buttons.scss */
button.outline.big, .button.outline.big {
  font-size: 100%;
}
/* line 181, /app/app/assets/stylesheets/buttons.scss */
button.inactive, button.disabled, .button.inactive, .button.disabled {
  cursor: default;
  background-color: #E2E2E2;
  color: #BBB;
  border-color: #BBB;
}
/* line 187, /app/app/assets/stylesheets/buttons.scss */
button.inactive:hover, button.disabled:hover, .button.inactive:hover, .button.disabled:hover {
  background-color: #E2E2E2;
  border-color: #BBB;
}
/* line 193, /app/app/assets/stylesheets/buttons.scss */
button.tag, .button.tag {
  text-transform: none;
  padding: 0px 8px;
  margin: 0px 3px 3px 0px;
}

/* line 202, /app/app/assets/stylesheets/buttons.scss */
.right button.cta {
  margin-right: 0px;
  margin-left: 1em;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/bx_slider.scss */
.bx-wrapper {
  position: relative;
}
/* line 9, /app/app/assets/stylesheets/bx_slider.scss */
.bx-wrapper .bx-viewport ul.slides li {
  text-indent: 0px;
  line-height: 1em;
  text-align: center;
}
/* line 14, /app/app/assets/stylesheets/bx_slider.scss */
.bx-wrapper .bx-viewport ul.slides li h1, .bx-wrapper .bx-viewport ul.slides li h2, .bx-wrapper .bx-viewport ul.slides li h3, .bx-wrapper .bx-viewport ul.slides li h4 {
  text-align: left;
}
/* line 21, /app/app/assets/stylesheets/bx_slider.scss */
.bx-wrapper .bx-controls {
  margin-top: 40px;
}
/* line 24, /app/app/assets/stylesheets/bx_slider.scss */
.bx-wrapper .bx-controls .bx-pager-item {
  display: inline-block;
}
/* line 27, /app/app/assets/stylesheets/bx_slider.scss */
.bx-wrapper .bx-controls .bx-pager-item a {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 18px;
  text-indent: -9999px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #E2E2E2;
}
/* line 40, /app/app/assets/stylesheets/bx_slider.scss */
.bx-wrapper .bx-controls .bx-pager-item a.active {
  background: #007cc2;
}
/* line 47, /app/app/assets/stylesheets/bx_slider.scss */
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 42px;
}
/* line 55, /app/app/assets/stylesheets/bx_slider.scss */
.bx-wrapper .bx-prev.bx-prev, .bx-wrapper .bx-next.bx-prev {
  left: -35px;
  background-image: url(/assets/arrows/left-f1450dd712e21e2356867840956dd95ed6d787d39d4a5a62b1d5ed0b8a158a9e.png);
}
/* line 60, /app/app/assets/stylesheets/bx_slider.scss */
.bx-wrapper .bx-prev.bx-next, .bx-wrapper .bx-next.bx-next {
  right: -35px;
  background-image: url(/assets/arrows/right-2110fc2093df5ba14792946e89e385798a5753ee86a84c87e93afe11f6a81860.png);
}

/* line 68, /app/app/assets/stylesheets/bx_slider.scss */
.dashboard-screenshots .bx-prev, .dashboard-screenshots .bx-next {
  top: 37%;
}

/* line 75, /app/app/assets/stylesheets/bx_slider.scss */
.small-slider-controls .bx-wrapper .bx-prev, .small-slider-controls .bx-wrapper .bx-next {
  width: 13px;
  height: 28px;
}
/* line 79, /app/app/assets/stylesheets/bx_slider.scss */
.small-slider-controls .bx-wrapper .bx-prev.bx-prev, .small-slider-controls .bx-wrapper .bx-next.bx-prev {
  background-image: url(/assets/arrows/left_small-4e29b952488abaaa3980801f4d73a1c8c4cd50e28a8f1444006e0e8eea5815b7.png);
}
/* line 83, /app/app/assets/stylesheets/bx_slider.scss */
.small-slider-controls .bx-wrapper .bx-prev.bx-next, .small-slider-controls .bx-wrapper .bx-next.bx-next {
  background-image: url(/assets/arrows/right_small-cab3e10036131de8bf9efafbfe2bad76390863a67653a7515ec28c04dffd5423.png);
}

/* line 91, /app/app/assets/stylesheets/bx_slider.scss */
ul.slides.references img {
  max-width: 990px;
}
/* line 3, /app/app/assets/stylesheets/case_studies/show.scss */
.case-studies-show section.top-teaser .quote.bubble {
  width: 80%;
}
/* line 1, /app/app/assets/stylesheets/collapsable/collapsable.scss */
.collapsable-target {
  display: none;
}
/* line 4, /app/app/assets/stylesheets/collapsable/collapsable.scss */
.collapsable-target.collapsed {
  display: block;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}
/* line 2, /app/app/assets/stylesheets/contact_messages/form.scss */
.contact-message-form textarea {
  height: 177px !important;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

@media (min-width: 1000px) {
  /* line 6, /app/app/assets/stylesheets/dashboard/header.scss */
  header.dashboard-menu {
    overflow: visible;
    height: 59px;
    padding-bottom: 30px;
  }
}
/* line 14, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .header-inner {
  position: relative;
  background: #EEE;
}
/* line 19, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .main-nav {
  display: block;
}
/* line 23, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .logo {
  top: 5px;
  left: 10px;
}
@media (min-width: 1000px) {
  /* line 23, /app/app/assets/stylesheets/dashboard/header.scss */
  header.dashboard-menu .logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(/assets/logos/toptranslation_shield-0b1991c4c004bca5b860b2849e220406f157bc4d6e72d8cb1958b40d05626391.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (min-width: 1000px) {
  /* line 41, /app/app/assets/stylesheets/dashboard/header.scss */
  header.dashboard-menu .logo img {
    display: none;
  }
}
/* line 48, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .content {
  overflow: hidden;
  height: 85px;
}
@media (min-width: 1000px) {
  /* line 48, /app/app/assets/stylesheets/dashboard/header.scss */
  header.dashboard-menu .content {
    overflow: visible;
  }
}
/* line 56, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .content img.user-logo {
  display: none;
}
@media (min-width: 1000px) {
  /* line 56, /app/app/assets/stylesheets/dashboard/header.scss */
  header.dashboard-menu .content img.user-logo {
    z-index: 5;
    position: absolute;
    top: 49px;
    right: 0px;
    display: block;
    height: 50px;
    width: auto;
    max-width: 400px;
  }
  /* line 70, /app/app/assets/stylesheets/dashboard/header.scss */
  .header-is-sticky header.dashboard-menu .content img.user-logo {
    display: none;
  }
}
/* line 76, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .content .menu-icon {
  top: 22px;
  right: 40px;
  color: #666;
}
/* line 82, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .content .right-options {
  position: absolute;
  top: 85px;
  right: 0px;
}
/* line 89, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .content nav ul {
  margin: 70px 0 0;
}
@media (min-width: 1000px) {
  /* line 89, /app/app/assets/stylesheets/dashboard/header.scss */
  header.dashboard-menu .content nav ul {
    margin: 0 0 0 60px;
  }
}
/* line 96, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .content nav ul li {
  display: inline;
}
/* line 99, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .content nav ul li ul.sub-menu {
  left: auto;
  right: -10px;
  border: 0px;
  width: auto;
}
/* line 106, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .content nav ul li ul.sub-menu li {
  display: block;
  background: #E2E2E2;
  border: 0px;
  margin-bottom: 1px;
  text-align: center;
  width: auto;
  cursor: pointer;
}
/* line 118, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .content nav ul li.language-menu {
  display: none;
}
@media (min-width: 1000px) {
  /* line 118, /app/app/assets/stylesheets/dashboard/header.scss */
  header.dashboard-menu .content nav ul li.language-menu {
    display: inline;
    float: right;
    margin-right: 30px;
  }
}
/* line 128, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .content nav ul li.current-user-menu {
  display: none;
}
@media (min-width: 1000px) {
  /* line 128, /app/app/assets/stylesheets/dashboard/header.scss */
  header.dashboard-menu .content nav ul li.current-user-menu {
    display: inline;
    float: right;
    padding-right: 17px;
  }
}
/* line 137, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .content nav ul li.current-user-menu:after {
  position: absolute;
  top: 9px;
  right: -1px;
  font-family: "toptranslation-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ")";
}
/* line 154, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .content nav ul li.current-user-menu a {
  margin-right: 0px;
}
/* line 164, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu.show-menu {
  overflow: visible;
  height: auto;
}
/* line 168, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu.show-menu .content {
  height: auto;
}
/* line 173, /app/app/assets/stylesheets/dashboard/header.scss */
header.dashboard-menu .color-line {
  display: none;
}
/* line 176, /app/app/assets/stylesheets/dashboard/header.scss */
.header-is-sticky header.dashboard-menu .color-line {
  display: block;
}
/* line 2, /app/app/assets/stylesheets/dashboard/settings.scss */
.switcher.user-settings a {
  min-width: 23%;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/dashboard/submenu.scss */
.sub-menu {
  display: none;
}
/* line 6, /app/app/assets/stylesheets/dashboard/submenu.scss */
.sub-menu h1 {
  margin-left: 0px;
  margin-bottom: 15px;
  color: #666;
}
/* line 13, /app/app/assets/stylesheets/dashboard/submenu.scss */
.sub-menu ul.tabs {
  margin-top: 20px;
  text-indent: 0px;
  padding-left: 0px;
}
/* line 18, /app/app/assets/stylesheets/dashboard/submenu.scss */
.sub-menu ul.tabs li {
  display: inline-block;
  margin-right: 15px;
  margin-left: -7px;
}
/* line 23, /app/app/assets/stylesheets/dashboard/submenu.scss */
.sub-menu ul.tabs li a {
  padding: 9px 12px 12px 12px;
  border-radius: 5px 5px 0px 0px;
  color: #444;
}
/* line 28, /app/app/assets/stylesheets/dashboard/submenu.scss */
.sub-menu ul.tabs li a.active {
  background: #E2E2E2;
}
/* line 32, /app/app/assets/stylesheets/dashboard/submenu.scss */
.sub-menu ul.tabs li a:hover {
  color: #e74c3c;
}
/* line 36, /app/app/assets/stylesheets/dashboard/submenu.scss */
.sub-menu ul.tabs li a .icon {
  vertical-align: middle;
  font-size: 17px;
}
/* line 44, /app/app/assets/stylesheets/dashboard/submenu.scss */
.sub-menu .right-options {
  position: absolute;
  top: 10px;
  right: 0px;
}

/* line 51, /app/app/assets/stylesheets/dashboard/submenu.scss */
section.search {
  border-bottom: 1px solid #E2E2E2;
  padding: 10px 0px !important;
}
/* line 55, /app/app/assets/stylesheets/dashboard/submenu.scss */
section.search .content {
  height: auto;
  vertical-align: middle;
}
/* line 59, /app/app/assets/stylesheets/dashboard/submenu.scss */
section.search .content .left-options, section.search .content .right-options {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 66, /app/app/assets/stylesheets/dashboard/submenu.scss */
section.search .content .left-options.left-options.space-top, section.search .content .right-options.left-options.space-top {
  padding-top: 5px;
}
/* line 72, /app/app/assets/stylesheets/dashboard/submenu.scss */
section.search .content .right-options {
  display: none;
}
/* line 76, /app/app/assets/stylesheets/dashboard/submenu.scss */
section.search .content .title {
  font-size: 110%;
  color: #666;
  vertical-align: middle;
}
/* line 83, /app/app/assets/stylesheets/dashboard/submenu.scss */
section.search .content .input {
  display: inline;
  vertical-align: middle;
}
/* line 87, /app/app/assets/stylesheets/dashboard/submenu.scss */
section.search .content .input input {
  width: auto;
}

@media (min-width: 1000px) {
  /* line 95, /app/app/assets/stylesheets/dashboard/submenu.scss */
  .sub-menu {
    display: block;
  }

  /* line 99, /app/app/assets/stylesheets/dashboard/submenu.scss */
  section.search {
    border-bottom: 1px solid #E2E2E2;
    padding: 10px 0px !important;
  }
  /* line 103, /app/app/assets/stylesheets/dashboard/submenu.scss */
  section.search .content {
    height: 37px;
  }
  /* line 106, /app/app/assets/stylesheets/dashboard/submenu.scss */
  section.search .content .title {
    font-size: 125%;
    padding-right: 20px;
  }
  /* line 111, /app/app/assets/stylesheets/dashboard/submenu.scss */
  section.search .content .right-options {
    margin-top: 10px;
    display: inline-block;
    float: right;
  }
  /* line 118, /app/app/assets/stylesheets/dashboard/submenu.scss */
  section.search .content .input input {
    width: 170px;
  }
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/decorations/accordion.scss */
ul.accordion li {
  width: 100px;
  padding: 15px 20px;
  text-indent: 0px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: width 0.5s;
  cursor: pointer;
  box-shadow: -8px 0 20px -2px #F3F3F3;
  background: #FFF;
}
/* line 22, /app/app/assets/stylesheets/decorations/accordion.scss */
ul.accordion li h1, ul.accordion li h2, ul.accordion li h3 {
  white-space: nowrap;
}
/* line 26, /app/app/assets/stylesheets/decorations/accordion.scss */
ul.accordion li .accordion-content {
  display: block;
  width: 650px;
  opacity: 0.3;
  transition: opacity 0.25s;
}
/* line 34, /app/app/assets/stylesheets/decorations/accordion.scss */
ul.accordion li.active {
  width: 680px;
}
/* line 37, /app/app/assets/stylesheets/decorations/accordion.scss */
ul.accordion li.active .accordion-content {
  opacity: 1;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 3, /app/app/assets/stylesheets/decorations/code.scss */
code {
  background: #EEE;
  border: 1px solid #E2E2E2 !important;
  color: #C25;
  padding: 0 0.25em 0 0.25em !important;
  font-family: Monaco, 'Courier New', monospace !important;
  font-size: 13px !important;
  white-space: nowrap;
}

/* line 17, /app/app/assets/stylesheets/decorations/code.scss */
pre code {
  display: block;
  white-space: pre;
  padding: 8px 12px !important;
  color: #444;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/decorations/counter.scss */
.counter {
  background: #db0303;
  color: #FFF;
  font-weight: bold;
  font-size: 85%;
  padding: 1px 8px 2px 7px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 15, /app/app/assets/stylesheets/decorations/counter.scss */
.counter.space-left {
  margin-left: 0.3em;
}
/* line 19, /app/app/assets/stylesheets/decorations/counter.scss */
.counter.space-right {
  margin-right: 0.3em;
}
/* line 23, /app/app/assets/stylesheets/decorations/counter.scss */
.counter.blue {
  background: #007cc2;
  color: #FFF;
}
/* line 28, /app/app/assets/stylesheets/decorations/counter.scss */
.counter.outline {
  border: 1px solid #007cc2;
  color: #007cc2;
  background: none;
}
/* line 33, /app/app/assets/stylesheets/decorations/counter.scss */
.counter.outline.grey {
  border-color: #E2E2E2;
  color: #E2E2E2;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 5, /app/app/assets/stylesheets/decorations/decorations.scss */
.image-link {
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
  margin-bottom: 30px;
  border-bottom: 2px solid #007cc2;
}
/* line 15, /app/app/assets/stylesheets/decorations/decorations.scss */
.image-link .logo, .image-link .label {
  position: absolute;
  bottom: 4px;
}
/* line 19, /app/app/assets/stylesheets/decorations/decorations.scss */
.image-link .logo.logo, .image-link .label.logo {
  bottom: 8px;
  height: 65px;
  width: 230px;
  background-width: 100%;
  background-repeat: no-repeat;
  background-position: left bottom !important;
  background-size: contain !important;
  -webkit-background-size: contain !important;
}
/* line 33, /app/app/assets/stylesheets/decorations/decorations.scss */
.image-link .logo.label, .image-link .label.label {
  right: 0px;
  font-weight: semi-bold;
  color: #e74c3c;
}

/* line 41, /app/app/assets/stylesheets/decorations/decorations.scss */
strong, b {
  font-weight: 600 !important;
}

/* line 45, /app/app/assets/stylesheets/decorations/decorations.scss */
.container-decoration {
  position: absolute;
  top: 25px;
}
/* line 49, /app/app/assets/stylesheets/decorations/decorations.scss */
.container-decoration.left {
  left: -170px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 3, /app/app/assets/stylesheets/decorations/hint.scss */
.hint, .hint-box {
  font-style: italic;
}
/* line 6, /app/app/assets/stylesheets/decorations/hint.scss */
.hint .icon, .hint .message, .hint-box .icon, .hint-box .message {
  display: inline-block;
  vertical-align: middle;
}
/* line 10, /app/app/assets/stylesheets/decorations/hint.scss */
.hint .icon.icon, .hint .message.icon, .hint-box .icon.icon, .hint-box .message.icon {
  font-size: 190%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
/* line 17, /app/app/assets/stylesheets/decorations/hint.scss */
.hint .icon.message, .hint .message.message, .hint-box .icon.message, .hint-box .message.message {
  display: block;
}
/* line 22, /app/app/assets/stylesheets/decorations/hint.scss */
.hint.hint-box, .hint-box.hint-box {
  text-align: center;
  margin: 4em;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/decorations/hover_text.scss */
.hover-text span {
  opacity: 0.35;
  transition: opacity 0.5s;
}
/* line 10, /app/app/assets/stylesheets/decorations/hover_text.scss */
.hover-text .trigger {
  opacity: 1;
  font-size: 18px;
  color: #007cc2;
  font-weight: 600;
}
/* line 18, /app/app/assets/stylesheets/decorations/hover_text.scss */
.hover-text.visible span {
  opacity: 1;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/decorations/icon-button.scss */
.icon-button {
  display: inline-block;
  width: 165px;
  margin: 10px;
  text-align: center;
  vertical-align: bottom;
}
/* line 15, /app/app/assets/stylesheets/decorations/icon-button.scss */
.icon-button .icon {
  display: inline-block;
  width: 40px;
  margin-bottom: 20px;
  font-size: 23px;
  color: #007cc2;
  padding: 25px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: rgba(0, 124, 194, 0.15);
  cursor: pointer;
}
/* line 29, /app/app/assets/stylesheets/decorations/icon-button.scss */
.icon-button .icon.tt-play-filled {
  padding: 25px 16px 19px 25px;
}
/* line 33, /app/app/assets/stylesheets/decorations/icon-button.scss */
.icon-button .icon.tt-question-circle-filled {
  font-size: 28px;
  padding: 21px 21px 15px 21px;
}
/* line 38, /app/app/assets/stylesheets/decorations/icon-button.scss */
.icon-button .icon.tt-cursor-filled {
  padding: 25px 19px 19px 22px;
}
/* line 42, /app/app/assets/stylesheets/decorations/icon-button.scss */
.icon-button .icon:hover {
  color: #FFF;
  background-color: rgba(0, 124, 194, 0.85);
}
/* line 48, /app/app/assets/stylesheets/decorations/icon-button.scss */
.icon-button .label {
  height: 2em;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 6, /app/app/assets/stylesheets/decorations/lists/bullet.scss */
.bullet {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1em;
  min-height: 1em;
}
/* line 14, /app/app/assets/stylesheets/decorations/lists/bullet.scss */
.bullet .icon {
  position: relative;
  top: 3px;
  left: -5px;
  font-size: 120%;
}
@media (min-width: 1000px) {
  /* line 23, /app/app/assets/stylesheets/decorations/lists/bullet.scss */
  .bullet.aligned {
    text-align: left;
  }
  /* line 25, /app/app/assets/stylesheets/decorations/lists/bullet.scss */
  .bullet.aligned .icon {
    position: absolute;
    left: 0px;
  }
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 3, /app/app/assets/stylesheets/decorations/lists/dl.scss */
dl.data {
  display: block;
  background: #FFF;
  border: 1px solid #E2E2E2;
  padding: 0px 20px;
  clear: both;
  overflow: hidden;
  font-size: 90%;
}
/* line 15, /app/app/assets/stylesheets/decorations/lists/dl.scss */
dl.data.transparent {
  background: none;
  border: 0px;
}
/* line 20, /app/app/assets/stylesheets/decorations/lists/dl.scss */
dl.data hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E2E2E2;
}
/* line 26, /app/app/assets/stylesheets/decorations/lists/dl.scss */
dl.data hr:last-of-type {
  display: none;
}
/* line 31, /app/app/assets/stylesheets/decorations/lists/dl.scss */
dl.data dt, dl.data dd {
  width: 49%;
  display: block;
  text-align: left;
  padding: 15px 0px;
}
/* line 38, /app/app/assets/stylesheets/decorations/lists/dl.scss */
dl.data dt:last-of-type, dl.data dd:last-of-type {
  border: 0px;
}
/* line 42, /app/app/assets/stylesheets/decorations/lists/dl.scss */
dl.data dt.third, dl.data dd.third {
  width: 33%;
}
/* line 46, /app/app/assets/stylesheets/decorations/lists/dl.scss */
dl.data dt.quarter, dl.data dd.quarter {
  width: 25%;
}
/* line 51, /app/app/assets/stylesheets/decorations/lists/dl.scss */
dl.data dt {
  float: left;
  font-weight: 600;
  white-space: nowrap;
}
/* line 57, /app/app/assets/stylesheets/decorations/lists/dl.scss */
dl.data dd {
  margin-left: 49%;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 63, /app/app/assets/stylesheets/decorations/lists/dl.scss */
dl.data dd:empty:before {
  content: '-';
}
/* line 68, /app/app/assets/stylesheets/decorations/lists/dl.scss */
dl.data dd .icon {
  float: right;
  font-size: 130%;
}
/* line 73, /app/app/assets/stylesheets/decorations/lists/dl.scss */
dl.data dd.right {
  text-align: right;
}
/* line 78, /app/app/assets/stylesheets/decorations/lists/dl.scss */
dl.data.indented {
  margin: 0px 20px 0px 40px;
}
/* line 81, /app/app/assets/stylesheets/decorations/lists/dl.scss */
dl.data.indented .label {
  font-weight: normal;
}
/* line 1, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity {
  min-height: 45px;
}
/* line 4, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity .state {
  right: 55px;
}
/* line 8, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity .actions {
  top: 10px;
}
/* line 12, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity .icon[data-type$=_created]:before {
  content: "\5c";
}
/* line 16, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity .icon[data-type=order_requested]:before {
  content: "\e004";
}
/* line 20, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity .icon[data-type=order_started_processing]:before {
  content: "\e006";
}
/* line 24, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity .icon[data-type=order_finished_processing]:before {
  content: "\e003";
}
/* line 28, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity .icon[data-type=order_delivered]:before {
  content: "\e007";
}
/* line 32, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity .icon[data-type$=_updated]:before {
  content: "\e005";
}
/* line 36, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity .icon[data-type$=_shared]:before {
  content: "\26";
}
/* line 40, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity .icon[data-type$=_revoked_share]:before {
  content: "\7c";
}
/* line 44, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity .icon[data-type=quote_accepted]:before {
  content: "\6b";
}
/* line 48, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity .icon[data-type=quote_rejected]:before {
  content: "\6a";
}
/* line 52, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity .icon[data-type=invoice_paid]:before {
  content: "\e001";
}
/* line 56, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity .icon[data-type=pull_remote_documents]:before {
  content: "\e018";
}
/* line 60, /app/app/assets/stylesheets/decorations/lists/list_items/activity.scss */
.list-items .item.activity .icon[data-type=push_remote_documents]:before {
  content: "\7d";
}
/* line 2, /app/app/assets/stylesheets/decorations/lists/list_items/comment.scss */
.list-items .item.comment .title {
  font-size: 14px;
  max-width: none;
}
/* line 2, /app/app/assets/stylesheets/decorations/lists/list_items/cost_center.scss */
.item.cost-center .actions .icon {
  display: inline;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

@media (min-width: 1000px) {
  /* line 13, /app/app/assets/stylesheets/decorations/lists/list_items/document.scss */
  .list-items .item.document .subtitle {
    width: 450px;
  }
  /* line 17, /app/app/assets/stylesheets/decorations/lists/list_items/document.scss */
  .list-items .item.document .title {
    max-width: 55%;
  }
  /* line 19, /app/app/assets/stylesheets/decorations/lists/list_items/document.scss */
  .list-items .item.document .actions {
    top: 18px;
    right: 18px;
  }
  /* line 23, /app/app/assets/stylesheets/decorations/lists/list_items/document.scss */
  .list-items .item.document .actions .progress-bar {
    position: absolute;
    top: 23px;
    right: 240px;
    display: inline-block;
    margin-right: 25px;
    height: 5px;
    width: 140px;
    vertical-align: text-bottom;
  }
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 3, /app/app/assets/stylesheets/decorations/lists/list_items/document_placeholder.scss */
.list-items .item.document-placeholder {
  background: none;
  text-align: center;
  padding: 8px;
  margin-top: 5px;
  border: 2px dotted #BBB;
  height: 44px;
}
/* line 14, /app/app/assets/stylesheets/decorations/lists/list_items/document_placeholder.scss */
.list-items .item.document-placeholder .icon {
  top: 18px;
  font-size: 28px;
}
/* line 20, /app/app/assets/stylesheets/decorations/lists/list_items/document_placeholder.scss */
.list-items .item.document-placeholder .title {
  margin-top: 7px;
  font-style: italic;
  color: #BBB;
}
/* line 1, /app/app/assets/stylesheets/decorations/lists/list_items/faq.scss */
.list-items .item.faq {
  padding-left: 50px;
}
/* line 4, /app/app/assets/stylesheets/decorations/lists/list_items/faq.scss */
.list-items .item.faq a.collapsable-icon {
  top: 8px;
}
/* line 8, /app/app/assets/stylesheets/decorations/lists/list_items/faq.scss */
.list-items .item.faq .title {
  cursor: pointer;
  margin-right: 20px;
}
/* line 13, /app/app/assets/stylesheets/decorations/lists/list_items/faq.scss */
.list-items .item.faq .body {
  padding: 20px;
}
/* line 17, /app/app/assets/stylesheets/decorations/lists/list_items/faq.scss */
.list-items .item.faq .body ul li {
  text-indent: 0px;
  margin-bottom: 1em;
  list-style: initial;
  line-height: inherit;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 48, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items {
  padding: 0px 5px;
}
/* line 51, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item {
  position: relative;
  padding: 10px 15px;
  border: 1px solid #E2E2E2;
  border-bottom: 0px;
  background: #FFF;
  text-align: left;
}
/* line 60, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item:last-of-type {
  border-bottom: 1px solid #E2E2E2;
}
/* line 64, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .title {
  font-size: 115%;
  overflow: visible;
}
/* line 69, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .subtitle {
  font-size: 82%;
}
/* line 72, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .subtitle dt, .list-items .item .subtitle dd {
  display: inline-block;
  overflow: hidden;
  text-overlow: ellipsis;
  white-space: nowrap;
}
/* line 79, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .subtitle dt a + a:before, .list-items .item .subtitle dd a + a:before {
  content: ',';
  color: #444;
}
/* line 86, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .subtitle dt {
  width: 35%;
}
/* line 90, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .subtitle dd {
  width: 50%;
}
/* line 94, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .subtitle .half {
  vertical-align: top;
  display: inline-block;
  width: 49%;
}
/* line 101, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .title, .list-items .item .subtitle {
  max-width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/* line 107, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .title.subtitle, .list-items .item .subtitle.subtitle {
  margin-top: 7px;
}
/* line 112, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .actions, .list-items .item .state {
  position: absolute;
  top: 8px;
  right: 7px;
  font-size: 15px;
  text-align: right;
  white-space: nowrap;
}
/* line 123, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .actions .icon, .list-items .item .state .icon {
  font-size: 20px;
  margin-left: 0px;
}
/* line 128, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .actions .button, .list-items .item .state .button {
  margin-top: 3px;
  font-size: 12px;
}
/* line 133, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .actions.state, .list-items .item .state.state {
  right: 17px;
  color: #BBB;
}
/* line 138, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .actions.state.ok, .list-items .item .state.state.ok {
  color: #74af36;
}
/* line 142, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .actions.state.warning, .list-items .item .state.state.warning {
  color: #e74c3c;
}
/* line 146, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .actions.state.error, .list-items .item .state.state.error {
  color: #db0303;
}
/* line 152, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.indented {
  margin-left: 39px;
}
/* line 156, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable, .list-items .item.with-icon, .list-items .item.with-checkbox, .list-items .item.with-image {
  padding-left: 64px;
}
/* line 7, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable .icon.front, .list-items .item.collapsable .collapsable-icon, .list-items .item.with-icon .icon.front, .list-items .item.with-icon .collapsable-icon, .list-items .item.with-checkbox .icon.front, .list-items .item.with-checkbox .collapsable-icon, .list-items .item.with-image .icon.front, .list-items .item.with-image .collapsable-icon {
  position: absolute;
  top: 14px;
  left: 17px;
}
/* line 12, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable .icon.front.tt-globe, .list-items .item.collapsable .collapsable-icon.tt-globe, .list-items .item.with-icon .icon.front.tt-globe, .list-items .item.with-icon .collapsable-icon.tt-globe, .list-items .item.with-checkbox .icon.front.tt-globe, .list-items .item.with-checkbox .collapsable-icon.tt-globe, .list-items .item.with-image .icon.front.tt-globe, .list-items .item.with-image .collapsable-icon.tt-globe {
  top: 12px;
}
/* line 16, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable .icon.front.tt-text, .list-items .item.collapsable .collapsable-icon.tt-text, .list-items .item.with-icon .icon.front.tt-text, .list-items .item.with-icon .collapsable-icon.tt-text, .list-items .item.with-checkbox .icon.front.tt-text, .list-items .item.with-checkbox .collapsable-icon.tt-text, .list-items .item.with-image .icon.front.tt-text, .list-items .item.with-image .collapsable-icon.tt-text {
  top: 15px;
  font-size: 28px;
}
/* line 22, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable input, .list-items .item.with-icon input, .list-items .item.with-checkbox input, .list-items .item.with-image input {
  position: absolute;
  top: 23px;
  left: 24px;
}
/* line 28, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable .icon.front, .list-items .item.with-icon .icon.front, .list-items .item.with-checkbox .icon.front, .list-items .item.with-image .icon.front {
  font-size: 32px;
  color: #BBB;
}
/* line 32, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable .icon.front.ok, .list-items .item.with-icon .icon.front.ok, .list-items .item.with-checkbox .icon.front.ok, .list-items .item.with-image .icon.front.ok {
  color: #74af36;
}
/* line 36, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable .icon.front.error, .list-items .item.with-icon .icon.front.error, .list-items .item.with-checkbox .icon.front.error, .list-items .item.with-image .icon.front.error {
  color: #db0303;
}
/* line 41, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable .collapsable-icon, .list-items .item.with-icon .collapsable-icon, .list-items .item.with-checkbox .collapsable-icon, .list-items .item.with-image .collapsable-icon {
  top: 19px;
  left: 20px;
  font-size: 24px;
}
/* line 160, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.with-icon.collapsable {
  padding-left: 103px;
}
/* line 163, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.with-icon.collapsable .icon.front {
  left: 56px;
}
/* line 168, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.with-image {
  min-height: 48px;
}
/* line 171, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.with-image img.front {
  position: absolute;
  top: 13px;
  left: 10px;
  width: 43px;
  height: auto;
  max-height: 44px;
}
/* line 182, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.no-subtitle {
  padding-top: 21px;
  padding-bottom: 21px;
}
/* line 188, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.clickable:hover {
  background: #F8F8F8;
  cursor: pointer;
}
/* line 194, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.selected {
  margin: 4px -5px;
  background: #e8f6ff;
  border: 1px solid #10a9ff;
}
/* line 199, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.selected.clickable:hover {
  background: #e8f6ff;
}

@media (min-width: 1000px) {
  /* line 209, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
  .list-items .item .title, .list-items .item .subtitle, .list-items .item .actions {
    max-width: auto;
  }
  /* line 212, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
  .list-items .item .title.subtitle, .list-items .item .subtitle.subtitle, .list-items .item .actions.subtitle {
    margin-top: 0px;
  }
  /* line 218, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
  .list-items .item .subtitle dt, .list-items .item .subtitle dd {
    width: auto;
    overflow: hidden;
    text-overlow: ellipsis;
  }
  /* line 225, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
  .list-items .item .actions, .list-items .item .state {
    top: 19%;
    font-size: 17.25px;
  }
  /* line 229, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
  .list-items .item .actions .icon, .list-items .item .state .icon {
    font-size: 22px;
  }
  /* line 233, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
  .list-items .item .actions.state, .list-items .item .state.state {
    top: 19px;
  }
  /* line 237, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
  .list-items .item .actions .state, .list-items .item .state .state {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    margin-right: 0.62em;
  }
}
/* line 5, /app/app/assets/stylesheets/decorations/lists/list_items/invoice.scss */
.list-items .item.invoice {
  padding-left: 64px;
}
/* line 7, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.invoice .icon.front, .list-items .item.invoice .collapsable-icon {
  position: absolute;
  top: 14px;
  left: 17px;
}
/* line 12, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.invoice .icon.front.tt-globe, .list-items .item.invoice .collapsable-icon.tt-globe {
  top: 12px;
}
/* line 16, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.invoice .icon.front.tt-text, .list-items .item.invoice .collapsable-icon.tt-text {
  top: 15px;
  font-size: 28px;
}
/* line 22, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.invoice input {
  position: absolute;
  top: 23px;
  left: 24px;
}
/* line 28, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.invoice .icon.front {
  font-size: 32px;
  color: #BBB;
}
/* line 32, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.invoice .icon.front.ok {
  color: #74af36;
}
/* line 36, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.invoice .icon.front.error {
  color: #db0303;
}
/* line 41, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.invoice .collapsable-icon {
  top: 19px;
  left: 20px;
  font-size: 24px;
}
/* line 7, /app/app/assets/stylesheets/decorations/lists/list_items/invoice.scss */
.list-items .item.invoice .value, .list-items .item.invoice .state {
  display: inline-block;
}
/* line 11, /app/app/assets/stylesheets/decorations/lists/list_items/invoice.scss */
.list-items .item.invoice .value {
  margin-right: 0.5em;
}
/* line 16, /app/app/assets/stylesheets/decorations/lists/list_items/invoice.scss */
.list-items .item.invoice .state.paid {
  color: #74af36;
}
/* line 20, /app/app/assets/stylesheets/decorations/lists/list_items/invoice.scss */
.list-items .item.invoice .state.canceled {
  color: #db0303;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 48, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items {
  padding: 0px 5px;
}
/* line 51, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item {
  position: relative;
  padding: 10px 15px;
  border: 1px solid #E2E2E2;
  border-bottom: 0px;
  background: #FFF;
  text-align: left;
}
/* line 60, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item:last-of-type {
  border-bottom: 1px solid #E2E2E2;
}
/* line 64, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .title {
  font-size: 115%;
  overflow: visible;
}
/* line 69, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .subtitle {
  font-size: 82%;
}
/* line 72, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .subtitle dt, .list-items .item .subtitle dd {
  display: inline-block;
  overflow: hidden;
  text-overlow: ellipsis;
  white-space: nowrap;
}
/* line 79, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .subtitle dt a + a:before, .list-items .item .subtitle dd a + a:before {
  content: ',';
  color: #444;
}
/* line 86, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .subtitle dt {
  width: 35%;
}
/* line 90, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .subtitle dd {
  width: 50%;
}
/* line 94, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .subtitle .half {
  vertical-align: top;
  display: inline-block;
  width: 49%;
}
/* line 101, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .title, .list-items .item .subtitle {
  max-width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/* line 107, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .title.subtitle, .list-items .item .subtitle.subtitle {
  margin-top: 7px;
}
/* line 112, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .actions, .list-items .item .state {
  position: absolute;
  top: 8px;
  right: 7px;
  font-size: 15px;
  text-align: right;
  white-space: nowrap;
}
/* line 123, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .actions .icon, .list-items .item .state .icon {
  font-size: 20px;
  margin-left: 0px;
}
/* line 128, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .actions .button, .list-items .item .state .button {
  margin-top: 3px;
  font-size: 12px;
}
/* line 133, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .actions.state, .list-items .item .state.state {
  right: 17px;
  color: #BBB;
}
/* line 138, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .actions.state.ok, .list-items .item .state.state.ok {
  color: #74af36;
}
/* line 142, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .actions.state.warning, .list-items .item .state.state.warning {
  color: #e74c3c;
}
/* line 146, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item .actions.state.error, .list-items .item .state.state.error {
  color: #db0303;
}
/* line 152, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.indented {
  margin-left: 39px;
}
/* line 156, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable, .list-items .item.with-icon, .list-items .item.with-checkbox, .list-items .item.with-image {
  padding-left: 64px;
}
/* line 7, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable .icon.front, .list-items .item.collapsable .collapsable-icon, .list-items .item.with-icon .icon.front, .list-items .item.with-icon .collapsable-icon, .list-items .item.with-checkbox .icon.front, .list-items .item.with-checkbox .collapsable-icon, .list-items .item.with-image .icon.front, .list-items .item.with-image .collapsable-icon {
  position: absolute;
  top: 14px;
  left: 17px;
}
/* line 12, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable .icon.front.tt-globe, .list-items .item.collapsable .collapsable-icon.tt-globe, .list-items .item.with-icon .icon.front.tt-globe, .list-items .item.with-icon .collapsable-icon.tt-globe, .list-items .item.with-checkbox .icon.front.tt-globe, .list-items .item.with-checkbox .collapsable-icon.tt-globe, .list-items .item.with-image .icon.front.tt-globe, .list-items .item.with-image .collapsable-icon.tt-globe {
  top: 12px;
}
/* line 16, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable .icon.front.tt-text, .list-items .item.collapsable .collapsable-icon.tt-text, .list-items .item.with-icon .icon.front.tt-text, .list-items .item.with-icon .collapsable-icon.tt-text, .list-items .item.with-checkbox .icon.front.tt-text, .list-items .item.with-checkbox .collapsable-icon.tt-text, .list-items .item.with-image .icon.front.tt-text, .list-items .item.with-image .collapsable-icon.tt-text {
  top: 15px;
  font-size: 28px;
}
/* line 22, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable input, .list-items .item.with-icon input, .list-items .item.with-checkbox input, .list-items .item.with-image input {
  position: absolute;
  top: 23px;
  left: 24px;
}
/* line 28, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable .icon.front, .list-items .item.with-icon .icon.front, .list-items .item.with-checkbox .icon.front, .list-items .item.with-image .icon.front {
  font-size: 32px;
  color: #BBB;
}
/* line 32, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable .icon.front.ok, .list-items .item.with-icon .icon.front.ok, .list-items .item.with-checkbox .icon.front.ok, .list-items .item.with-image .icon.front.ok {
  color: #74af36;
}
/* line 36, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable .icon.front.error, .list-items .item.with-icon .icon.front.error, .list-items .item.with-checkbox .icon.front.error, .list-items .item.with-image .icon.front.error {
  color: #db0303;
}
/* line 41, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.collapsable .collapsable-icon, .list-items .item.with-icon .collapsable-icon, .list-items .item.with-checkbox .collapsable-icon, .list-items .item.with-image .collapsable-icon {
  top: 19px;
  left: 20px;
  font-size: 24px;
}
/* line 160, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.with-icon.collapsable {
  padding-left: 103px;
}
/* line 163, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.with-icon.collapsable .icon.front {
  left: 56px;
}
/* line 168, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.with-image {
  min-height: 48px;
}
/* line 171, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.with-image img.front {
  position: absolute;
  top: 13px;
  left: 10px;
  width: 43px;
  height: auto;
  max-height: 44px;
}
/* line 182, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.no-subtitle {
  padding-top: 21px;
  padding-bottom: 21px;
}
/* line 188, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.clickable:hover {
  background: #F8F8F8;
  cursor: pointer;
}
/* line 194, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.selected {
  margin: 4px -5px;
  background: #e8f6ff;
  border: 1px solid #10a9ff;
}
/* line 199, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
.list-items .item.selected.clickable:hover {
  background: #e8f6ff;
}

@media (min-width: 1000px) {
  /* line 209, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
  .list-items .item .title, .list-items .item .subtitle, .list-items .item .actions {
    max-width: auto;
  }
  /* line 212, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
  .list-items .item .title.subtitle, .list-items .item .subtitle.subtitle, .list-items .item .actions.subtitle {
    margin-top: 0px;
  }
  /* line 218, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
  .list-items .item .subtitle dt, .list-items .item .subtitle dd {
    width: auto;
    overflow: hidden;
    text-overlow: ellipsis;
  }
  /* line 225, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
  .list-items .item .actions, .list-items .item .state {
    top: 19%;
    font-size: 17.25px;
  }
  /* line 229, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
  .list-items .item .actions .icon, .list-items .item .state .icon {
    font-size: 22px;
  }
  /* line 233, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
  .list-items .item .actions.state, .list-items .item .state.state {
    top: 19px;
  }
  /* line 237, /app/app/assets/stylesheets/decorations/lists/list_items/items.scss */
  .list-items .item .actions .state, .list-items .item .state .state {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    margin-right: 0.62em;
  }
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 6, /app/app/assets/stylesheets/decorations/lists/list_items/order.scss */
.list-items .item.order .progress-bar {
  display: block;
  margin-top: 0px;
  height: 5px;
  width: auto;
}

@media (min-width: 1000px) {
  /* line 19, /app/app/assets/stylesheets/decorations/lists/list_items/order.scss */
  .list-items .item.order .progress-bar {
    position: absolute;
    top: 41px;
    right: 21px;
    height: 5px;
    width: 140px;
  }
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/decorations/lists/list_items/project.scss */
.list-items .item.project integrationicon {
  position: absolute;
  top: 27px;
  left: 28px;
}
/* line 9, /app/app/assets/stylesheets/decorations/lists/list_items/project.scss */
.list-items .item.project integrationicon .icon {
  font-size: 16px;
  color: #999;
}
/* line 13, /app/app/assets/stylesheets/decorations/lists/list_items/project.scss */
.list-items .item.project integrationicon .icon.tt-cart {
  margin-top: -2px;
}
/* line 2, /app/app/assets/stylesheets/decorations/lists/list_items/project_locale.css.scss */
.list-items .item.project-locale .progress-bar {
  width: 175px;
  margin-top: 28px;
  margin-right: 20px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 6, /app/app/assets/stylesheets/decorations/lists/list_items/quote.scss */
.list-items .item.quote .title {
  white-space: nowrap;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string .title {
  line-height: 1.35em;
  max-width: 100%;
  font-size: 16px;
}
/* line 10, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string .checks, .list-items .item.string .similarity {
  position: absolute;
  bottom: 5px;
  right: 13px;
}
/* line 15, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string .checks.similarity, .list-items .item.string .checks .icon, .list-items .item.string .similarity.similarity, .list-items .item.string .similarity .icon {
  font-size: 18px;
}
/* line 18, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string .checks.similarity.ok, .list-items .item.string .checks .icon.ok, .list-items .item.string .similarity.similarity.ok, .list-items .item.string .similarity .icon.ok {
  color: #74af36;
}
/* line 22, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string .checks.similarity.warning, .list-items .item.string .checks .icon.warning, .list-items .item.string .similarity.similarity.warning, .list-items .item.string .similarity .icon.warning {
  color: #a19802;
}
/* line 26, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string .checks.similarity.failure, .list-items .item.string .checks .icon.failure, .list-items .item.string .similarity.similarity.failure, .list-items .item.string .similarity .icon.failure {
  color: #db0303;
}
/* line 30, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string .checks.similarity.action, .list-items .item.string .checks .icon.action, .list-items .item.string .similarity.similarity.action, .list-items .item.string .similarity .icon.action {
  color: #BBB;
}
/* line 34, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string .checks.similarity.similarity, .list-items .item.string .checks .icon.similarity, .list-items .item.string .similarity.similarity.similarity, .list-items .item.string .similarity .icon.similarity {
  bottom: 9px;
}
/* line 37, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string .checks.similarity.similarity .label, .list-items .item.string .checks .icon.similarity .label, .list-items .item.string .similarity.similarity.similarity .label, .list-items .item.string .similarity .icon.similarity .label {
  font-size: 12px;
  color: #999;
}
/* line 42, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string .checks.similarity.similarity .value, .list-items .item.string .checks .icon.similarity .value, .list-items .item.string .similarity.similarity.similarity .value, .list-items .item.string .similarity .icon.similarity .value {
  font-size: 14px;
  font-weight: bold;
}
/* line 50, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string .actions {
  top: 30%;
  right: 36px;
}
/* line 56, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string.selected .checks {
  right: 18px;
}
/* line 62, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string.deprecated .title {
  text-decoration: line-through;
}
/* line 69, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string.similarity-ok .subtitle, .list-items .item.string.similarity-warning .subtitle, .list-items .item.string.similarity-error .subtitle {
  padding-left: 16px;
}
/* line 73, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string.similarity-ok .title, .list-items .item.string.similarity-warning .title, .list-items .item.string.similarity-error .title {
  padding-left: 13px;
  border-left: 3px solid;
}
/* line 80, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string.similarity-ok .title {
  border-color: #74af36;
  color: #538e15;
}
/* line 85, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string.similarity-ok .similarity .value {
  color: #74af36;
}
/* line 91, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string.similarity-warning .title {
  border-color: #c8bc01;
  color: #a19802;
}
/* line 96, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string.similarity-warning .similarity .value {
  color: #a19802;
}
/* line 102, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string.similarity-error .title {
  border-color: #db0303;
  color: #db0303;
}
/* line 107, /app/app/assets/stylesheets/decorations/lists/list_items/string.css.scss */
.list-items .item.string.similarity-error .similarity .value {
  color: #db0303;
}
/* line 2, /app/app/assets/stylesheets/decorations/lists/list_items/team.scss */
.list-items .item.team .icon.front {
  left: 16px;
  font-size: 32px;
}
/* line 2, /app/app/assets/stylesheets/decorations/lists/list_items/user.scss */
.list-items .item.user .icon.front {
  top: 14px;
  left: 18px;
  font-size: 30px;
}

/* line 10, /app/app/assets/stylesheets/decorations/lists/list_items/user.scss */
.assigned-employee img {
  width: 60px;
}
/* line 14, /app/app/assets/stylesheets/decorations/lists/list_items/user.scss */
.assigned-employee .contact-details {
  float: left;
}
/* line 17, /app/app/assets/stylesheets/decorations/lists/list_items/user.scss */
.assigned-employee .contact-details .email, .assigned-employee .contact-details .phone {
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 3, /app/app/assets/stylesheets/decorations/lists/ul.scss */
ul.grid {
  display: block;
  border-top: 1px solid #EEE;
  border-right: 1px solid #EEE;
  padding-left: 0px;
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: hidden;
}
/* line 15, /app/app/assets/stylesheets/decorations/lists/ul.scss */
ul.grid li {
  float: left;
  width: 31.6%;
  margin: 0px;
  padding: 5px 5px 5px 10px;
  text-indent: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #EEE;
  border-top: 0px;
  border-right: 0px;
}
/* line 33, /app/app/assets/stylesheets/decorations/lists/ul.scss */
ul.grid li span.icon {
  display: inline-block;
  width: 50px;
  margin-right: 7px;
  background: #007cc2;
  color: #FFF;
  font-size: 80%;
  font-weight: bold;
  line-height: 1.45em;
  text-align: center;
  text-transform: uppercase;
}

/* line 56, /app/app/assets/stylesheets/decorations/lists/ul.scss */
ul li.box, ul li.indented {
  position: relative;
  line-height: 1.9em;
  padding-left: 20px;
  text-indent: 0px;
  margin-bottom: 1.2em;
}
/* line 64, /app/app/assets/stylesheets/decorations/lists/ul.scss */
ul li.box.box:before, ul li.indented.box:before {
  position: absolute;
  top: 1px;
  left: 0px;
  font-family: "toptranslation-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "*";
  color: #74af36;
  font-size: 90%;
  padding-right: 5px;
}

/* line 87, /app/app/assets/stylesheets/decorations/lists/ul.scss */
ul.select-box {
  position: relative;
  width: 100%;
  padding: 2px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  display: inline-block;
}
/* line 98, /app/app/assets/stylesheets/decorations/lists/ul.scss */
ul.select-box:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
/* line 102, /app/app/assets/stylesheets/decorations/lists/ul.scss */
ul.select-box li {
  text-indent: 10px;
  line-height: 1.5em;
  padding: 5px;
}
/* line 108, /app/app/assets/stylesheets/decorations/lists/ul.scss */
ul.select-box li.prompt {
  text-indent: 0px;
}
/* line 112, /app/app/assets/stylesheets/decorations/lists/ul.scss */
ul.select-box li.prompt:after {
  content: ")";
  font-family: "toptranslation-icons";
  font-weight: 600;
  vertical-align: bottom;
  margin-left: 10px;
  float: right;
}
/* line 123, /app/app/assets/stylesheets/decorations/lists/ul.scss */
ul.select-box .list {
  display: none;
  position: absolute;
  top: 2em;
  left: 0px;
  height: 190px;
  width: 200px;
  overflow: scroll;
  z-index: 1000;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 3, /app/app/assets/stylesheets/decorations/pagination.scss */
.pagination {
  margin-top: 10px;
}
/* line 6, /app/app/assets/stylesheets/decorations/pagination.scss */
.pagination a {
  padding: 6px 11px;
  background: #FFF;
  border: 1px solid #E2E2E2;
}
/* line 11, /app/app/assets/stylesheets/decorations/pagination.scss */
.pagination .active > a {
  color: #fff;
  background-color: #007cc2;
}
/* line 16, /app/app/assets/stylesheets/decorations/pagination.scss */
.pagination ul li {
  display: inline;
}
/* line 1, /app/app/assets/stylesheets/decorations/people/member.scss */
.member {
  position: relative;
  padding: 65px 0px 0px 140px;
  margin-bottom: 80px;
}
/* line 7, /app/app/assets/stylesheets/decorations/people/member.scss */
.member .name {
  font-weight: bold;
}
/* line 11, /app/app/assets/stylesheets/decorations/people/member.scss */
.member .face, .member .signature {
  position: absolute;
}
/* line 14, /app/app/assets/stylesheets/decorations/people/member.scss */
.member .face.face, .member .signature.face {
  top: 0px;
  left: 0px;
  width: 120px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 6, /app/app/assets/stylesheets/decorations/people/vcard.scss */
.vcard {
  text-align: center;
}
/* line 9, /app/app/assets/stylesheets/decorations/people/vcard.scss */
.vcard img.face {
  width: 150px;
}
@media (min-width: 1000px) {
  /* line 6, /app/app/assets/stylesheets/decorations/people/vcard.scss */
  .vcard {
    position: relative;
    display: inline-block;
    width: 945px;
    min-height: 150px;
  }
  /* line 19, /app/app/assets/stylesheets/decorations/people/vcard.scss */
  .vcard img.face {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 140px;
    border: 2px solid #FFF;
  }
  /* line 29, /app/app/assets/stylesheets/decorations/people/vcard.scss */
  .vcard .name {
    margin-top: 0px;
    margin-left: 200px;
    text-align: left;
    font-size: 20px;
  }
  /* line 37, /app/app/assets/stylesheets/decorations/people/vcard.scss */
  .vcard .name .label {
    font-size: 24px;
  }
  /* line 41, /app/app/assets/stylesheets/decorations/people/vcard.scss */
  .vcard .name .signature {
    margin-top: 20px;
    height: 32px;
  }
  /* line 45, /app/app/assets/stylesheets/decorations/people/vcard.scss */
  .vcard .name .signature.ariadne {
    height: 42px;
  }
  /* line 51, /app/app/assets/stylesheets/decorations/people/vcard.scss */
  .vcard .options {
    position: absolute;
    top: 2px;
    right: 75px;
    font-size: 16px;
  }
  /* line 58, /app/app/assets/stylesheets/decorations/people/vcard.scss */
  .vcard .options .button {
    font-size: 16px;
  }
  /* line 62, /app/app/assets/stylesheets/decorations/people/vcard.scss */
  .vcard .options .phone, .vcard .options .mail {
    font-weight: 600;
  }
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 3, /app/app/assets/stylesheets/decorations/progress.scss */
.progress-bar {
  position: relative;
  background: #EEE;
  height: 2px;
}
/* line 9, /app/app/assets/stylesheets/decorations/progress.scss */
.progress-bar .bar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background: #74af36;
  font-size: 0px;
}
/* line 19, /app/app/assets/stylesheets/decorations/progress.scss */
.progress-bar .bar .subbar {
  display: inline-block;
  height: 100%;
}
/* line 23, /app/app/assets/stylesheets/decorations/progress.scss */
.progress-bar .bar .subbar.ok {
  background: #74af36;
}
/* line 27, /app/app/assets/stylesheets/decorations/progress.scss */
.progress-bar .bar .subbar.warning {
  background: #c8bc01;
}
/* line 31, /app/app/assets/stylesheets/decorations/progress.scss */
.progress-bar .bar .subbar.danger {
  background: #c20a0a;
}
/* line 37, /app/app/assets/stylesheets/decorations/progress.scss */
.progress-bar .value {
  position: absolute;
  top: -27px;
  right: 0px;
  color: #999;
  font-size: 110%;
}
/* line 46, /app/app/assets/stylesheets/decorations/progress.scss */
.progress-bar .value .label {
  color: #999;
  font-size: 75%;
}

/* line 53, /app/app/assets/stylesheets/decorations/progress.scss */
.progress-circle {
  position: relative;
  display: inline-block;
  width: 150px;
}
/* line 59, /app/app/assets/stylesheets/decorations/progress.scss */
.progress-circle canvas {
  width: 100%;
}
/* line 63, /app/app/assets/stylesheets/decorations/progress.scss */
.progress-circle .label {
  position: absolute;
  top: 29.5%;
  left: 0.2em;
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-weight: 100;
  color: #666;
}
/* line 75, /app/app/assets/stylesheets/decorations/progress.scss */
.progress-circle .label .small {
  display: inline-block;
  font-size: 60%;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 5, /app/app/assets/stylesheets/decorations/quote.scss */
.quote {
  text-align: center;
}
/* line 8, /app/app/assets/stylesheets/decorations/quote.scss */
.quote p {
  font-size: 125%;
  line-height: 1.5em;
}
/* line 13, /app/app/assets/stylesheets/decorations/quote.scss */
.quote .customer-logo {
  margin-bottom: 30px;
}
/* line 16, /app/app/assets/stylesheets/decorations/quote.scss */
.quote .customer-logo img {
  height: 70px;
  width: auto;
  max-width: 200px;
}
/* line 23, /app/app/assets/stylesheets/decorations/quote.scss */
.quote .author {
  font-size: 85%;
}
/* line 27, /app/app/assets/stylesheets/decorations/quote.scss */
.quote .case-study-link {
  margin-top: 50px;
}
/* line 31, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.side, .quote.inline {
  text-align: left;
  border-left: 5px solid #007cc2;
  padding-left: 17px;
}
/* line 37, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.boxed {
  position: relative;
  padding: 20px;
  background: #F8F8F8;
  display: inline-block;
}
/* line 43, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.boxed img.face {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 75px;
}
/* line 51, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.boxed .header {
  position: relative;
  border-bottom: 2px solid #FFF;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 100px;
  text-align: left;
}
/* line 61, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.boxed .header img.logo {
  position: relative;
  width: 90px;
  height: auto;
  margin-top: 10px;
}
/* line 68, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.boxed .header img.logo.wide {
  width: 140px;
}
/* line 73, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.boxed .header .author {
  color: #007cc2;
  font-size: 24px;
}
/* line 79, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.boxed p {
  line-height: 1.75em;
  font-size: 100%;
}
@media (min-width: 1000px) {
  /* line 37, /app/app/assets/stylesheets/decorations/quote.scss */
  .quote.boxed {
    padding: 20px 20px 20px 150px;
    width: 500px;
    text-align: left;
  }
  /* line 90, /app/app/assets/stylesheets/decorations/quote.scss */
  .quote.boxed .header {
    padding-left: 0px;
    padding-right: 120px;
  }
  /* line 95, /app/app/assets/stylesheets/decorations/quote.scss */
  .quote.boxed img.face {
    top: 25px;
    left: 25px;
    width: 96px;
  }
  /* line 103, /app/app/assets/stylesheets/decorations/quote.scss */
  .quote.boxed .header img.logo {
    position: absolute;
    bottom: 20px;
    right: 10px;
    margin-top: 0px;
  }
  /* line 111, /app/app/assets/stylesheets/decorations/quote.scss */
  .quote.boxed .header img.logo.wide {
    width: 110px;
  }
}
/* line 119, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.side {
  font-size: 113%;
}
/* line 123, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.inline {
  font-size: 153%;
  margin: 4em 1.7em;
  font-style: italic;
}
/* line 128, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.inline .author {
  font-style: normal;
  margin-top: 12px;
  font-size: 65%;
}
/* line 134, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.inline.right {
  margin: 0px 0px 2em 2.5em;
  float: right;
  width: 35%;
}
/* line 140, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.inline.left {
  margin: 0px 2.5em 2em 0px;
  float: left;
  width: 35%;
}
/* line 147, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.bubble {
  position: relative;
  background: #007cc2;
  color: #FFF;
  text-align: left;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 50px;
}
/* line 158, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.bubble :after {
  position: absolute;
  bottom: -30px;
  left: 60px;
  width: 60px;
  height: 30px;
  background-image: url(/assets/quotes/left_arrow_blue-1aa3d80ea42e5a14667e9154fbf5e7adab7c54a50929c0b0f8a85332ae0199c6.png);
  content: " ";
}
/* line 171, /app/app/assets/stylesheets/decorations/quote.scss */
.quote.bubble .text {
  font-size: 29px;
  line-height: 1.35em;
}
/* line 178, /app/app/assets/stylesheets/decorations/quote.scss */
.quote .actions .icon, .quote .actions .value {
  display: inline;
}
/* line 183, /app/app/assets/stylesheets/decorations/quote.scss */
.quote .actions .state.accepted {
  color: #74af36;
}
/* line 187, /app/app/assets/stylesheets/decorations/quote.scss */
.quote .actions .state.rejected {
  color: #db0303;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 3, /app/app/assets/stylesheets/decorations/seperator.scss */
.seperator-line {
  width: 100%;
  display: inline-block;
  margin: 40px 0px 40px 0px;
}
/* line 9, /app/app/assets/stylesheets/decorations/seperator.scss */
.seperator-line.white {
  border-top: 1px solid #FFF;
}
/* line 13, /app/app/assets/stylesheets/decorations/seperator.scss */
.seperator-line.blue {
  border-top: 1px solid #007cc2;
}
/* line 17, /app/app/assets/stylesheets/decorations/seperator.scss */
.seperator-line.light-grey {
  border-top: 1px solid #E2E2E2;
}
/* line 21, /app/app/assets/stylesheets/decorations/seperator.scss */
.seperator-line.with-space {
  margin: 150px 15%;
  width: 70%;
}
/* line 26, /app/app/assets/stylesheets/decorations/seperator.scss */
.seperator-line.full-margin {
  margin: 100px 0px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 6, /app/app/assets/stylesheets/decorations/sequence.css.scss */
.sequence {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 43px;
  padding-bottom: 30px;
  text-align: center !important;
  color: #007cc2;
}
/* line 16, /app/app/assets/stylesheets/decorations/sequence.css.scss */
.sequence .icon {
  position: absolute;
  width: 100%;
  top: 0px;
  font-size: 45px;
}
/* line 24, /app/app/assets/stylesheets/decorations/sequence.css.scss */
.sequence .label {
  margin-top: 20px;
  font-weight: bold;
}
/* line 30, /app/app/assets/stylesheets/decorations/sequence.css.scss */
.sequence.left-top-to-left-bottom:after, .sequence.left-to-right-bottom:after, .sequence.left-top-to-right-bottom:after, .sequence.right-top-to-left-bottom:after, .sequence.right-to-left-bottom:after {
  position: absolute;
  bottom: 0px;
  width: 2px;
  height: 24px;
  content: '';
  background-image: url(/assets/arrows/line-52ca07125b0f113d7515e33d02d2e81c3374fe98adb0308ce8f29b3610968ec8.png);
}

@media (min-width: 1000px) {
  /* line 44, /app/app/assets/stylesheets/decorations/sequence.css.scss */
  .sequence {
    width: 430px;
    padding-bottom: 50px;
    padding-top: 0px;
  }
  /* line 49, /app/app/assets/stylesheets/decorations/sequence.css.scss */
  .sequence .icon {
    top: 5px;
    left: -60px;
    width: auto;
  }
  /* line 55, /app/app/assets/stylesheets/decorations/sequence.css.scss */
  .sequence:after {
    position: absolute;
    bottom: 0px;
    width: 443px;
    height: 37px;
  }
  /* line 63, /app/app/assets/stylesheets/decorations/sequence.css.scss */
  .sequence.left-top-to-left-bottom:after {
    position: absolute;
    bottom: -5px;
    left: -39px;
    width: 3px;
    height: 35px;
    content: '';
    background-image: url(/assets/arrows/line-52ca07125b0f113d7515e33d02d2e81c3374fe98adb0308ce8f29b3610968ec8.png);
  }
  /* line 76, /app/app/assets/stylesheets/decorations/sequence.css.scss */
  .sequence.left-to-right-bottom:after {
    position: absolute;
    bottom: 0px;
    right: -40px;
    width: 443px;
    height: 37px;
    content: '';
    background-image: url(/assets/arrows/left_to_right_bottom-1f7bbf7482c81f407a27a7fde87e6028e02b6da8010c89d5bc4db487c9b9e572.png);
  }
  /* line 88, /app/app/assets/stylesheets/decorations/sequence.css.scss */
  .sequence.left-top-to-right-bottom {
    padding-bottom: 100px;
  }
  /* line 91, /app/app/assets/stylesheets/decorations/sequence.css.scss */
  .sequence.left-top-to-right-bottom:after {
    position: absolute;
    bottom: 0px;
    right: -40px;
    width: 509px;
    height: 72px;
    content: '';
    background-image: url(/assets/arrows/left_top_to_right_bottom-798473f0ea6c5e89988f66c2cc73cdc05543954bbd3f5ba191dc329d226a04a8.png);
  }
  /* line 103, /app/app/assets/stylesheets/decorations/sequence.css.scss */
  .sequence.right-top-to-left-bottom {
    padding-bottom: 100px;
  }
  /* line 106, /app/app/assets/stylesheets/decorations/sequence.css.scss */
  .sequence.right-top-to-left-bottom .icon {
    left: auto;
    right: -60px;
  }
  /* line 111, /app/app/assets/stylesheets/decorations/sequence.css.scss */
  .sequence.right-top-to-left-bottom:after {
    position: absolute;
    bottom: 0px;
    left: -40px;
    width: 509px;
    height: 72px;
    content: '';
    background-image: url(/assets/arrows/right_top_to_left_bottom-69d2461eba4a80d9531f191cbd478200ba756011afb1e7f261456b2b3efef8c1.png);
  }
  /* line 124, /app/app/assets/stylesheets/decorations/sequence.css.scss */
  .sequence.right-to-left-bottom .icon {
    left: auto;
    right: -60px;
  }
  /* line 129, /app/app/assets/stylesheets/decorations/sequence.css.scss */
  .sequence.right-to-left-bottom:after {
    position: absolute;
    bottom: 0px;
    left: -40px;
    width: 443px;
    height: 37px;
    background-image: url(/assets/arrows/right_top_to_left_bottom-69d2461eba4a80d9531f191cbd478200ba756011afb1e7f261456b2b3efef8c1.png);
  }
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

@-moz-keyframes tt-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tt-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tt-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
/* line 4, /app/app/assets/stylesheets/decorations/spinner.scss */
.loading-spinner {
  -moz-animation: tt-spinner 850ms infinite linear;
  -webkit-animation: tt-spinner 850ms infinite linear;
  animation: tt-spinner 850ms infinite linear;
  border: 3px solid #007cc2;
  border-right-color: transparent !important;
  border-radius: 16px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 1.2em;
  height: 1.2em;
  vertical-align: text-top;
  margin-right: 0.35em;
  border-color: #E2E2E2;
  font-size: 140%;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/decorations/switcher.scss */
.switcher {
  text-align: center;
  white-space: nowrap;
}
/* line 8, /app/app/assets/stylesheets/decorations/switcher.scss */
.switcher a {
  display: inline-block;
  border: 1px solid #E2E2E2;
  border-left: 0px;
  padding: 8px 18px;
  color: #007cc2;
  font-size: 100%;
  margin: 0px;
  margin-right: -4px;
  cursor: pointer;
}
/* line 22, /app/app/assets/stylesheets/decorations/switcher.scss */
.switcher a.active, .switcher a:hover {
  background: #EEE;
  color: #007cc2;
}
/* line 28, /app/app/assets/stylesheets/decorations/switcher.scss */
.switcher a:last-of-type {
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 3px 3px 0px;
}
/* line 32, /app/app/assets/stylesheets/decorations/switcher.scss */
.switcher a:first-of-type {
  border-left: 1px solid #E2E2E2;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0px 0px 3px;
}
/* line 39, /app/app/assets/stylesheets/decorations/switcher.scss */
.switcher.small a {
  padding: 5px 12px;
  font-size: 13px;
}
@charset "UTF-8";
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 7, /app/app/assets/stylesheets/decorations/teaser.scss */
section.teaser.with-bottom-heading h1 {
  margin-bottom: 0px;
}
@media (min-width: 0) and (max-width: 999px) {
  /* line 6, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser {
    background-image: none !important;
  }
}
@media (min-width: 1000px) {
  /* line 6, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser {
    background: none;
    background-width: 100%;
    background-repeat: no-repeat;
    background-position: 0 0 !important;
    background-size: cover !important;
    margin: 0px auto !important;
    height: 400px;
  }
  /* line 28, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser.with-bottom-heading {
    background: #FFF;
  }
  /* line 31, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser.with-bottom-heading .content {
    height: 100%;
  }
  /* line 35, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser.with-bottom-heading h1 {
    position: absolute;
    bottom: -50px;
    left: 50px;
    padding: 10px 35px;
    margin-bottom: 0px;
    color: #FFF;
    background: rgba(0, 124, 194, 0.92);
  }
  /* line 46, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser.with-bottom-heading h1.unindented {
    left: 0px;
  }
  /* line 52, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background]:after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #FFF;
    background: rgba(0, 4, 32, 0.45);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    padding: 3px 7px;
    font-weight: 600;
    font-size: 11px;
  }
  /* line 68, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=code] {
    background-image: url(/assets/teaser/code-571b8eac3ad6a93d448b767bf1f2651a75549457bcde95adf8e70745bd4bc4b0.jpg);
  }
  /* line 71, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=code]:after {
    content: '© Elliott Cable - Ruby ruby, 2008';
  }
  /* line 76, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=tourism] {
    background-image: url(/assets/teaser/tourism-c694533a438d4001dc7990f86ba72daa421770b60603b06fe7d5be42bd10ff69.jpg);
  }
  /* line 80, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=health_care] {
    background-image: url(/assets/teaser/health_care-0b7f92457eaca25d049f4aad2e0c5184e8b36a6cf492649f32b1255310af8204.jpg);
  }
  /* line 84, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=science] {
    background-image: url(/assets/teaser/science-266f14894dd471615c05c92ace10cb6649986f176e6c795b37a2fb21496cda6c.jpg);
  }
  /* line 87, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=science]:after {
    content: '© Idaho National Laboratory - Biotechnology Research, 2004';
  }
  /* line 92, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=energy] {
    background-image: url(/assets/teaser/energy-edf625564bd107538a7fbf783d485db0c7c85f40cca6a252ad20067773bc388a.jpg);
  }
  /* line 95, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=energy]:after {
    content: '© Damien McMahon - Energy Field, 2008';
  }
  /* line 100, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=finance] {
    background-image: url(/assets/teaser/finance-30667d885dbe34f027c9bcf55575051f6b145353455d4e7172366fa0640746ad.jpg);
  }
  /* line 103, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=finance]:after {
    content: '© Allan Ajifo - Forex, 2014';
  }
  /* line 108, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=engineering] {
    background-image: url(/assets/teaser/engineering-5077813e6309c60c78b227eb0a5035969ee4cc31ed027cce9dd289a9f4a6af76.jpg);
  }
  /* line 111, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=engineering]:after {
    content: '© Faisal Akram - Man at Work, 2009';
  }
  /* line 116, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=insurance] {
    background-image: url(/assets/teaser/insurance-d5fe23e584415bcce0a4f1080b494729861a3772c8bfcf9fcc4bff3547a815f2.jpg);
  }
  /* line 119, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=insurance]:after {
    content: '© Alan Cleaver - insurance, 2009';
  }
  /* line 124, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=marketing] {
    background-image: url(/assets/teaser/marketing-637ab262f49757d1fa0f310907ac5a60bffa9a584240912d8afb69fa548817ab.jpg);
  }
  /* line 127, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=marketing]:after {
    content: '© MsSaraKelly - Times Square Crossing, 2014';
  }
  /* line 132, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=publishing] {
    background-image: url(/assets/teaser/publishing-4131a811d651bc8a2ad06317c95bd011d87b482cdf5228e1a276e6b7198fac14.jpg);
  }
  /* line 135, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=publishing]:after {
    content: '© Mückenschwein Verlag Stralsund - Zugvoegel 4, 2009';
  }
  /* line 140, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=hamburg] {
    background-image: url(/assets/teaser/hamburg-80c43f543775bdfa9020a0dbd2bd794f3e3b86044241a5c85c6aae7620d02a4a.jpg);
  }
  /* line 143, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=hamburg]:after {
    content: '© fRandi-Shooters - Millions of lights, 2011';
  }
  /* line 148, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=stefan] {
    background-image: url(/assets/teaser/stefan-99f94f48115d9f7262c1d24c1b200b91818f9642c40164a6bb0e3e3a694a66a9.jpg);
  }
  /* line 152, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=legal] {
    background-image: url(/assets/teaser/legal-72280a25fa6be86e36ff73e55abce1ce23f08141850b3fc58dc76f610ef5ae53.jpg);
  }
  /* line 155, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=legal]:after {
    content: '© Dennis Skley, 2014';
  }
  /* line 160, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=public_sector] {
    background-image: url(/assets/teaser/public_sector-ae5c1038aa93e3acd59205a8f2e53a2bdcbe3d1400b99fa795b9ed8895776dc8.jpg);
  }
  /* line 163, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=public_sector]:after {
    content: '© Patrik Goethe, 2015';
  }
  /* line 168, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=transport] {
    background-image: url(/assets/teaser/transport-0ef7cb66865b414f76da31e48c04a7e71286bf5db2fad39baaf2266e0747c6a3.jpg);
  }
  /* line 171, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=transport]:after {
    content: '© tsuna72 - Containers, 2011';
  }
  /* line 176, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=paulina] {
    background-image: url(/images/teaser/paulina_neu);
  }
  /* line 180, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=consumer_goods] {
    background-image: url(/assets/teaser/consumer_goods-6561b5792f3b9897baff74316368e4da8b362c09d9dd1b6ce6a80a6a2affcbfa.jpg);
  }
  /* line 184, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=lounge] {
    background-image: url(/assets/teaser/lounge-af86aef7a80e4f1df7c898972ac38719770a56b0eb46220b5a3e0862f651350d.jpg);
  }
  /* line 188, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=lounge2] {
    background-image: url(/assets/teaser/pause-62a2eac9037ed47aad2769601e920414af3ab0962fc486a23271b33eb0c09615.jpg);
  }
  /* line 192, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=conference_room] {
    background-image: url(/assets/teaser/konfi-70d0b5d657a4fd918d7372837747371dcfac55c2594e4b9dbdfd870be08c57b6.jpg);
  }
  /* line 196, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=xpresso] {
    height: 500px;
    background-image: url(/assets/teaser/xpresso-19fea1ed6539031f503b5039a381e32ef55293f23e925c7840ec377320a97227.jpg);
  }
  /* line 201, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=xpresso_2] {
    height: 500px;
    background-image: url(/assets/teaser/xpresso_2-645fecf4bc9d3844c1ed0f76af3c20b39537303cf54e88b4903ec71ed125bb88.jpg);
  }
  /* line 205, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=xpresso_2]:after {
    content: '© Rula Sibai, 2015';
  }
  /* line 210, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=lexeri] {
    height: 500px;
    background-image: url(/assets/teaser/lexeri-1cc4eca0163c49aa425c9e814e6a5122bb0337f65ec2f20a2b593b3c3889c15b.jpg);
  }
  /* line 215, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=run] {
    background-image: url(/assets/teaser/run-71506dee93280e7a4a39ffa6faad3631d3a88f87a95a9ea4da81ecbae879b10e.jpg);
  }
  /* line 218, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=run]:after {
    content: '© Witters, 2015';
  }
  /* line 223, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=whitepaper] {
    background-image: url(/assets/teaser/whitepaper-27f431cf655cdc1870bda06934c05b71d9fcb504b9a6b2192b2a23077eb38b4a.jpg);
  }
  /* line 226, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=whitepaper]:after {
    content: '© Luis Llerena, 2015';
  }
  /* line 231, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=xmas] {
    background-image: url(/assets/teaser/xmas-9497ccc970d45e201da723a7a5133ee56539b4382a1cf32d4d665208bf515fd2.jpg);
  }
  /* line 234, /app/app/assets/stylesheets/decorations/teaser.scss */
  section.teaser[data-background=xmas]:after {
    content: '© Łukasz Dec, 2015';
  }
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 5, /app/app/assets/stylesheets/decorations/tiles/base.scss */
.tile {
  display: block;
  vertical-align: top;
  background: #FFF;
  padding: 20px;
  padding-bottom: 40px;
  position: relative;
  text-align: left;
  overflow: hidden;
  border: 1px solid #EEE;
  border-bottom: 6px solid #E2E2E2;
  margin-bottom: 1em;
}
/* line 25, /app/app/assets/stylesheets/decorations/tiles/base.scss */
.tile .title {
  font-weight: 400;
  font-size: 23px;
  color: #007cc2;
}
@media (min-width: 1000px) {
  /* line 5, /app/app/assets/stylesheets/decorations/tiles/base.scss */
  .tile {
    display: inline-block;
    height: 180px;
    width: 25%;
    min-width: 230px;
    margin: 0px 12px 28px 12px;
  }
  /* line 41, /app/app/assets/stylesheets/decorations/tiles/base.scss */
  .tile.small {
    width: 23%;
  }
  /* line 45, /app/app/assets/stylesheets/decorations/tiles/base.scss */
  .tile.auto-height {
    height: 100%;
    min-height: 310px;
  }
}
/* line 51, /app/app/assets/stylesheets/decorations/tiles/base.scss */
.tile.small {
  display: inline-block;
  min-width: 170px;
  font-size: 100%;
}
/* line 59, /app/app/assets/stylesheets/decorations/tiles/base.scss */
.tile ul li {
  line-height: 1.6em;
  color: #666;
}
/* line 65, /app/app/assets/stylesheets/decorations/tiles/base.scss */
.tile p {
  color: #666;
}
/* line 69, /app/app/assets/stylesheets/decorations/tiles/base.scss */
.tile .link.underlined {
  position: absolute;
  bottom: 19px;
  left: 20px;
}
/* line 75, /app/app/assets/stylesheets/decorations/tiles/base.scss */
.tile .bottom-aligned {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
/* line 82, /app/app/assets/stylesheets/decorations/tiles/base.scss */
.tile:hover {
  border-color: #e74c3c;
}
/* line 85, /app/app/assets/stylesheets/decorations/tiles/base.scss */
.tile:hover h2 {
  color: #e74c3c;
}
/* line 89, /app/app/assets/stylesheets/decorations/tiles/base.scss */
.tile:hover .link {
  border-color: #e74c3c;
}
/* line 94, /app/app/assets/stylesheets/decorations/tiles/base.scss */
.tile.inactive {
  border-color: #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
/* line 95, /app/app/assets/stylesheets/decorations/tiles/base.scss */
.tile.inactive h2 {
  color: #007cc2;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 3, /app/app/assets/stylesheets/decorations/tiles/horizontal-tile.scss */
.horizontal-tile {
  position: relative;
  display: block;
  background: #FFF;
  padding: 20px;
  padding-left: 75px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #EEE;
  text-align: right;
  max-width: 80%;
}
/* line 21, /app/app/assets/stylesheets/decorations/tiles/horizontal-tile.scss */
.horizontal-tile img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 55px;
}
/* line 28, /app/app/assets/stylesheets/decorations/tiles/horizontal-tile.scss */
.horizontal-tile.right {
  text-align: left;
  padding-left: 20px;
  padding-right: 75px;
}
/* line 34, /app/app/assets/stylesheets/decorations/tiles/horizontal-tile.scss */
.horizontal-tile.right img {
  left: auto;
  right: 10px;
}
/* line 40, /app/app/assets/stylesheets/decorations/tiles/horizontal-tile.scss */
.horizontal-tile:hover {
  border-color: #007cc2;
}
/* line 1, /app/app/assets/stylesheets/decorations/tiles/navigation.scss */
.tile.navigation {
  height: auto;
  min-height: auto;
}
/* line 5, /app/app/assets/stylesheets/decorations/tiles/navigation.scss */
.tile.navigation .icon {
  font-size: 105px;
  margin-bottom: 16px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

@font-face {
  font-family: "toptranslation-icons";
  src: url("/fonts/toptranslation-icons.eot");
  src: url("/fonts/toptranslation-icons.eot?#iefix") format("embedded-opentype"), url("/fonts/toptranslation-icons.woff") format("woff"), url("/fonts/toptranslation-icons.ttf") format("truetype"), url("/fonts/toptranslation-icons.svg#toptranslation-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, /app/app/assets/stylesheets/toptranslation-icons.scss */
[data-icon]:before {
  font-family: "toptranslation-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 39, /app/app/assets/stylesheets/toptranslation-icons.scss */
[class^="tt-"]:before,
[class*=" tt-"]:before {
  font-family: "toptranslation-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 44, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-conversation:before {
  content: "\61";
}

/* line 47, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-text:before {
  content: "\63";
}

/* line 50, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-code:before {
  content: "\64";
}

/* line 53, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-media:before {
  content: "\65";
}

/* line 56, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-music:before {
  content: "\66";
}

/* line 59, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-time:before {
  content: "\67";
}

/* line 62, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-image:before {
  content: "\68";
}

/* line 65, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-cross:before {
  content: "\69";
}

/* line 68, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-delete:before {
  content: "\6a";
}

/* line 71, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-dashboard:before {
  content: "\6c";
}

/* line 74, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-gear:before {
  content: "\6d";
}

/* line 77, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-timer:before {
  content: "\6e";
}

/* line 80, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-box-download:before {
  content: "\6f";
}

/* line 83, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-check-circle:before {
  content: "\6b";
}

/* line 86, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrow-right-circle:before {
  content: "\71";
}

/* line 89, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-check-circle-filled:before {
  content: "\72";
}

/* line 92, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrow-right-circle-filled:before {
  content: "\73";
}

/* line 95, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-twitter:before {
  content: "\76";
}

/* line 98, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-github:before {
  content: "\75";
}

/* line 101, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-xing:before {
  content: "\77";
}

/* line 104, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-linkedin:before {
  content: "\78";
}

/* line 107, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-facebook:before {
  content: "\79";
}

/* line 110, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-key:before {
  content: "\7a";
}

/* line 113, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-trash:before {
  content: "\41";
}

/* line 116, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-lock:before {
  content: "\42";
}

/* line 119, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-phone-circle:before {
  content: "\44";
}

/* line 122, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-phone-wave:before {
  content: "\45";
}

/* line 125, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-phone:before {
  content: "\46";
}

/* line 128, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-phone-2:before {
  content: "\47";
}

/* line 131, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-envelope:before {
  content: "\48";
}

/* line 134, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-plane:before {
  content: "\49";
}

/* line 137, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-user-circle:before {
  content: "\4a";
}

/* line 140, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-user:before {
  content: "\4b";
}

/* line 143, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-upload-circle:before {
  content: "\4d";
}

/* line 146, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-upload:before {
  content: "\4e";
}

/* line 149, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-download-server:before {
  content: "\62";
}

/* line 152, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-upload-server:before {
  content: "\4c";
}

/* line 155, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-download:before {
  content: "\4f";
}

/* line 158, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-graph:before {
  content: "\51";
}

/* line 161, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-check:before {
  content: "\50";
}

/* line 164, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-table:before {
  content: "\52";
}

/* line 167, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-zip:before {
  content: "\53";
}

/* line 170, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-folder:before {
  content: "\54";
}

/* line 173, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-add:before {
  content: "\55";
}

/* line 176, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-minus-circle:before {
  content: "\56";
}

/* line 179, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-add-circle:before {
  content: "\57";
}

/* line 182, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-power:before {
  content: "\59";
}

/* line 185, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-settings:before {
  content: "\30";
}

/* line 188, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-gears:before {
  content: "\31";
}

/* line 191, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-calendar:before {
  content: "\32";
}

/* line 194, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-alert-triangle:before {
  content: "\33";
}

/* line 197, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-info-circle:before {
  content: "\34";
}

/* line 200, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-question-circle:before {
  content: "\35";
}

/* line 203, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-alert-circle:before {
  content: "\36";
}

/* line 206, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-house:before {
  content: "\37";
}

/* line 209, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-angle-down:before {
  content: "\29";
}

/* line 212, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-box-filled:before {
  content: "\2a";
}

/* line 215, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-play-filled:before {
  content: "\2b";
}

/* line 218, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-graph-2:before {
  content: "\2e";
}

/* line 221, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrow-right:before {
  content: "\2f";
}

/* line 224, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrow-up:before {
  content: "\3a";
}

/* line 227, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrow-left:before {
  content: "\3b";
}

/* line 230, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrow-down:before {
  content: "\3c";
}

/* line 233, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-angle-left:before {
  content: "\3d";
}

/* line 236, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-angle-right:before {
  content: "\3e";
}

/* line 239, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-angle-up:before {
  content: "\3f";
}

/* line 242, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-download:before {
  content: "\40";
}

/* line 245, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-edit:before {
  content: "\5d";
}

/* line 248, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-minus-circle-filled:before {
  content: "\23";
}

/* line 251, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-check:before {
  content: "\2d";
}

/* line 254, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-check-filled:before {
  content: "\5b";
}

/* line 257, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-menu:before {
  content: "\24";
}

/* line 260, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-eye:before {
  content: "\5f";
}

/* line 263, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-spinner:before {
  content: "\5e";
}

/* line 266, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-add-filled:before {
  content: "\60";
}

/* line 269, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-group:before {
  content: "\7b";
}

/* line 272, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-angle-right-filled:before {
  content: "\25";
}

/* line 275, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-angle-down-filled:before {
  content: "\27";
}

/* line 278, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-add-user:before {
  content: "\26";
}

/* line 281, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-delete-user:before {
  content: "\7c";
}

/* line 284, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-check-user:before {
  content: "\28";
}

/* line 287, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-upload-cloud:before {
  content: "\7d";
}

/* line 290, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-star-folder:before {
  content: "\5c";
}

/* line 293, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-check-file:before {
  content: "\7e";
}

/* line 296, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-add-file:before {
  content: "\e002";
}

/* line 299, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-clock:before {
  content: "\e000";
}

/* line 302, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-pay:before {
  content: "\e001";
}

/* line 305, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-check-folder:before {
  content: "\e003";
}

/* line 308, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-upload-folder:before {
  content: "\e004";
}

/* line 311, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-edit-folder:before {
  content: "\e005";
}

/* line 314, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-sync-folder:before {
  content: "\e006";
}

/* line 317, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-download-folder:before {
  content: "\e007";
}

/* line 320, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-refresh:before {
  content: "\e008";
}

/* line 323, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-list:before {
  content: "\58";
}

/* line 326, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-history:before {
  content: "\e009";
}

/* line 329, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-text:before {
  content: "\e00c";
}

/* line 332, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-angle-left-filled:before {
  content: "\70";
}

/* line 335, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-timer-half:before {
  content: "\e00b";
}

/* line 338, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-server:before {
  content: "\e00e";
}

/* line 341, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-mail-compose:before {
  content: "\e00f";
}

/* line 344, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-mail-inbox:before {
  content: "\e010";
}

/* line 347, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-coins:before {
  content: "\e012";
}

/* line 350, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-buildings:before {
  content: "\39";
}

/* line 353, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-newspaper:before {
  content: "\e011";
}

/* line 356, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-cloud-checked:before {
  content: "\e013";
}

/* line 359, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-cloud:before {
  content: "\e014";
}

/* line 362, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-star-filled:before {
  content: "\43";
}

/* line 365, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-star:before {
  content: "\e016";
}

/* line 368, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-prompt:before {
  content: "\e00d";
}

/* line 371, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-cart:before {
  content: "\e015";
}

/* line 374, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-git:before {
  content: "\e017";
}

/* line 377, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-download-cloud:before {
  content: "\e018";
}

/* line 380, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-tags:before {
  content: "\e019";
}

/* line 383, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-dictionary:before {
  content: "\e01a";
}

/* line 386, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-link:before {
  content: "\e01b";
}

/* line 389, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-lightbulb:before {
  content: "\e01c";
}

/* line 392, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-comment:before {
  content: "\e01d";
}

/* line 395, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-database-search:before {
  content: "\e01e";
}

/* line 398, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-coins-2:before {
  content: "\e01f";
}

/* line 401, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-question-circle-filled:before {
  content: "\e020";
}

/* line 404, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-cursor-filled:before {
  content: "\e021";
}

/* line 407, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-zoom-in:before {
  content: "\e022";
}

/* line 410, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-zoom-out:before {
  content: "\e023";
}

/* line 413, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-dashboard-2:before {
  content: "\e026";
}

/* line 416, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-attention:before {
  content: "\e025";
}

/* line 419, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrange-2-2:before {
  content: "\21";
}

/* line 422, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrange-2-4:before {
  content: "\22";
}

/* line 425, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-rotate-right:before {
  content: "\38";
}

/* line 428, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-magnifier:before {
  content: "\2c";
}

/* line 431, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-image:before {
  content: "\74";
}

/* line 434, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-globe:before {
  content: "\e027";
}

/* line 437, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-bell:before {
  content: "\e00a";
}

/* line 440, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-box:before {
  content: "\5a";
}

/* line 443, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-antenna-user:before {
  content: "\e028";
}

/* line 446, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-filter:before {
  content: "\e029";
}

/* line 449, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-filter-filled:before {
  content: "\e024";
}

/* line 452, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-circle:before {
  content: "\e02a";
}

/* line 455, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-edit-field:before {
  content: "\e02c";
}

/* line 458, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-hand-touch:before {
  content: "\e02b";
}

/* line 4, /app/app/assets/stylesheets/decorations/tiles/user.scss */
.tile.user {
  height: auto;
  min-width: 0px;
  text-align: center;
  padding-bottom: 15px;
}
/* line 12, /app/app/assets/stylesheets/decorations/tiles/user.scss */
.tile.user img {
  width: 108px;
  height: 108px;
  margin-bottom: 10px;
  border: 1px solid #E2E2E2;
}
/* line 21, /app/app/assets/stylesheets/decorations/tiles/user.scss */
.tile.user .name, .tile.user .phone, .tile.user .email, .tile.user .position {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 27, /app/app/assets/stylesheets/decorations/tiles/user.scss */
.tile.user .name.name, .tile.user .phone.name, .tile.user .email.name, .tile.user .position.name {
  font-size: 17px;
}
/* line 31, /app/app/assets/stylesheets/decorations/tiles/user.scss */
.tile.user .name.position, .tile.user .phone.position, .tile.user .email.position, .tile.user .position.position {
  margin-bottom: 0.5em;
}
/* line 35, /app/app/assets/stylesheets/decorations/tiles/user.scss */
.tile.user .name.email, .tile.user .name.phone, .tile.user .name.position, .tile.user .phone.email, .tile.user .phone.phone, .tile.user .phone.position, .tile.user .email.email, .tile.user .email.phone, .tile.user .email.position, .tile.user .position.email, .tile.user .position.phone, .tile.user .position.position {
  font-size: 13px;
  height: 2em;
}
/* line 40, /app/app/assets/stylesheets/decorations/tiles/user.scss */
.tile.user .name.email.email:before, .tile.user .name.email.phone:before, .tile.user .name.phone.email:before, .tile.user .name.phone.phone:before, .tile.user .name.position.email:before, .tile.user .name.position.phone:before, .tile.user .phone.email.email:before, .tile.user .phone.email.phone:before, .tile.user .phone.phone.email:before, .tile.user .phone.phone.phone:before, .tile.user .phone.position.email:before, .tile.user .phone.position.phone:before, .tile.user .email.email.email:before, .tile.user .email.email.phone:before, .tile.user .email.phone.email:before, .tile.user .email.phone.phone:before, .tile.user .email.position.email:before, .tile.user .email.position.phone:before, .tile.user .position.email.email:before, .tile.user .position.email.phone:before, .tile.user .position.phone.email:before, .tile.user .position.phone.phone:before, .tile.user .position.position.email:before, .tile.user .position.position.phone:before {
  font-family: "toptranslation-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  font-size: 17px;
  vertical-align: sub;
  margin-left: 0.2em;
  margin-right: 0.5em;
}
/* line 53, /app/app/assets/stylesheets/decorations/tiles/user.scss */
.tile.user .name.email.email.email:before, .tile.user .name.email.phone.email:before, .tile.user .name.phone.email.email:before, .tile.user .name.phone.phone.email:before, .tile.user .name.position.email.email:before, .tile.user .name.position.phone.email:before, .tile.user .phone.email.email.email:before, .tile.user .phone.email.phone.email:before, .tile.user .phone.phone.email.email:before, .tile.user .phone.phone.phone.email:before, .tile.user .phone.position.email.email:before, .tile.user .phone.position.phone.email:before, .tile.user .email.email.email.email:before, .tile.user .email.email.phone.email:before, .tile.user .email.phone.email.email:before, .tile.user .email.phone.phone.email:before, .tile.user .email.position.email.email:before, .tile.user .email.position.phone.email:before, .tile.user .position.email.email.email:before, .tile.user .position.email.phone.email:before, .tile.user .position.phone.email.email:before, .tile.user .position.phone.phone.email:before, .tile.user .position.position.email.email:before, .tile.user .position.position.phone.email:before {
  content: '\48';
}
/* line 59, /app/app/assets/stylesheets/decorations/tiles/user.scss */
.tile.user .name.email.email.phone:before, .tile.user .name.email.phone.phone:before, .tile.user .name.phone.email.phone:before, .tile.user .name.phone.phone.phone:before, .tile.user .name.position.email.phone:before, .tile.user .name.position.phone.phone:before, .tile.user .phone.email.email.phone:before, .tile.user .phone.email.phone.phone:before, .tile.user .phone.phone.email.phone:before, .tile.user .phone.phone.phone.phone:before, .tile.user .phone.position.email.phone:before, .tile.user .phone.position.phone.phone:before, .tile.user .email.email.email.phone:before, .tile.user .email.email.phone.phone:before, .tile.user .email.phone.email.phone:before, .tile.user .email.phone.phone.phone:before, .tile.user .email.position.email.phone:before, .tile.user .email.position.phone.phone:before, .tile.user .position.email.email.phone:before, .tile.user .position.email.phone.phone:before, .tile.user .position.phone.email.phone:before, .tile.user .position.phone.phone.phone:before, .tile.user .position.position.email.phone:before, .tile.user .position.position.phone.phone:before {
  content: '\46';
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 6, /app/app/assets/stylesheets/editor/editor.scss */
.editor {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background: #F8F8F8;
  padding: 0px !important;
}
/* line 18, /app/app/assets/stylesheets/editor/editor.scss */
.editor .header.sub-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  background: #EEE;
  padding: 15px 15px 10px 57px;
}
/* line 28, /app/app/assets/stylesheets/editor/editor.scss */
.editor .header.sub-menu .content {
  position: relative;
  text-align: left;
}
/* line 32, /app/app/assets/stylesheets/editor/editor.scss */
.editor .header.sub-menu .content a.logo {
  position: absolute;
  top: 2px;
  left: -60px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url(/assets/logos/toptranslation_shield-0b1991c4c004bca5b860b2849e220406f157bc4d6e72d8cb1958b40d05626391.png);
  background-repeat: no-repeat;
}
/* line 44, /app/app/assets/stylesheets/editor/editor.scss */
.editor .header.sub-menu a.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 40px;
}
/* line 52, /app/app/assets/stylesheets/editor/editor.scss */
.editor .header.sub-menu .right-options {
  top: 55px;
  right: 15px;
}
/* line 57, /app/app/assets/stylesheets/editor/editor.scss */
.editor .header.sub-menu .color-line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 5px;
  width: 100%;
  background-image: url(/assets/header_line-abb4fecbf773c5e90a1ac850142a36298962cbf7e337761a8b038516dbfbe3d1.png);
}
/* line 68, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns {
  box-sizing: inherit;
  padding-top: 125px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 74, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .bottom-options {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
}
/* line 81, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .strings, .editor .columns .terms, .editor .columns .translation {
  padding: 10px 10px 15px 10px !important;
  box-sizing: inherit;
}
/* line 86, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .strings {
  width: 34%;
  float: left;
  margin-right: 5.26316%;
  position: relative;
  height: 100%;
  margin-right: 20px !important;
  padding: 0px !important;
}
/* line 93, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .strings .empty {
  color: #999;
  font-style: italic;
}
/* line 98, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .strings .list-items {
  position: absolute;
  top: 0px;
  bottom: 60px;
  width: 100%;
  padding: 0px 15px;
  overflow: scroll;
}
/* line 108, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .strings .list-items .input.tt-select {
  margin-top: 10px;
  margin-bottom: 6px;
}
/* line 113, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .strings .list-items .item.selected {
  background: rgba(0, 124, 194, 0.15);
}
/* line 116, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .strings .list-items .item.selected .subtitle.string-info {
  margin-top: 2em;
}
/* line 122, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .strings .pagination {
  text-align: right;
}
/* line 127, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .translation, .editor .columns .term {
  width: 34%;
  float: left;
  margin-right: 5.26316%;
  margin-right: 0px !important;
}
/* line 131, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .translation textarea, .editor .columns .term textarea {
  height: 200px;
}
/* line 136, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .translation .placeholders button, .editor .columns .term .placeholders button {
  margin-right: 1em;
}
/* line 141, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .translation .input.with-options, .editor .columns .term .input.with-options {
  margin-bottom: 6px;
}
/* line 147, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .translation .form .options a.button, .editor .columns .term .form .options a.button {
  font-size: 18px;
  vertical-align: middle;
}
/* line 155, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .info-column {
  width: 29%;
  float: left;
  margin-right: 5.26316%;
  position: relative;
  height: 100%;
  margin-right: 0px !important;
}
/* line 162, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .info-column .scroll-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0px;
  overflow: scroll;
}
/* line 172, /app/app/assets/stylesheets/editor/editor.scss */
.editor .columns .info-column .scroll-container .switcher {
  margin-top: 19px;
  margin-bottom: 22px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 5, /app/app/assets/stylesheets/flash.scss */
flash-message {
  position: fixed;
  top: 0px;
  left: 20%;
  right: 20%;
  z-index: 10001;
}
/* line 12, /app/app/assets/stylesheets/flash.scss */
flash-message .alert {
  padding: 20px 40px;
  color: #FFF;
}
/* line 16, /app/app/assets/stylesheets/flash.scss */
flash-message .alert .close {
  position: absolute;
  top: 17px;
  right: 15px;
  color: #FFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 24, /app/app/assets/stylesheets/flash.scss */
flash-message .alert .close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
/* line 29, /app/app/assets/stylesheets/flash.scss */
flash-message .alert.alert-success {
  background: #74af36;
  border-color: #538e15;
}
/* line 34, /app/app/assets/stylesheets/flash.scss */
flash-message .alert.alert-failure, flash-message .alert.alert-danger {
  background: #db0303;
  border-color: #c20a0a;
}
/* line 39, /app/app/assets/stylesheets/flash.scss */
flash-message .alert.alert-info {
  background: #007cc2;
  border-color: #00649c;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/footer.scss */
.cta-teaser img.face {
  width: 105px;
  border: 2px solid #FFF;
}
/* line 8, /app/app/assets/stylesheets/footer.scss */
.cta-teaser .title {
  font-weight: 400;
  font-size: 30px;
  color: #FFF;
}
/* line 14, /app/app/assets/stylesheets/footer.scss */
.cta-teaser a {
  margin-left: 10px;
}
/* line 17, /app/app/assets/stylesheets/footer.scss */
.cta-teaser a.button {
  margin: 0 14px 0 0;
}

/* line 23, /app/app/assets/stylesheets/footer.scss */
footer {
  padding-bottom: 10px;
}
/* line 26, /app/app/assets/stylesheets/footer.scss */
footer h1, footer h2, footer h3, footer h4, footer h5, footer p, footer a, footer .header-one {
  color: #FFF;
}
/* line 30, /app/app/assets/stylesheets/footer.scss */
footer.very-dark {
  background: #6a6a6a !important;
}
/* line 34, /app/app/assets/stylesheets/footer.scss */
footer h5 {
  font-size: 100%;
  font-weight: 600;
}
/* line 40, /app/app/assets/stylesheets/footer.scss */
footer ul li {
  display: block;
  font-size: 95%;
  line-height: 1.8em;
}
/* line 45, /app/app/assets/stylesheets/footer.scss */
footer ul li a:hover {
  color: #10a9ff;
}
/* line 51, /app/app/assets/stylesheets/footer.scss */
footer ul.select-box {
  margin-top: 10px;
}
/* line 54, /app/app/assets/stylesheets/footer.scss */
footer ul.select-box li {
  font-size: 100%;
  background: #007cc2;
}
/* line 60, /app/app/assets/stylesheets/footer.scss */
footer .icon {
  margin-right: 0.65em;
  font-size: 160%;
}
/* line 65, /app/app/assets/stylesheets/footer.scss */
footer ul.select-box {
  width: 180px;
}
/* line 69, /app/app/assets/stylesheets/footer.scss */
footer .copyright {
  font-size: 80%;
}
/* line 73, /app/app/assets/stylesheets/footer.scss */
footer .info {
  text-align: left;
}
/* line 76, /app/app/assets/stylesheets/footer.scss */
footer .info .text {
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 82, /app/app/assets/stylesheets/footer.scss */
footer .info a {
  font-weight: 600;
}
/* line 86, /app/app/assets/stylesheets/footer.scss */
footer .info a[data-action=expand] {
  display: inline;
}
/* line 90, /app/app/assets/stylesheets/footer.scss */
footer .info a[data-action=collapse] {
  display: none;
}
/* line 95, /app/app/assets/stylesheets/footer.scss */
footer .info.expanded .text {
  height: auto;
}
/* line 99, /app/app/assets/stylesheets/footer.scss */
footer .info.expanded a[data-action=expand] {
  display: none;
}
/* line 103, /app/app/assets/stylesheets/footer.scss */
footer .info.expanded a[data-action=collapse] {
  display: inline;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 8, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.teaser .content .teaser-quote {
  margin: 0px 35px 0px 35px;
  text-align: center;
  overflow: hidden;
}
/* line 14, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.teaser .content .teaser-quote .quote-text {
  font-size: 18px;
  font-weight: normal;
}
/* line 18, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.teaser .content .teaser-quote .quote-text .title {
  line-height: 1.3em;
  color: #007cc2;
  font-size: 34px;
}
/* line 24, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.teaser .content .teaser-quote .quote-text .quote {
  font-weight: normal;
  text-align: left;
  line-height: 1.65em;
  font-size: 20px;
}
/* line 31, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.teaser .content .teaser-quote .quote-text .author {
  font-size: 14px;
}
/* line 35, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.teaser .content .teaser-quote .quote-text[data-quote-type=white] {
  color: #444;
}
/* line 38, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.teaser .content .teaser-quote .quote-text[data-quote-type=white] .quote {
  color: #444;
}
/* line 42, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.teaser .content .teaser-quote .quote-text[data-quote-type=white] .title {
  color: #007cc2;
}
/* line 48, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.teaser .content .teaser-quote .cta-area {
  margin-top: 20px;
}
/* line 51, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.teaser .content .teaser-quote .cta-area a.button {
  margin-right: 0px;
}
/* line 58, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.teaser [data-action=previous-teaser], .frontpage section.teaser [data-action=next-teaser] {
  position: absolute;
  top: 200px;
  left: 10px;
}
/* line 64, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.teaser [data-action=next-teaser] {
  left: auto;
  right: 10px;
}
@media (min-width: 1000px) {
  /* line 6, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser {
    background-image: url(/assets/teaser/ciara-2570a685106a473377d6f02e72e965e02e442a8d054073d71420815e55b861bd.jpg);
    height: 500px;
  }
  /* line 74, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser .content {
    height: 100%;
  }
  /* line 77, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser .content .teaser-quote {
    position: absolute;
    top: 40px;
    left: 0px;
    margin: 0px;
    height: 410px;
    width: 520px;
    text-align: left;
  }
  /* line 89, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser .content .teaser-quote h1 {
    color: #444;
    font-size: 34px;
  }
  /* line 94, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser .content .teaser-quote .quote-text {
    border-left: 5px solid #007cc2;
    padding-left: 20px;
    font-size: 20px;
    line-height: 1.25em;
  }
  /* line 100, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser .content .teaser-quote .quote-text .title {
    color: #444;
  }
  /* line 104, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser .content .teaser-quote .quote-text[data-quote-type=white] {
    color: #FFF;
  }
  /* line 106, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser .content .teaser-quote .quote-text[data-quote-type=white] .title {
    color: #FFF;
  }
  /* line 109, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser .content .teaser-quote .quote-text[data-quote-type=white] .quote {
    color: #FFF;
  }
  /* line 115, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser .content .teaser-quote .author {
    font-size: 15px;
  }
  /* line 119, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser .content .teaser-quote .cta-area {
    position: absolute;
    bottom: 10px;
    left: 0px;
  }
  /* line 126, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser .content .teaser-pagination {
    position: absolute;
    bottom: 0px;
    left: 0px;
    white-space: nowrap;
  }
  /* line 133, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser .content .teaser-pagination a {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    border: 1px solid rgba(0, 124, 194, 0.3);
    background: rgba(0, 124, 194, 0.1);
    margin-right: 5px;
    font-size: 85%;
  }
  /* line 146, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser .content .teaser-pagination a:hover {
    border-color: rgba(231, 76, 60, 0.5);
    background: rgba(231, 76, 60, 0.2);
  }
  /* line 151, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser .content .teaser-pagination a.active {
    border: 1px solid rgba(0, 124, 194, 0.8);
    background: rgba(0, 124, 194, 0.4);
  }
  /* line 159, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.teaser [data-action=previous-teaser], .frontpage section.teaser [data-action=next-teaser] {
    display: none;
  }
}
/* line 166, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.products .image {
  height: 140px;
}
/* line 169, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.products .image img {
  display: inline-block;
  margin-bottom: 20px;
}
/* line 175, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.products .double-bullet-column {
  display: inline-block;
  width: 95%;
  margin-top: 15px;
  margin-bottom: 27px;
}
/* line 185, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.values .security .bullet {
  margin-left: 30px;
}
/* line 192, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.contact .icon {
  font-size: 266%;
  color: #007cc2;
  float: left;
  margin-top: 4px;
  margin-right: 17px;
}
/* line 203, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.flat.dashboard .bx-prev, .frontpage section.flat.dashboard .bx-next {
  top: 41.5%;
}
/* line 207, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.flat.dashboard .bx-controls {
  margin-top: 0px;
}
/* line 211, /app/app/assets/stylesheets/frontpage.scss */
.frontpage section.flat.dashboard img.screenshot {
  width: 600px;
  height: auto;
}
@media (min-width: 1000px) {
  /* line 220, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.translator .world-container .live-counter {
    padding-top: 100px;
    padding-left: 140px;
    padding-right: 100px;
  }
  /* line 226, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.translator .world-container .live-counter .bx-prev, .frontpage section.translator .world-container .live-counter .bx-next {
    top: 12%;
  }
  /* line 229, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.translator .world-container .live-counter li {
    padding-top: 10px;
  }
  /* line 231, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.translator .world-container .live-counter li .description {
    padding-top: 5px;
  }
  /* line 237, /app/app/assets/stylesheets/frontpage.scss */
  .frontpage section.translator .world-container img {
    position: absolute;
    display: block;
    bottom: -125px;
    right: -70px;
    width: 60%;
  }
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 12, /app/app/assets/stylesheets/grid.scss */
body {
  text-align: center;
}

/* line 16, /app/app/assets/stylesheets/grid.scss */
section, footer {
  padding: 30px 0px 30px 0px !important;
  display: block;
}
@media (min-width: 1000px) {
  /* line 16, /app/app/assets/stylesheets/grid.scss */
  section, footer {
    padding: 100px 0px 120px 0px !important;
  }
}

/* line 25, /app/app/assets/stylesheets/grid.scss */
section, footer, header {
  position: relative;
}
/* line 28, /app/app/assets/stylesheets/grid.scss */
section.no-overflow, footer.no-overflow, header.no-overflow {
  overflow: visible;
}
/* line 32, /app/app/assets/stylesheets/grid.scss */
section .content, footer .content, header .content {
  position: relative;
  padding: 10px;
  display: inline-block;
  clear: both;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 44, /app/app/assets/stylesheets/grid.scss */
section .color-line, footer .color-line, header .color-line {
  position: absolute;
  bottom: 0px;
  height: 5px;
  width: 100%;
  background-image: url(/assets/header_line-abb4fecbf773c5e90a1ac850142a36298962cbf7e337761a8b038516dbfbe3d1.png);
}
/* line 53, /app/app/assets/stylesheets/grid.scss */
section.dark, section .dark, footer.dark, footer .dark, header.dark, header .dark {
  background: #F8F8F8;
}
/* line 57, /app/app/assets/stylesheets/grid.scss */
section.very-dark, section .very-dark, footer.very-dark, footer .very-dark, header.very-dark, header .very-dark {
  background: #EEE;
}
/* line 61, /app/app/assets/stylesheets/grid.scss */
section.light, section .light, footer.light, footer .light, header.light, header .light {
  background: #FFF;
}
/* line 65, /app/app/assets/stylesheets/grid.scss */
section.gradient-grey-to-white, footer.gradient-grey-to-white, header.gradient-grey-to-white {
  background-image: url(/assets/backgrounds/lightest_grey_to_white-a32fd1d57cdf5d5833c3c91e60afbac945c0e252e9adc7fa460c601b6d6f0622.png);
  background-size: contain;
}
/* line 70, /app/app/assets/stylesheets/grid.scss */
section.blue, section.dark-blue, section.very-dark-blue, section.blue-stripes, section.grey-stripes, footer.blue, footer.dark-blue, footer.very-dark-blue, footer.blue-stripes, footer.grey-stripes, header.blue, header.dark-blue, header.very-dark-blue, header.blue-stripes, header.grey-stripes {
  background: #007cc2;
  color: #FFF;
}
/* line 74, /app/app/assets/stylesheets/grid.scss */
section.blue.dark-blue, section.dark-blue.dark-blue, section.very-dark-blue.dark-blue, section.blue-stripes.dark-blue, section.grey-stripes.dark-blue, footer.blue.dark-blue, footer.dark-blue.dark-blue, footer.very-dark-blue.dark-blue, footer.blue-stripes.dark-blue, footer.grey-stripes.dark-blue, header.blue.dark-blue, header.dark-blue.dark-blue, header.very-dark-blue.dark-blue, header.blue-stripes.dark-blue, header.grey-stripes.dark-blue {
  background: #00649c;
}
/* line 78, /app/app/assets/stylesheets/grid.scss */
section.blue.very-dark-blue, section.dark-blue.very-dark-blue, section.very-dark-blue.very-dark-blue, section.blue-stripes.very-dark-blue, section.grey-stripes.very-dark-blue, footer.blue.very-dark-blue, footer.dark-blue.very-dark-blue, footer.very-dark-blue.very-dark-blue, footer.blue-stripes.very-dark-blue, footer.grey-stripes.very-dark-blue, header.blue.very-dark-blue, header.dark-blue.very-dark-blue, header.very-dark-blue.very-dark-blue, header.blue-stripes.very-dark-blue, header.grey-stripes.very-dark-blue {
  background: #004c76;
}
/* line 82, /app/app/assets/stylesheets/grid.scss */
section.blue.blue-stripes, section.blue.grey-stripes, section.dark-blue.blue-stripes, section.dark-blue.grey-stripes, section.very-dark-blue.blue-stripes, section.very-dark-blue.grey-stripes, section.blue-stripes.blue-stripes, section.blue-stripes.grey-stripes, section.grey-stripes.blue-stripes, section.grey-stripes.grey-stripes, footer.blue.blue-stripes, footer.blue.grey-stripes, footer.dark-blue.blue-stripes, footer.dark-blue.grey-stripes, footer.very-dark-blue.blue-stripes, footer.very-dark-blue.grey-stripes, footer.blue-stripes.blue-stripes, footer.blue-stripes.grey-stripes, footer.grey-stripes.blue-stripes, footer.grey-stripes.grey-stripes, header.blue.blue-stripes, header.blue.grey-stripes, header.dark-blue.blue-stripes, header.dark-blue.grey-stripes, header.very-dark-blue.blue-stripes, header.very-dark-blue.grey-stripes, header.blue-stripes.blue-stripes, header.blue-stripes.grey-stripes, header.grey-stripes.blue-stripes, header.grey-stripes.grey-stripes {
  background-image: url(/assets/backgrounds/blue_stripes-4d3dde63add403e199fee4b8e7179f0c358fa7077ded1d90c2145da288a682d0.jpg);
  background-repeat: no-repeat;
  background-position: 0 0 !important;
  background-size: cover !important;
}
/* line 89, /app/app/assets/stylesheets/grid.scss */
section.blue.blue-stripes.grey-stripes, section.blue.grey-stripes.grey-stripes, section.dark-blue.blue-stripes.grey-stripes, section.dark-blue.grey-stripes.grey-stripes, section.very-dark-blue.blue-stripes.grey-stripes, section.very-dark-blue.grey-stripes.grey-stripes, section.blue-stripes.blue-stripes.grey-stripes, section.blue-stripes.grey-stripes.grey-stripes, section.grey-stripes.blue-stripes.grey-stripes, section.grey-stripes.grey-stripes.grey-stripes, footer.blue.blue-stripes.grey-stripes, footer.blue.grey-stripes.grey-stripes, footer.dark-blue.blue-stripes.grey-stripes, footer.dark-blue.grey-stripes.grey-stripes, footer.very-dark-blue.blue-stripes.grey-stripes, footer.very-dark-blue.grey-stripes.grey-stripes, footer.blue-stripes.blue-stripes.grey-stripes, footer.blue-stripes.grey-stripes.grey-stripes, footer.grey-stripes.blue-stripes.grey-stripes, footer.grey-stripes.grey-stripes.grey-stripes, header.blue.blue-stripes.grey-stripes, header.blue.grey-stripes.grey-stripes, header.dark-blue.blue-stripes.grey-stripes, header.dark-blue.grey-stripes.grey-stripes, header.very-dark-blue.blue-stripes.grey-stripes, header.very-dark-blue.grey-stripes.grey-stripes, header.blue-stripes.blue-stripes.grey-stripes, header.blue-stripes.grey-stripes.grey-stripes, header.grey-stripes.blue-stripes.grey-stripes, header.grey-stripes.grey-stripes.grey-stripes {
  background-image: url(/assets/backgrounds/grey_stripes-967e647be2983f51246c871c631ad804270fc9e261fab914396eda0b929b688e.jpg);
  color: #444;
}
/* line 94, /app/app/assets/stylesheets/grid.scss */
section.blue.blue-stripes.grey-stripes h1, section.blue.blue-stripes.grey-stripes h2, section.blue.blue-stripes.grey-stripes .header-one, section.blue.blue-stripes.grey-stripes .header-two, section.blue.grey-stripes.grey-stripes h1, section.blue.grey-stripes.grey-stripes h2, section.blue.grey-stripes.grey-stripes .header-one, section.blue.grey-stripes.grey-stripes .header-two, section.dark-blue.blue-stripes.grey-stripes h1, section.dark-blue.blue-stripes.grey-stripes h2, section.dark-blue.blue-stripes.grey-stripes .header-one, section.dark-blue.blue-stripes.grey-stripes .header-two, section.dark-blue.grey-stripes.grey-stripes h1, section.dark-blue.grey-stripes.grey-stripes h2, section.dark-blue.grey-stripes.grey-stripes .header-one, section.dark-blue.grey-stripes.grey-stripes .header-two, section.very-dark-blue.blue-stripes.grey-stripes h1, section.very-dark-blue.blue-stripes.grey-stripes h2, section.very-dark-blue.blue-stripes.grey-stripes .header-one, section.very-dark-blue.blue-stripes.grey-stripes .header-two, section.very-dark-blue.grey-stripes.grey-stripes h1, section.very-dark-blue.grey-stripes.grey-stripes h2, section.very-dark-blue.grey-stripes.grey-stripes .header-one, section.very-dark-blue.grey-stripes.grey-stripes .header-two, section.blue-stripes.blue-stripes.grey-stripes h1, section.blue-stripes.blue-stripes.grey-stripes h2, section.blue-stripes.blue-stripes.grey-stripes .header-one, section.blue-stripes.blue-stripes.grey-stripes .header-two, section.blue-stripes.grey-stripes.grey-stripes h1, section.blue-stripes.grey-stripes.grey-stripes h2, section.blue-stripes.grey-stripes.grey-stripes .header-one, section.blue-stripes.grey-stripes.grey-stripes .header-two, section.grey-stripes.blue-stripes.grey-stripes h1, section.grey-stripes.blue-stripes.grey-stripes h2, section.grey-stripes.blue-stripes.grey-stripes .header-one, section.grey-stripes.blue-stripes.grey-stripes .header-two, section.grey-stripes.grey-stripes.grey-stripes h1, section.grey-stripes.grey-stripes.grey-stripes h2, section.grey-stripes.grey-stripes.grey-stripes .header-one, section.grey-stripes.grey-stripes.grey-stripes .header-two, footer.blue.blue-stripes.grey-stripes h1, footer.blue.blue-stripes.grey-stripes h2, footer.blue.blue-stripes.grey-stripes .header-one, footer.blue.blue-stripes.grey-stripes .header-two, footer.blue.grey-stripes.grey-stripes h1, footer.blue.grey-stripes.grey-stripes h2, footer.blue.grey-stripes.grey-stripes .header-one, footer.blue.grey-stripes.grey-stripes .header-two, footer.dark-blue.blue-stripes.grey-stripes h1, footer.dark-blue.blue-stripes.grey-stripes h2, footer.dark-blue.blue-stripes.grey-stripes .header-one, footer.dark-blue.blue-stripes.grey-stripes .header-two, footer.dark-blue.grey-stripes.grey-stripes h1, footer.dark-blue.grey-stripes.grey-stripes h2, footer.dark-blue.grey-stripes.grey-stripes .header-one, footer.dark-blue.grey-stripes.grey-stripes .header-two, footer.very-dark-blue.blue-stripes.grey-stripes h1, footer.very-dark-blue.blue-stripes.grey-stripes h2, footer.very-dark-blue.blue-stripes.grey-stripes .header-one, footer.very-dark-blue.blue-stripes.grey-stripes .header-two, footer.very-dark-blue.grey-stripes.grey-stripes h1, footer.very-dark-blue.grey-stripes.grey-stripes h2, footer.very-dark-blue.grey-stripes.grey-stripes .header-one, footer.very-dark-blue.grey-stripes.grey-stripes .header-two, footer.blue-stripes.blue-stripes.grey-stripes h1, footer.blue-stripes.blue-stripes.grey-stripes h2, footer.blue-stripes.blue-stripes.grey-stripes .header-one, footer.blue-stripes.blue-stripes.grey-stripes .header-two, footer.blue-stripes.grey-stripes.grey-stripes h1, footer.blue-stripes.grey-stripes.grey-stripes h2, footer.blue-stripes.grey-stripes.grey-stripes .header-one, footer.blue-stripes.grey-stripes.grey-stripes .header-two, footer.grey-stripes.blue-stripes.grey-stripes h1, footer.grey-stripes.blue-stripes.grey-stripes h2, footer.grey-stripes.blue-stripes.grey-stripes .header-one, footer.grey-stripes.blue-stripes.grey-stripes .header-two, footer.grey-stripes.grey-stripes.grey-stripes h1, footer.grey-stripes.grey-stripes.grey-stripes h2, footer.grey-stripes.grey-stripes.grey-stripes .header-one, footer.grey-stripes.grey-stripes.grey-stripes .header-two, header.blue.blue-stripes.grey-stripes h1, header.blue.blue-stripes.grey-stripes h2, header.blue.blue-stripes.grey-stripes .header-one, header.blue.blue-stripes.grey-stripes .header-two, header.blue.grey-stripes.grey-stripes h1, header.blue.grey-stripes.grey-stripes h2, header.blue.grey-stripes.grey-stripes .header-one, header.blue.grey-stripes.grey-stripes .header-two, header.dark-blue.blue-stripes.grey-stripes h1, header.dark-blue.blue-stripes.grey-stripes h2, header.dark-blue.blue-stripes.grey-stripes .header-one, header.dark-blue.blue-stripes.grey-stripes .header-two, header.dark-blue.grey-stripes.grey-stripes h1, header.dark-blue.grey-stripes.grey-stripes h2, header.dark-blue.grey-stripes.grey-stripes .header-one, header.dark-blue.grey-stripes.grey-stripes .header-two, header.very-dark-blue.blue-stripes.grey-stripes h1, header.very-dark-blue.blue-stripes.grey-stripes h2, header.very-dark-blue.blue-stripes.grey-stripes .header-one, header.very-dark-blue.blue-stripes.grey-stripes .header-two, header.very-dark-blue.grey-stripes.grey-stripes h1, header.very-dark-blue.grey-stripes.grey-stripes h2, header.very-dark-blue.grey-stripes.grey-stripes .header-one, header.very-dark-blue.grey-stripes.grey-stripes .header-two, header.blue-stripes.blue-stripes.grey-stripes h1, header.blue-stripes.blue-stripes.grey-stripes h2, header.blue-stripes.blue-stripes.grey-stripes .header-one, header.blue-stripes.blue-stripes.grey-stripes .header-two, header.blue-stripes.grey-stripes.grey-stripes h1, header.blue-stripes.grey-stripes.grey-stripes h2, header.blue-stripes.grey-stripes.grey-stripes .header-one, header.blue-stripes.grey-stripes.grey-stripes .header-two, header.grey-stripes.blue-stripes.grey-stripes h1, header.grey-stripes.blue-stripes.grey-stripes h2, header.grey-stripes.blue-stripes.grey-stripes .header-one, header.grey-stripes.blue-stripes.grey-stripes .header-two, header.grey-stripes.grey-stripes.grey-stripes h1, header.grey-stripes.grey-stripes.grey-stripes h2, header.grey-stripes.grey-stripes.grey-stripes .header-one, header.grey-stripes.grey-stripes.grey-stripes .header-two {
  color: #007cc2;
}
/* line 98, /app/app/assets/stylesheets/grid.scss */
section.blue.blue-stripes.grey-stripes a:not(.button), section.blue.grey-stripes.grey-stripes a:not(.button), section.dark-blue.blue-stripes.grey-stripes a:not(.button), section.dark-blue.grey-stripes.grey-stripes a:not(.button), section.very-dark-blue.blue-stripes.grey-stripes a:not(.button), section.very-dark-blue.grey-stripes.grey-stripes a:not(.button), section.blue-stripes.blue-stripes.grey-stripes a:not(.button), section.blue-stripes.grey-stripes.grey-stripes a:not(.button), section.grey-stripes.blue-stripes.grey-stripes a:not(.button), section.grey-stripes.grey-stripes.grey-stripes a:not(.button), footer.blue.blue-stripes.grey-stripes a:not(.button), footer.blue.grey-stripes.grey-stripes a:not(.button), footer.dark-blue.blue-stripes.grey-stripes a:not(.button), footer.dark-blue.grey-stripes.grey-stripes a:not(.button), footer.very-dark-blue.blue-stripes.grey-stripes a:not(.button), footer.very-dark-blue.grey-stripes.grey-stripes a:not(.button), footer.blue-stripes.blue-stripes.grey-stripes a:not(.button), footer.blue-stripes.grey-stripes.grey-stripes a:not(.button), footer.grey-stripes.blue-stripes.grey-stripes a:not(.button), footer.grey-stripes.grey-stripes.grey-stripes a:not(.button), header.blue.blue-stripes.grey-stripes a:not(.button), header.blue.grey-stripes.grey-stripes a:not(.button), header.dark-blue.blue-stripes.grey-stripes a:not(.button), header.dark-blue.grey-stripes.grey-stripes a:not(.button), header.very-dark-blue.blue-stripes.grey-stripes a:not(.button), header.very-dark-blue.grey-stripes.grey-stripes a:not(.button), header.blue-stripes.blue-stripes.grey-stripes a:not(.button), header.blue-stripes.grey-stripes.grey-stripes a:not(.button), header.grey-stripes.blue-stripes.grey-stripes a:not(.button), header.grey-stripes.grey-stripes.grey-stripes a:not(.button) {
  color: #007cc2;
}
/* line 101, /app/app/assets/stylesheets/grid.scss */
section.blue.blue-stripes.grey-stripes a:not(.button):hover, section.blue.grey-stripes.grey-stripes a:not(.button):hover, section.dark-blue.blue-stripes.grey-stripes a:not(.button):hover, section.dark-blue.grey-stripes.grey-stripes a:not(.button):hover, section.very-dark-blue.blue-stripes.grey-stripes a:not(.button):hover, section.very-dark-blue.grey-stripes.grey-stripes a:not(.button):hover, section.blue-stripes.blue-stripes.grey-stripes a:not(.button):hover, section.blue-stripes.grey-stripes.grey-stripes a:not(.button):hover, section.grey-stripes.blue-stripes.grey-stripes a:not(.button):hover, section.grey-stripes.grey-stripes.grey-stripes a:not(.button):hover, footer.blue.blue-stripes.grey-stripes a:not(.button):hover, footer.blue.grey-stripes.grey-stripes a:not(.button):hover, footer.dark-blue.blue-stripes.grey-stripes a:not(.button):hover, footer.dark-blue.grey-stripes.grey-stripes a:not(.button):hover, footer.very-dark-blue.blue-stripes.grey-stripes a:not(.button):hover, footer.very-dark-blue.grey-stripes.grey-stripes a:not(.button):hover, footer.blue-stripes.blue-stripes.grey-stripes a:not(.button):hover, footer.blue-stripes.grey-stripes.grey-stripes a:not(.button):hover, footer.grey-stripes.blue-stripes.grey-stripes a:not(.button):hover, footer.grey-stripes.grey-stripes.grey-stripes a:not(.button):hover, header.blue.blue-stripes.grey-stripes a:not(.button):hover, header.blue.grey-stripes.grey-stripes a:not(.button):hover, header.dark-blue.blue-stripes.grey-stripes a:not(.button):hover, header.dark-blue.grey-stripes.grey-stripes a:not(.button):hover, header.very-dark-blue.blue-stripes.grey-stripes a:not(.button):hover, header.very-dark-blue.grey-stripes.grey-stripes a:not(.button):hover, header.blue-stripes.blue-stripes.grey-stripes a:not(.button):hover, header.blue-stripes.grey-stripes.grey-stripes a:not(.button):hover, header.grey-stripes.blue-stripes.grey-stripes a:not(.button):hover, header.grey-stripes.grey-stripes.grey-stripes a:not(.button):hover {
  color: #e74c3c;
}
/* line 108, /app/app/assets/stylesheets/grid.scss */
section.blue a, section.blue h1, section.blue h2, section.blue h3, section.blue h4, section.dark-blue a, section.dark-blue h1, section.dark-blue h2, section.dark-blue h3, section.dark-blue h4, section.very-dark-blue a, section.very-dark-blue h1, section.very-dark-blue h2, section.very-dark-blue h3, section.very-dark-blue h4, section.blue-stripes a, section.blue-stripes h1, section.blue-stripes h2, section.blue-stripes h3, section.blue-stripes h4, section.grey-stripes a, section.grey-stripes h1, section.grey-stripes h2, section.grey-stripes h3, section.grey-stripes h4, footer.blue a, footer.blue h1, footer.blue h2, footer.blue h3, footer.blue h4, footer.dark-blue a, footer.dark-blue h1, footer.dark-blue h2, footer.dark-blue h3, footer.dark-blue h4, footer.very-dark-blue a, footer.very-dark-blue h1, footer.very-dark-blue h2, footer.very-dark-blue h3, footer.very-dark-blue h4, footer.blue-stripes a, footer.blue-stripes h1, footer.blue-stripes h2, footer.blue-stripes h3, footer.blue-stripes h4, footer.grey-stripes a, footer.grey-stripes h1, footer.grey-stripes h2, footer.grey-stripes h3, footer.grey-stripes h4, header.blue a, header.blue h1, header.blue h2, header.blue h3, header.blue h4, header.dark-blue a, header.dark-blue h1, header.dark-blue h2, header.dark-blue h3, header.dark-blue h4, header.very-dark-blue a, header.very-dark-blue h1, header.very-dark-blue h2, header.very-dark-blue h3, header.very-dark-blue h4, header.blue-stripes a, header.blue-stripes h1, header.blue-stripes h2, header.blue-stripes h3, header.blue-stripes h4, header.grey-stripes a, header.grey-stripes h1, header.grey-stripes h2, header.grey-stripes h3, header.grey-stripes h4 {
  color: #FFF;
}
/* line 111, /app/app/assets/stylesheets/grid.scss */
section.blue aa:hover, section.blue h1a:hover, section.blue h2a:hover, section.blue h3a:hover, section.blue h4a:hover, section.dark-blue aa:hover, section.dark-blue h1a:hover, section.dark-blue h2a:hover, section.dark-blue h3a:hover, section.dark-blue h4a:hover, section.very-dark-blue aa:hover, section.very-dark-blue h1a:hover, section.very-dark-blue h2a:hover, section.very-dark-blue h3a:hover, section.very-dark-blue h4a:hover, section.blue-stripes aa:hover, section.blue-stripes h1a:hover, section.blue-stripes h2a:hover, section.blue-stripes h3a:hover, section.blue-stripes h4a:hover, section.grey-stripes aa:hover, section.grey-stripes h1a:hover, section.grey-stripes h2a:hover, section.grey-stripes h3a:hover, section.grey-stripes h4a:hover, footer.blue aa:hover, footer.blue h1a:hover, footer.blue h2a:hover, footer.blue h3a:hover, footer.blue h4a:hover, footer.dark-blue aa:hover, footer.dark-blue h1a:hover, footer.dark-blue h2a:hover, footer.dark-blue h3a:hover, footer.dark-blue h4a:hover, footer.very-dark-blue aa:hover, footer.very-dark-blue h1a:hover, footer.very-dark-blue h2a:hover, footer.very-dark-blue h3a:hover, footer.very-dark-blue h4a:hover, footer.blue-stripes aa:hover, footer.blue-stripes h1a:hover, footer.blue-stripes h2a:hover, footer.blue-stripes h3a:hover, footer.blue-stripes h4a:hover, footer.grey-stripes aa:hover, footer.grey-stripes h1a:hover, footer.grey-stripes h2a:hover, footer.grey-stripes h3a:hover, footer.grey-stripes h4a:hover, header.blue aa:hover, header.blue h1a:hover, header.blue h2a:hover, header.blue h3a:hover, header.blue h4a:hover, header.dark-blue aa:hover, header.dark-blue h1a:hover, header.dark-blue h2a:hover, header.dark-blue h3a:hover, header.dark-blue h4a:hover, header.very-dark-blue aa:hover, header.very-dark-blue h1a:hover, header.very-dark-blue h2a:hover, header.very-dark-blue h3a:hover, header.very-dark-blue h4a:hover, header.blue-stripes aa:hover, header.blue-stripes h1a:hover, header.blue-stripes h2a:hover, header.blue-stripes h3a:hover, header.blue-stripes h4a:hover, header.grey-stripes aa:hover, header.grey-stripes h1a:hover, header.grey-stripes h2a:hover, header.grey-stripes h3a:hover, header.grey-stripes h4a:hover {
  color: #10a9ff;
}
/* line 117, /app/app/assets/stylesheets/grid.scss */
section.tiny, footer.tiny, header.tiny {
  padding: 10px 0px 10px 0px !important;
}
/* line 121, /app/app/assets/stylesheets/grid.scss */
section.mini, footer.mini, header.mini {
  padding: 20px 0px 20px 0px !important;
}
/* line 125, /app/app/assets/stylesheets/grid.scss */
section.sub-menu, footer.sub-menu, header.sub-menu {
  padding: 10px 0px 0px 0px !important;
}
/* line 129, /app/app/assets/stylesheets/grid.scss */
section.flat, footer.flat, header.flat {
  padding: 50px 0px 50px 0px !important;
}
/* line 133, /app/app/assets/stylesheets/grid.scss */
section.big, footer.big, header.big {
  padding: 180px 0px 180px 0px !important;
}
/* line 137, /app/app/assets/stylesheets/grid.scss */
section.search-bar, footer.search-bar, header.search-bar {
  padding: 10px 0px 10px 0px !important;
  border-bottom: 1px solid #E3E3E3;
}
@media (min-width: 1000px) {
  /* line 143, /app/app/assets/stylesheets/grid.scss */
  section.main, footer.main, header.main {
    min-height: 350px;
  }
  /* line 147, /app/app/assets/stylesheets/grid.scss */
  section .content, footer .content, header .content {
    width: 1040px;
  }
  /* line 150, /app/app/assets/stylesheets/grid.scss */
  section .content.indented, footer .content.indented, header .content.indented {
    width: 910px;
    margin: 0px auto;
  }
  /* line 156, /app/app/assets/stylesheets/grid.scss */
  section.flat, footer.flat, header.flat {
    padding: 50px 0px 50px 0px !important;
  }
  /* line 160, /app/app/assets/stylesheets/grid.scss */
  section .narrow, footer .narrow, header .narrow {
    display: block;
    width: 700px;
    margin: 0px auto;
  }
  /* line 166, /app/app/assets/stylesheets/grid.scss */
  section .very-narrow, footer .very-narrow, header .very-narrow {
    display: block;
    width: 400px;
    margin: 0px auto;
  }
}
/* line 173, /app/app/assets/stylesheets/grid.scss */
section .half, section .third, section .two-thirds, section .quarter, section .sixth, section .three-quarter, section .fifth, section .four-tenth, section .six-tenth, section .custom-width, section .two-fifth, section .three-fifth, section .four-fifth, section .narrow-side, footer .half, footer .third, footer .two-thirds, footer .quarter, footer .sixth, footer .three-quarter, footer .fifth, footer .four-tenth, footer .six-tenth, footer .custom-width, footer .two-fifth, footer .three-fifth, footer .four-fifth, footer .narrow-side, header .half, header .third, header .two-thirds, header .quarter, header .sixth, header .three-quarter, header .fifth, header .four-tenth, header .six-tenth, header .custom-width, header .two-fifth, header .three-fifth, header .four-fifth, header .narrow-side {
  position: relative;
  margin-bottom: 70px;
}
/* line 178, /app/app/assets/stylesheets/grid.scss */
section .half.vertical-seperator, section .third.vertical-seperator, section .two-thirds.vertical-seperator, section .quarter.vertical-seperator, section .sixth.vertical-seperator, section .three-quarter.vertical-seperator, section .fifth.vertical-seperator, section .four-tenth.vertical-seperator, section .six-tenth.vertical-seperator, section .custom-width.vertical-seperator, section .two-fifth.vertical-seperator, section .three-fifth.vertical-seperator, section .four-fifth.vertical-seperator, section .narrow-side.vertical-seperator, footer .half.vertical-seperator, footer .third.vertical-seperator, footer .two-thirds.vertical-seperator, footer .quarter.vertical-seperator, footer .sixth.vertical-seperator, footer .three-quarter.vertical-seperator, footer .fifth.vertical-seperator, footer .four-tenth.vertical-seperator, footer .six-tenth.vertical-seperator, footer .custom-width.vertical-seperator, footer .two-fifth.vertical-seperator, footer .three-fifth.vertical-seperator, footer .four-fifth.vertical-seperator, footer .narrow-side.vertical-seperator, header .half.vertical-seperator, header .third.vertical-seperator, header .two-thirds.vertical-seperator, header .quarter.vertical-seperator, header .sixth.vertical-seperator, header .three-quarter.vertical-seperator, header .fifth.vertical-seperator, header .four-tenth.vertical-seperator, header .six-tenth.vertical-seperator, header .custom-width.vertical-seperator, header .two-fifth.vertical-seperator, header .three-fifth.vertical-seperator, header .four-fifth.vertical-seperator, header .narrow-side.vertical-seperator {
  border-right: 3px solid #FFF;
}
/* line 182, /app/app/assets/stylesheets/grid.scss */
section .half:first-of-type, section .third:first-of-type, section .two-thirds:first-of-type, section .quarter:first-of-type, section .sixth:first-of-type, section .three-quarter:first-of-type, section .fifth:first-of-type, section .four-tenth:first-of-type, section .six-tenth:first-of-type, section .custom-width:first-of-type, section .two-fifth:first-of-type, section .three-fifth:first-of-type, section .four-fifth:first-of-type, section .narrow-side:first-of-type, footer .half:first-of-type, footer .third:first-of-type, footer .two-thirds:first-of-type, footer .quarter:first-of-type, footer .sixth:first-of-type, footer .three-quarter:first-of-type, footer .fifth:first-of-type, footer .four-tenth:first-of-type, footer .six-tenth:first-of-type, footer .custom-width:first-of-type, footer .two-fifth:first-of-type, footer .three-fifth:first-of-type, footer .four-fifth:first-of-type, footer .narrow-side:first-of-type, header .half:first-of-type, header .third:first-of-type, header .two-thirds:first-of-type, header .quarter:first-of-type, header .sixth:first-of-type, header .three-quarter:first-of-type, header .fifth:first-of-type, header .four-tenth:first-of-type, header .six-tenth:first-of-type, header .custom-width:first-of-type, header .two-fifth:first-of-type, header .three-fifth:first-of-type, header .four-fifth:first-of-type, header .narrow-side:first-of-type {
  padding-left: 0px !important;
}
/* line 186, /app/app/assets/stylesheets/grid.scss */
section .half:last-of-type, section .third:last-of-type, section .two-thirds:last-of-type, section .quarter:last-of-type, section .sixth:last-of-type, section .three-quarter:last-of-type, section .fifth:last-of-type, section .four-tenth:last-of-type, section .six-tenth:last-of-type, section .custom-width:last-of-type, section .two-fifth:last-of-type, section .three-fifth:last-of-type, section .four-fifth:last-of-type, section .narrow-side:last-of-type, footer .half:last-of-type, footer .third:last-of-type, footer .two-thirds:last-of-type, footer .quarter:last-of-type, footer .sixth:last-of-type, footer .three-quarter:last-of-type, footer .fifth:last-of-type, footer .four-tenth:last-of-type, footer .six-tenth:last-of-type, footer .custom-width:last-of-type, footer .two-fifth:last-of-type, footer .three-fifth:last-of-type, footer .four-fifth:last-of-type, footer .narrow-side:last-of-type, header .half:last-of-type, header .third:last-of-type, header .two-thirds:last-of-type, header .quarter:last-of-type, header .sixth:last-of-type, header .three-quarter:last-of-type, header .fifth:last-of-type, header .four-tenth:last-of-type, header .six-tenth:last-of-type, header .custom-width:last-of-type, header .two-fifth:last-of-type, header .three-fifth:last-of-type, header .four-fifth:last-of-type, header .narrow-side:last-of-type {
  margin-bottom: 0px;
  padding-right: 0px !important;
}
@media (min-width: 1000px) {
  /* line 173, /app/app/assets/stylesheets/grid.scss */
  section .half, section .third, section .two-thirds, section .quarter, section .sixth, section .three-quarter, section .fifth, section .four-tenth, section .six-tenth, section .custom-width, section .two-fifth, section .three-fifth, section .four-fifth, section .narrow-side, footer .half, footer .third, footer .two-thirds, footer .quarter, footer .sixth, footer .three-quarter, footer .fifth, footer .four-tenth, footer .six-tenth, footer .custom-width, footer .two-fifth, footer .three-fifth, footer .four-fifth, footer .narrow-side, header .half, header .third, header .two-thirds, header .quarter, header .sixth, header .three-quarter, header .fifth, header .four-tenth, header .six-tenth, header .custom-width, header .two-fifth, header .three-fifth, header .four-fifth, header .narrow-side {
    margin-bottom: 0px;
  }
  /* line 194, /app/app/assets/stylesheets/grid.scss */
  section .half.half, section .third.half, section .two-thirds.half, section .quarter.half, section .sixth.half, section .three-quarter.half, section .fifth.half, section .four-tenth.half, section .six-tenth.half, section .custom-width.half, section .two-fifth.half, section .three-fifth.half, section .four-fifth.half, section .narrow-side.half, footer .half.half, footer .third.half, footer .two-thirds.half, footer .quarter.half, footer .sixth.half, footer .three-quarter.half, footer .fifth.half, footer .four-tenth.half, footer .six-tenth.half, footer .custom-width.half, footer .two-fifth.half, footer .three-fifth.half, footer .four-fifth.half, footer .narrow-side.half, header .half.half, header .third.half, header .two-thirds.half, header .quarter.half, header .sixth.half, header .three-quarter.half, header .fifth.half, header .four-tenth.half, header .six-tenth.half, header .custom-width.half, header .two-fifth.half, header .three-fifth.half, header .four-fifth.half, header .narrow-side.half {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.27273%;
    padding-right: 2.27273%;
  }
  /* line 198, /app/app/assets/stylesheets/grid.scss */
  section .half.third, section .third.third, section .two-thirds.third, section .quarter.third, section .sixth.third, section .three-quarter.third, section .fifth.third, section .four-tenth.third, section .six-tenth.third, section .custom-width.third, section .two-fifth.third, section .three-fifth.third, section .four-fifth.third, section .narrow-side.third, footer .half.third, footer .third.third, footer .two-thirds.third, footer .quarter.third, footer .sixth.third, footer .three-quarter.third, footer .fifth.third, footer .four-tenth.third, footer .six-tenth.third, footer .custom-width.third, footer .two-fifth.third, footer .three-fifth.third, footer .four-fifth.third, footer .narrow-side.third, header .half.third, header .third.third, header .two-thirds.third, header .quarter.third, header .sixth.third, header .three-quarter.third, header .fifth.third, header .four-tenth.third, header .six-tenth.third, header .custom-width.third, header .two-fifth.third, header .three-fifth.third, header .four-fifth.third, header .narrow-side.third {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    float: left;
    padding-left: 2.27273%;
    padding-right: 2.27273%;
  }
  /* line 202, /app/app/assets/stylesheets/grid.scss */
  section .half.two-thirds, section .third.two-thirds, section .two-thirds.two-thirds, section .quarter.two-thirds, section .sixth.two-thirds, section .three-quarter.two-thirds, section .fifth.two-thirds, section .four-tenth.two-thirds, section .six-tenth.two-thirds, section .custom-width.two-thirds, section .two-fifth.two-thirds, section .three-fifth.two-thirds, section .four-fifth.two-thirds, section .narrow-side.two-thirds, footer .half.two-thirds, footer .third.two-thirds, footer .two-thirds.two-thirds, footer .quarter.two-thirds, footer .sixth.two-thirds, footer .three-quarter.two-thirds, footer .fifth.two-thirds, footer .four-tenth.two-thirds, footer .six-tenth.two-thirds, footer .custom-width.two-thirds, footer .two-fifth.two-thirds, footer .three-fifth.two-thirds, footer .four-fifth.two-thirds, footer .narrow-side.two-thirds, header .half.two-thirds, header .third.two-thirds, header .two-thirds.two-thirds, header .quarter.two-thirds, header .sixth.two-thirds, header .three-quarter.two-thirds, header .fifth.two-thirds, header .four-tenth.two-thirds, header .six-tenth.two-thirds, header .custom-width.two-thirds, header .two-fifth.two-thirds, header .three-fifth.two-thirds, header .four-fifth.two-thirds, header .narrow-side.two-thirds {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.6%;
    float: left;
    padding-left: 2.27273%;
    padding-right: 2.27273%;
  }
  /* line 206, /app/app/assets/stylesheets/grid.scss */
  section .half.quarter, section .third.quarter, section .two-thirds.quarter, section .quarter.quarter, section .sixth.quarter, section .three-quarter.quarter, section .fifth.quarter, section .four-tenth.quarter, section .six-tenth.quarter, section .custom-width.quarter, section .two-fifth.quarter, section .three-fifth.quarter, section .four-fifth.quarter, section .narrow-side.quarter, footer .half.quarter, footer .third.quarter, footer .two-thirds.quarter, footer .quarter.quarter, footer .sixth.quarter, footer .three-quarter.quarter, footer .fifth.quarter, footer .four-tenth.quarter, footer .six-tenth.quarter, footer .custom-width.quarter, footer .two-fifth.quarter, footer .three-fifth.quarter, footer .four-fifth.quarter, footer .narrow-side.quarter, header .half.quarter, header .third.quarter, header .two-thirds.quarter, header .quarter.quarter, header .sixth.quarter, header .three-quarter.quarter, header .fifth.quarter, header .four-tenth.quarter, header .six-tenth.quarter, header .custom-width.quarter, header .two-fifth.quarter, header .three-fifth.quarter, header .four-fifth.quarter, header .narrow-side.quarter {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 2.27273%;
    padding-right: 2.27273%;
  }
  /* line 210, /app/app/assets/stylesheets/grid.scss */
  section .half.three-quarter, section .third.three-quarter, section .two-thirds.three-quarter, section .quarter.three-quarter, section .sixth.three-quarter, section .three-quarter.three-quarter, section .fifth.three-quarter, section .four-tenth.three-quarter, section .six-tenth.three-quarter, section .custom-width.three-quarter, section .two-fifth.three-quarter, section .three-fifth.three-quarter, section .four-fifth.three-quarter, section .narrow-side.three-quarter, footer .half.three-quarter, footer .third.three-quarter, footer .two-thirds.three-quarter, footer .quarter.three-quarter, footer .sixth.three-quarter, footer .three-quarter.three-quarter, footer .fifth.three-quarter, footer .four-tenth.three-quarter, footer .six-tenth.three-quarter, footer .custom-width.three-quarter, footer .two-fifth.three-quarter, footer .three-fifth.three-quarter, footer .four-fifth.three-quarter, footer .narrow-side.three-quarter, header .half.three-quarter, header .third.three-quarter, header .two-thirds.three-quarter, header .quarter.three-quarter, header .sixth.three-quarter, header .three-quarter.three-quarter, header .fifth.three-quarter, header .four-tenth.three-quarter, header .six-tenth.three-quarter, header .custom-width.three-quarter, header .two-fifth.three-quarter, header .three-fifth.three-quarter, header .four-fifth.three-quarter, header .narrow-side.three-quarter {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 2.27273%;
    padding-right: 2.27273%;
  }
  /* line 214, /app/app/assets/stylesheets/grid.scss */
  section .half.fifth, section .third.fifth, section .two-thirds.fifth, section .quarter.fifth, section .sixth.fifth, section .three-quarter.fifth, section .fifth.fifth, section .four-tenth.fifth, section .six-tenth.fifth, section .custom-width.fifth, section .two-fifth.fifth, section .three-fifth.fifth, section .four-fifth.fifth, section .narrow-side.fifth, footer .half.fifth, footer .third.fifth, footer .two-thirds.fifth, footer .quarter.fifth, footer .sixth.fifth, footer .three-quarter.fifth, footer .fifth.fifth, footer .four-tenth.fifth, footer .six-tenth.fifth, footer .custom-width.fifth, footer .two-fifth.fifth, footer .three-fifth.fifth, footer .four-fifth.fifth, footer .narrow-side.fifth, header .half.fifth, header .third.fifth, header .two-thirds.fifth, header .quarter.fifth, header .sixth.fifth, header .three-quarter.fifth, header .fifth.fifth, header .four-tenth.fifth, header .six-tenth.fifth, header .custom-width.fifth, header .two-fifth.fifth, header .three-fifth.fifth, header .four-fifth.fifth, header .narrow-side.fifth {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
    padding-left: 2.27273%;
    padding-right: 2.27273%;
  }
  /* line 218, /app/app/assets/stylesheets/grid.scss */
  section .half.sixth, section .third.sixth, section .two-thirds.sixth, section .quarter.sixth, section .sixth.sixth, section .three-quarter.sixth, section .fifth.sixth, section .four-tenth.sixth, section .six-tenth.sixth, section .custom-width.sixth, section .two-fifth.sixth, section .three-fifth.sixth, section .four-fifth.sixth, section .narrow-side.sixth, footer .half.sixth, footer .third.sixth, footer .two-thirds.sixth, footer .quarter.sixth, footer .sixth.sixth, footer .three-quarter.sixth, footer .fifth.sixth, footer .four-tenth.sixth, footer .six-tenth.sixth, footer .custom-width.sixth, footer .two-fifth.sixth, footer .three-fifth.sixth, footer .four-fifth.sixth, footer .narrow-side.sixth, header .half.sixth, header .third.sixth, header .two-thirds.sixth, header .quarter.sixth, header .sixth.sixth, header .three-quarter.sixth, header .fifth.sixth, header .four-tenth.sixth, header .six-tenth.sixth, header .custom-width.sixth, header .two-fifth.sixth, header .three-fifth.sixth, header .four-fifth.sixth, header .narrow-side.sixth {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.6%;
    float: left;
    padding-left: 2.27273%;
    padding-right: 2.27273%;
  }
  /* line 222, /app/app/assets/stylesheets/grid.scss */
  section .half.four-tenth, section .third.four-tenth, section .two-thirds.four-tenth, section .quarter.four-tenth, section .sixth.four-tenth, section .three-quarter.four-tenth, section .fifth.four-tenth, section .four-tenth.four-tenth, section .six-tenth.four-tenth, section .custom-width.four-tenth, section .two-fifth.four-tenth, section .three-fifth.four-tenth, section .four-fifth.four-tenth, section .narrow-side.four-tenth, footer .half.four-tenth, footer .third.four-tenth, footer .two-thirds.four-tenth, footer .quarter.four-tenth, footer .sixth.four-tenth, footer .three-quarter.four-tenth, footer .fifth.four-tenth, footer .four-tenth.four-tenth, footer .six-tenth.four-tenth, footer .custom-width.four-tenth, footer .two-fifth.four-tenth, footer .three-fifth.four-tenth, footer .four-fifth.four-tenth, footer .narrow-side.four-tenth, header .half.four-tenth, header .third.four-tenth, header .two-thirds.four-tenth, header .quarter.four-tenth, header .sixth.four-tenth, header .three-quarter.four-tenth, header .fifth.four-tenth, header .four-tenth.four-tenth, header .six-tenth.four-tenth, header .custom-width.four-tenth, header .two-fifth.four-tenth, header .three-fifth.four-tenth, header .four-fifth.four-tenth, header .narrow-side.four-tenth {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    float: left;
    padding-left: 2.27273%;
    padding-right: 2.27273%;
  }
  /* line 226, /app/app/assets/stylesheets/grid.scss */
  section .half.three-fifth, section .third.three-fifth, section .two-thirds.three-fifth, section .quarter.three-fifth, section .sixth.three-fifth, section .three-quarter.three-fifth, section .fifth.three-fifth, section .four-tenth.three-fifth, section .six-tenth.three-fifth, section .custom-width.three-fifth, section .two-fifth.three-fifth, section .three-fifth.three-fifth, section .four-fifth.three-fifth, section .narrow-side.three-fifth, footer .half.three-fifth, footer .third.three-fifth, footer .two-thirds.three-fifth, footer .quarter.three-fifth, footer .sixth.three-fifth, footer .three-quarter.three-fifth, footer .fifth.three-fifth, footer .four-tenth.three-fifth, footer .six-tenth.three-fifth, footer .custom-width.three-fifth, footer .two-fifth.three-fifth, footer .three-fifth.three-fifth, footer .four-fifth.three-fifth, footer .narrow-side.three-fifth, header .half.three-fifth, header .third.three-fifth, header .two-thirds.three-fifth, header .quarter.three-fifth, header .sixth.three-fifth, header .three-quarter.three-fifth, header .fifth.three-fifth, header .four-tenth.three-fifth, header .six-tenth.three-fifth, header .custom-width.three-fifth, header .two-fifth.three-fifth, header .three-fifth.three-fifth, header .four-fifth.three-fifth, header .narrow-side.three-fifth {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    float: left;
    padding-left: 2.27273%;
    padding-right: 2.27273%;
  }
  /* line 230, /app/app/assets/stylesheets/grid.scss */
  section .half.four-fifth, section .third.four-fifth, section .two-thirds.four-fifth, section .quarter.four-fifth, section .sixth.four-fifth, section .three-quarter.four-fifth, section .fifth.four-fifth, section .four-tenth.four-fifth, section .six-tenth.four-fifth, section .custom-width.four-fifth, section .two-fifth.four-fifth, section .three-fifth.four-fifth, section .four-fifth.four-fifth, section .narrow-side.four-fifth, footer .half.four-fifth, footer .third.four-fifth, footer .two-thirds.four-fifth, footer .quarter.four-fifth, footer .sixth.four-fifth, footer .three-quarter.four-fifth, footer .fifth.four-fifth, footer .four-tenth.four-fifth, footer .six-tenth.four-fifth, footer .custom-width.four-fifth, footer .two-fifth.four-fifth, footer .three-fifth.four-fifth, footer .four-fifth.four-fifth, footer .narrow-side.four-fifth, header .half.four-fifth, header .third.four-fifth, header .two-thirds.four-fifth, header .quarter.four-fifth, header .sixth.four-fifth, header .three-quarter.four-fifth, header .fifth.four-fifth, header .four-tenth.four-fifth, header .six-tenth.four-fifth, header .custom-width.four-fifth, header .two-fifth.four-fifth, header .three-fifth.four-fifth, header .four-fifth.four-fifth, header .narrow-side.four-fifth {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 78%;
    float: left;
    padding-left: 2.27273%;
    padding-right: 2.27273%;
  }
  /* line 234, /app/app/assets/stylesheets/grid.scss */
  section .half.six-tenth, section .third.six-tenth, section .two-thirds.six-tenth, section .quarter.six-tenth, section .sixth.six-tenth, section .three-quarter.six-tenth, section .fifth.six-tenth, section .four-tenth.six-tenth, section .six-tenth.six-tenth, section .custom-width.six-tenth, section .two-fifth.six-tenth, section .three-fifth.six-tenth, section .four-fifth.six-tenth, section .narrow-side.six-tenth, footer .half.six-tenth, footer .third.six-tenth, footer .two-thirds.six-tenth, footer .quarter.six-tenth, footer .sixth.six-tenth, footer .three-quarter.six-tenth, footer .fifth.six-tenth, footer .four-tenth.six-tenth, footer .six-tenth.six-tenth, footer .custom-width.six-tenth, footer .two-fifth.six-tenth, footer .three-fifth.six-tenth, footer .four-fifth.six-tenth, footer .narrow-side.six-tenth, header .half.six-tenth, header .third.six-tenth, header .two-thirds.six-tenth, header .quarter.six-tenth, header .sixth.six-tenth, header .three-quarter.six-tenth, header .fifth.six-tenth, header .four-tenth.six-tenth, header .six-tenth.six-tenth, header .custom-width.six-tenth, header .two-fifth.six-tenth, header .three-fifth.six-tenth, header .four-fifth.six-tenth, header .narrow-side.six-tenth {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    float: left;
    padding-left: 2.27273%;
    padding-right: 2.27273%;
  }
  /* line 238, /app/app/assets/stylesheets/grid.scss */
  section .half.custom-width, section .third.custom-width, section .two-thirds.custom-width, section .quarter.custom-width, section .sixth.custom-width, section .three-quarter.custom-width, section .fifth.custom-width, section .four-tenth.custom-width, section .six-tenth.custom-width, section .custom-width.custom-width, section .two-fifth.custom-width, section .three-fifth.custom-width, section .four-fifth.custom-width, section .narrow-side.custom-width, footer .half.custom-width, footer .third.custom-width, footer .two-thirds.custom-width, footer .quarter.custom-width, footer .sixth.custom-width, footer .three-quarter.custom-width, footer .fifth.custom-width, footer .four-tenth.custom-width, footer .six-tenth.custom-width, footer .custom-width.custom-width, footer .two-fifth.custom-width, footer .three-fifth.custom-width, footer .four-fifth.custom-width, footer .narrow-side.custom-width, header .half.custom-width, header .third.custom-width, header .two-thirds.custom-width, header .quarter.custom-width, header .sixth.custom-width, header .three-quarter.custom-width, header .fifth.custom-width, header .four-tenth.custom-width, header .six-tenth.custom-width, header .custom-width.custom-width, header .two-fifth.custom-width, header .three-fifth.custom-width, header .four-fifth.custom-width, header .narrow-side.custom-width {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.27273%;
    padding-right: 2.27273%;
  }
  /* line 242, /app/app/assets/stylesheets/grid.scss */
  section .half.narrow-side, section .third.narrow-side, section .two-thirds.narrow-side, section .quarter.narrow-side, section .sixth.narrow-side, section .three-quarter.narrow-side, section .fifth.narrow-side, section .four-tenth.narrow-side, section .six-tenth.narrow-side, section .custom-width.narrow-side, section .two-fifth.narrow-side, section .three-fifth.narrow-side, section .four-fifth.narrow-side, section .narrow-side.narrow-side, footer .half.narrow-side, footer .third.narrow-side, footer .two-thirds.narrow-side, footer .quarter.narrow-side, footer .sixth.narrow-side, footer .three-quarter.narrow-side, footer .fifth.narrow-side, footer .four-tenth.narrow-side, footer .six-tenth.narrow-side, footer .custom-width.narrow-side, footer .two-fifth.narrow-side, footer .three-fifth.narrow-side, footer .four-fifth.narrow-side, footer .narrow-side.narrow-side, header .half.narrow-side, header .third.narrow-side, header .two-thirds.narrow-side, header .quarter.narrow-side, header .sixth.narrow-side, header .three-quarter.narrow-side, header .fifth.narrow-side, header .four-tenth.narrow-side, header .six-tenth.narrow-side, header .custom-width.narrow-side, header .two-fifth.narrow-side, header .three-fifth.narrow-side, header .four-fifth.narrow-side, header .narrow-side.narrow-side {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 13%;
    float: left;
    padding-left: 2.27273%;
    padding-right: 2.27273%;
  }
}

/* line 249, /app/app/assets/stylesheets/grid.scss */
.bottom-content {
  position: absolute;
  display: block;
  bottom: -125px;
  right: -70px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 6, /app/app/assets/stylesheets/header.scss */
header {
  z-index: 3;
  position: fixed;
  overflow: visible;
  width: 100%;
  height: 69px;
}
/* line 16, /app/app/assets/stylesheets/header.scss */
.header-placeholder {
  height: 69px;
}
@media (min-width: 1000px) {
  /* line 6, /app/app/assets/stylesheets/header.scss */
  header {
    position: relative;
    overflow: visible;
    height: 154px;
  }
  /* line 27, /app/app/assets/stylesheets/header.scss */
  .header-placeholder {
    height: 0;
  }
}
/* line 33, /app/app/assets/stylesheets/header.scss */
header .header-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF;
}
@media (min-width: 1000px) {
  /* line 33, /app/app/assets/stylesheets/header.scss */
  header .header-inner {
    position: static;
  }
  /* line 44, /app/app/assets/stylesheets/header.scss */
  .header-is-sticky header .header-inner {
    position: fixed;
    height: 64px;
  }
}
/* line 51, /app/app/assets/stylesheets/header.scss */
header .content {
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0px auto 0px;
}
@media (min-width: 1000px) {
  /* line 51, /app/app/assets/stylesheets/header.scss */
  header .content {
    overflow: visible;
    width: 1040px;
  }
}
/* line 63, /app/app/assets/stylesheets/header.scss */
header .logo {
  z-index: 0;
  position: relative;
  top: -2px;
  left: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1000px) {
  /* line 63, /app/app/assets/stylesheets/header.scss */
  header .logo {
    top: 0;
    left: -10px;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
/* line 78, /app/app/assets/stylesheets/header.scss */
header .logo img {
  max-width: 232px;
  min-width: 190px;
  width: 50vw;
  height: auto;
}
/* line 86, /app/app/assets/stylesheets/header.scss */
header .phone-icon {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 55px;
  overflow: visible;
  width: 24px;
  height: 24px;
  background-image: url(/assets/icons/tt-icon-phone--full-1b5b2d59e97954bc8be3900378c2df070ea90c5c6eef5fde7eb2e8e3fedd2bdc.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1000px) {
  /* line 86, /app/app/assets/stylesheets/header.scss */
  header .phone-icon {
    display: none;
  }
}
/* line 105, /app/app/assets/stylesheets/header.scss */
header .menu-icon {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 150%;
  color: #000;
}
/* line 118, /app/app/assets/stylesheets/header.scss */
header .menu-icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
/* line 131, /app/app/assets/stylesheets/header.scss */
header .menu-icon .icon::before {
  display: block;
}
/* line 136, /app/app/assets/stylesheets/header.scss */
header .menu-icon .tt-menu {
  opacity: 1;
}
@media (min-width: 1000px) {
  /* line 105, /app/app/assets/stylesheets/header.scss */
  header .menu-icon {
    display: none;
  }
}
/* line 145, /app/app/assets/stylesheets/header.scss */
header .upper-bar {
  display: none;
}
@media (min-width: 1000px) {
  /* line 145, /app/app/assets/stylesheets/header.scss */
  header .upper-bar {
    position: absolute;
    top: 40px;
    right: 0px;
    top: 40px;
    display: block;
  }
}
/* line 157, /app/app/assets/stylesheets/header.scss */
header .upper-bar li {
  margin-bottom: 0.55em;
  font-size: 90%;
  line-height: 1.7em;
  text-align: right;
}
/* line 166, /app/app/assets/stylesheets/header.scss */
header .language-switcher {
  display: none;
  padding: 0px 10px;
  background: #EEE;
  color: #007cc2;
}
@media (min-width: 1000px) {
  /* line 166, /app/app/assets/stylesheets/header.scss */
  header .language-switcher {
    z-index: 5;
    position: absolute;
    top: -1px;
    right: 0px;
    display: block;
  }
}
/* line 182, /app/app/assets/stylesheets/header.scss */
header .language-switcher li {
  display: none;
  font-size: 90%;
  text-indent: 0px;
  text-align: right;
}
/* line 189, /app/app/assets/stylesheets/header.scss */
header .language-switcher li.active {
  display: block;
}
/* line 193, /app/app/assets/stylesheets/header.scss */
header .language-switcher li .icon {
  display: inline-block;
  vertical-align: middle;
}
/* line 200, /app/app/assets/stylesheets/header.scss */
header .language-switcher:hover li {
  display: block;
}
/* line 208, /app/app/assets/stylesheets/header.scss */
header .meta-nav .content {
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 1000px) {
  /* line 212, /app/app/assets/stylesheets/header.scss */
  .header-is-sticky header .meta-nav {
    display: none;
  }
}
/* line 218, /app/app/assets/stylesheets/header.scss */
header .meta-nav .content {
  height: 69px;
}
@media (min-width: 1000px) {
  /* line 218, /app/app/assets/stylesheets/header.scss */
  header .meta-nav .content {
    height: 90px;
  }
}
/* line 228, /app/app/assets/stylesheets/header.scss */
header .main-nav {
  position: relative;
  display: none;
}
@media (min-width: 1000px) {
  /* line 228, /app/app/assets/stylesheets/header.scss */
  header .main-nav {
    display: block;
    height: 39px;
    padding: 10px 0;
  }
}
@media (min-width: 1000px) {
  /* line 240, /app/app/assets/stylesheets/header.scss */
  header .main-nav .content {
    height: 39px;
  }
}
/* line 246, /app/app/assets/stylesheets/header.scss */
header .main-nav nav {
  display: none;
}
/* line 249, /app/app/assets/stylesheets/header.scss */
header .main-nav nav ul {
  padding-left: 0px;
}
@media (min-width: 1000px) {
  /* line 246, /app/app/assets/stylesheets/header.scss */
  header .main-nav nav {
    position: absolute;
    top: 0;
    left: 0px;
    overflow: visible;
    display: block;
    width: 100%;
    height: 39px;
    font-weight: 400;
  }
  /* line 266, /app/app/assets/stylesheets/header.scss */
  header .main-nav nav ul {
    text-indent: 0px;
    white-space: nowrap;
  }
  /* line 270, /app/app/assets/stylesheets/header.scss */
  header .main-nav nav ul li {
    position: relative;
    top: 3px;
    float: left;
    display: block;
  }
  /* line 277, /app/app/assets/stylesheets/header.scss */
  header .main-nav nav ul li a {
    margin-right: 30px;
    font-size: 92%;
    text-transform: uppercase;
    line-height: 15px;
  }
  /* line 285, /app/app/assets/stylesheets/header.scss */
  header .main-nav nav ul li a.active {
    border-bottom: 1px solid #007cc2;
  }
  /* line 289, /app/app/assets/stylesheets/header.scss */
  header .main-nav nav ul li a sup {
    vertical-align: super;
    font-weight: 600;
    font-size: 13px;
    color: #db0303;
  }
  /* line 297, /app/app/assets/stylesheets/header.scss */
  header .main-nav nav ul li .icon {
    display: inline-block;
  }
  /* line 302, /app/app/assets/stylesheets/header.scss */
  header .main-nav nav ul li:hover ul.sub-menu {
    display: block;
  }
  /* line 307, /app/app/assets/stylesheets/header.scss */
  header .main-nav nav ul li.with-background {
    float: right;
  }
  /* line 310, /app/app/assets/stylesheets/header.scss */
  header .main-nav nav ul li.with-background a {
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 7px 11px 7px 13px;
    border-radius: 5px;
    background: #007cc2;
    color: #FFF;
    line-height: 2em;
  }
  /* line 325, /app/app/assets/stylesheets/header.scss */
  header .main-nav nav ul.sub-menu {
    z-index: 100;
    position: absolute;
    top: 32px;
    left: -13px;
    overflow: hidden;
    display: none;
    clear: both;
    border: 1px solid #F4F4F4;
  }
  /* line 337, /app/app/assets/stylesheets/header.scss */
  header .main-nav nav ul.sub-menu li {
    float: none;
    width: 100%;
    padding: 4px 12px;
    background: #FFF;
    border-bottom: 1px solid #F8F8F8;
  }
  /* line 345, /app/app/assets/stylesheets/header.scss */
  header .main-nav nav ul.sub-menu li:last-child {
    border-bottom: 0px;
  }
  /* line 349, /app/app/assets/stylesheets/header.scss */
  header .main-nav nav ul.sub-menu li a {
    text-transform: none;
  }
}
/* line 359, /app/app/assets/stylesheets/header.scss */
header .main-nav-root {
  position: relative;
  display: inline-block;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: max-width;
  -o-transition-property: max-width;
  -webkit-transition-property: max-width;
  transition-property: max-width;
}
@media (min-width: 1000px) {
  /* line 359, /app/app/assets/stylesheets/header.scss */
  header .main-nav-root {
    max-width: 150px;
  }
  /* line 369, /app/app/assets/stylesheets/header.scss */
  .header-is-sticky header .main-nav-root {
    max-width: 25px;
  }
}
/* line 374, /app/app/assets/stylesheets/header.scss */
header .main-nav-root-logo {
  position: absolute;
  top: -10px;
  left: 0;
  width: 36px;
  height: 36px;
  opacity: 0;
  background-image: url(/assets/logos/toptranslation_shield-0b1991c4c004bca5b860b2849e220406f157bc4d6e72d8cb1958b40d05626391.png);
  background-repeat: no-repeat;
  background-size: contain;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
/* line 391, /app/app/assets/stylesheets/header.scss */
.header-is-sticky header .main-nav-root-logo {
  opacity: 1;
}
/* line 396, /app/app/assets/stylesheets/header.scss */
header .main-nav-root-text {
  display: inline-block;
  opacity: 1;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
/* line 403, /app/app/assets/stylesheets/header.scss */
.header-is-sticky header .main-nav-root-text {
  opacity: 0;
}
/* line 409, /app/app/assets/stylesheets/header.scss */
header .main-nav .user-controls {
  display: none;
}
@media (min-width: 1000px) {
  /* line 409, /app/app/assets/stylesheets/header.scss */
  header .main-nav .user-controls {
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
  }
  /* line 419, /app/app/assets/stylesheets/header.scss */
  header .main-nav .user-controls .request-button {
    margin-left: 1em;
  }
}
/* line 429, /app/app/assets/stylesheets/header.scss */
header.show-menu .menu-icon .tt-menu {
  opacity: 0;
}
/* line 433, /app/app/assets/stylesheets/header.scss */
header.show-menu .menu-icon .tt-cross {
  opacity: 1;
}
/* line 438, /app/app/assets/stylesheets/header.scss */
header.show-menu .main-nav {
  display: block;
}
/* line 442, /app/app/assets/stylesheets/header.scss */
header.show-menu nav {
  display: block;
}
/* line 445, /app/app/assets/stylesheets/header.scss */
header.show-menu nav a {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 1000px) {
  /* line 445, /app/app/assets/stylesheets/header.scss */
  header.show-menu nav a {
    display: inline-block;
    margin-bottom: 0;
  }
}

/* line 458, /app/app/assets/stylesheets/header.scss */
.cookie-message {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none;
  background: rgba(238, 238, 238, 0.95);
  border-top: 1px solid #E2E2E2;
  text-align: center;
  font-size: 80%;
  color: #666;
  z-index: 5;
  padding: 10px;
}
/* line 479, /app/app/assets/stylesheets/header.scss */
.cookie-message .confirm {
  position: relative;
  display: block;
  margin-top: 10px;
  text-align: center;
}
/* line 485, /app/app/assets/stylesheets/header.scss */
.cookie-message .confirm .close-icon {
  display: none;
}
@media (min-width: 1000px) {
  /* line 458, /app/app/assets/stylesheets/header.scss */
  .cookie-message {
    bottom: 5px;
    left: 10px;
    right: 10px;
    padding: 7px 300px 7px 10px;
    background: rgba(238, 238, 238, 0.9);
    text-align: left;
  }
  /* line 501, /app/app/assets/stylesheets/header.scss */
  .cookie-message .confirm {
    position: absolute;
    top: 7px;
    right: 33px;
    text-align: right;
    margin: 0px;
    width: 275px;
  }
  /* line 510, /app/app/assets/stylesheets/header.scss */
  .cookie-message .confirm .close-icon {
    position: absolute;
    top: 2px;
    right: -21px;
    display: block;
  }
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 3, /app/app/assets/stylesheets/icon.scss */
button.icon, .button.icon {
  padding: 0px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  background: none;
}
/* line 13, /app/app/assets/stylesheets/icon.scss */
button.icon:before, .button.icon:before {
  margin-left: 1px;
  vertical-align: bottom;
}
/* line 18, /app/app/assets/stylesheets/icon.scss */
button.icon.button:before, .button.icon.button:before {
  display: block;
  margin-top: 0.45em;
}
/* line 23, /app/app/assets/stylesheets/icon.scss */
button.icon.danger, .button.icon.danger {
  color: #db0303;
}
/* line 25, /app/app/assets/stylesheets/icon.scss */
button.icon.danger:hover, .button.icon.danger:hover {
  color: #c20a0a;
  background: rgba(219, 3, 3, 0.1);
}
/* line 31, /app/app/assets/stylesheets/icon.scss */
button.icon.action, .button.icon.action {
  color: #007cc2;
}
/* line 33, /app/app/assets/stylesheets/icon.scss */
button.icon.action:hover, .button.icon.action:hover {
  color: #00649c;
  background: rgba(0, 124, 194, 0.1);
}
/* line 39, /app/app/assets/stylesheets/icon.scss */
button.icon.ok, .button.icon.ok {
  color: #74af36;
}
/* line 41, /app/app/assets/stylesheets/icon.scss */
button.icon.ok:hover, .button.icon.ok:hover {
  color: #538e15;
  background: rgba(116, 175, 54, 0.1);
}
/* line 47, /app/app/assets/stylesheets/icon.scss */
button.icon.warning, .button.icon.warning {
  color: #c8bc01;
}
/* line 49, /app/app/assets/stylesheets/icon.scss */
button.icon.warning:hover, .button.icon.warning:hover {
  color: #a19802;
  background: rgba(200, 188, 1, 0.1);
}
/* line 55, /app/app/assets/stylesheets/icon.scss */
button.icon[disabled], .button.icon[disabled] {
  color: #BBB;
  cursor: default;
}
/* line 58, /app/app/assets/stylesheets/icon.scss */
button.icon[disabled]:hover, .button.icon[disabled]:hover {
  color: #BBB;
  background: none;
}

/* line 65, /app/app/assets/stylesheets/icon.scss */
.icon {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
/* line 70, /app/app/assets/stylesheets/icon.scss */
.icon.medium {
  font-size: 27px;
}
/* line 74, /app/app/assets/stylesheets/icon.scss */
.icon.semi-big {
  font-size: 42px;
}
/* line 78, /app/app/assets/stylesheets/icon.scss */
.icon.big {
  font-size: 55px;
}
/* line 82, /app/app/assets/stylesheets/icon.scss */
.icon.bigger {
  font-size: 80px;
}
/* line 86, /app/app/assets/stylesheets/icon.scss */
.icon.huge {
  font-size: 120px;
}
/* line 90, /app/app/assets/stylesheets/icon.scss */
.icon.ok {
  color: #74af36;
}
/* line 94, /app/app/assets/stylesheets/icon.scss */
.icon.warning {
  color: #c8bc01;
}
/* line 98, /app/app/assets/stylesheets/icon.scss */
.icon.danger {
  color: #db0303;
}
/* line 102, /app/app/assets/stylesheets/icon.scss */
.icon.inactive {
  color: #BBB;
}

/* line 107, /app/app/assets/stylesheets/icon.scss */
.blue-icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  vertical-align: middle;
  background-color: #007cc2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 30px;
}
/* line 120, /app/app/assets/stylesheets/icon.scss */
.blue-icon.big {
  width: 75px;
  height: 75px;
}
/* line 125, /app/app/assets/stylesheets/icon.scss */
.blue-icon.legal {
  background-image: url(/images/industries/icons/legal_white);
}
/* line 129, /app/app/assets/stylesheets/icon.scss */
.blue-icon.marketing {
  background-image: url(/images/industries/icons/marketing_white);
}
/* line 133, /app/app/assets/stylesheets/icon.scss */
.blue-icon.digital {
  background-image: url(/images/industries/icons/digital_white);
}
/* line 137, /app/app/assets/stylesheets/icon.scss */
.blue-icon.public-sector {
  background-image: url(/images/industries/icons/public_sector_white);
}
/* line 141, /app/app/assets/stylesheets/icon.scss */
.blue-icon.tourism {
  background-image: url(/images/industries/icons/tourism_white);
}
/* line 145, /app/app/assets/stylesheets/icon.scss */
.blue-icon.science {
  background-image: url(/images/industries/icons/science_white);
}
/* line 149, /app/app/assets/stylesheets/icon.scss */
.blue-icon.logistics {
  background-image: url(/images/industries/icons/logistics_white);
}
/* line 153, /app/app/assets/stylesheets/icon.scss */
.blue-icon.engineering {
  background-image: url(/images/industries/icons/engineering_white);
}
/* line 157, /app/app/assets/stylesheets/icon.scss */
.blue-icon.finance {
  background-image: url(/images/industries/icons/finance_white);
}

/* line 162, /app/app/assets/stylesheets/icon.scss */
.text-icon {
  position: relative;
  display: inline-block;
  width: 140px;
  padding-top: 90px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 176, /app/app/assets/stylesheets/icon.scss */
.text-icon img {
  position: absolute;
  top: 0px;
  left: 32px;
  width: 74px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 5, /app/app/assets/stylesheets/images.scss */
img.round {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 9, /app/app/assets/stylesheets/images.scss */
img.bordered {
  border: 6px solid #FFF;
}
/* line 13, /app/app/assets/stylesheets/images.scss */
img.rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 17, /app/app/assets/stylesheets/images.scss */
img.blue-border {
  border: 2px solid #007cc2;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/industries.scss */
.other-industries .content {
  margin-bottom: 40px;
}

/* line 10, /app/app/assets/stylesheets/industries.scss */
.industries-index .teaser.with-bottom-heading h1 {
  left: 20px;
}

/* line 16, /app/app/assets/stylesheets/industries.scss */
.case-study-slider ul li {
  text-indent: 0px;
}
/* line 20, /app/app/assets/stylesheets/industries.scss */
.case-study-slider .bx-prev, .case-study-slider .bx-next {
  top: 35%;
}
/* line 24, /app/app/assets/stylesheets/industries.scss */
.case-study-slider .bx-prev {
  left: -70px !important;
}
/* line 28, /app/app/assets/stylesheets/industries.scss */
.case-study-slider .bx-next {
  right: -70px !important;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 32, /app/app/assets/stylesheets/input/base.scss */
.input {
  position: relative;
  display: block;
  white-space: nowrap;
  margin-bottom: 10px;
  overflow: hidden;
}
/* line 42, /app/app/assets/stylesheets/input/base.scss */
.input.auto-height, .input.text {
  height: auto;
}
/* line 46, /app/app/assets/stylesheets/input/base.scss */
.input ::-webkit-input-placeholder {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 300;
  font-size: 12px;
  color: #666;
}
/* line 54, /app/app/assets/stylesheets/input/base.scss */
.input rating {
  float: right;
}
/* line 59, /app/app/assets/stylesheets/input/base.scss */
.input .hint a.icon {
  font-size: 16px;
}
/* line 64, /app/app/assets/stylesheets/input/base.scss */
.input.select.multiple {
  height: 130px;
}
/* line 67, /app/app/assets/stylesheets/input/base.scss */
.input.select.multiple select {
  height: 100px;
}
/* line 72, /app/app/assets/stylesheets/input/base.scss */
.input input, .input select, .input textarea {
  color: #444;
}
/* line 75, /app/app/assets/stylesheets/input/base.scss */
.input input[type=checkbox], .input select[type=checkbox], .input textarea[type=checkbox] {
  margin-right: 10px;
}
/* line 79, /app/app/assets/stylesheets/input/base.scss */
.input input[type=button], .input input[type=text], .input input[type=password], .input input[type=email], .input input[type=tel], .input select[type=button], .input select[type=text], .input select[type=password], .input select[type=email], .input select[type=tel], .input textarea[type=button], .input textarea[type=text], .input textarea[type=password], .input textarea[type=email], .input textarea[type=tel] {
  padding: 9px 12px 9px 12px;
}
/* line 83, /app/app/assets/stylesheets/input/base.scss */
.input input[type=text], .input input[type=password], .input input[type=email], .input input[type=tel], .input select[type=text], .input select[type=password], .input select[type=email], .input select[type=tel], .input textarea[type=text], .input textarea[type=password], .input textarea[type=email], .input textarea[type=tel] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  font-weight: light;
  padding-top: 24px;
}
/* line 14, /app/app/assets/stylesheets/input/base.scss */
.input input[type=text].placeholder, .input input[type=password].placeholder, .input input[type=email].placeholder, .input input[type=tel].placeholder, .input select[type=text].placeholder, .input select[type=password].placeholder, .input select[type=email].placeholder, .input select[type=tel].placeholder, .input textarea[type=text].placeholder, .input textarea[type=password].placeholder, .input textarea[type=email].placeholder, .input textarea[type=tel].placeholder {
  color: #999;
}
/* line 18, /app/app/assets/stylesheets/input/base.scss */
.input input[type=text]:disabled, .input input[type=password]:disabled, .input input[type=email]:disabled, .input input[type=tel]:disabled, .input select[type=text]:disabled, .input select[type=password]:disabled, .input select[type=email]:disabled, .input select[type=tel]:disabled, .input textarea[type=text]:disabled, .input textarea[type=password]:disabled, .input textarea[type=email]:disabled, .input textarea[type=tel]:disabled {
  border: 1px solid #DDD;
  background: #F0F0F0;
}
/* line 23, /app/app/assets/stylesheets/input/base.scss */
.input input[type=text].with-icon, .input input[type=password].with-icon, .input input[type=email].with-icon, .input input[type=tel].with-icon, .input select[type=text].with-icon, .input select[type=password].with-icon, .input select[type=email].with-icon, .input select[type=tel].with-icon, .input textarea[type=text].with-icon, .input textarea[type=password].with-icon, .input textarea[type=email].with-icon, .input textarea[type=tel].with-icon {
  padding-left: 37px;
}
/* line 27, /app/app/assets/stylesheets/input/base.scss */
.input input[type=text].small, .input input[type=password].small, .input input[type=email].small, .input input[type=tel].small, .input select[type=text].small, .input select[type=password].small, .input select[type=email].small, .input select[type=tel].small, .input textarea[type=text].small, .input textarea[type=password].small, .input textarea[type=email].small, .input textarea[type=tel].small {
  padding: 6px;
}
/* line 87, /app/app/assets/stylesheets/input/base.scss */
.input input.half-width, .input select.half-width, .input textarea.half-width {
  width: 42%;
  margin-right: 1%;
}
/* line 92, /app/app/assets/stylesheets/input/base.scss */
.input input.two-thirds-width, .input select.two-thirds-width, .input textarea.two-thirds-width {
  width: 60%;
  margin-right: 2%;
}
/* line 97, /app/app/assets/stylesheets/input/base.scss */
.input input.with-error, .input select.with-error, .input textarea.with-error {
  border-color: #db0303;
}
/* line 103, /app/app/assets/stylesheets/input/base.scss */
.input.with-options textarea {
  padding-bottom: 40px;
}
/* line 107, /app/app/assets/stylesheets/input/base.scss */
.input.with-options .options {
  position: absolute;
  bottom: 6px;
  left: 1px;
  right: 1px;
  padding: 9px;
  background: rgba(255, 255, 255, 0.85);
}
/* line 118, /app/app/assets/stylesheets/input/base.scss */
.input.with-error input {
  border-color: #db0303;
}
/* line 122, /app/app/assets/stylesheets/input/base.scss */
.input.with-error .hint {
  display: none;
}
/* line 129, /app/app/assets/stylesheets/input/base.scss */
.input.no-label input[type=text], .input.no-label input[type=password], .input.no-label input[type=email] {
  padding-top: 8px;
}
/* line 134, /app/app/assets/stylesheets/input/base.scss */
.input.no-label .error, .input.no-label .hint {
  top: 9px;
}
/* line 141, /app/app/assets/stylesheets/input/base.scss */
.input.with-button input[type=text], .input.with-button input[type=password], .input.with-button input[type=email] {
  padding-top: 15px;
  padding-bottom: 16px;
}
/* line 149, /app/app/assets/stylesheets/input/base.scss */
.input.right-aligned label {
  top: 14px;
}
/* line 154, /app/app/assets/stylesheets/input/base.scss */
.input.right-aligned input[type=text], .input.right-aligned input[type=password], .input.right-aligned input[type=email] {
  padding: 13px 15px 13px 15px;
  text-align: right;
}
/* line 161, /app/app/assets/stylesheets/input/base.scss */
.input .overlay-hint {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 12px;
}
/* line 169, /app/app/assets/stylesheets/input/base.scss */
.input .overlay-icon {
  position: absolute;
  top: 3px;
  left: 14px;
  font-size: 15px;
  color: #999;
}
/* line 179, /app/app/assets/stylesheets/input/base.scss */
.input.with-icon {
  position: relative;
}
/* line 182, /app/app/assets/stylesheets/input/base.scss */
.input.with-icon .icon {
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 20px;
  color: #666;
}
/* line 194, /app/app/assets/stylesheets/input/base.scss */
.input.with-icon input[type=text], .input.with-icon input[type=password], .input.with-icon input[type=email] {
  padding-left: 38px;
}
/* line 200, /app/app/assets/stylesheets/input/base.scss */
.input.with-icon.with-button .icon {
  top: 8px;
  left: 15px;
  font-size: 25px;
}
/* line 207, /app/app/assets/stylesheets/input/base.scss */
.input.with-icon.with-button input[type=text], .input.with-icon.with-button input[type=password], .input.with-icon.with-button input[type=email] {
  padding-left: 50px;
}
/* line 214, /app/app/assets/stylesheets/input/base.scss */
.input.half-width {
  display: inline-block;
  width: 48.5%;
  margin-bottom: 5px;
}
/* line 219, /app/app/assets/stylesheets/input/base.scss */
.input.half-width.last {
  margin-right: 0px;
  float: right;
}
/* line 226, /app/app/assets/stylesheets/input/base.scss */
.input.search input {
  padding-top: 8px;
  padding-left: 38px;
}
/* line 231, /app/app/assets/stylesheets/input/base.scss */
.input.search:after {
  position: absolute;
  top: 6px;
  left: 15px;
  font-family: "toptranslation-icons";
  src: url("/fonts/toptranslation-icons.eot");
  src: url("/fonts/toptranslation-icons.eot?#iefix") format("embedded-opentype"), url("/fonts/toptranslation-icons.woff") format("woff"), url("/fonts/toptranslation-icons.ttf") format("truetype"), url("/fonts/toptranslation-icons.svg#toptranslation-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  content: "\2c";
  font-size: 16px;
  color: #666;
  vertical-align: sub;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/input/checkbox.scss */
.input.checkbox, .input.boolean {
  height: 50px;
}
/* line 7, /app/app/assets/stylesheets/input/checkbox.scss */
.input.checkbox label, .input.checkbox input, .input.boolean label, .input.boolean input {
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 20px;
}
/* line 15, /app/app/assets/stylesheets/input/checkbox.scss */
.input.checkbox input, .input.boolean input {
  margin-right: 10px;
}
/* line 19, /app/app/assets/stylesheets/input/checkbox.scss */
.input.checkbox label, .input.boolean label {
  color: #444;
  font-size: 14px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 3, /app/app/assets/stylesheets/input/datepicker.scss */
.xdsoft_datetimepicker {
  z-index: 2 !important;
  border: 1px solid #E2E2E2 !important;
}
/* line 7, /app/app/assets/stylesheets/input/datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date:hover {
  background: #e74c3c !important;
}
/* line 11, /app/app/assets/stylesheets/input/datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #007cc2 !important;
}
/* line 15, /app/app/assets/stylesheets/input/datepicker.scss */
.xdsoft_datetimepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time:hover {
  background: #e74c3c !important;
}
/* line 19, /app/app/assets/stylesheets/input/datepicker.scss */
.xdsoft_datetimepicker .xdsoft_time.xdsoft_current {
  background: #007cc2 !important;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/input/label.scss */
.input label, .input .label, .input .error, .input .hint {
  position: absolute;
  top: 5px;
  z-index: 2;
  font-size: 13px;
  color: #999;
}
/* line 11, /app/app/assets/stylesheets/input/label.scss */
.input label.error, .input label.hint, .input .label.error, .input .label.hint, .input .error.error, .input .error.hint, .input .hint.error, .input .hint.hint {
  top: 6px;
  right: 7px;
}
/* line 15, /app/app/assets/stylesheets/input/label.scss */
.input label.error.error, .input label.hint.error, .input .label.error.error, .input .label.hint.error, .input .error.error.error, .input .error.hint.error, .input .hint.error.error, .input .hint.hint.error {
  color: #db0303;
}
/* line 20, /app/app/assets/stylesheets/input/label.scss */
.input label.hint, .input .label.hint, .input .error.hint, .input .hint.hint {
  font-style: normal;
}
/* line 23, /app/app/assets/stylesheets/input/label.scss */
.input label.hint button, .input label.hint .button, .input .label.hint button, .input .label.hint .button, .input .error.hint button, .input .error.hint .button, .input .hint.hint button, .input .hint.hint .button {
  margin: 3px 2px 0px 0px;
}
/* line 30, /app/app/assets/stylesheets/input/label.scss */
.input input[required] ~ label:after {
  content: '*';
}
/* line 35, /app/app/assets/stylesheets/input/label.scss */
.input .error:not(:empty) ~ .hint {
  display: none;
}
/* line 39, /app/app/assets/stylesheets/input/label.scss */
.input label {
  left: 12px;
  white-space: normal;
  cursor: pointer;
}
/* line 44, /app/app/assets/stylesheets/input/label.scss */
.input label abbr {
  float: right;
  margin-left: 0.1em;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/input/password_meter.scss */
.password-meter {
  position: absolute;
  top: 15px;
  right: 5px;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
}
/* line 14, /app/app/assets/stylesheets/input/password_meter.scss */
.password-meter.danger {
  color: #db0303;
}
/* line 18, /app/app/assets/stylesheets/input/password_meter.scss */
.password-meter.warning {
  color: #a19802;
}
/* line 22, /app/app/assets/stylesheets/input/password_meter.scss */
.password-meter.ok {
  color: #74af36;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 3, /app/app/assets/stylesheets/input/radio_buttons.scss */
.input.radio {
  height: auto;
  padding-top: 12px;
  padding-left: 25px;
  margin-bottom: 2px;
}
/* line 10, /app/app/assets/stylesheets/input/radio_buttons.scss */
.input.radio input {
  position: absolute;
  top: 15px;
  left: 0px;
}
/* line 16, /app/app/assets/stylesheets/input/radio_buttons.scss */
.input.radio label, .input.radio .hint {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
/* line 23, /app/app/assets/stylesheets/input/radio_buttons.scss */
.input.radio label {
  font-size: 14px;
  color: #444;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/input/select.scss */
select {
  max-width: 100%;
}

/* line 9, /app/app/assets/stylesheets/input/select.scss */
.input.select, .input.tt-select {
  background: #FFF;
  border: 1px solid #E2E2E2;
  height: 50px;
}
/* line 15, /app/app/assets/stylesheets/input/select.scss */
.input.select .value, .input.tt-select .value {
  position: absolute;
  top: 13px;
  right: 15px;
  z-index: 1;
  font-size: 14px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
/* line 28, /app/app/assets/stylesheets/input/select.scss */
.input.select .value:after, .input.tt-select .value:after {
  font-family: "toptranslation-icons";
  src: url("/fonts/toptranslation-icons.eot");
  src: url("/fonts/toptranslation-icons.eot?#iefix") format("embedded-opentype"), url("/fonts/toptranslation-icons.woff") format("woff"), url("/fonts/toptranslation-icons.ttf") format("truetype"), url("/fonts/toptranslation-icons.svg#toptranslation-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  margin-left: 13px;
  content: ")";
  font-size: 16px;
  color: #666;
  vertical-align: sub;
}
/* line 47, /app/app/assets/stylesheets/input/select.scss */
.input.select:hover .value, .input.tt-select:hover .value {
  color: #444;
}
/* line 50, /app/app/assets/stylesheets/input/select.scss */
.input.select:hover .value:after, .input.tt-select:hover .value:after {
  color: #444;
}
/* line 56, /app/app/assets/stylesheets/input/select.scss */
.input.select label, .input.tt-select label {
  top: 16px;
}
/* line 60, /app/app/assets/stylesheets/input/select.scss */
.input.select select, .input.tt-select select {
  position: absolute;
  top: 15px;
  right: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 75%;
  z-index: 2;
  cursor: pointer;
}
/* line 71, /app/app/assets/stylesheets/input/select.scss */
.input.select select.non-interactive, .input.tt-select select.non-interactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  right: 10px;
}
/* line 77, /app/app/assets/stylesheets/input/select.scss */
.input.select.compact, .input.tt-select.compact {
  height: 34px;
}
/* line 80, /app/app/assets/stylesheets/input/select.scss */
.input.select.compact label, .input.tt-select.compact label {
  top: 8px;
}
/* line 84, /app/app/assets/stylesheets/input/select.scss */
.input.select.compact select, .input.tt-select.compact select {
  top: 8px;
}
/* line 88, /app/app/assets/stylesheets/input/select.scss */
.input.select.compact .value, .input.tt-select.compact .value {
  top: 5px;
  right: 5px;
  font-size: 13px;
  width: 50%;
}
/* line 100, /app/app/assets/stylesheets/input/select.scss */
.input.select[required] label:after, .input.tt-select[required] label:after {
  content: '*';
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 32, /app/app/assets/stylesheets/input/base.scss */
.input {
  position: relative;
  display: block;
  white-space: nowrap;
  margin-bottom: 10px;
  overflow: hidden;
}
/* line 42, /app/app/assets/stylesheets/input/base.scss */
.input.auto-height, .input.text {
  height: auto;
}
/* line 46, /app/app/assets/stylesheets/input/base.scss */
.input ::-webkit-input-placeholder {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 300;
  font-size: 12px;
  color: #666;
}
/* line 54, /app/app/assets/stylesheets/input/base.scss */
.input rating {
  float: right;
}
/* line 59, /app/app/assets/stylesheets/input/base.scss */
.input .hint a.icon {
  font-size: 16px;
}
/* line 64, /app/app/assets/stylesheets/input/base.scss */
.input.select.multiple {
  height: 130px;
}
/* line 67, /app/app/assets/stylesheets/input/base.scss */
.input.select.multiple select {
  height: 100px;
}
/* line 72, /app/app/assets/stylesheets/input/base.scss */
.input input, .input select, .input textarea {
  color: #444;
}
/* line 75, /app/app/assets/stylesheets/input/base.scss */
.input input[type=checkbox], .input select[type=checkbox], .input textarea[type=checkbox] {
  margin-right: 10px;
}
/* line 79, /app/app/assets/stylesheets/input/base.scss */
.input input[type=button], .input input[type=text], .input input[type=password], .input input[type=email], .input input[type=tel], .input select[type=button], .input select[type=text], .input select[type=password], .input select[type=email], .input select[type=tel], .input textarea[type=button], .input textarea[type=text], .input textarea[type=password], .input textarea[type=email], .input textarea[type=tel] {
  padding: 9px 12px 9px 12px;
}
/* line 83, /app/app/assets/stylesheets/input/base.scss */
.input input[type=text], .input input[type=password], .input input[type=email], .input input[type=tel], .input select[type=text], .input select[type=password], .input select[type=email], .input select[type=tel], .input textarea[type=text], .input textarea[type=password], .input textarea[type=email], .input textarea[type=tel] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  font-weight: light;
  padding-top: 24px;
}
/* line 14, /app/app/assets/stylesheets/input/base.scss */
.input input[type=text].placeholder, .input input[type=password].placeholder, .input input[type=email].placeholder, .input input[type=tel].placeholder, .input select[type=text].placeholder, .input select[type=password].placeholder, .input select[type=email].placeholder, .input select[type=tel].placeholder, .input textarea[type=text].placeholder, .input textarea[type=password].placeholder, .input textarea[type=email].placeholder, .input textarea[type=tel].placeholder {
  color: #999;
}
/* line 18, /app/app/assets/stylesheets/input/base.scss */
.input input[type=text]:disabled, .input input[type=password]:disabled, .input input[type=email]:disabled, .input input[type=tel]:disabled, .input select[type=text]:disabled, .input select[type=password]:disabled, .input select[type=email]:disabled, .input select[type=tel]:disabled, .input textarea[type=text]:disabled, .input textarea[type=password]:disabled, .input textarea[type=email]:disabled, .input textarea[type=tel]:disabled {
  border: 1px solid #DDD;
  background: #F0F0F0;
}
/* line 23, /app/app/assets/stylesheets/input/base.scss */
.input input[type=text].with-icon, .input input[type=password].with-icon, .input input[type=email].with-icon, .input input[type=tel].with-icon, .input select[type=text].with-icon, .input select[type=password].with-icon, .input select[type=email].with-icon, .input select[type=tel].with-icon, .input textarea[type=text].with-icon, .input textarea[type=password].with-icon, .input textarea[type=email].with-icon, .input textarea[type=tel].with-icon {
  padding-left: 37px;
}
/* line 27, /app/app/assets/stylesheets/input/base.scss */
.input input[type=text].small, .input input[type=password].small, .input input[type=email].small, .input input[type=tel].small, .input select[type=text].small, .input select[type=password].small, .input select[type=email].small, .input select[type=tel].small, .input textarea[type=text].small, .input textarea[type=password].small, .input textarea[type=email].small, .input textarea[type=tel].small {
  padding: 6px;
}
/* line 87, /app/app/assets/stylesheets/input/base.scss */
.input input.half-width, .input select.half-width, .input textarea.half-width {
  width: 42%;
  margin-right: 1%;
}
/* line 92, /app/app/assets/stylesheets/input/base.scss */
.input input.two-thirds-width, .input select.two-thirds-width, .input textarea.two-thirds-width {
  width: 60%;
  margin-right: 2%;
}
/* line 97, /app/app/assets/stylesheets/input/base.scss */
.input input.with-error, .input select.with-error, .input textarea.with-error {
  border-color: #db0303;
}
/* line 103, /app/app/assets/stylesheets/input/base.scss */
.input.with-options textarea {
  padding-bottom: 40px;
}
/* line 107, /app/app/assets/stylesheets/input/base.scss */
.input.with-options .options {
  position: absolute;
  bottom: 6px;
  left: 1px;
  right: 1px;
  padding: 9px;
  background: rgba(255, 255, 255, 0.85);
}
/* line 118, /app/app/assets/stylesheets/input/base.scss */
.input.with-error input {
  border-color: #db0303;
}
/* line 122, /app/app/assets/stylesheets/input/base.scss */
.input.with-error .hint {
  display: none;
}
/* line 129, /app/app/assets/stylesheets/input/base.scss */
.input.no-label input[type=text], .input.no-label input[type=password], .input.no-label input[type=email] {
  padding-top: 8px;
}
/* line 134, /app/app/assets/stylesheets/input/base.scss */
.input.no-label .error, .input.no-label .hint {
  top: 9px;
}
/* line 141, /app/app/assets/stylesheets/input/base.scss */
.input.with-button input[type=text], .input.with-button input[type=password], .input.with-button input[type=email] {
  padding-top: 15px;
  padding-bottom: 16px;
}
/* line 149, /app/app/assets/stylesheets/input/base.scss */
.input.right-aligned label {
  top: 14px;
}
/* line 154, /app/app/assets/stylesheets/input/base.scss */
.input.right-aligned input[type=text], .input.right-aligned input[type=password], .input.right-aligned input[type=email] {
  padding: 13px 15px 13px 15px;
  text-align: right;
}
/* line 161, /app/app/assets/stylesheets/input/base.scss */
.input .overlay-hint {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 12px;
}
/* line 169, /app/app/assets/stylesheets/input/base.scss */
.input .overlay-icon {
  position: absolute;
  top: 3px;
  left: 14px;
  font-size: 15px;
  color: #999;
}
/* line 179, /app/app/assets/stylesheets/input/base.scss */
.input.with-icon {
  position: relative;
}
/* line 182, /app/app/assets/stylesheets/input/base.scss */
.input.with-icon .icon {
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 20px;
  color: #666;
}
/* line 194, /app/app/assets/stylesheets/input/base.scss */
.input.with-icon input[type=text], .input.with-icon input[type=password], .input.with-icon input[type=email] {
  padding-left: 38px;
}
/* line 200, /app/app/assets/stylesheets/input/base.scss */
.input.with-icon.with-button .icon {
  top: 8px;
  left: 15px;
  font-size: 25px;
}
/* line 207, /app/app/assets/stylesheets/input/base.scss */
.input.with-icon.with-button input[type=text], .input.with-icon.with-button input[type=password], .input.with-icon.with-button input[type=email] {
  padding-left: 50px;
}
/* line 214, /app/app/assets/stylesheets/input/base.scss */
.input.half-width {
  display: inline-block;
  width: 48.5%;
  margin-bottom: 5px;
}
/* line 219, /app/app/assets/stylesheets/input/base.scss */
.input.half-width.last {
  margin-right: 0px;
  float: right;
}
/* line 226, /app/app/assets/stylesheets/input/base.scss */
.input.search input {
  padding-top: 8px;
  padding-left: 38px;
}
/* line 231, /app/app/assets/stylesheets/input/base.scss */
.input.search:after {
  position: absolute;
  top: 6px;
  left: 15px;
  font-family: "toptranslation-icons";
  src: url("/fonts/toptranslation-icons.eot");
  src: url("/fonts/toptranslation-icons.eot?#iefix") format("embedded-opentype"), url("/fonts/toptranslation-icons.woff") format("woff"), url("/fonts/toptranslation-icons.ttf") format("truetype"), url("/fonts/toptranslation-icons.svg#toptranslation-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  content: "\2c";
  font-size: 16px;
  color: #666;
  vertical-align: sub;
}

/* line 6, /app/app/assets/stylesheets/input/textarea.scss */
.input textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  font-weight: light;
  padding-top: 24px;
  height: 135px;
  padding: 12px;
  padding-top: 23px;
}
/* line 14, /app/app/assets/stylesheets/input/base.scss */
.input textarea.placeholder {
  color: #999;
}
/* line 18, /app/app/assets/stylesheets/input/base.scss */
.input textarea:disabled {
  border: 1px solid #DDD;
  background: #F0F0F0;
}
/* line 23, /app/app/assets/stylesheets/input/base.scss */
.input textarea.with-icon {
  padding-left: 37px;
}
/* line 27, /app/app/assets/stylesheets/input/base.scss */
.input textarea.small {
  padding: 6px;
}
/* line 14, /app/app/assets/stylesheets/input/textarea.scss */
.input textarea.no-label {
  padding-top: 12px;
}
/* line 20, /app/app/assets/stylesheets/input/textarea.scss */
.input.compact textarea {
  height: 55px;
}
/* line 25, /app/app/assets/stylesheets/input/textarea.scss */
.input label > textarea.editable {
  color: #db0303;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/landingpages.scss */
.landingpage h3, .landingpage h4 {
  margin-bottom: 10px;
}
/* line 8, /app/app/assets/stylesheets/landingpages.scss */
.landingpage ul li {
  position: relative;
  line-height: 1.9em;
  padding-left: 20px;
}
/* line 13, /app/app/assets/stylesheets/landingpages.scss */
.landingpage ul li:before {
  position: absolute;
  top: 1px;
  left: 0px;
  font-family: "toptranslation-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "*";
  color: #74af36;
  font-size: 90%;
  padding-right: 5px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/languages.scss */
.languages-index .box .icon {
  font-size: 50px;
  height: 27px;
  line-height: 30px;
  text-align: right;
  color: #007cc2;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 7, /app/app/assets/stylesheets/languages/index.scss */
.language-list__quick-nav a {
  display: inline-block;
  margin: 4px;
}
/* line 14, /app/app/assets/stylesheets/languages/index.scss */
.language-list__list h4 {
  text-align: left;
  color: #666;
}
/* line 19, /app/app/assets/stylesheets/languages/index.scss */
.language-list__list ul {
  text-indent: 0;
  padding: 0;
  text-align: left;
}
/* line 25, /app/app/assets/stylesheets/languages/index.scss */
.language-list__list li {
  display: inline-block;
  text-align: left;
  width: 100%;
}
@media (min-width: 577px) and (max-width: 999px) {
  /* line 25, /app/app/assets/stylesheets/languages/index.scss */
  .language-list__list li {
    width: 49.6%;
  }
}
@media (min-width: 1000px) {
  /* line 25, /app/app/assets/stylesheets/languages/index.scss */
  .language-list__list li {
    width: 31.6%;
  }
}
/* line 40, /app/app/assets/stylesheets/languages/index.scss */
.language-list__language-key {
  display: inline-block;
  width: 50px;
  border-radius: 3px;
  margin-right: 7px;
  background: #007cc2;
  color: #FFF;
  font-size: 80%;
  font-weight: bold;
  line-height: 1.45em;
  text-align: center;
  text-transform: uppercase;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

@media (min-width: 1000px) {
  /* line 6, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri section.teaser {
    height: 520px;
    border-bottom: 1px solid #EEE;
    background-image: url(/assets/teaser/lexeri-1cc4eca0163c49aa425c9e814e6a5122bb0337f65ec2f20a2b593b3c3889c15b.jpg);
    font-size: 19px;
  }
  /* line 10, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri section.teaser.term-management {
    height: 430px;
  }
  /* line 19, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri section.teaser .teaser-quote {
    height: 430px !important;
  }
}
/* line 24, /app/app/assets/stylesheets/lexeri.scss */
.frontpage.lexeri section.teaser p.quote {
  margin-bottom: 1.3em !important;
}
/* line 28, /app/app/assets/stylesheets/lexeri.scss */
.frontpage.lexeri section.teaser .teaser-quote .quote-text .quote {
  font-size: 18px;
}
/* line 33, /app/app/assets/stylesheets/lexeri.scss */
.frontpage.lexeri section.teaser .content .logo-and-cta {
  position: absolute;
  top: 110px;
  right: 0px;
  width: 400px;
}
/* line 39, /app/app/assets/stylesheets/lexeri.scss */
.frontpage.lexeri section.teaser .content .logo-and-cta .lexeri-logo {
  width: 340px;
}
/* line 48, /app/app/assets/stylesheets/lexeri.scss */
.frontpage.lexeri section.teaser .content .term-management-goals {
  position: absolute;
  top: 43px;
  right: 0px;
  width: 455px;
}
/* line 54, /app/app/assets/stylesheets/lexeri.scss */
.frontpage.lexeri section.teaser .content .term-management-goals .bullet {
  padding-left: 37px;
  margin-left: 4px;
}
/* line 62, /app/app/assets/stylesheets/lexeri.scss */
.frontpage.lexeri .bx-wrapper {
  position: relative;
}
/* line 65, /app/app/assets/stylesheets/lexeri.scss */
.frontpage.lexeri .bx-wrapper .bx-prev {
  left: -65px;
}
/* line 70, /app/app/assets/stylesheets/lexeri.scss */
.frontpage.lexeri .color-line {
  position: absolute;
  bottom: 0px;
  height: 3px;
  width: 100%;
  background-image: url(/assets/header_line-abb4fecbf773c5e90a1ac850142a36298962cbf7e337761a8b038516dbfbe3d1.png);
}
/* line 79, /app/app/assets/stylesheets/lexeri.scss */
.frontpage.lexeri .bullet.dynamic {
  position: absolute;
  top: 65px;
  left: 18%;
  right: 18%;
  width: 64%;
  opacity: 0;
  padding-left: 0px;
  transition-duration: 3s;
  transition-property: opacity, top;
}
/* line 92, /app/app/assets/stylesheets/lexeri.scss */
.frontpage.lexeri .bullet.dynamic.active {
  opacity: 1;
}
/* line 96, /app/app/assets/stylesheets/lexeri.scss */
.frontpage.lexeri .bullet.dynamic.inactive {
  top: 250px;
  opacity: 0;
}
/* line 101, /app/app/assets/stylesheets/lexeri.scss */
.frontpage.lexeri .bullet.dynamic.waiting {
  top: 65px;
}

@media (min-width: 0) and (max-width: 1000px) {
  /* line 110, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri :after,
  .frontpage.lexeri :before,
  .frontpage.lexeri button,
  .frontpage.lexeri div,
  .frontpage.lexeri h1,
  .frontpage.lexeri h2,
  .frontpage.lexeri h3,
  .frontpage.lexeri h4,
  .frontpage.lexeri h5,
  .frontpage.lexeri h6,
  .frontpage.lexeri header,
  .frontpage.lexeri hr,
  .frontpage.lexeri input,
  .frontpage.lexeri label,
  .frontpage.lexeri legend,
  .frontpage.lexeri li,
  .frontpage.lexeri main,
  .frontpage.lexeri ol,
  .frontpage.lexeri p,
  .frontpage.lexeri section,
  .frontpage.lexeri textarea,
  .frontpage.lexeri ul {
    box-sizing: border-box;
  }
  /* line 135, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri .header-one {
    font-size: 25px;
    margin-bottom: 20px;
  }
  /* line 141, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri .icon.big {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media (min-width: 0) and (max-width: 1000px) and (min-width: 0) and (max-width: 576px) {
  /* line 149, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri ul.accordion {
    padding: 0;
    max-width: 100%;
    overflow: hidden;
    display: block;
    text-indent: 0;
  }
  /* line 156, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri ul.accordion li {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 20px;
    opacity: 1;
  }
  /* line 164, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri ul.accordion li h1, .frontpage.lexeri ul.accordion li h2, .frontpage.lexeri ul.accordion li h3 {
    white-space: normal;
  }
  /* line 168, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri ul.accordion li img {
    max-width: 100%;
  }
  /* line 172, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri ul.accordion li .accordion-content {
    max-width: 100%;
    margin-top: 15px;
    opacity: 1;
  }
  /* line 177, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri ul.accordion li .accordion-content .bullet {
    padding-left: 0;
    text-align: left;
  }
}
@media (min-width: 0) and (max-width: 1000px) {
  /* line 188, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri .teaser .content {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
}
@media (min-width: 0) and (max-width: 1000px) and (min-width: 0) and (max-width: 576px) {
  /* line 188, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri .teaser .content {
    margin-top: 20px;
  }
}
@media (min-width: 0) and (max-width: 1000px) {
  /* line 197, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri .teaser .content .teaser-quote {
    order: 2;
  }
  /* line 201, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri .teaser .content .logo-and-cta {
    order: 1;
  }
  /* line 208, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri section.flat {
    padding: 10px 0 !important;
  }
  /* line 214, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri section.teaser .content .teaser-quote {
    margin: 30px 0 0;
  }
  /* line 218, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri section.teaser .content .teaser-quote .quote-text .title {
    margin-top: 10px;
    font-size: 25px;
  }
  /* line 223, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri section.teaser .content .teaser-quote .quote-text .quote {
    font-size: 16px;
    text-align: center;
  }
  /* line 230, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri section.teaser .content .logo-and-cta {
    position: static;
    max-width: 100%;
    margin: 0 auto;
  }
  /* line 235, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri section.teaser .content .logo-and-cta .full-margin {
    margin-bottom: 20px;
  }
  /* line 239, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri section.teaser .content .logo-and-cta .lexeri-logo {
    max-width: 60%;
  }
  /* line 252, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri .bx-wrapper .bx-viewport ul.slides li h4 {
    text-align: center;
  }
  /* line 263, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri .third.left .image {
    overflow: hidden;
    *zoom: 1;
    height: auto !important;
    margin: 0 auto 20px;
  }
  /* line 268, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri .third.left .image img {
    width: auto !important;
    max-width: 70%;
  }
  /* line 272, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri .third.left .image img.lexeri-term-requests-image {
    width: 450px !important;
  }
  /* line 276, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri .third.left .image img.lexeri-communication-image {
    width: 300px !important;
  }
  /* line 280, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri .third.left .image img.lexeri-shield-image {
    width: 150px !important;
  }
  /* line 289, /app/app/assets/stylesheets/lexeri.scss */
  .frontpage.lexeri .two-thirds img {
    max-width: 100%;
  }
}
/* line 2, /app/app/assets/stylesheets/linguistic_features/index.scss */
.linguistic-features-teaser .bx-wrapper .bx-prev, .linguistic-features-teaser .bx-wrapper .bx-next {
  top: 18%;
}
/* line 6, /app/app/assets/stylesheets/linguistic_features/index.scss */
.linguistic-features-teaser .bx-wrapper .bx-prev {
  left: -150px;
}
/* line 10, /app/app/assets/stylesheets/linguistic_features/index.scss */
.linguistic-features-teaser .bx-wrapper .bx-next {
  right: -150px;
}
/* line 14, /app/app/assets/stylesheets/linguistic_features/index.scss */
.linguistic-features-teaser .bx-wrapper .bx-pager {
  text-align: center;
}
/* line 1, /app/app/assets/stylesheets/linguistic_features/translation.scss */
section.linguistic-translation.teaser {
  height: 450px;
}
/* line 4, /app/app/assets/stylesheets/linguistic_features/translation.scss */
section.linguistic-translation.teaser h1 {
  bottom: -50px;
}
/* line 8, /app/app/assets/stylesheets/linguistic_features/translation.scss */
section.linguistic-translation.teaser img {
  margin-top: 90px;
}
/* line 4, /app/app/assets/stylesheets/login.scss */
.login, .sign-up, .reset-password {
  display: inline-block;
  width: 100%;
}
@media (min-width: 1000px) {
  /* line 4, /app/app/assets/stylesheets/login.scss */
  .login, .sign-up, .reset-password {
    background: #F0F0F0;
    padding: 20px;
    padding-top: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 3, /app/app/assets/stylesheets/navigation.scss */
.arrow-left, .arrow-right {
  display: inline-block;
  width: 30px;
  height: 60px;
  margin: 10px;
  cursor: pointer;
  vertical-align: middle;
}
/* line 15, /app/app/assets/stylesheets/navigation.scss */
.arrow-left a, .arrow-right a {
  display: inline-block;
  height: 60px;
  width: 30px;
}
/* line 21, /app/app/assets/stylesheets/navigation.scss */
.arrow-left.arrow-left, .arrow-right.arrow-left {
  background-image: url(/images/arrow_left);
  margin-right: 30px;
}
/* line 26, /app/app/assets/stylesheets/navigation.scss */
.arrow-left.arrow-right, .arrow-right.arrow-right {
  background-image: url(/images/arrow_right);
  margin-left: 30px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/navigation/tabbed-content.scss */
.tabbed-content .half, .tabbed-content .third, .tabbed-content .two-thirds, .tabbed-content .quarter {
  padding: 0px !important;
}
/* line 8, /app/app/assets/stylesheets/navigation/tabbed-content.scss */
.tabbed-content .menu {
  padding-right: 0px;
}
/* line 11, /app/app/assets/stylesheets/navigation/tabbed-content.scss */
.tabbed-content .menu a {
  display: block;
  padding: 15px 20px;
  text-align: left;
  font-size: 18px;
  margin-bottom: 5px;
  border: 1px solid #FFF;
}
/* line 21, /app/app/assets/stylesheets/navigation/tabbed-content.scss */
.tabbed-content .menu a .small {
  color: #444;
}
/* line 25, /app/app/assets/stylesheets/navigation/tabbed-content.scss */
.tabbed-content .menu a:hover {
  background: #FFF;
}
/* line 29, /app/app/assets/stylesheets/navigation/tabbed-content.scss */
.tabbed-content .menu a.active {
  background: #F8F8F8;
  box-shadow: 10px 0 15px #F8F8F8;
  border: 1px solid #EEE;
  border-right: 0px;
}
/* line 38, /app/app/assets/stylesheets/navigation/tabbed-content.scss */
.tabbed-content .tab-content {
  display: none;
  padding: 20px;
}
/* line 42, /app/app/assets/stylesheets/navigation/tabbed-content.scss */
.tabbed-content .tab-content.active {
  display: block;
  background: #F8F8F8;
  box-shadow: 0px 0 15px #F8F8F8;
  border: 1px solid #EEE;
  border-left: 0px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/offers/show.scss */
.offers-show h2 {
  line-height: 39px;
}
/* line 8, /app/app/assets/stylesheets/offers/show.scss */
.offers-show .button.ok {
  margin-top: 10px;
}
/* line 14, /app/app/assets/stylesheets/offers/show.scss */
.offers-show dl.data dd.price {
  font-weight: 600;
}

/* line 22, /app/app/assets/stylesheets/offers/show.scss */
.alternative-quote-container dl.data dt, .alternative-quote-container dl.data dd {
  width: auto;
}
/* line 23, /app/app/assets/stylesheets/offers/show.scss */
.alternative-quote-container dl.data dd {
  margin-right: 3%;
}
/* line 2, /app/app/assets/stylesheets/organisations/admin-list.scss */
.tt-organisation-admin-list .tile.user {
  width: 175px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/request.scss */
.request-form {
  counter-reset: order-step;
}
/* line 7, /app/app/assets/stylesheets/request.scss */
.request-form h2:before {
  counter-increment: order-step;
  content: counter(order-step) ". ";
}
/* line 13, /app/app/assets/stylesheets/request.scss */
.request-form .drag-and-drop-hint .icon {
  margin-left: 21px;
  margin-right: 15px;
  font-size: 28px;
}
/* line 19, /app/app/assets/stylesheets/request.scss */
.request-form .drag-and-drop-hint .message {
  font-size: 82%;
  width: auto;
}
/* line 25, /app/app/assets/stylesheets/request.scss */
.request-form .documents .hint-box {
  padding-top: 40px;
}

/* line 30, /app/app/assets/stylesheets/request.scss */
form .user-auth-fields {
  margin-top: 13px;
}
/* line 2, /app/app/assets/stylesheets/settings/profile.css.scss */
.profile-settings img.user-image {
  width: 70%;
  height: auto;
  cursor: pointer;
}
/* line 2, /app/app/assets/stylesheets/shared/references.scss */
section.references.mini .content {
  margin-bottom: 0px;
}
/* line 4, /app/app/assets/stylesheets/shared/references.scss */
section.references.mini .content .bx-controls {
  margin-top: 0px;
}
/* line 8, /app/app/assets/stylesheets/shared/references.scss */
section.references.mini .content .bx-prev, section.references.mini .content .bx-next {
  top: 15px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/shared/search.scss */
section.search-bar {
  overflow: visible !important;
}
/* line 7, /app/app/assets/stylesheets/shared/search.scss */
section.search-bar .content {
  padding: 5px 0px 3px 0px;
  overflow: visible !important;
}
/* line 11, /app/app/assets/stylesheets/shared/search.scss */
section.search-bar .content .input.search {
  position: relative;
  display: inline-block;
  width: 400px;
  margin-bottom: 0px;
  overflow: visible;
}
/* line 19, /app/app/assets/stylesheets/shared/search.scss */
section.search-bar .content .input.search .hint .icon.tt-angle-down {
  margin-right: 12px;
}
/* line 23, /app/app/assets/stylesheets/shared/search.scss */
section.search-bar .content .input.search .advanced-options {
  position: absolute;
  top: 35px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  padding: 10px;
  padding-right: 8px;
  padding-bottom: 0px;
  background: #FFF;
  border: 1px solid #E2E2E2;
  border-top: 0px;
}
/* line 42, /app/app/assets/stylesheets/shared/search.scss */
section.search-bar .content button, section.search-bar .content .input {
  vertical-align: middle;
  margin-right: 0.25em;
}
/* line 47, /app/app/assets/stylesheets/shared/search.scss */
section.search-bar .content button {
  margin-bottom: 1px;
}

/* line 53, /app/app/assets/stylesheets/shared/search.scss */
.search-highlighted {
  background: rgba(0, 124, 194, 0.15);
  border: 1px solid #10a9ff;
}
/* line 1, /app/app/assets/stylesheets/static/charity.scss */
.charity-company-logo {
  width: 95%;
  margin-top: 65px;
  height: auto;
}
/* line 4, /app/app/assets/stylesheets/static/index.scss */
html[lang=fr] .teaser-quote .quote-text[data-quote=waldemar] .quote, html[lang=fr] .teaser-quote .quote-text[data-quote=xpresso] .quote, html[lang=fr] .teaser-quote .quote-text[data-quote=stefan] .quote {
  font-size: 17px !important;
}

/* line 14, /app/app/assets/stylesheets/static/index.scss */
html[lang=de] .teaser-quote .quote-text[data-quote=waldemar] .quote {
  font-size: 18px !important;
}

/* line 24, /app/app/assets/stylesheets/static/index.scss */
html[lang=en] .teaser-quote .quote-text[data-quote=waldemar] .quote {
  font-size: 18px !important;
}
/* line 2, /app/app/assets/stylesheets/static/xpresso.scss */
.xpresso-onpage-teaser img {
  height: 73px;
  margin: 2px 15px 5px 0px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 6, /app/app/assets/stylesheets/terms/term.scss */
.terms.editor {
  min-width: 1000px;
}
/* line 10, /app/app/assets/stylesheets/terms/term.scss */
.terms.editor .columns .term-list {
  width: 36%;
  float: left;
  margin-right: 5.26316%;
  margin-right: 0px;
  position: relative;
  height: 100%;
}
/* line 16, /app/app/assets/stylesheets/terms/term.scss */
.terms.editor .columns .term-list .hint-box {
  margin-top: 200px;
}
/* line 20, /app/app/assets/stylesheets/terms/term.scss */
.terms.editor .columns .term-list .list-items {
  position: absolute;
  top: -8px;
  bottom: 60px;
  left: 10px;
  right: 10px;
  overflow: scroll;
  padding-top: 17px;
}
/* line 30, /app/app/assets/stylesheets/terms/term.scss */
.terms.editor .columns .term-list .pagination {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  text-align: right;
}
/* line 40, /app/app/assets/stylesheets/terms/term.scss */
.terms.editor .columns .term {
  width: 62%;
  float: left;
  margin-right: 5.26316%;
  padding: 10px 0px 10px 15px;
  position: relative;
  height: 100%;
}
/* line 46, /app/app/assets/stylesheets/terms/term.scss */
.terms.editor .columns .term .back-button {
  position: absolute;
  top: 12px;
  left: 0px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}
/* line 58, /app/app/assets/stylesheets/terms/term.scss */
.terms.editor .columns .term .common .left-column {
  display: inline-block;
  width: 65%;
  vertical-align: top;
  margin-right: 2em;
}
/* line 66, /app/app/assets/stylesheets/terms/term.scss */
.terms.editor .columns .term .common .right-column {
  display: inline-block;
  width: 27%;
  vertical-align: top;
}
/* line 73, /app/app/assets/stylesheets/terms/term.scss */
.terms.editor .columns .term .common .term-attribute + .term-attribute {
  margin-left: 0.5em;
}
/* line 77, /app/app/assets/stylesheets/terms/term.scss */
.terms.editor .columns .term .common term-state-icon {
  font-size: 400%;
}
/* line 82, /app/app/assets/stylesheets/terms/term.scss */
.terms.editor .columns .term .selected-term {
  position: absolute;
  top: 0px;
  bottom: 60px;
  left: 40px;
  right: 20px;
  overflow: scroll;
  padding-top: 9px;
}
@font-face {
  font-family: "toptranslation-icons";
  src: url("/fonts/toptranslation-icons.eot");
  src: url("/fonts/toptranslation-icons.eot?#iefix") format("embedded-opentype"), url("/fonts/toptranslation-icons.woff") format("woff"), url("/fonts/toptranslation-icons.ttf") format("truetype"), url("/fonts/toptranslation-icons.svg#toptranslation-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, /app/app/assets/stylesheets/toptranslation-icons.scss */
[data-icon]:before {
  font-family: "toptranslation-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 39, /app/app/assets/stylesheets/toptranslation-icons.scss */
[class^="tt-"]:before,
[class*=" tt-"]:before {
  font-family: "toptranslation-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 44, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-conversation:before {
  content: "\61";
}

/* line 47, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-text:before {
  content: "\63";
}

/* line 50, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-code:before {
  content: "\64";
}

/* line 53, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-media:before {
  content: "\65";
}

/* line 56, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-music:before {
  content: "\66";
}

/* line 59, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-time:before {
  content: "\67";
}

/* line 62, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-image:before {
  content: "\68";
}

/* line 65, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-cross:before {
  content: "\69";
}

/* line 68, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-delete:before {
  content: "\6a";
}

/* line 71, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-dashboard:before {
  content: "\6c";
}

/* line 74, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-gear:before {
  content: "\6d";
}

/* line 77, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-timer:before {
  content: "\6e";
}

/* line 80, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-box-download:before {
  content: "\6f";
}

/* line 83, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-check-circle:before {
  content: "\6b";
}

/* line 86, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrow-right-circle:before {
  content: "\71";
}

/* line 89, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-check-circle-filled:before {
  content: "\72";
}

/* line 92, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrow-right-circle-filled:before {
  content: "\73";
}

/* line 95, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-twitter:before {
  content: "\76";
}

/* line 98, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-github:before {
  content: "\75";
}

/* line 101, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-xing:before {
  content: "\77";
}

/* line 104, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-linkedin:before {
  content: "\78";
}

/* line 107, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-facebook:before {
  content: "\79";
}

/* line 110, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-key:before {
  content: "\7a";
}

/* line 113, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-trash:before {
  content: "\41";
}

/* line 116, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-lock:before {
  content: "\42";
}

/* line 119, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-phone-circle:before {
  content: "\44";
}

/* line 122, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-phone-wave:before {
  content: "\45";
}

/* line 125, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-phone:before {
  content: "\46";
}

/* line 128, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-phone-2:before {
  content: "\47";
}

/* line 131, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-envelope:before {
  content: "\48";
}

/* line 134, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-plane:before {
  content: "\49";
}

/* line 137, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-user-circle:before {
  content: "\4a";
}

/* line 140, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-user:before {
  content: "\4b";
}

/* line 143, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-upload-circle:before {
  content: "\4d";
}

/* line 146, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-upload:before {
  content: "\4e";
}

/* line 149, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-download-server:before {
  content: "\62";
}

/* line 152, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-upload-server:before {
  content: "\4c";
}

/* line 155, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-download:before {
  content: "\4f";
}

/* line 158, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-graph:before {
  content: "\51";
}

/* line 161, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-check:before {
  content: "\50";
}

/* line 164, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-table:before {
  content: "\52";
}

/* line 167, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-zip:before {
  content: "\53";
}

/* line 170, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-folder:before {
  content: "\54";
}

/* line 173, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-add:before {
  content: "\55";
}

/* line 176, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-minus-circle:before {
  content: "\56";
}

/* line 179, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-add-circle:before {
  content: "\57";
}

/* line 182, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-power:before {
  content: "\59";
}

/* line 185, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-settings:before {
  content: "\30";
}

/* line 188, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-gears:before {
  content: "\31";
}

/* line 191, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-calendar:before {
  content: "\32";
}

/* line 194, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-alert-triangle:before {
  content: "\33";
}

/* line 197, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-info-circle:before {
  content: "\34";
}

/* line 200, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-question-circle:before {
  content: "\35";
}

/* line 203, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-alert-circle:before {
  content: "\36";
}

/* line 206, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-house:before {
  content: "\37";
}

/* line 209, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-angle-down:before {
  content: "\29";
}

/* line 212, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-box-filled:before {
  content: "\2a";
}

/* line 215, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-play-filled:before {
  content: "\2b";
}

/* line 218, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-graph-2:before {
  content: "\2e";
}

/* line 221, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrow-right:before {
  content: "\2f";
}

/* line 224, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrow-up:before {
  content: "\3a";
}

/* line 227, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrow-left:before {
  content: "\3b";
}

/* line 230, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrow-down:before {
  content: "\3c";
}

/* line 233, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-angle-left:before {
  content: "\3d";
}

/* line 236, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-angle-right:before {
  content: "\3e";
}

/* line 239, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-angle-up:before {
  content: "\3f";
}

/* line 242, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-download:before {
  content: "\40";
}

/* line 245, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-edit:before {
  content: "\5d";
}

/* line 248, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-minus-circle-filled:before {
  content: "\23";
}

/* line 251, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-check:before {
  content: "\2d";
}

/* line 254, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-check-filled:before {
  content: "\5b";
}

/* line 257, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-menu:before {
  content: "\24";
}

/* line 260, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-eye:before {
  content: "\5f";
}

/* line 263, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-spinner:before {
  content: "\5e";
}

/* line 266, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-add-filled:before {
  content: "\60";
}

/* line 269, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-group:before {
  content: "\7b";
}

/* line 272, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-angle-right-filled:before {
  content: "\25";
}

/* line 275, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-angle-down-filled:before {
  content: "\27";
}

/* line 278, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-add-user:before {
  content: "\26";
}

/* line 281, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-delete-user:before {
  content: "\7c";
}

/* line 284, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-check-user:before {
  content: "\28";
}

/* line 287, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-upload-cloud:before {
  content: "\7d";
}

/* line 290, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-star-folder:before {
  content: "\5c";
}

/* line 293, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-check-file:before {
  content: "\7e";
}

/* line 296, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-add-file:before {
  content: "\e002";
}

/* line 299, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-clock:before {
  content: "\e000";
}

/* line 302, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-pay:before {
  content: "\e001";
}

/* line 305, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-check-folder:before {
  content: "\e003";
}

/* line 308, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-upload-folder:before {
  content: "\e004";
}

/* line 311, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-edit-folder:before {
  content: "\e005";
}

/* line 314, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-sync-folder:before {
  content: "\e006";
}

/* line 317, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-download-folder:before {
  content: "\e007";
}

/* line 320, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-refresh:before {
  content: "\e008";
}

/* line 323, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-list:before {
  content: "\58";
}

/* line 326, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-history:before {
  content: "\e009";
}

/* line 329, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-text:before {
  content: "\e00c";
}

/* line 332, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-angle-left-filled:before {
  content: "\70";
}

/* line 335, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-timer-half:before {
  content: "\e00b";
}

/* line 338, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-server:before {
  content: "\e00e";
}

/* line 341, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-mail-compose:before {
  content: "\e00f";
}

/* line 344, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-mail-inbox:before {
  content: "\e010";
}

/* line 347, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-coins:before {
  content: "\e012";
}

/* line 350, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-buildings:before {
  content: "\39";
}

/* line 353, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-newspaper:before {
  content: "\e011";
}

/* line 356, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-cloud-checked:before {
  content: "\e013";
}

/* line 359, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-cloud:before {
  content: "\e014";
}

/* line 362, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-star-filled:before {
  content: "\43";
}

/* line 365, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-star:before {
  content: "\e016";
}

/* line 368, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-prompt:before {
  content: "\e00d";
}

/* line 371, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-cart:before {
  content: "\e015";
}

/* line 374, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-git:before {
  content: "\e017";
}

/* line 377, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-download-cloud:before {
  content: "\e018";
}

/* line 380, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-tags:before {
  content: "\e019";
}

/* line 383, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-dictionary:before {
  content: "\e01a";
}

/* line 386, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-link:before {
  content: "\e01b";
}

/* line 389, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-lightbulb:before {
  content: "\e01c";
}

/* line 392, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-comment:before {
  content: "\e01d";
}

/* line 395, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-database-search:before {
  content: "\e01e";
}

/* line 398, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-coins-2:before {
  content: "\e01f";
}

/* line 401, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-question-circle-filled:before {
  content: "\e020";
}

/* line 404, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-cursor-filled:before {
  content: "\e021";
}

/* line 407, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-zoom-in:before {
  content: "\e022";
}

/* line 410, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-zoom-out:before {
  content: "\e023";
}

/* line 413, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-dashboard-2:before {
  content: "\e026";
}

/* line 416, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-document-attention:before {
  content: "\e025";
}

/* line 419, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrange-2-2:before {
  content: "\21";
}

/* line 422, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-arrange-2-4:before {
  content: "\22";
}

/* line 425, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-rotate-right:before {
  content: "\38";
}

/* line 428, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-magnifier:before {
  content: "\2c";
}

/* line 431, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-image:before {
  content: "\74";
}

/* line 434, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-globe:before {
  content: "\e027";
}

/* line 437, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-bell:before {
  content: "\e00a";
}

/* line 440, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-box:before {
  content: "\5a";
}

/* line 443, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-antenna-user:before {
  content: "\e028";
}

/* line 446, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-filter:before {
  content: "\e029";
}

/* line 449, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-filter-filled:before {
  content: "\e024";
}

/* line 452, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-circle:before {
  content: "\e02a";
}

/* line 455, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-edit-field:before {
  content: "\e02c";
}

/* line 458, /app/app/assets/stylesheets/toptranslation-icons.scss */
.tt-hand-touch:before {
  content: "\e02b";
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-overlay {
  background: #444 !important;
  opacity: 0.5 !important;
}

/* line 9, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-tooltip {
  background: #007cc2 !important;
  color: #FFF;
  min-width: 350px !important;
  max-width: 400px !important;
}

/* line 16, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-button {
  background: #00649c !important;
  color: #FFF !important;
  padding: 0px 1.2em 0px 1.2em !important;
  line-height: 2.5em !important;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0px !important;
  text-shadow: none !important;
  font-size: 13px !important;
  box-shadow: none !important;
}
/* line 33, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-button.introjs-prevbutton {
  display: none !important;
}
/* line 37, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-button.introjs-skipbutton {
  background: none !important;
}
/* line 40, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-button.introjs-skipbutton:hover {
  color: #e74c3c !important;
}
/* line 45, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-button.introjs-donebutton {
  background: #00649c !important;
}
/* line 48, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-button.introjs-donebutton:hover {
  color: #FFF !important;
}
/* line 53, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-button.introjs-disabled {
  background: none !important;
  color: #00649c !important;
}
/* line 57, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-button.introjs-disabled:hover {
  color: #00649c !important;
}

/* line 63, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-tooltiptext {
  padding: 10px 20px;
  text-align: left;
}

/* line 69, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-tooltipbuttons {
  margin-top: 20px;
  margin-bottom: 5px;
}

/* line 75, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-arrow.top {
  border-bottom-color: #007cc2 !important;
}
/* line 79, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-arrow.bottom {
  border-top-color: #007cc2 !important;
}
/* line 83, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-arrow.left {
  border-right-color: #007cc2 !important;
}
/* line 87, /app/app/assets/stylesheets/vendor/introjs.scss */
.introjs-arrow.right {
  border-left-color: #007cc2 !important;
}
/*!
 *
 * jQuery TE 1.4.0 , http://jqueryte.com/
 * Copyright (C) 2013, Fatih Koca (fattih@fattih.com), (http://jqueryte.com/about)

 * jQuery TE is provided under the MIT LICENSE.
 *
*/

/* editor's general field */

.jqte {
	margin:30px 0;
	border:#000 1px solid;
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
	box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; -moz-box-shadow:0 0 3px #999;
	overflow:hidden;
	transition:box-shadow 0.4s, border 0.4s; -webkit-transition:-webkit-box-shadow 0.4s, border 0.4s; -moz-transition:-moz-box-shadow 0.4s, border 0.4s; -o-transition:-o-box-shadow 0.4s, border 0.4s;
}
.jqte * {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.jqte_focused {
	border-color:#00AAE7;
	box-shadow:0 0 10px #00BDFF; -webkit-box-shadow:0 0 10px #00BDFF; -moz-box-shadow:0 0 10px #00BDFF;
}
/* toolbar */
.jqte_toolbar {
	overflow:auto;
	padding:3px 4px;
	background:#EEE;
	border-bottom:#BBB 1px solid;
}
.jqte_tool {
	float:left;
	margin:0;
	padding:0;
	cursor:pointer;
}
.jqte_tool, .jqte_tool_icon, .jqte_tool_label {
	border:#EEE 1px solid;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px
}
.jqte_hiddenField {
	display:none
}
.jqte_tool_icon {
	display:block;
	width:22px;
	height:22px;
	background:url(vendor/jquery-te.png) no-repeat
}
.jqte_tool.jqte_tool_1 .jqte_tool_label {
	position:relative;
	display:block;
	padding:3px;
	width:70px;
	height:16px;
	overflow:hidden;
}
.jqte_tool.jqte_tool_1 .jqte_tool_text {
	font:bold 13px Arial,sans-serif;
	color:#222;
}
.jqte_tool.jqte_tool_1 .jqte_tool_icon {
	position:absolute;
	top:10px;
	right:2px;
	width:6px;
	height:4px;
	background-position:-19px -23px;
	border:none;
	border-radius:none; -webkit-border-radius:none; -moz-border-radius:none
}
.jqte_tool.jqte_tool_2 .jqte_tool_icon {
	background-position:0 0
}
.jqte_tool.jqte_tool_3 .jqte_tool_icon {
	background-position:-22px 0
}
.jqte_tool.jqte_tool_4 .jqte_tool_icon {
	background-position:-44px 0
}
.jqte_tool.jqte_tool_5 .jqte_tool_icon {
	background-position:-66px 0
}
.jqte_tool.jqte_tool_6 .jqte_tool_icon {
	background-position:-88px 0
}
.jqte_tool.jqte_tool_7 .jqte_tool_icon {
	background-position:-110px 0
}
.jqte_tool.jqte_tool_8 .jqte_tool_icon {
	background-position:-132px 0
}
.jqte_tool.jqte_tool_9 .jqte_tool_icon {
	background-position:-154px 0
}
.jqte_tool.jqte_tool_10 .jqte_tool_icon {
	background-position:-176px 0
}
.jqte_tool.jqte_tool_11 .jqte_tool_icon {
	background-position:-198px 0
}
.jqte_tool.jqte_tool_12 .jqte_tool_icon {
	background-position:-220px 0
}
.jqte_tool.jqte_tool_13 .jqte_tool_icon {
	background-position:-242px 0
}
.jqte_tool.jqte_tool_14 .jqte_tool_icon {
	background-position:-264px 0
}
.jqte_tool.jqte_tool_15 .jqte_tool_icon {
	background-position:-286px 0
}
.jqte_tool.jqte_tool_16 .jqte_tool_icon {
	background-position:-308px 0
}
.jqte_tool.jqte_tool_17 .jqte_tool_icon {
	background-position:-330px 0
}
.jqte_tool.jqte_tool_18 .jqte_tool_icon {
	background-position:-352px 0
}
.jqte_tool.jqte_tool_19 .jqte_tool_icon {
	background-position:-374px 0
}
.jqte_tool.jqte_tool_20 .jqte_tool_icon {
	background-position:-396px 0
}
.jqte_tool.jqte_tool_21 .jqte_tool_icon {
	background-position:-418px 0
}
.jqte_tool:hover {
	background-color:#FFF;
	border-color:#FFF
}
.jqte_tool:hover .jqte_tool_icon, .jqte_tool:hover .jqte_tool_label {
	border:#AAA 1px solid
}
.jqte_tool:active .jqte_tool_icon, .jqte_tool:active .jqte_tool_label {
	border:#777 1px solid
}
.jqte_tool.jqte_tool_1:hover .jqte_tool_icon, .jqte_tool.jqte_tool_1:active .jqte_tool_icon {
	border:none
}
.jqte_tool_depressed {
	background-color:#DDD;
	border-color:#CCC
}
.jqte_tool_depressed .jqte_tool_icon {
	border-color:#AAA
}
.jqte_tool_depressed:hover {
	background-color:#EEE
}
/* link form area */
.jqte_linkform {
	padding:5px 10px;
	background:#DDD;
	border-bottom:#BBB 1px solid;
}
.jqte_linktypeselect {
	position:relative;
	float:left;
	width:130px;
	background:#EEE;
	cursor:pointer
}
.jqte_linktypeselect:Active {
	background:#FFF
}
.jqte_linktypeview {
	padding:3px 5px;
	border:#333 1px solid;
	color:#777;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	outline:none
}
.jqte_linktypetext {
	font-size:12px;
}
.jqte_linktypearrow {
	position:absolute;
	bottom:8px; right:6px;
	width:7px;
	height:6px;
	margin:0 auto;
	background:url(vendor/jquery-te.png) -7px -23px no-repeat;
}
.jqte_linktypes {
	display:none;
	position:absolute;
	top:22px; left:1px;
	width:125px;
	background:#FFF;
	border:#333 1px solid;
	box-shadow:0 1px 4px #AAA; -webkit-box-shadow:0 1px 4px #AAA; -moz-box-shadow:0 1px 4px #AAA
}
.jqte_linktypes a {
	display:block;
	padding:4px 5px;
	font-size:12px;
}
.jqte_linktypes a:hover {
	background:#DDD
}
.jqte_linkinput {
	float:left;
	margin:0 5px;
	padding:3px 5px;
	width:300px;
	background:#EEE;
	border:#333 1px solid;
	color:#777;
	font-size:12px;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	outline:none;
}
.jqte_linkinput:focus, .jqte_linkinput:hover {
	background:#FFF;
	border-color:#000;
}
.jqte_linkbutton {
	float:left;
	padding:3px 12px;
	background:#AAA;
	border:#333 1px solid;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	box-shadow:inset 0 1px #EEE; -webkit-box-shadow:inset 0 1px #EEE; -moz-box-shadow:inset 0 1px #EEE;
}
.jqte_linkbutton:hover {
	background:#A1A1A1
}
.jqte_linkbutton:active {
	box-shadow:inset 0 1px #CCC; -webkit-box-shadow:inset 0 1px #CCC; -moz-box-shadow:inset 0 1px #CCC;
	background:#888;
}

/* text format menu */
.jqte_formats {
	display:none;
	position:absolute;
	width:180px;
	oveflow-x:hidden;
	overflow-y:auto;
	background:#FFF;
	border:#AAA 1px solid;
	box-shadow:0 0 5px #AAA; -webkit-box-shadow:0 0 5px #AAA; -moz-box-shadow:0 0 5px #AAA;
	z-index:100;
}
.jqte_format {
	display:block;
	padding:4px 7px;
	font-size:13px
}
.jqte_format:hover {
	background:#DDD
}
.jqte_format_1, .jqte_format_2, .jqte_format_3, .jqte_format_4, .jqte_format_5, .jqte_format_6 {
	font-weight:bold
}
.jqte_format_1 {
	font-size:22px
}
.jqte_format_2 {
	font-size:20px
}
.jqte_format_3 {
	font-size:18px
}
.jqte_format_4 {
	font-size:16px
}
.jqte_format_5 {
	font-size:14px
}
.jqte_format_6 {
	font-size:12px
}
.jqte_format_7 {
	font-family:"Courier New", Courier, monospace
}

/* font size menu */
.jqte_fontsizes {
	display:none;
	position:absolute;
	width:180px;
	height:198px;
	oveflow-x:hidden;
	overflow-y:auto;
	background:#FFF;
	border:#AAA 1px solid;
	box-shadow:0 0 5px #AAA; -webkit-box-shadow:0 0 5px #AAA; -moz-box-shadow:0 0 5px #AAA
}
.jqte_fontsize {
	display:block;
	padding:3px 7px;
}
.jqte_fontsize:hover {
	background:#DDD
}

/* color pallette */
.jqte_cpalette {
	display:none;
	position:absolute;
	padding:6px;
	width:144px;
	background:#FFF;
	border:#AAA 1px solid;
	box-shadow:0 0 5px #AAA; -webkit-box-shadow:0 0 5px #AAA; -moz-box-shadow:0 0 5px #AAA
}
.jqte_color {
	display:block;
	float:left;
	width:16px;
	height:16px;
	border:#FFF 1px solid;
}
.jqte_color:hover {
	border-color:#000
}
.jqte_colorSeperator {
    float:none;
    clear:both;
    height:7px;
}

/* editor area */
.jqte_editor, .jqte_source {
	padding:10px;
	background:#FFF;
	min-height:100px;
	max-height:900px;
	overflow:auto;
	outline:none;
	word-wrap:break-word; -ms-word-wrap:break-word;
	resize:vertical
}
.jqte_editor div, .jqte_editor p {
	margin:0 0 7px
}
.jqte_editor a:link, .jqte_editor a:link * {
	color:#0066FF !important;
	text-decoration:underline;
}
.jqte_editor blockquote {
	margin-top:0;
	margin-bottom:7px
}
.jqte_editor img {
    float:left;
	margin:0 10px 5px 0
}
.jqte_editor a[jqte-setlink], .jqte_editor a[jqte-setlink] * {
	background:#3297FD !important;
	color:#FFF !important
}
.jqte_editor h1, .jqte_editor h2, .jqte_editor h3, .jqte_editor h4, .jqte_editor h5, .jqte_editor h6, .jqte_editor pre {
	display:block;
	margin:0 0 3px;
}
.jqte_editor h1, .jqte_editor h1 * {
	font-size:26px
}
.jqte_editor h2, .jqte_editor h2 * {
	font-size:24px
}
.jqte_editor h3, .jqte_editor h3 * {
	font-size:22px
}
.jqte_editor h4, .jqte_editor h4 * {
	font-size:20px
}
.jqte_editor h5, .jqte_editor h5 * {
	font-size:18px
}
.jqte_editor h6, .jqte_editor h6 * {
	font-size:15px
}
.jqte_editor pre, .jqte_editor pre * {
	font-family:"Courier New", Courier, monospace
}

/* source area */
.jqte_source, .jqte_source textarea {
	background:#FFF1E8
}
.jqte_source textarea {
	margin:0 !important;
	padding:0 !important;
	display:block !important;
	width:100% !important;
	min-height:100px;
	font-family:Courier, Arial, sans-serif !important;
	font-weight:normal;
	font-size:15px;
	overflow:hidden !important;
	outline:none;
	resize:none;
}
.jqte_source textarea, .jqte_source textarea:focus {
	css_shadow:none !important;
	background:none !important;
	border:none !important;
}

/* title box */
.jqte_title {
	display:none;
	position:absolute;
	z-index:9999;
}
.jqte_titleArrow {
	position:relative;
}
.jqte_titleArrowIcon {
	width:7px;
	height:6px;
	margin:0 auto;
	background:url(vendor/jquery-te.png) 0 -23px no-repeat;
}
.jqte_titleText {
	padding:5px 7px;
	margin-top:0;
	min-width:5px;
	min-height:1px;
	max-width:400px;
	background:#000;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	word-wrap:break-word; -ms-word-wrap:break-word
}
.jqte_titleText, .jqte_titleText * {
	color:#FFF;
	font-size:11px
}

/* placeholder */
.jqte_placeholder {
	position:relative;
	display:none;
}
.jqte_placeholder_text {
	position:absolute;
	top:43px;
	left:10px;
	font-size:14px;
	color:#CCC;
}
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

@-moz-keyframes tt-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tt-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tt-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 5, /app/app/assets/stylesheets/video.scss */
section.video .dashboards, section.video .video-container {
  display: inline-block;
}
/* line 9, /app/app/assets/stylesheets/video.scss */
section.video .video-container {
  position: relative;
  width: 645px;
  height: 363px;
  background: #FEFEFE;
  background-image: url(/assets/backgrounds/video-c65e46c1fc76c34c02cf3f6ebc1501b7f95088f517319440a5a9f059c68b70f7.png);
  background-size: contain;
  border: 1px solid #E6E6E6;
  cursor: pointer;
}
/* line 21, /app/app/assets/stylesheets/video.scss */
section.video .video-container h1 {
  position: absolute;
  top: 95px;
  width: 100%;
  text-align: center;
  font-size: 260%;
}
/* line 31, /app/app/assets/stylesheets/video.scss */
section.video .video-container .play-button {
  position: absolute;
  top: 127px;
  left: 266px;
  padding: 33px;
  color: #FFF;
  background: #007cc2;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 43, /app/app/assets/stylesheets/video.scss */
section.video .video-container .play-button .icon {
  width: 40px;
  height: 43px;
  font-size: 35px;
  margin-left: 5px;
}
/* line 51, /app/app/assets/stylesheets/video.scss */
section.video .video-container .video-close-icon {
  position: absolute;
  top: -43px;
  right: 0px;
  background: #007cc2;
  padding: 10px 14px;
  color: #FFF;
  display: none;
}
/* line 64, /app/app/assets/stylesheets/video.scss */
section.video .video-container .video-close-icon:hover {
  background-color: #e74c3c;
}
/* line 69, /app/app/assets/stylesheets/video.scss */
section.video .video-container iframe {
  display: none;
}
/* line 74, /app/app/assets/stylesheets/video.scss */
section.video .video-container:hover .play-button {
  background-color: #e74c3c;
}
/* line 80, /app/app/assets/stylesheets/video.scss */
section.video .video-container.playing .play-button-bg, section.video .video-container.playing .play-button, section.video .video-container.playing h1 {
  display: none;
}
/* line 84, /app/app/assets/stylesheets/video.scss */
section.video .video-container.playing iframe, section.video .video-container.playing .video-close-icon {
  display: block;
}
/* line 2, /app/app/assets/stylesheets/whitepaper/index.scss */
.whitepaper-lp img.whitepaper-claim {
  position: absolute;
  top: -20px;
  left: 0px;
}
/* line 8, /app/app/assets/stylesheets/whitepaper/index.scss */
.whitepaper-lp img.whitepaper-logo {
  position: absolute;
  top: -140px;
  left: 0px;
  width: 250px;
  z-index: 2000;
}
/* line 16, /app/app/assets/stylesheets/whitepaper/index.scss */
.whitepaper-lp img.whitepaper-frontpage {
  width: 430px;
}
/* line 20, /app/app/assets/stylesheets/whitepaper/index.scss */
.whitepaper-lp img.whitepaper-images {
  height: 130px;
  margin-top: 45px;
  margin-bottom: 45px;
}
/* line 26, /app/app/assets/stylesheets/whitepaper/index.scss */
.whitepaper-lp img.whitepaper-lists {
  height: 220px;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 8, /app/app/assets/stylesheets/widgets/base.scss */
.widget, .ngdialog.ngdialog-theme-tt .ngdialog-content {
  position: absolute;
  border: 3px solid #00649c;
  width: 850px;
  padding: 50px 0px 50px 0px;
  background: #F8F8F8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 0px 15px #222;
  overflow: hidden;
  z-index: 10000;
}
/* line 27, /app/app/assets/stylesheets/widgets/base.scss */
.widget .ngdialog-close, .ngdialog.ngdialog-theme-tt .ngdialog-content .ngdialog-close {
  top: -3px;
  right: 3px;
  color: #FFF;
}
/* line 33, /app/app/assets/stylesheets/widgets/base.scss */
.widget .ngdialog-close:before, .ngdialog.ngdialog-theme-tt .ngdialog-content .ngdialog-close:before {
  color: #FFF;
}
/* line 38, /app/app/assets/stylesheets/widgets/base.scss */
.widget .ngdialog-close:hover:before, .ngdialog.ngdialog-theme-tt .ngdialog-content .ngdialog-close:hover:before {
  color: #e74c3c;
}
/* line 44, /app/app/assets/stylesheets/widgets/base.scss */
.widget .header, .widget .footer, .ngdialog.ngdialog-theme-tt .ngdialog-content .header, .ngdialog.ngdialog-theme-tt .ngdialog-content .footer {
  position: absolute;
  left: 0px;
  right: 0px;
}
/* line 50, /app/app/assets/stylesheets/widgets/base.scss */
.widget .header, .widget .content, .ngdialog.ngdialog-theme-tt .ngdialog-content .header, .ngdialog.ngdialog-theme-tt .ngdialog-content .content {
  text-align: left;
}
/* line 54, /app/app/assets/stylesheets/widgets/base.scss */
.widget .header, .ngdialog.ngdialog-theme-tt .ngdialog-content .header {
  top: 0px;
  padding: 8px 15px;
  background: #00649c;
  color: #FFF;
  font-weight: 500;
  font-size: 20px;
}
/* line 65, /app/app/assets/stylesheets/widgets/base.scss */
.widget .header ul li, .ngdialog.ngdialog-theme-tt .ngdialog-content .header ul li {
  display: inline;
  font-size: 16px;
  font-weight: 600px;
  margin-right: 25px;
}
/* line 73, /app/app/assets/stylesheets/widgets/base.scss */
.widget .header ul li.inactive, .ngdialog.ngdialog-theme-tt .ngdialog-content .header ul li.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  color: #E2E2E2;
}
/* line 77, /app/app/assets/stylesheets/widgets/base.scss */
.widget .header ul li.inactive .counter, .ngdialog.ngdialog-theme-tt .ngdialog-content .header ul li.inactive .counter {
  color: #E2E2E2;
  border-color: #E2E2E2;
}
/* line 83, /app/app/assets/stylesheets/widgets/base.scss */
.widget .header ul li:last-of-type, .ngdialog.ngdialog-theme-tt .ngdialog-content .header ul li:last-of-type {
  margin-right: 0px;
}
/* line 89, /app/app/assets/stylesheets/widgets/base.scss */
.widget .content, .ngdialog.ngdialog-theme-tt .ngdialog-content .content {
  padding: 20px 40px;
}
/* line 93, /app/app/assets/stylesheets/widgets/base.scss */
.widget .footer, .ngdialog.ngdialog-theme-tt .ngdialog-content .footer {
  bottom: 0px;
  padding: 20px;
  padding-top: 0px;
}
/* line 98, /app/app/assets/stylesheets/widgets/base.scss */
.widget .footer a, .widget .footer .button, .ngdialog.ngdialog-theme-tt .ngdialog-content .footer a, .ngdialog.ngdialog-theme-tt .ngdialog-content .footer .button {
  font-size: 13px;
}
/* line 102, /app/app/assets/stylesheets/widgets/base.scss */
.widget .footer .left-options, .ngdialog.ngdialog-theme-tt .ngdialog-content .footer .left-options {
  float: left;
}

/* line 108, /app/app/assets/stylesheets/widgets/base.scss */
.ngdialog.ngdialog-theme-tt .ngdialog-content {
  position: fixed;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 119, /app/app/assets/stylesheets/widgets/base.scss */
.ngdialog.ngdialog-theme-tt.very-narrow .ngdialog-content {
  width: 450px;
}

/* line 123, /app/app/assets/stylesheets/widgets/base.scss */
.ngdialog.ngdialog-theme-tt.narrow .ngdialog-content {
  width: 600px;
}

/* line 127, /app/app/assets/stylesheets/widgets/base.scss */
.ngdialog.ngdialog-theme-tt.video .ngdialog-content {
  width: 730px;
}

/* line 131, /app/app/assets/stylesheets/widgets/base.scss */
.ngdialog.ngdialog-theme-tt.no-footer .ngdialog-content {
  padding-bottom: 30px !important;
}

/* line 135, /app/app/assets/stylesheets/widgets/base.scss */
.ngdialog.ngdialog-theme-tt.window .ngdialog-content {
  width: 99%;
  height: 99%;
  min-width: 900px;
  min-height: 600px;
  padding-bottom: 0px !important;
}
/* line 144, /app/app/assets/stylesheets/widgets/base.scss */
.ngdialog.ngdialog-theme-tt.window .ngdialog-content .content {
  height: 100%;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.ngdialog.ngdialog-theme-tt {
  padding-bottom: 160px;
  padding-top: 160px;
}
/* line 8, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.ngdialog.ngdialog-theme-tt .ngdialog-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 13, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.ngdialog.ngdialog-theme-tt .ngdialog-close:hover {
  color: #e74c3c;
}
/* line 16, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.ngdialog.ngdialog-theme-tt .ngdialog-close:before {
  color: #BBB;
  font-size: 26px;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 3px;
  top: 3px;
}

/* line 29, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .footer .button {
  min-width: 60px;
}
/* line 34, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .content .step {
  min-height: 350px;
}
/* line 37, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .content .step .language-selector {
  float: left;
  width: 100%;
  text-align: center;
}
/* line 43, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .content .step.document-info {
  text-align: center;
}
/* line 46, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .content .step.document-info ul {
  margin: 70px 70px 0px 70px;
}
/* line 49, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .content .step.document-info ul li {
  width: 47%;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
/* line 58, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .content .step.document-info ul li.word-count {
  width: 40%;
}
/* line 62, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .content .step.document-info ul li .value {
  font-size: 200%;
  color: #007cc2;
}
/* line 67, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .content .step.document-info ul li .label {
  color: #007cc2;
  font-size: 90%;
}
/* line 72, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .content .step.document-info ul li .button {
  text-indent: 0px;
}
/* line 75, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .content .step.document-info ul li .button[data-action=select-source-language] {
  margin: 40px 1em 0px 0px;
}
/* line 80, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .content .step.document-info ul li:last-of-type {
  margin-right: 0px;
  float: right;
}
/* line 89, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .content .step.target-languages .half {
  display: inline-block;
  width: 41%;
  margin: 15px 20px 50px 50px;
  vertical-align: top;
}
/* line 98, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .content .step.target-languages .half.left {
  margin-left: 0px;
  margin-right: 60px;
}
/* line 103, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .content .step.target-languages .half:last-of-type {
  margin-left: 15px;
  margin-right: 0px;
  float: right;
}
/* line 113, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .uploader {
  text-align: center;
}
/* line 116, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .uploader .drag-target {
  display: inline-block;
  width: 130px;
  height: 130px;
  border: 1px dotted #007cc2;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 127, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .uploader .drag-target .icon {
  margin-top: -20px;
  color: #007cc2;
  font-size: 40px;
}
/* line 133, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .uploader .drag-target .progress {
  font-size: 30px;
  padding-top: 17px;
  color: #007cc2;
}
/* line 139, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .uploader .drag-target:hover {
  background: rgba(0, 124, 194, 0.05);
}
/* line 144, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .uploader .drag-target.uploading:hover {
  background: none;
}
/* line 151, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .uploader.dragover .drag-target {
  background: rgba(0, 124, 194, 0.05);
}
/* line 154, /app/app/assets/stylesheets/widgets/document-uploader.scss */
.document-uploader .uploader.dragover .drag-target.uploading {
  background: none;
}
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

/* line 4, /app/app/assets/stylesheets/widgets/share-widget.scss */
.shares-widget .list-items {
  height: 240px;
  overflow: scroll;
  border: 1px solid #EEE;
}
/* line 9, /app/app/assets/stylesheets/widgets/share-widget.scss */
.shares-widget .list-items .item {
  border-left: 0px;
  border-right: 0px;
}
/* line 13, /app/app/assets/stylesheets/widgets/share-widget.scss */
.shares-widget .list-items .item:first-of-type {
  border-top: 0px;
}
/* line 17, /app/app/assets/stylesheets/widgets/share-widget.scss */
.shares-widget .list-items .item:last-of-type {
  border-bottom: 0px;
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *








 */
/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

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

/* line 22, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.white {
  color: #FFF;
}

/* line 44, /app/app/assets/stylesheets/colors.scss */
.red, .error {
  color: #db0303;
}

/* line 48, /app/app/assets/stylesheets/colors.scss */
.orange {
  color: #e74c3c;
}

/* line 52, /app/app/assets/stylesheets/colors.scss */
.light-blue {
  color: #10a9ff;
}

/* line 56, /app/app/assets/stylesheets/colors.scss */
.dark-blue {
  color: #00649c;
}

@-moz-keyframes tt-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tt-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tt-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
/* line 31, /app/app/assets/stylesheets/application.scss */
nav, section, article, aside, footer, hgroup {
  display: block;
  overflow: hidden;
}

/* line 36, /app/app/assets/stylesheets/application.scss */
.hide-from-small-screen {
  display: none;
}

/* line 40, /app/app/assets/stylesheets/application.scss */
.hide-from-wide-screen {
  display: block;
}

@media (min-width: 1000px) {
  /* line 45, /app/app/assets/stylesheets/application.scss */
  .hide-from-small-screen {
    display: block;
  }

  /* line 49, /app/app/assets/stylesheets/application.scss */
  .hide-from-wide-screen {
    display: none;
  }
}
/* line 54, /app/app/assets/stylesheets/application.scss */
body {
  margin: 0px;
  font-family: 'Open Sans', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  color: #444;
  background: #FFF;
  text-align: center;
}
@media (min-width: 1000px) {
  /* line 54, /app/app/assets/stylesheets/application.scss */
  body {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* line 82, /app/app/assets/stylesheets/application.scss */
h1, h2, h3, h4, h5 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 1em;
  font-weight: 300;
  line-height: 1.3em;
}
@media (min-width: 1000px) {
  /* line 82, /app/app/assets/stylesheets/application.scss */
  h1, h2, h3, h4, h5 {
    margin-bottom: 100px;
  }
}
/* line 97, /app/app/assets/stylesheets/application.scss */
h1.with-icon, h2.with-icon, h3.with-icon, h4.with-icon, h5.with-icon {
  display: inline-block;
  background: rgba(0, 124, 194, 0.85);
  color: #FFF;
  line-height: 75px;
  vertical-align: middle;
  text-transform: uppercase;
  font-style: italic;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
}
/* line 111, /app/app/assets/stylesheets/application.scss */
h1.block, h2.block, h3.block, h4.block, h5.block {
  display: block;
}
/* line 115, /app/app/assets/stylesheets/application.scss */
h1.inline, h2.inline, h3.inline, h4.inline, h5.inline {
  display: inline;
}

/* line 120, /app/app/assets/stylesheets/application.scss */
h1, h2, .header-one, .header-two {
  color: #007cc2;
}
/* line 123, /app/app/assets/stylesheets/application.scss */
h1.grey, h2.grey, .header-one.grey, .header-two.grey {
  color: #444;
}
/* line 127, /app/app/assets/stylesheets/application.scss */
h1.white, h2.white, .header-one.white, .header-two.white {
  color: #FFF;
}

/* line 132, /app/app/assets/stylesheets/application.scss */
h1, .header-one {
  font-weight: 400;
  font-size: 30px;
}

/* line 137, /app/app/assets/stylesheets/application.scss */
h2, .header-two {
  font-weight: 400;
  font-size: 23px;
}

/* line 142, /app/app/assets/stylesheets/application.scss */
h3, h4 {
  color: #444;
}

/* line 146, /app/app/assets/stylesheets/application.scss */
h3, .header-three {
  font-size: 17px;
  font-weight: 600;
}
/* line 150, /app/app/assets/stylesheets/application.scss */
h3.big, .header-three.big {
  font-size: 133%;
}

/* line 155, /app/app/assets/stylesheets/application.scss */
h4, .pre-header {
  font-size: 100%;
  font-weight: 600;
  color: #444;
}

/* line 162, /app/app/assets/stylesheets/application.scss */
p {
  margin: 0px;
  margin-bottom: 2em;
  line-height: 1.65;
}

/* line 168, /app/app/assets/stylesheets/application.scss */
.no-margin {
  margin-bottom: 4px;
}

/* line 172, /app/app/assets/stylesheets/application.scss */
.low-margin {
  margin-bottom: 6px;
}

/* line 176, /app/app/assets/stylesheets/application.scss */
.semi-medium-margin {
  margin-bottom: 15px;
}

/* line 180, /app/app/assets/stylesheets/application.scss */
.medium-margin {
  margin-bottom: 25px;
}

/* line 184, /app/app/assets/stylesheets/application.scss */
.semi-full-margin {
  margin-bottom: 42px;
}

/* line 188, /app/app/assets/stylesheets/application.scss */
.full-margin {
  margin-bottom: 100px;
}

/* line 192, /app/app/assets/stylesheets/application.scss */
a, .link {
  color: #007cc2;
  text-decoration: none;
  cursor: pointer;
}
/* line 198, /app/app/assets/stylesheets/application.scss */
a.underlined, .link.underlined {
  border-bottom: 1px solid #E2E2E2;
}
/* line 202, /app/app/assets/stylesheets/application.scss */
a.white, .link.white {
  color: #FFF;
}
/* line 206, /app/app/assets/stylesheets/application.scss */
a:hover, .link:hover {
  color: #e74c3c;
}

/* line 211, /app/app/assets/stylesheets/application.scss */
.highlight, .blue {
  color: #007cc2;
}

/* line 215, /app/app/assets/stylesheets/application.scss */
.no-highlight {
  color: #E2E2E2;
}

/* line 219, /app/app/assets/stylesheets/application.scss */
.big {
  font-size: 180%;
}

/* line 223, /app/app/assets/stylesheets/application.scss */
.bigger {
  font-size: 220%;
}

/* line 227, /app/app/assets/stylesheets/application.scss */
.huge {
  font-size: 300%;
}

/* line 231, /app/app/assets/stylesheets/application.scss */
ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -0.92em;
  text-align: center;
}
@media (min-width: 1000px) {
  /* line 231, /app/app/assets/stylesheets/application.scss */
  ul {
    text-align: left;
  }
}
/* line 242, /app/app/assets/stylesheets/application.scss */
ul li {
  line-height: 2.2em;
}
/* line 247, /app/app/assets/stylesheets/application.scss */
ul.square li {
  margin-bottom: 1em;
}
/* line 250, /app/app/assets/stylesheets/application.scss */
ul.square li:before {
  content: "■ ";
  color: #70B85D;
}
/* line 257, /app/app/assets/stylesheets/application.scss */
ul.list {
  list-style: inherit;
  text-indent: 0em;
}
/* line 261, /app/app/assets/stylesheets/application.scss */
ul.list li {
  margin-left: 1.1em;
}

/* line 267, /app/app/assets/stylesheets/application.scss */
.green {
  color: #74af36;
}

/* line 271, /app/app/assets/stylesheets/application.scss */
.valigned, .middle {
  vertical-align: middle;
}

/* line 275, /app/app/assets/stylesheets/application.scss */
.left, .block, .right, .center {
  text-align: center;
}
/* line 278, /app/app/assets/stylesheets/application.scss */
.left.center-on-small-screen, .block.center-on-small-screen, .right.center-on-small-screen, .center.center-on-small-screen {
  text-align: center;
}

@media (min-width: 1000px) {
  /* line 284, /app/app/assets/stylesheets/application.scss */
  .left {
    text-align: left;
  }

  /* line 288, /app/app/assets/stylesheets/application.scss */
  .block {
    text-align: justify;
  }

  /* line 292, /app/app/assets/stylesheets/application.scss */
  .right {
    text-align: right;
  }

  /* line 296, /app/app/assets/stylesheets/application.scss */
  .center {
    text-align: center;
  }
}
/* line 301, /app/app/assets/stylesheets/application.scss */
dl {
  margin: 0px;
}
/* line 303, /app/app/assets/stylesheets/application.scss */
dl dt {
  font-weight: 400;
  display: inline-block;
}
/* line 307, /app/app/assets/stylesheets/application.scss */
dl dt:after {
  content: ':';
}
/* line 312, /app/app/assets/stylesheets/application.scss */
dl dd {
  margin-right: 2em;
  margin-left: 0px;
  display: inline-block;
}

/* line 319, /app/app/assets/stylesheets/application.scss */
.no-float {
  float: none;
}

/* line 323, /app/app/assets/stylesheets/application.scss */
.strong {
  font-weight: 400;
}

/* line 327, /app/app/assets/stylesheets/application.scss */
.small {
  font-size: 80%;
}

/* line 332, /app/app/assets/stylesheets/application.scss */
li.boxed {
  display: table-cell;
  height: 75px;
  margin-bottom: 2em;
  list-style-type: none;
  padding-left: 20px;
  vertical-align: middle;
}

/* line 345, /app/app/assets/stylesheets/application.scss */
img.blue-background {
  background: #007cc2;
  padding: 20px 30px 20px 30px;
}

/* line 350, /app/app/assets/stylesheets/application.scss */
.clear {
  background: none;
}

/* line 354, /app/app/assets/stylesheets/application.scss */
.hidden {
  display: none;
}

/* line 358, /app/app/assets/stylesheets/application.scss */
.relative {
  position: relative;
}
@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ngdialog {
  box-sizing: border-box;
}

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

.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* fix for Scrollbars not clickable on overflow #552 */
  background: rgba(0, 0, 0, 0.4); 
  animation: ngdialog-fadein 0.5s;
  /* end fix for Scrollbars not clickable on overflow #552 */
}

.ngdialog.ngdialog-disabled-animation,
.ngdialog.ngdialog-disabled-animation .ngdialog-overlay,
.ngdialog.ngdialog-disabled-animation .ngdialog-content {
  -webkit-animation: none!important;
  animation: none!important;
}

.ngdialog-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
  /* fix for Scrollbars not clickable on overflow #552 */
  margin-right: 15px;
  background: transparent;
  /* end fix for Scrollbars not clickable on overflow #552 */
}

.ngdialog-no-overlay {
  pointer-events: none;
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
  pointer-events: all;
}

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-close:before {
  font-family: 'Helvetica', Arial, sans-serif;
  content: '\00D7';
  cursor: pointer;
}

html.ngdialog-open,
body.ngdialog-open {
  overflow: hidden;
}
.ngdialog.ngdialog-theme-plain {
  padding-bottom: 160px;
  padding-top: 160px;
}

.ngdialog.ngdialog-theme-plain .ngdialog-content {
  background: #fff;
  color: #444;
  font-family: 'Helvetica Neue',sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
  width: 450px;
}

.ngdialog.ngdialog-theme-plain .ngdialog-content h1,
.ngdialog.ngdialog-theme-plain .ngdialog-content h2,
.ngdialog.ngdialog-theme-plain .ngdialog-content h3,
.ngdialog.ngdialog-theme-plain .ngdialog-content h4,
.ngdialog.ngdialog-theme-plain .ngdialog-content h5,
.ngdialog.ngdialog-theme-plain .ngdialog-content h6,
.ngdialog.ngdialog-theme-plain .ngdialog-content p,
.ngdialog.ngdialog-theme-plain .ngdialog-content ul,
.ngdialog.ngdialog-theme-plain .ngdialog-content li {
  color: inherit;
}

.ngdialog.ngdialog-theme-plain .ngdialog-close {
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.ngdialog.ngdialog-theme-plain .ngdialog-close:before {
  background: transparent;
  color: #bbb;
  content: "\00D7";
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.ngdialog.ngdialog-theme-plain .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-plain .ngdialog-close:active:before {
  color: #777;
}

.ngdialog.ngdialog-theme-plain .ngdialog-message {
  margin-bottom: .5em;
}

.ngdialog.ngdialog-theme-plain .ngdialog-input {
  margin-bottom: 1em;
}

.ngdialog.ngdialog-theme-plain .ngdialog-input textarea,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="text"],
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="password"],
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="email"],
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="url"] {
  background: #f0f0f0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 .25em;
  min-height: 2.5em;
  padding: .25em .67em;
  width: 100%;
}

.ngdialog.ngdialog-theme-plain .ngdialog-input textarea:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="text"]:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="password"]:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="email"]:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="url"]:focus {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.2);
  outline: none;
}

.ngdialog.ngdialog-theme-plain .ngdialog-buttons:after {
  clear: both;
  content: '';
  display: table;
}

.ngdialog.ngdialog-theme-plain .ngdialog-button {
  border: 0;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: .8em;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0 0 0 .5em;
  padding: .75em 2em;
  text-transform: uppercase;
}

.ngdialog.ngdialog-theme-plain .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none;
}

@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-plain .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}

.ngdialog.ngdialog-theme-plain .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff;
}

.ngdialog.ngdialog-theme-plain .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}
.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
/*removes default webkit styles*/
	/*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
/*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
	border-width: 6px 0;
	color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}
.cr-rotate-controls button {
	border: 0;
	background: none;
}
.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
}
.cr-rotate-l i:before {
	content: '↺';
}
.cr-rotate-r i:before {
	content: '↻';
}
.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
  background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255,255,255,.9);
  border: 1px solid #777;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0,0,0,.4);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
       -o-box-sizing: content-box;
          box-sizing: content-box;
}

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  background: #ff3019; /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
  background:    -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
  background:     -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
  background:      -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
  background:         linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);  /* W3C */
  width: 20px;
  height:20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)"; /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)"; /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-arrow {
  border: 5px solid white;
  content:'';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.right-bottom {
  bottom:10px;
  right: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color:white;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom:10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0,0,0,.4);
  -webkit-transition: opacity 0.1s ease-out;
     -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
     display: none;
}

.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
    border: 0;
    outline: 0;
}
.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@-moz-keyframes introjspulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes introjspulse {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}
