/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../js/vendor/owl.carousel.2.1.0/assets/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*!
 Chosen, a Select Box Enhancer for jQuery and Prototype
 by Patrick Filler for Harvest, http://getharvest.com
 Version 1.3.0
 Full source at https://github.com/harvesthq/chosen
 Copyright (c) 2011-2014 Harvest http://getharvest.com
 MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
 This file is generated by `grunt build`, do not edit it by hand.
 */
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #2ab5f7;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  background-color: #fafafa;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
  line-height: 20px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
  margin-left: 5px;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../assets/frontend/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 6px;
  margin-left: 2px;
  background: url(../assets/frontend/images/chosen-sprite.png) no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #e5e5e5;
  background: white url(../assets/frontend/images/chosen-sprite.png) no-repeat 100% -20px;
  background: url(../assets/frontend/images/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 13px;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #222;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  padding-left: 10px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  font-size: 13px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3570db;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #fff;
  display: list-item;
  background: #e65c5c;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #2ab5f7;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #2ab5f7;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url('../assets/frontend/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  min-height: 40px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 36px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 5px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #e5e5e5;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: #222;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../assets/frontend/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url(../assets/frontend/images/chosen-sprite.png) no-repeat -30px -20px;
  background: url(../assets/frontend/images/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */

/*
 Authors: Adrian Demleitner, Cyril Mouttet
 E-Mail: a.demleitner@cloudtec.ch, c.mouttet@cloudtec.ch
 2017 (c) cloudtec.ch
 This is a manual merger of * and custom styles
 */
/* ------------------------------------------------------------ *\
 Basics
 \* ------------------------------------------------------------ */
.form-generic {
  padding: 0;
  color: #151515;
  font-family: 'Roboto', sans-serif;
}
.form-generic .generic-form-row:after, .form-generic .list-generic-files li:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both;
}
/* ------------------------------------------------------------ *\
 Form
 \* ------------------------------------------------------------ */
.form-generic {
  padding: 100px 0;
  color: #151515;
  font-family: 'Roboto', sans-serif;
}
.form-generic .icon {
  font-family: "luna";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-generic h1 {
  font-size: 32px;
  font-weight: normal;
}
.form-generic h2 {
  font-size: 22px;
  font-weight: normal;
}
.form-generic h3 {
  font-size: 20px;
}
.form-generic h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.form-generic .generic-checkbox + h4 {
  margin-top: 20px;
}
.form-generic h5 {
  font-size: 16px;
}
.form-generic h6 {
  font-size: 14px;
}
.form-generic .generic-tooltip {
  position: relative;
  font-size: 15px;
  color: #8a9399;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}
.form-generic .type-checkbox .generic-tooltip {
  margin-top: 0;
}
.form-generic .generic-tooltip .generic-tooltip-content {
  position: absolute;
  bottom: 100%;
  width: 300px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 9px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  left: -13px;
  box-shadow: none;
  background-color: #3570db;
  color: white;
  font-size: 14px;
}
.form-generic .generic-tooltip .generic-tooltip-content p {
  margin-bottom: 0;
}
.form-generic .generic-tooltip .generic-tooltip-content span.arrow {
  content: '';
  position: absolute;
  top: 100%;
  left: 17px;
  border-width: 8px 6px 0;
  border-style: solid;
  border-color: #3570db transparent transparent;
}
.form-generic .generic-tooltip .generic-tooltip-content:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 17px;
  border-width: 8px 6px 0;
  border-style: solid;
  border-color: #ebf0f2 transparent transparent;
}
.form-generic .generic-tooltip .icon, .form-generic .generic-tooltip:hover .icon {
  cursor: pointer;
  color: #3570db;
}
.form-generic .generic-tooltip:hover .generic-tooltip-content, .form-generic .generic-checkbox > .generic-tooltip:hover .generic-tooltip-content {
  opacity: 1;
  visibility: visible;
}
.form-generic .generic-checkbox > .generic-tooltip {
  margin-left: 10px;
}
.form-generic .generic-checkbox > .generic-tooltip .icon {
  position: static;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.form-generic input::-webkit-input-placeholder {
  color: #8a9399;
  opacity: 1;
  font-weight: 500;
}
.form-generic input::-moz-placeholder {
  color: #8a9399;
  opacity: 1;
  font-weight: 500;
}
.form-generic input:-ms-input-placeholder {
  color: #8a9399;
  opacity: 1;
  font-weight: 500;
}
.form-generic input::placeholder {
  color: #8a9399;
  opacity: 1;
  font-weight: 500;
}
.form-generic textarea::-webkit-input-placeholder {
  color: #8a9399;
  opacity: 1;
}
.form-generic textarea::-moz-placeholder {
  color: #8a9399;
  opacity: 1;
}
.form-generic textarea:-ms-input-placeholder {
  color: #8a9399;
  opacity: 1;
}
.form-generic textarea::placeholder {
  color: #8a9399;
  opacity: 1;
}
.form-generic select::-ms-expand {
  display: none;
}
.form-generic input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.form-generic .generic-form-row {
  font-size: 0;
}
.form-generic .generic-form-label {
  font-weight: bold;
  max-width: 202px;
  width: 100%;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 20px;
  vertical-align: middle;
}
.form-generic .generic-form-label small {
  font-size: 12px;
  display: block;
  color: #8a9399;
  padding-right: 0;
  margin-top: 4px;
}
.form-generic .generic-form-label-top {
  vertical-align: top;
  margin-top: 11px;
}
.form-generic .generic-form-label-ntm {
  margin-top: 0;
}
.form-generic .generic-asterisk {
  color: #ff4040;
  margin-left: 2px;
  font-size: 17px;
  position: absolute;
}
.form-generic .datepicker {
  font-size: 14px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e4e8eb;
  width: 140px;
  padding: 0 30px 0 18px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-weight: bold;
  color: #8a9399;
}
.form-generic .datepicker ~ .generic-form-notice {
  padding-left: 0;
  margin-left: 20px;
}
.form-generic .datepicker-icon {
  margin: 6px 0 0 -34px;
  pointer-events: none;
  font-size: 19px;
  color: #e4e8eb;
  line-height: 1px;
  vertical-align: top;
}
.form-generic .generic-date {
  font-size: 14px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e4e8eb;
  width: 140px;
  padding: 0 30px 0 18px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-weight: bold;
  color: #8a9399;
}
.form-generic .generic-date ~ .generic-form-notice {
  padding-left: 0;
  margin-left: 20px;
}
.form-generic .generic-form-controls {
  display: inline-block;
  max-width: 590px;
  width: 100%;
  position: relative;
  vertical-align: top;
}
.form-generic .generic-form-controls > div > input {
  width: 100%;
  box-sizing: border-box;
}
.form-generic .generic-form-controls > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* xs and ms are special sizes for tiny fields, like time dropdowns or zip codes and house numbers */
.form-generic .generic-form-controls-xs {
  max-width: 80px;
}
.form-generic .generic-form-controls-ms {
  max-width: 140px;
}
.form-generic .generic-form-controls-s {
  max-width: 220px;
}
.form-generic .generic-form-controls-sm {
  max-width: 300px;
}
.form-generic .generic-form-controls-m {
  max-width: 360px;
}
.form-generic .generic-form-controls-ml {
  max-width: 420px;
}
.form-generic .generic-form-controls-l {
  max-width: 480px;
}
.form-generic .generic-form-controls-xl {
  max-width: 590px;
}
.form-generic .generic-form-notice {
  overflow: hidden;
  font-size: 14px;
  color: #8a9399;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 23px;
  max-width: 293px;
  padding-left: 24px;
  position: relative;
  line-height: 40px;
}
.form-generic .generic-form-notice .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-generic .generic-field, .form-generic .generic-textarea, .form-generic .generic-select {
  font-size: 14px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #e4e8eb;
  width: 100%;
  font-weight: 400;
}
.form-generic .generic-field:disabled, .form-generic .generic-textarea:disabled, .form-generic .generic-select:disabled, .form-generic .generic-custom-select .icon.disabled {
  background-color: #ebebe4;
}
.form-generic .generic-field, .form-generic .generic-select {
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
}
.form-generic .generic-custom-select {
  position: relative;
  font-size: 14px;
}
.form-generic .generic-custom-select .icon {
  position: absolute;
  background: #fff;
  border-width: 1px 1px 1px 0;
  border-color: #e4e8eb;
  line-height: 40px;
  color: #c2c7cc;
  pointer-events: none;
  box-sizing: border-box;
  right: 1px;
  top: 1px;
  width: 26px;
  height: 38px;
  border: none;
  border-radius: 0;
}
.form-generic .generic-custom-select:after {
  position: relative;
}
.chosen-container-single .chosen-single {
  background-color: #fff !important;
}
.form-generic .has-icon {
  position: relative;
  font-size: 14px;
}
.form-generic .has-icon .generic-field {
  padding-right: 38px;
}
.form-generic .has-icon .icon {
  color: #8a9399;
  position: absolute;
  top: 20px !important;
  right: 10px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-generic .generic-form-controls > .icon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #8a9399;
  font-size: 14px;
}
.form-generic .generic-select {
  -webkit-appearance: none;
  padding-right: 33px;
}
.form-generic .generic-textarea {
  padding: 11px 15px;
  height: 129px;
  resize: none;
}
.form-generic .generic-field:focus, .form-generic .generic-textarea:focus {
  border-color: #3570db;
}
.form-generic .generic-radio {
  overflow: hidden;
  position: relative;
}
.form-generic .generic-radio input {
  position: absolute;
  top: inherit;
  bottom: 100%;
  left: 0;
}
.form-generic .generic-radio label {
  max-width: none;
  display: inline-block;
  text-align: left;
  color: #8a9399;
  font-weight: 500;
  margin: 0;
  position: relative;
  padding-left: 30px;
  min-height: 22px;
  width: auto;
}
.form-generic .generic-radio .icon {
  position: absolute;
  margin: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.form-generic .generic-radio label:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e6e9ec;
  vertical-align: middle;
  margin-right: 7px;
  position: absolute;
  left: 0;
  box-sizing: border-box;
}
.form-generic .generic-radio input:checked ~ label {
  color: #151515;
}
.form-generic .generic-radio input:checked ~ label:before {
  background: #e6e9ec;
}
.form-generic .generic-radio input:checked ~ label .icon {
  opacity: 1;
  visibility: visible;
}
.form-generic .generic-radio input:focus + label:before {
  border-color: #316ad3 !important;
}
.form-generic .generic-switch {
  overflow: hidden;
  position: relative;
}
.form-generic .generic-switch input {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 5px;
}
.form-generic .generic-switch label {
  width: 80px;
  height: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: border-color 0.4s ease;
  margin-right: 0;
  margin-top: 0;
}
.form-generic .generic-switch .generic-switch-btn {
  width: 40px;
  height: 20px;
  background: #e6e6e6;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 5px;
  border-radius: 10px;
  font-size: 10px;
  line-height: 21px;
  text-align: center;
  transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
}
.form-generic .generic-switch .generic-switch-btn span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-appearance: none;
}
.form-generic .generic-switch .generic-switch-btn span ~ span {
  opacity: 0;
  visibility: hidden;
}
.form-generic .generic-switch input:checked ~ label {
  border-color: #3570db;
}
.form-generic .generic-switch input:checked ~ label .generic-switch-btn {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
  background: #3570db;
}
.form-generic .generic-switch input:checked ~ label .generic-switch-btn span {
  opacity: 0;
  visibility: hidden;
}
.form-generic .generic-switch input:checked ~ label .generic-switch-btn span ~ span {
  opacity: 1;
  visibility: visible;
}
.form-generic .generic-checkbox {
  display: inline-block;
  overflow: visible;
  position: relative;
  margin-top: 10px;
}
.form-generic .generic-checkbox input[type="checkbox"] {
  /*visibility: hidden;*/
  z-index: -10000;
  opacity: 0;
}
.form-generic .generic-input-collapse .generic-checkbox {
  margin-top: 0;
}
.form-generic .generic-checkbox:first-child {
  margin-top: 0;
}
.form-generic .generic-checkbox .generic-checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.form-generic .generic-checkbox .generic-form-label {
  width: auto;
}
.form-generic .generic-checkbox input {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 20px;
}
.form-generic .generic-checkbox label {
  max-width: none;
  display: inline-block;
  text-align: left;
  color: #8a9399;
  font-weight: 500;
  margin: 0;
  position: relative;
  padding-left: 30px;
  line-height: 22px;
  padding-top: 2px;
}
.form-generic .generic-checkbox .icon {
  position: absolute;
  margin: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.form-generic .generic-checkbox label:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  border: 1px solid #e4e8eb;
  vertical-align: middle;
  margin-right: 7px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.form-generic .generic-checkbox input:checked ~ label {
  color: #151515;
}
.form-generic .generic-checkbox input:checked ~ label:before {
  background: #ebf0f2;
}
.form-generic .generic-checkbox input:checked ~ label .icon {
  opacity: 1;
  visibility: visible;
}
.form-generic .generic-checkbox input:focus + label:before {
  border-color: #316ad3 !important;
}
.form-generic .generic-form-btn {
  -webkit-appearance: none;
}
/*  Form Buttons */
.form-generic .generic-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-generic .generic-btn-light-grey {
  background: #ebf0f2;
  color: #8a9399;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-align: center;
  min-width: 44px;
  font-size: 14px;
  border-radius: 4px;
}
.form-generic .generic-btn-light-grey:hover {
  color: #ebf0f2;
  background: #8a9399;
}
.form-generic .generic-btn-grey {
  background: #c2c7cc;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
}
.form-generic .generic-btn-grey:hover {
  background: #ccc;
}
.form-generic .generic-btn-yellow {
  background: #3570db;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
}
.form-generic .generic-btn-yellow:hover {
  background: #c2912e;
}
.form-generic .form-head {
  border-bottom: 1px solid #e4e8eb;
  padding-bottom: 20px;
}
.form-generic .form-group ~ .form-group {
  margin-top: 38px;
}
.form-generic .form-group-head {
  border-bottom: 1px solid #e4e8eb;
  padding-bottom: 22px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.form-generic .form-group-body {
  padding: 30px 0;
}
.form-generic .separator {
  font-size: 20px;
  color: #c2c7cc;
  vertical-align: top;
  text-align: center;
  margin: 0 5px 0 5px;
  line-height: 40px;
}
.form-generic .generic-form-btn {
  height: 40px;
  line-height: 40px;
  border: 0;
  border-style: solid;
  padding: 0 15px;
}
.form-generic .generic-form-btn-reset {
  background-color: transparent;
  color: #003d8f;
  font-weight: 500;
  border-radius: 4px;
}
.form-generic .generic-form-btn-reset:hover {
  background: #eee;
}
.form-generic .generic-btn-edit, .form-generic .generic-btn-add {
  margin-left: 16px;
}
.form-generic .generic-tooltip {
  margin-left: 22px;
}
.form-generic .generic-tooltip-mobile {
  display: none;
}
.form-generic .form-actions {
  border-top: 1px solid #e4e8eb;
  padding: 29px 0 0 145px;
  margin-top: 40px;
}
.form-generic .form-actions .generic-form-btn {
  padding: 0 21px;
  margin-right: 10px;
}
.form-generic .form-actions .generic-btn-yellow {
  padding: 0 21px;
  margin-right: 10px;
}
/* ------------------------------------------------------------ *\
 Error
 \* ------------------------------------------------------------ */
.form-generic .form-actions .generic-btn-grey {
  padding: 0 20px;
}
.form-generic .generic-form-notice-error {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #dd5b59;
  font-size: 14px;
  margin-top: 5px;
  padding: 7px;
  z-index: 1;
  /*max-height: 0;*/
  max-width: 340px;
  transition: all 0.25s ease;
  /*overflow: hidden;*/
  /*-webkit-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   transition: -webkit-transform .3s ease;
   transition: transform .3s ease;
   transition: transform .3s ease, -webkit-transform .3s ease;*/
}
.form-generic .has-error .generic-form-notice-error {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: block;
  padding: 7px;
  max-height: 300px;
  overflow: visible;
}
.form-generic .generic-form-notice-error:before {
  content: '';
  border-bottom: 5px solid #dd5b59;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: 100%;
  left: 5px;
  transition: all 0.25s ease;
}
.form-generic .has-error .generic-form-notice-error:before {
  opacity: 1;
}
.form-generic .generic-form-row ~ .generic-form-row {
  margin-top: 10px;
  transition: margin-top 0.3s ease;
}
.form-generic .error .generic-form-row ~ .generic-form-row {
  margin-top: 40px;
}
/* ------------------------------------------------------------ *\
 Upload
 \* ------------------------------------------------------------ */
.form-generic .upload {
  font-size: 14px;
}
.form-generic .upload .upload-btn {
  display: block;
  width: 100%;
  padding: 20px;
  border: 2px dashed #d2d7d9;
  text-align: left;
  color: #8a9399;
  font-weight: bold;
  border-radius: 4px;
}
.form-generic .upload .upload-btn .icon {
  margin-right: 9px;
}
.form-generic .upload .list-generic-files {
  padding: 8px 0 23px;
}
.form-generic .uploader {
  height: 300px;
  background-color: #ccc;
}
/* ------------------------------------------------------------ *\
 Listings
 \* ------------------------------------------------------------ */
.form-generic [class^="list-"] {
  list-style: none outside none;
}
/* ------------------------------------------------------------ *\
 List Radios
 \* ------------------------------------------------------------ */
.form-generic .list-generic-radios {
  padding: 10px 0;
}
.form-generic .list-generic-radios li {
  display: inline-block;
  vertical-align: middle;
}
.form-generic .list-generic-radios li ~ li {
  margin-left: 24px;
}
.form-generic .list-generic-radios.vertical li {
  display: block;
  vertical-align: middle;
}
.form-generic .list-generic-radios.vertical li + li {
  margin-top: 10px;
  margin-left: 0;
}
/* ------------------------------------------------------------ *\
 List Switches
 \* ------------------------------------------------------------ */
.form-generic .list-generic-switches {
  padding: 5px 0;
}
.form-generic .list-generic-switches li {
  display: inline-block;
  vertical-align: middle;
}
.form-generic .list-generic-switches li ~ li {
  margin-left: 17px;
}
/* ------------------------------------------------------------ *\
 List Checkboxes
 \* ------------------------------------------------------------ */
.form-generic .list-generic-checkboxes {
  padding-top: 10px;
}
.form-generic .list-generic-checkboxes li {
  display: inline-block;
  vertical-align: middle;
  width: inherit;
  margin-bottom: 7px;
  margin-right: 10px;
  min-width: 60px;
}
/* ------------------------------------------------------------ *\
 List Files
 \* ------------------------------------------------------------ */
.form-generic .list-generic-files {
  padding-top: 10px;
}
.form-generic .list-generic-files li {
  font-size: 14px;
  padding-left: 18px;
}
.form-generic .list-generic-files li ~ li {
  margin-top: 10px;
}
.form-generic .list-generic-files .icon-custom-attachment {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 3px;
  margin-right: 5px;
}
.form-generic .list-generic-files .icon-custom-attachment:after, .form-generic .list-generic-files .icon-custom-attachment:before {
  margin: 0;
}
.form-generic .list-generic-files .file-name {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  color: #3570db;
  max-width: 500px;
  line-height: 20px;
  margin-top: 0px;
}
.form-generic .list-generic-files .meta-information {
  padding: 0 0 0 27px;
}
.form-generic .list-generic-files .meta-size {
  line-height: 20px;
  float: none;
  margin-right: 5px;
  font-weight: normal;
  color: #8a9399;
}
.form-generic .list-generic-files a:hover {
  text-decoration: underline;
}
.form-generic .list-generic-files .link-delete {
  float: right;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eff1f3;
  color: #e4e8eb;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 0;
  position: relative;
  top: -1px;
}
.form-generic .list-generic-files .link-delete:hover {
  background: #e65c5c;
  color: #fff;
  text-decoration: none;
}
.form-generic .list-generic-files .meta-size {
  font-weight: bold;
  float: right;
  margin: 14px 19px 0 0;
}
/* ------------------------------------------------------------ *\
 Medic Search Widget
 \* ------------------------------------------------------------ */
.form-generic .medic-search-row {
  margin-bottom: 20px;
  position: relative;
}
.form-generic .medic-search-row ~ .row {
  margin-left: 272px;
  width: 540px;
}
.main-form-holder .form-generic .medic-search-row ~ .row {
  margin-left: 222px;
}
.form-generic .medic-search-row, .form-generic .medic-search-row > ul, .form-generic .medic-search-row > div, .form-generic .medic-search-row > div input {
  width: 540px !important;
  box-sizing: border-box !important;
}
button.medic-search-button {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 38px;
  height: 38px;
  margin: 0;
  border: 0;
  background-color: #f2f2f2;
}
#find_medic_documentTransfer_medicContactInfo_sasisMedic:hover {
  border-color: #3570db;
}
button.medic-search-button span {
  line-height: 38px;
}
input:focus + button.medic-search-button {
  background: #316ad3;
  color: white;
}
#find_medic_info_client_sasisMedic p, .medic-search-result p {
  margin-bottom: 0;
  font-size: 13px;
}
/* ------------------------------------------------------------ *\
 Upload Widget
 \* ------------------------------------------------------------ */
.form-generic .upload .upload-btn {
  display: none;
}
.form-generic .generic-form-controls-s > div.picture-upload {
  width: 100%;
}
.picture-upload #add-logo {
  margin-right: 10px;
}
.picture-upload img {
  margin-bottom: 10px;
}
/* ------------------------------------------------------------ *\
 Input Highlight
 \* ------------------------------------------------------------ */
.form-generic .generic-input-highlight {
  position: relative;
  left: -8px;
  padding: 8px;
  background: #e9f1ff;
  width: 580px !important;
}
.form-generic .generic-input-highlight .generic-checkbox label, .form-generic .generic-input-highlight .generic-checkbox input:checked ~ label {
  color: black;
}
.form-generic .generic-input-highlight .generic-checkbox label i {
  color: black;
}
.form-generic .generic-input-highlight .generic-checkbox label:before, .form-generic .generic-input-highlight .generic-checkbox input:checked ~ label:before {
  background: white;
  border-color: white;
}
.form-generic .generic-input-highlight .generic-checkbox {
  display: inline-block;
}
.form-generic .generic-input-highlight .generic-tooltip {
  margin-top: 0;
  margin-left: 10px;
}
.form-generic .generic-input-highlight .generic-tooltip .icon {
  color: #181818;
}
/* ------------------------------------------------------------ *\
 Various Stuff
 \* ------------------------------------------------------------ */
#additional-mail-list > div {
  margin-top: 10px;
}
.acute-care-transition-warning {
  margin-top: 10px;
}
.medical-subform-fields .generic-form-row:last-child {
  margin-bottom: 10px;
}
.form-search .form-label {
  margin-bottom: 0 !important;
}
/* ------------------------------------------------------------ *\
 Responsive
 \* ------------------------------------------------------------ */
/* ? */
.ml10 {
  margin-left: 10px;
}
.top-margin {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .form-generic .generic-form-row ~ .generic-form-row {
    margin-top: 20px;
  }
  .form-generic .generic-form-label {
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }
  .form-generic .generic-form-controls {
    display: inline-block;
    vertical-align: middle;
  }
  .generic-input-highlight {
    width: 450px !important;
  }
  .form-generic .medic-search-row, .form-generic .medic-search-row > ul, .form-generic .medic-search-row > div, .form-generic .medic-search-row > div input {
    width: 400px !important;
  }
}
@media (max-width: 767px) {
  .form-generic {
    padding: 50px 0;
  }
  .form-generic h1 {
    font-size: 28px;
  }
  .form-generic h2 {
    font-size: 20px;
  }
  .form-generic .generic-tooltip .generic-tooltip-content {
    width: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .form-generic .generic-tooltip .generic-tooltip-content:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .form-generic .generic-tooltip:hover .generic-tooltip-content, .form-generic .generic-tooltip .generic-tooltip-content {
    opacity: 0;
    visibility: hidden;
  }
  .form-generic .generic-tooltip:hover .icon {
    color: #8a9399;
  }
  .form-generic .generic-tooltip-visible .generic-tooltip .generic-tooltip-content {
    opacity: 1;
    visibility: visible;
  }
  .form-generic .generic-tooltip-visible .generic-tooltip .icon {
    color: #3570db;
  }
  .form-generic .generic-form-label {
    display: inline-block;
    width: auto;
    margin-right: 0;
    vertical-align: middle;
  }
  .form-generic .generic-form-controls {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .form-generic .generic-form-notice {
    margin: 10px 0 0;
  }
  .form-generic .datepicker ~ .generic-form-notice {
    margin-top: 3px;
  }
  .form-generic .list-generic-files li {
    padding-left: 2px;
  }
  .form-generic .list-generic-files .file-name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
    text-overflow: ellipsis;
  }
  .form-generic .generic-tooltip {
    display: none;
  }
  .form-generic .generic-tooltip-mobile {
    display: inline-block;
    vertical-align: top;
  }
  .form-generic .has-two-columns .generic-form-label {
    display: block;
  }
  .form-generic .has-two-columns .generic-form-controls {
    width: 47%;
    display: inline-block;
  }
  .form-generic .has-two-columns .separator {
    width: 6%;
    display: inline-block;
    margin: 0;
  }
  .form-generic .has-btns .generic-form-label {
    display: block;
  }
  .form-generic .has-btns .generic-form-controls {
    max-width: 60%;
    display: inline-block;
  }
  .form-generic .form-actions {
    padding-left: 0;
    text-align: center;
  }
  .form-generic .generic-form-btn-reset, .form-generic .form-actions .generic-btn-grey, .form-generic .form-actions .generic-btn-yellow {
    margin: 0 0 10px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .form-generic .form-group ~ .form-group {
    margin-top: 25px;
  }
  .form-generic .form-group-body {
    padding: 7px 0;
  }
  .form-generic .form-actions {
    padding-top: 20px;
  }
  .form-generic .generic-form-label {
    display: block;
  }
  .form-generic .generic-form-notice {
    display: block;
    margin: 10px 0 0;
  }
  .form-generic .generic-tooltip .generic-tooltip-content {
    width: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .form-generic .generic-date ~ .generic-form-notice {
    margin-top: 3px;
  }
  .form-generic .form-actions {
    padding-left: 0;
    text-align: center;
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .form-generic .generic-form-row {
    position: relative;
  }
  .form-generic .generic-field, .form-generic .generic-select {
    padding: 0 10px;
  }
  .form-generic .separator {
    margin: 0;
  }
  .form-generic .separator + .generic-form-controls, .form-generic .generic-form-controls + .generic-form-controls {
    margin-top: 10px;
  }
  .form-generic .medic-search-row, .form-generic .medic-search-row > ul, .form-generic .medic-search-row > div, .form-generic .medic-search-row > div input {
    width: 100% !important;
  }
  .form-generic .generic-form-controls {
    display: inline-block;
    width: 100%;
  }
  .form-generic .generic-form-controls > *:not(i) {
    max-width: 100%;
    width: 100%;
  }
  .form-generic .medic-search-row, .form-generic .medic-search-row > ul, .form-generic .medic-search-row > div, .form-generic .medic-search-row > div input {
    max-width: 100% !important;
    margin-bottom: 0;
  }
  .medic-search-list > li > .row > .g-1-2:first-child {
    margin-bottom: 0;
  }
  .medic-search-list > li > .row > .g-1-2:first-child {
    border-right: 0;
  }
  .form-generic .medic-search-row ~ .row {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
  #find_medic_info_client_sasisMedic .left-padding {
    padding-left: 0;
  }
  #find_medic_info_client_sasisMedic .row {
    margin-bottom: 5px;
  }
  #find_medic_info_client_sasisMedic .g-3-10 {
    position: absolute;
  }
  .form-generic .type-checkbox .generic-input-highlight .generic-tooltip {
    position: absolute;
    right: 12px;
    top: 7px;
  }
}

/*
 Table of Contents
 I.   Generic --------------------------------------
 01. Reset ------------------------------------
 02. Base -------------------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 03. Fonts ------------------------------------
 04. Helpers ----------------------------------
 Clear ------------------------------------
 Notext -----------------------------------
 Hidden -----------------------------------
 Alignleft --------------------------------
 Alignright -------------------------------
 Disabled ---------------------------------
 Grid -------------------------------------
 Responsive Helpers -----------------------
 Link More --------------------------------
 Fullsize ---------------------------------
 II.  Regions --------------------------------------
 01. Container --------------------------------
 02. Content ----------------------------------
 03. Footer -----------------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 04. Header -----------------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 05. Main -------------------------------------
 Main Secondary ---------------------------
 Small Desktop ----------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 06. Shell ------------------------------------
 Mobile -----------------------------------
 07. Sidebar ----------------------------------
 08. Wrapper ----------------------------------
 III. Modules --------------------------------------
 01. Article Tab ------------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 02. Article About ----------------------------
 03. Article News -----------------------------
 Small Desktop ----------------------------
 Mobile -----------------------------------
 04. Button -----------------------------------
 Button Block -----------------------------
 Btn Menu ---------------------------------
 05. Callout ----------------------------------
 Callout Secondary ------------------------
 Mobile -----------------------------------
 06. Chart Bar --------------------------------
 Tablet Portrait --------------------------
 07. Contacts ---------------------------------
 08. Form Elements ----------------------------
 Custom Select ----------------------------
 Radio ------------------------------------
 Checkbox ---------------------------------
 Mobile -----------------------------------
 09. Form Search ------------------------------
 Small Desktop ----------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 10. Form Search Secondary --------------------
 Small Desktop ----------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 11. Form Register  ---------------------------
 Tablet Portrait --------------------------
 Small Desktop ----------------------------
 12. Form Filter ------------------------------
 Mobile -----------------------------------
 13. Info -------------------------------------
 14. Infobox ----------------------------------
 Mobile -----------------------------------
 15. Intro ------------------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 16. List -------------------------------------
 17. List Faq ---------------------------------
 Mobile -----------------------------------
 18. List Features ----------------------------
 19. List Links -------------------------------
 20. List Footer Links ------------------------
 21. List Stats -------------------------------
 22. List Radios ------------------------------
 Mobile -----------------------------------
 23. List Default -----------------------------
 24. List Dropdown ----------------------------
 25. List Steps -------------------------------
 26. List Checkboxes --------------------------
 27. List Legend ------------------------------
 28. Loader -----------------------------------
 29. Logo -------------------------------------
 Mobile -----------------------------------
 30. Map --------------------------------------
 31. Nav --------------------------------------
 Tablet Portrait --------------------------
 32. Nav Lang ---------------------------------
 33. Nav Utilities ----------------------------
 34. Notice -----------------------------------
 35. Range ------------------------------------
 36. Result Items -----------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 37. Results Secondary ------------------------
 Small Desktop ----------------------------
 Mobile -----------------------------------
 38. Search -----------------------------------
 39. Section ----------------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 40. Section Alt ------------------------------
 41. Section Updates --------------------------
 Small Desktop ----------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 42. Section Stats ----------------------------
 Tablet Portrait --------------------------
 43. Section Stats Secondary ------------------
 Small Desktop ----------------------------
 Tablet Portrait --------------------------
 44. Section Testimonials ---------------------
 Mobile -----------------------------------
 45. Section Info -----------------------------
 Small Desktop ----------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 46. Section Individuals ----------------------
 Section Group Notes ----------------------
 Section Group Register -------------------
 Section Group Callout --------------------
 Small Desktop ----------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 Section Group Notes ----------------------
 Section Group Register -------------------
 Section Group Callout --------------------
 47. Section Contact Details ------------------
 Small Desktop ----------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 48. Section Mission --------------------------
 Mobile -----------------------------------
 49. Section Info Secondary -------------------
 Mobile -----------------------------------
 50. Section Register -------------------------
 Mobile -----------------------------------
 51. Section Organisation ---------------------
 Small Desktop ----------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 52. Section News Results ---------------------
 Mobile -----------------------------------
 53. Section Featured News --------------------
 Mobile -----------------------------------
 54. Section Form -----------------------------
 55. Section Diagaram -------------------------
 Small Desktop ----------------------------
 Mobile -----------------------------------
 56. Section Results --------------------------
 Small Desktop ----------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 57. Slider -----------------------------------
 58. Slider Udpates ---------------------------
 Mobile -----------------------------------
 59. Slider Testimonials ----------------------
 Mobile -----------------------------------
 60. Socials ----------------------------------
 61. Sort -------------------------------------
 62. Table ------------------------------------
 63. Tabs -------------------------------------
 Tabs Nav ---------------------------------
 Tabs Secondary ---------------------------
 Small Desktop ----------------------------
 Tablet Portrait --------------------------
 Tabs Secondary ---------------------------
 Mobile -----------------------------------
 64. Tab Results ------------------------------
 Tablet Portrait --------------------------
 Mobile -----------------------------------
 65. Testimonial ------------------------------
 Mobile -----------------------------------
 66. Tooltip ----------------------------------
 Mobile -----------------------------------
 67. Update -----------------------------------
 Tablet Portrait --------------------------
 68. Widget -----------------------------------
 69. Widget Updates ---------------------------
 Tablet Portrait --------------------------
 70. Widget Info ------------------------------
 71. Widget Filter ----------------------------
 72. Widget Categories ------------------------
 73. Widget Progress --------------------------
 74. Widget Register --------------------------
 75. Widget Apps ------------------------------
 76. Widget Filter Secondary ------------------
 */
.ico-apps {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -50px -54px;
  width: 32px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-arrow-down {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -142px -141px;
  width: 16px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-arrow-right-blue {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -206px -150px;
  width: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-arrow-right {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -206px -134px;
  width: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-bulb {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: 0 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-burger-blue {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -206px -100px;
  width: 12px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-burger {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -206px -85px;
  width: 12px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-calendar {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -94px -34px;
  width: 32px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-check {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -174px -63px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-clock-circle {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: 0 -158px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-clock-small {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -108px -84px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-clock {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: 0 -84px;
  width: 32px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-facebook {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -206px -115px;
  width: 8px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-globe {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -36px -84px;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-h {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -138px -72px;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-house {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -35px -121px;
  width: 32px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-infinite {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -174px -133px;
  width: 22px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-list {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -72px -84px;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-lock-circle {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -54px 0;
  width: 36px;
  height: 37px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-lock {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -174px 0;
  width: 28px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-long-arrow-left {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -156px -158px;
  width: 15px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-long-arrow-right-blue {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -175px -158px;
  width: 14px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-long-arrow-right-white {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -206px 0;
  width: 14px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-long-arrow-right {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -108px -104px;
  width: 15px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-m {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -138px -36px;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-mail-circle {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -68px -158px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-monitor {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -71px -121px;
  width: 32px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-more {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: 0 -54px;
  width: 46px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-p {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -138px 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-people {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -102px -158px;
  width: 32px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-phone {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -34px -158px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-pin-blue {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -206px -49px;
  width: 10px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-pin-small {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -206px -31px;
  width: 10px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-pin {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -206px -67px;
  width: 10px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-quality {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: 0 -121px;
  width: 31px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-question {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -142px -121px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-quote {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -94px 0;
  width: 40px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-search-grey {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -138px -158px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-search {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -174px -111px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-swiss {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -174px -37px;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-thumb {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -107px -121px;
  width: 31px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-twitter {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -206px -16px;
  width: 14px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-warning {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -174px -87px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-apps {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -48px -52px;
    background-size: 206px 180px;
    width: 32px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-arrow-down {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -166px -137px;
    background-size: 206px 180px;
    width: 16px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-arrow-right-blue {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -196px -47px;
    background-size: 206px 180px;
    width: 8px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-arrow-right {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -196px -33px;
    background-size: 206px 180px;
    width: 8px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-bulb {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: 0 0;
    background-size: 206px 180px;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-burger-blue {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -90px -67px;
    background-size: 206px 180px;
    width: 12px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-burger {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -148px -102px;
    background-size: 206px 180px;
    width: 12px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-calendar {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -90px -32px;
    background-size: 206px 180px;
    width: 32px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-check {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -166px -59px;
    background-size: 206px 180px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-clock-circle {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -134px -115px;
    background-size: 206px 180px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-clock-small {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -102px -80px;
    background-size: 206px 180px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-clock {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: 0 -80px;
    background-size: 206px 180px;
    width: 32px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-facebook {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -196px -16px;
    background-size: 206px 180px;
    width: 8px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-globe {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -34px -80px;
    background-size: 206px 180px;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-h {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -132px -68px;
    background-size: 206px 180px;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-house {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -33px -115px;
    background-size: 206px 180px;
    width: 32px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-infinite {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -166px -123px;
    background-size: 206px 180px;
    width: 22px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-list {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -68px -80px;
    background-size: 206px 180px;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-lock-circle {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -52px 0;
    background-size: 206px 180px;
    width: 36px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-lock {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -166px 0;
    background-size: 206px 180px;
    width: 28px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-long-arrow-left {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -133px -150px;
    background-size: 206px 180px;
    width: 15px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-long-arrow-right-blue {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -150px -150px;
    background-size: 206px 180px;
    width: 14px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-long-arrow-right-white {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -166px -150px;
    background-size: 206px 180px;
    width: 14px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-long-arrow-right {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -116px -150px;
    background-size: 206px 180px;
    width: 15px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-m {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -132px -34px;
    background-size: 206px 180px;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-mail-circle {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -32px -150px;
    background-size: 206px 180px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-monitor {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -67px -115px;
    background-size: 206px 180px;
    width: 32px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-more {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: 0 -52px;
    background-size: 206px 180px;
    width: 46px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-p {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -132px 0;
    background-size: 206px 180px;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-people {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -64px -150px;
    background-size: 206px 180px;
    width: 32px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-phone {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: 0 -150px;
    background-size: 206px 180px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-pin-blue {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -118px -98px;
    background-size: 206px 180px;
    width: 10px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-pin-small {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -120px -80px;
    background-size: 206px 180px;
    width: 10px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-pin {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -196px 0;
    background-size: 206px 180px;
    width: 10px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-quality {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: 0 -115px;
    background-size: 206px 180px;
    width: 31px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-question {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -98px -150px;
    background-size: 206px 180px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-quote {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -90px 0;
    background-size: 206px 180px;
    width: 40px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-search-grey {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -102px -98px;
    background-size: 206px 180px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-search {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -166px -103px;
    background-size: 206px 180px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-swiss {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -166px -35px;
    background-size: 206px 180px;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-thumb {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -101px -115px;
    background-size: 206px 180px;
    width: 31px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-twitter {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -132px -102px;
    background-size: 206px 180px;
    width: 14px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-warning {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -166px -81px;
    background-size: 206px 180px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
}
.cols:after, .shell:after, .chart-bar:after, .contacts:after, .form-search .form-controls:after, .form-search-secondary .form-cols:after, .nav ul:after, .range .range-legend:after, .results:after, .section .section-body:after, .section-results .section-body:after, .tabs-nav ul:after, .tabs-results .tabs-head:after, .testimonial:after, .widget-updates .widget-foot:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both;
}
/* ------------------------------------------------------------ *\
 I.   Generic
 \* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
 Reset
 \* ------------------------------------------------------------ */
*, *:before, *:after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}
html {
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
img, iframe, video, audio, object {
  max-width: 100%;
}
img, iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
b, strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a, button, input[type="submit"], input[type="button"], input[type="reset"], input[type="file"], input[type="image"], label[for] {
  cursor: pointer;
}
a[href^="tel"], button[disabled], input[disabled], textarea[disabled], select[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button, select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul, nav ol {
  list-style: none outside none;
}
/* ------------------------------------------------------------ *\
 Base
 \* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #737373;
  font-weight: lighter;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^="tel"] {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.715em;
  color: #222126;
  font-weight: normal;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
  font-weight: lighter;
  line-height: 1.25;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p, ul, ol, dl, table, blockquote {
  margin-bottom: 1.43em;
}
h1[class], h2[class], h3[class], h4[class], h5[class], h6[class], h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, dl:last-child, table:last-child, blockquote:last-child {
  margin-bottom: 0;
}
.profile-title h1 {
  margin-bottom: 8px;
  margin-left: 1px;
  margin-top: -18px;
  font-size: 34px;
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h5 {
    font-size: 15px;
  }
  .profile-title h1 {
    margin-bottom: 8px;
    margin-top: -18px;
    font-size: 28px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 1.4;
  }
  h2 {
    font-size: 25px;
    line-height: 1.4;
  }
  h3 {
    font-size: 17px;
  }
  h5 {
    font-size: 16px;
  }
  .profile-title h1 {
    margin-bottom: 12px;
    margin-top: -24px;
    font-size: 28px;
  }
}
/* ------------------------------------------------------------ *\
 Fonts
 \* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
 Helpers
 \* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden], .hidden {
  display: none;
}
/*  Alignleft  */
.alignleft {
  float: left;
}
/*  Alignright  */
.alignright {
  float: right;
}
/*  Disabled  */
[disabled], .disabled {
  cursor: default;
}
/*  Grid  */
.cols {
  margin: 0 -15px;
}
.col {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.col-1of2 {
  width: 50%;
}
.col-1of3 {
  width: 33.33333%;
}
.col-1of4 {
  width: 25%;
}
/*  Responsive Helpers  */
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1220px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1221px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/*  Link More  */
.link-more {
  color: #3570db;
  text-decoration: none;
}
.link-more:hover {
  opacity: 0.7;
}
/*  Fullsize  */
.fullsize {
  background-size: cover;
  background-position: center center;
}
.fullsize img {
  display: none;
}
/* ------------------------------------------------------------ *\
 II.  Regions
 \* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
 Container
 \* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
 Content
 \* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
 Footer
 \* ------------------------------------------------------------ */
.footer {
  background: #222126;
  color: #fff;
  overflow: hidden;
}
.footer h5, .footer h6 {
  color: #fff;
}
.footer h5 {
  font-weight: bold;
  margin-bottom: 29px;
}
.footer strong {
  color: #fff;
  text-transform: uppercase;
  margin-left: 6px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.footer .footer-body {
  padding: 102px 0 63px;
}
.footer .footer-body p {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-bar {
  color: #737373;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-top: 1px solid #434246;
  padding-bottom: 60px;
}
.footer .footer-bar .col {
  min-height: 72px;
}
.footer .footer-bar .col ~ .col {
  border-left: 1px solid #434246;
}
.footer .copyright {
  padding: 29px 0 0;
  line-height: 1.7;
}
.footer .version {
  padding: 26px 0 10px;
  text-align: right;
  line-height: 1.7;
}
.footer .version i {
  margin-top: -2px;
}
.footer .credits {
  text-align: center;
  padding: 39px 0 16px;
  text-align: center;
}
.footer .credits a {
  text-decoration: none;
  color: #fff;
}
.footer .credits a:hover {
  opacity: 0.7;
}
.footer .footer-contacts p {
  margin-bottom: 12px;
}
.footer .footer-contacts a {
  color: #fff;
  border-bottom: 1px solid #4e4d51;
  margin-left: 4px;
  text-decoration: none;
}
.footer .footer-contacts a[href^="tel"] {
  border-bottom: 0;
}
.footer .footer-contacts a:hover {
  border-bottom-color: #fff;
  text-decoration: none;
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .footer .footer-body {
    padding: 50px 0;
    font-size: 13px;
  }
  .footer .footer-bar {
    padding-bottom: 20px;
  }
  .footer .footer-bar .col {
    min-height: 90px;
  }
  .footer .cols {
    margin: 0 -5px;
  }
  .footer .col {
    padding: 0 5px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .footer h5 {
    margin-bottom: 11px;
  }
  .footer .footer-body {
    padding: 65px 0 54px;
    font-size: 14px;
  }
  .footer .col {
    float: none;
    width: 100%;
  }
  .footer .col ~ .col {
    margin-top: 54px;
  }
  .footer .footer-bar {
    padding-bottom: 90px;
    position: relative;
  }
  .footer .footer-bar .col ~ .col {
    border: 0;
    margin-top: 0;
  }
  .footer .footer-bar .col {
    width: 50%;
    float: left;
    min-height: 87px;
  }
  .footer .footer-bar .col:last-child {
    border-left: 1px solid #434246;
  }
  .footer .credits {
    text-align: left;
    padding-top: 27px;
  }
  .footer .credits a {
    display: block;
    margin-top: 5px;
  }
  .footer .footer-bar .col:first-child {
    float: none;
    position: absolute;
    border-top: 1px solid #434246;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
/* ------------------------------------------------------------ *\
 Header
 \* ------------------------------------------------------------ */
.header {
  border-top: 5px solid #316ad3;
  position: relative;
  z-index: 2;
}
.header .shell {
  position: relative;
}
.header h4 {
  font-size: 14px;
  font-weight: normal;
}
.header .btn-menu, .header .nav-utilities {
  display: none;
}
.header .header-body {
  padding: 36px 0 40px;
  border-bottom: 1px solid #e6e6e6;
}
.header .nav {
  float: left;
}
.header .nav-lang {
  position: absolute;
  right: 10px;
  top: -78px;
}
.header .phone {
  float: right;
  margin-top: 17px;
}
.header .phone a {
  font-weight: bold;
  color: #222126;
  text-decoration: none;
  font-size: 16px;
}
.header .phone a:hover {
  text-decoration: none;
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .header {
    z-index: 60;
  }
  .header .btn-menu {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: -2px;
    z-index: 10;
  }
  .header .header-body {
    position: relative;
  }
  .header .header-bar {
    display: block;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    padding: 90px 0 60px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .header .nav-lang {
    position: static;
    margin-top: 39px;
  }
  .header .nav-utilities {
    display: block;
  }
  .header .nav {
    margin-top: 38px;
    float: none;
  }
  .header h4 {
    color: #737373;
  }
  .header .phone {
    display: none;
  }
  .header.nav-visible .header-bar {
    opacity: 1;
    visibility: visible;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .header .header-body {
    padding: 24px 0;
  }
}
/* ------------------------------------------------------------ *\
 Main
 \* ------------------------------------------------------------ */
.main {
  padding-top: 59px;
}
.main .sidebar {
  width: 240px;
}
.main .content {
  width: 870px;
}
/*  Main Secondary  */
.main-secondary {
  padding-bottom: 120px;
}
.main-secondary .sidebar {
  width: 250px;
}
.main-secondary .content {
  width: 865px;
}
/* Small Desktop */
@media (max-width: 1220px) {
  .main .content {
    width: 73%;
  }
  .main .sidebar {
    width: 23%;
  }
  .main-secondary .sidebar {
    width: 250px;
  }
  .main-secondary .content {
    width: 730px;
  }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .main {
    padding-top: 30px;
  }
  .main-secondary .sidebar {
    width: 30%;
  }
  .main-secondary .content {
    width: 68%;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .main {
    padding-bottom: 65px;
  }
  .main .content, .main .sidebar {
    float: none;
    width: 100%;
  }
  .main-secondary {
    padding-bottom: 60px;
  }
  .main-secondary .sidebar, .main-secondary .content {
    float: none;
    width: 100%;
  }
  .main-secondary .sidebar {
    margin-top: 33px;
  }
}
/* ------------------------------------------------------------ *\
 Shell
 \* ------------------------------------------------------------ */
.shell {
  max-width: 1190px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}
.shell-fluid {
  max-width: none;
}
/* Mobile */
@media (max-width: 767px) {
  .shell {
    padding: 0 15px;
  }
}
/* ------------------------------------------------------------ *\
 Sidebar
 \* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
 Wrapper
 \* ------------------------------------------------------------ */
.wrapper {
  min-height: 100vh;
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
 III. Modules
 \* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
 Article Tab
 \* ------------------------------------------------------------ */
.article-tab {
  background: #f2f2f2;
  padding: 40px 40px 58px;
}
.article-tab .article-head {
  overflow: hidden;
  margin-bottom: 20px;
}
.article-tab .article-head figure {
  float: left;
  margin-right: 39px;
}
.article-tab .article-title {
  overflow: hidden;
  margin-top: 23px;
  line-height: 1.56;
  padding-right: 25px;
}
.article-tab .article-title:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #d9d9d9;
  margin-top: 19px;
}
.article-tab .list-features {
  font-size: 14px;
  margin-bottom: 25px;
}
.article-tab .list-features li {
  padding-left: 0;
}
.article-tab .list-features li i {
  top: 30%;
}
.article-tab .list-features p {
  padding: 8px 7px 11px 49px;
}
.article-tab .link-more {
  display: none;
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .article-tab {
    padding: 20px;
  }
  .article-tab .article-head figure {
    margin-right: 10px;
  }
  .article-tab .article-title {
    margin-top: 5px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .article-tab {
    padding-bottom: 33px;
  }
  .article-tab .article-head figure {
    float: none;
    margin: 0 0 16px;
  }
  .article-tab .article-title {
    margin: 0 0 7px;
  }
  .article-tab .article-entry {
    max-height: 60px;
    overflow: hidden;
    position: relative;
  }
  .article-tab .link-more {
    position: absolute;
    bottom: 21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .article-tab .link-more:hover {
    opacity: 0.5;
  }
  .article-tab .link-more {
    display: block;
  }
  .article-tab .expanded .link-more {
    display: none;
  }
  .article-tab .expanded .article-entry {
    max-height: 100%;
  }
}
/* ------------------------------------------------------------ *\
 Article About
 \* ------------------------------------------------------------ */
.article-about .lead {
  font-size: 16px;
  line-height: 1.25;
  color: #222126;
}
.article-about .article-title {
  margin-bottom: 15px;
}
/* ------------------------------------------------------------ *\
 Article News
 \* ------------------------------------------------------------ */
.article-news {
  padding-bottom: 40px;
}
.article-news .article-head {
  max-width: 680px;
}
.article-news .article-head:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #d9d9d9;
  margin-top: 23px;
}
.article-news .article-title {
  margin-bottom: 15px;
}
.article-news .article-content {
  overflow: hidden;
  padding: 34px 0 76px;
  border-bottom: 1px solid #e5e5e5;
}
.article-news .article-meta {
  float: left;
  min-width: 170px;
}
.article-news .article-entry {
  padding-left: 30px;
  float: right;
  width: calc(100% - 170px);
}
.article-news .article-image {
  overflow: hidden;
  padding-top: 29px;
}
.article-news .article-image figure {
  float: left;
  max-width: calc(100% - 170px);
}
.article-news .article-image .caption {
  float: right;
  width: 170px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-top: 11px;
  font-size: 12px;
}
.article-news .meta-author {
  font-size: 12px;
}
.article-news .meta-author p {
  margin-bottom: 3px;
}
.article-news .meta-author strong {
  font-size: 15px;
  color: #222126;
}
.article-news .meta-author small {
  font-size: 12px;
  color: #222126;
}
.article-news .socials {
  margin-top: 25px;
}
/* Small Desktop */
@media (max-width: 1220px) {
  .article-news .article-image figure {
    padding-right: 20px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .article-news .article-head br {
    display: none;
  }
  .article-news .article-image figure {
    float: none;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .article-news .article-image .caption {
    float: none;
    width: 100%;
    padding-bottom: 17px;
  }
  .article-news .article-image .caption br {
    display: none;
  }
  .article-news .article-meta {
    width: 100%;
    margin-top: 43px;
  }
  .article-news .article-entry {
    max-width: none;
    width: 100%;
    padding-left: 0;
  }
  .article-news .meta-author {
    display: inline-block;
  }
  .article-news .socials {
    display: inline-block;
    border: 0;
    float: right;
    margin-top: 0;
  }
  .article-news .socials li {
    display: inline-block;
  }
  .article-news .socials li ~ li {
    margin-left: 6px;
  }
  .article-news .article-content {
    padding-bottom: 28px;
  }
}
/* ------------------------------------------------------------ *\
 Button
 \* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #3570db;
  color: #fff;
  box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
  border: 0;
  border-radius: 0;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn:hover {
  background: #2954a3;
}
.btn-large {
  padding: 20px 40px;
}
.btn-grey {
  background: #f2f2f2;
  color: #3570db;
  box-shadow: none;
}
.btn-grey:hover {
  background: #ddd;
  color: #3570db;
  box-shadow: none;
}
.btn-next {
  width: 60px;
  height: 30px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  background: #e9f1ff;
}
/*  Button Block  */
.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/*  Btn Menu  */
.btn-menu {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.btn-menu strong {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 17px;
}
.btn-menu span {
  position: absolute;
  display: block;
  height: 3px;
  width: 18px;
  background: #222126;
  transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
  transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
  transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
  left: 50%;
  margin-left: -9px;
}
.btn-menu span:nth-child(1) {
  top: 0;
}
.btn-menu span:nth-child(2) {
  top: 7px;
}
.btn-menu span:nth-child(3) {
  top: 14px;
}
.btn-menu.active span {
  transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s, -webkit-transform 0.2s 0.25s;
}
.btn-menu.active span:nth-child(3), .btn-menu.active span:nth-child(1) {
  top: 7px;
  background: #222126;
}
.btn-menu.active span:nth-child(2) {
  opacity: 0;
}
.btn-menu.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* ------------------------------------------------------------ *\
 Callout
 \* ------------------------------------------------------------ */
.callout {
  text-align: center;
}
.callout p {
  margin-bottom: 12px;
}
.callout strong {
  color: #222126;
}
.callout .list-faq {
  display: inline-block;
}
/*  Callout Secondary  */
.callout-secondary .callout-image {
  display: inline-block;
  vertical-align: middle;
}
.callout-secondary .callout-content {
  display: inline-block;
  margin-left: 40px;
  max-width: 535px;
  text-align: left;
  vertical-align: middle;
}
/* Mobile */
@media (max-width: 767px) {
  .callout-secondary {
    position: relative;
    text-align: left;
  }
  .callout-secondary .callout-image {
    position: absolute;
    left: 0;
    top: 19px;
  }
  .callout-secondary .callout-content {
    margin-left: 0;
  }
  .callout-secondary .callout-content p {
    padding-left: 120px;
    min-height: 90px;
  }
}
/* ------------------------------------------------------------ *\
 Chart Bar
 \* ------------------------------------------------------------ */
.chart-bar {
  padding: 0 58px 0 40px;
}
.chart-bar .chart-content {
  float: left;
  width: calc(100% - 370px);
}
.chart-bar .list-stats {
  float: right;
  width: 270px;
  position: relative;
}
.chart-bar .list-stats:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 15px 15px 15px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
.chart-bar .highcharts-container:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  border-bottom: solid 1px #d5dce9;
  z-index: -1;
}
.chart-bar .highcharts-series-1 span {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.chart-bar .highcharts-axis-labels span {
  padding-top: 25px;
  -webkit-transform: translateX(-30px) !important;
  -ms-transform: translateX(-30px) !important;
  transform: translateX(-30px) !important;
}
.chart-bar .highcharts-axis-labels span:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 50%;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.chart-bar .highcharts-axis-labels span:after {
  content: '';
  position: absolute;
  top: 16px;
  left: 50%;
  width: 5px;
  height: 5px;
  background: #3570db;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.chart-bar .highcharts-axis-labels span:first-child {
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .chart-bar .highcharts-series-1 span {
    -webkit-transform: translateY(25px) !important;
    -ms-transform: translateY(25px) !important;
    transform: translateY(25px) !important;
    display: block;
  }
}
/* ------------------------------------------------------------ *\
 Contacts
 \* ------------------------------------------------------------ */
.contacts {
  background: #f2f2f2;
  padding: 42px 48px 51px;
}
.contacts h5 {
  margin-bottom: 20px;
}
.contacts .time, .contacts .address, .contacts .contact {
  float: left;
}
.contacts .address {
  line-height: 1.76;
  width: 21%;
}
.contacts .address span {
  color: #222126;
}
.contacts .address img {
  margin-right: 8px;
}
.contacts .contact {
  font-size: 12px;
  width: 41%;
}
.contacts .contact p {
  margin-bottom: 5px;
}
.contacts .contact a {
  font-size: 14px;
  color: #3570db;
}
.contacts .contact a[href^="tel"] {
  color: #252525;
}
.contacts .time {
  width: 38%;
}
.contacts .table td {
  font-size: 14px;
  color: #222126;
  text-align: center;
  padding: 0 0 5px;
}
.contacts .table td:first-child {
  color: #737373;
  font-size: 12px;
  text-align: right;
  width: 20px;
}
/* ------------------------------------------------------------ *\
 Form Elements
 \* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.form-label {
  margin-bottom: 18px;
  display: block;
}
.field {
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 15px 20px;
  color: #222126;
  transition: box-shadow 0.3s ease;
  border-radius: 0;
}
.field:focus {
  box-shadow: 0px 0px 7px rgba(53, 112, 219, .3);
}
.checkbox label {
  margin-bottom: 0;
}
/*  Custom Select  */
.custom-select {
  position: relative;
}
.custom-select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  color: #222126;
  border: 0;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
}
.custom-select select:focus ~ .custom-select-text {
  box-shadow: 0 0 3px rgba(53, 112, 219, .4);
}
.custom-select-text {
  width: 100%;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  color: #222126;
  margin-bottom: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 52px 0 20px;
  position: relative;
  z-index: 20;
  background: #fff;
  transition: box-shadow 0.4s ease;
}
.custom-select-text:after, .custom-select-text:before {
  content: '';
  position: absolute;
}
.custom-select-text:before {
  width: 40px;
  border-left: 1px solid #e6e6e6;
  right: 0;
  top: 0;
  height: 100%;
}
.custom-select-text:after {
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #222126 transparent transparent;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-select-text span {
  position: relative;
  overflow: hidden;
  display: block;
}
.custom-select-text strong {
  float: right;
  font-weight: bold;
  font-size: 16px;
  line-height: 43px;
}
.custom-select-blue .custom-select-text {
  border: 0;
  background: #3570db;
  color: #fff;
  padding-right: 40px;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
}
.custom-select-blue .custom-select-text:after {
  border-top-color: #fff;
}
/*  Radio */
.radio {
  position: relative;
  overflow: hidden;
}
.radio input {
  position: absolute;
  bottom: 100%;
  right: 100%;
}
.radio label {
  margin-bottom: 0;
  padding-left: 25px;
  position: relative;
  overflow: hidden;
}
.radio label:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #e7e7e7;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 9px;
  background: #fff;
}
.radio input:checked ~ label:before {
  background: #3570db;
  box-shadow: inset 0 0 0 3px #fff;
}
/*  Checkbox  */
.checkbox {
  position: relative;
}
.checkbox input {
  position: absolute;
  right: 100%;
  bottom: 100%;
  display: none;
}
.checkbox label {
  color: #737373;
  font-size: 14px;
  padding-left: 23px;
  padding: 5px 0 5px 27px;
}
.checkbox label:before {
  content: '';
  background: #fff;
  width: 16px;
  height: 16px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkbox label:after {
  content: '';
  background: url(../../css/frontend/images/ico-check.png) no-repeat 0 0;
  width: 10px;
  height: 8px;
  background-size: 10px 8px;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkbox input:checked ~ label:before {
  background: #3570db;
  border-color: #3570db;
  box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
}
.checkbox input:checked ~ label {
  color: #222126;
}
/* Mobile */
@media (max-width: 767px) {
  .custom-select {
    font-size: 14px;
  }
  .custom-select-text {
    height: auto;
    line-height: 1.2;
    padding-right: 30px;
    font-size: 14px;
    padding: 12px 20px;
    display: block;
  }
  .custom-select-text:before {
    width: 30px;
  }
  .custom-select-text:after {
    right: 12px;
  }
  .field {
    padding: 10px 20px;
  }
  .custom-select-blue .custom-select-text {
    padding: 20px 44px 20px 36px;
  }
  .custom-select-blue .custom-select-text:before {
    width: 40px;
  }
  .custom-select-blue .custom-select-text:after {
    right: 15px;
    border-top-width: 7px;
  }
}
/* ------------------------------------------------------------ *\
 Form Search
 \* ------------------------------------------------------------ */
.form-search h2 {
  margin-bottom: 20px;
}
.form-search h2:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #d9d9d9;
  margin-top: 22px;
}
.form-search .form-label {
  color: #222126;
  margin-bottom: 16px;
}
.form-search .field {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.form-search .form-col {
  display: inline-block;
  width: 17%;
}
.form-search .form-col ~ .form-col {
  width: 80%;
}
.form-search .form-col ~ .form-col {
  float: right;
}
.form-search .checkbox {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.form-search .checkbox label {
  color: #222126;
  margin: 0 10px 0 0;
  padding-left: 0;
}
.form-search .checkbox label:before, .form-search .checkbox label:after {
  display: none;
}
.form-search .checkbox input {
  position: absolute;
  bottom: 100%;
  right: 100%;
}
.form-search .switch {
  width: 80px;
  height: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-left: 13px;
}
.form-search .switch-btn {
  width: 40px;
  height: 20px;
  background: #3570db;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 5px;
  border-radius: 10px;
  font-size: 10px;
  line-height: 21px;
  text-align: center;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.form-search .switch-btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.form-search .switch-btn span ~ span {
  opacity: 0;
  visibility: hidden;
}
.form-search .checkbox input:checked ~ label .switch-btn {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}
.form-search .checkbox input:checked ~ label .switch-btn span {
  opacity: 0;
  visibility: hidden;
}
.form-search .checkbox input:checked ~ label .switch-btn span ~ span {
  opacity: 1;
  visibility: visible;
}
.form-search .tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  margin-top: -3px;
}
.form-search .form-row {
  margin-bottom: 19px;
}
.form-search .form-body {
  padding-top: 12px;
}
.form-search .form-actions {
  padding-top: 22px;
}
.form-search .form-actions .btn {
  display: block;
  width: 100%;
  padding: 22px 20px 20px;
  font-size: 14px;
}
.form-search .form-actions .btn i {
  margin-right: 4px;
}
/* Small Desktop */
@media (max-width: 1220px) {
  .form-search .form-col {
    width: 23%;
  }
  .form-search .form-col ~ .form-col {
    width: 73%;
  }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .form-search .form-actions .btn {
    padding: 22px 10px 20px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .form-search h2 {
    margin-bottom: 12px;
  }
  .form-search h2 br {
    display: none;
  }
  .form-search .form-label {
    margin-bottom: 13px;
  }
  .form-search .field {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .form-search .form-col {
    width: 32%;
  }
  .form-search .form-col ~ .form-col {
    width: 64%;
  }
  .form-search .form-row {
    margin-bottom: 15px;
  }
  .form-search .form-actions {
    padding-top: 0;
  }
  .form-search .form-actions .btn {
    padding: 16px 6px 20px 67px;
    text-align: left;
    position: relative;
  }
  .form-search .form-actions .btn i {
    position: absolute;
    left: 40px;
    top: 16px;
  }
}
/* ------------------------------------------------------------ *\
 Form Search Secondary
 \* ------------------------------------------------------------ */
.form-search-secondary {
  background: #fff;
  padding: 29px 40px 32px;
}
.form-search-secondary .form-label {
  font-size: 16px;
  color: #222126;
  margin-bottom: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 14px 0 0 0;
}
.form-search-secondary .form-controls {
  display: inline-block;
  vertical-align: middle;
}
.form-search-secondary .form-cols {
  margin: 0 -5px;
}
.form-search-secondary .form-col {
  float: left;
  padding: 0 5px;
}
.form-search-secondary .form-col-size1 {
  width: 8%;
}
.form-search-secondary .form-col-size2 {
  width: 29%;
}
.form-search-secondary .form-col-size3 {
  width: 34%;
}
.form-search-secondary .form-col-size4 {
  width: 29%;
}
/* Small Desktop */
@media (max-width: 1220px) {
  .form-search-secondary {
    padding: 29px 30px 32px;
  }
  .form-search-secondary .form-label {
    max-width: 258px;
    margin-top: 5px;
  }
  .form-search-secondary .form-col-size1 {
    width: 11%;
  }
  .form-search-secondary .form-col-size2 {
    width: 22%;
  }
  .form-search-secondary .form-col-size3 {
    width: 42%;
  }
  .form-search-secondary .form-col-size4 {
    width: 25%;
  }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .form-search-secondary .form-label {
    max-width: 100%;
    margin-bottom: 11px;
  }
  .form-search-secondary .form-col-size4 {
    float: none;
    width: 100%;
    clear: both;
  }
  .form-search-secondary .form-col-size1 {
    width: 12%;
  }
  .form-search-secondary .form-col-size2 {
    width: 34%;
  }
  .form-search-secondary .form-col-size3 {
    width: 54%;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .form-search-secondary {
    padding: 15px 20px 21px;
  }
  .form-search-secondary .form-label {
    margin-bottom: 15px;
  }
  .form-search-secondary .form-col-size1 {
    width: 35%;
  }
  .form-search-secondary .form-col-size2 {
    width: 65%;
    clear: right;
  }
  .form-search-secondary .form-col-size3 {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 17px;
  }
}
/* ------------------------------------------------------------ *\
 Form Register
 \* ------------------------------------------------------------ */
.form-register i {
  margin-right: 5px;
  float: left;
}
.form-register .form-body {
  padding-top: 4px;
}
.form-register .list-radios {
  padding-top: 4px;
}
.form-register .form-actions {
  padding-top: 29px;
}
.form-register .form-actions i {
  margin-right: 10px;
}
.form-register .form-actions p {
  display: inline-block;
  margin: 0 0 0 16px;
}
.form-register .radio label {
  padding-top: 5px;
  display: block;
}
.form-register .radio label i {
  margin-top: -5px;
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .form-register i {
    margin-right: 14px;
  }
  .form-register .form-actions p {
    display: block;
    margin: 10px 0 0;
  }
}
/* Small Desktop */
@media (max-width: 1220px) {
  .form-register .form-actions {
    padding-top: 15px;
  }
  .form-register .form-actions p {
    display: block;
    margin: 17px 0 0;
  }
}
/* ------------------------------------------------------------ *\
 Form Filter
 \* ------------------------------------------------------------ */
.form-filter h5 {
  margin-bottom: 15px;
}
.form-filter .form-row {
  padding: 24px 28px;
  border-bottom: 1px solid #e6e6e6;
}
.form-filter .form-actions {
  padding: 24px 31px;
}
.form-filter .form-btn-reset {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #3570db;
  margin-left: 23px;
}
.form-filter .custom-select-text {
  height: 40px;
  line-height: 39px;
}
.form-filter .custom-select {
  margin-bottom: 5px;
}
/* Mobile */
@media (max-width: 767px) {
  .form-filter .custom-select-text {
    line-height: 1.2;
  }
  .form-filter .form-row {
    padding: 24px 22px;
  }
  .form-filter .form-actions {
    padding: 30px 20px;
  }
}
/* ------------------------------------------------------------ *\
 Info
 \* ------------------------------------------------------------ */
.info {
  background: #f2f2f2;
  padding: 20px;
  font-size: 12px;
  line-height: 1.67;
  border-radius: 5px;
}
.info a, .info span {
  color: #222126;
}
.info p {
  margin-bottom: 16px;
}
.info p:last-child {
  margin-bottom: 0;
}
.info .lead {
  font-size: 14px;
  margin-bottom: 21px;
  line-height: 1.43;
}
.info .info-title, .info .info-head {
  overflow: hidden;
}
.info .info-title {
  margin-top: 5px;
}
.info .info-head {
  padding-bottom: 27px;
  line-height: 1.25;
}
.info .info-head i {
  float: left;
  margin-right: 16px;
}
/* ------------------------------------------------------------ *\
 Infobox
 \* ------------------------------------------------------------ */
.infoBox {
  background: #fff;
  padding: 22px 30px 30px;
  margin-left: -180px;
  margin-bottom: 50px;
  width: 360px !important;
  font-size: 12px;
}
.infoBox:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 14px solid #fff;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
.infoBox img {
  display: none;
}
.infoBox h3 {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 5px;
}
.infoBox h5 {
  margin-bottom: 20px;
  padding-left: 16px;
  position: relative;
}
.infoBox h5 i {
  position: absolute;
  left: 0;
  top: 4px;
}
.infoBox .btn {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 24px;
}
.infoBox .close-btn {
  display: none;
}
/* Mobile */
@media (max-width: 767px) {
  .infoBox {
    width: 240px !important;
    margin-left: -120px;
  }
}
/* ------------------------------------------------------------ *\
 Intro
 \* ------------------------------------------------------------ */
.intro {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
}
.intro-no-padding {
  padding-top: 14px;
  padding-bottom: 0px;
}
.intro .intro-image {
  height: 610px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.intro .intro-image img {
  display: none;
}
.intro .intro-image:after {
  content: '';
  background: rgba(233, 241, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro .tabs {
  position: relative;
  background: #fff;
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .intro {
    padding-top: 70px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .intro {
    padding: 40px 0 35px;
    overflow: hidden;
    background: #e9f1ff;
  }
  .intro .intro-image {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
 List
 \* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none outside none;
}
/* ------------------------------------------------------------ *\
 List Faq
 \* ------------------------------------------------------------ */
.list-faq {
  color: #3570db;
  font-size: 12px;
  overflow: hidden;
}
.list-faq li {
  display: inline-block;
  float: left;
  position: relative;
}
.list-faq li ~ li {
  margin-left: 18px;
}
.list-faq li ~ li:before {
  content: '\00b7';
  position: absolute;
  left: -11px;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #bcc3c6;
}
.list-faq a {
  text-decoration: none;
}
.list-faq a:hover {
  text-decoration: underline;
}
/* Mobile */
@media (max-width: 767px) {
  .list-faq li ~ li {
    margin-left: 13px;
  }
  .list-faq li ~ li:before {
    left: -7px;
  }
}
/* ------------------------------------------------------------ *\
 List Features
 \* ------------------------------------------------------------ */
.list-features {
  font-size: 16px;
  color: #222126;
}
.list-features i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-features li {
  position: relative;
  padding-left: 46px;
}
.list-features li:first-child p {
  border-top: 1px solid #e6e6e6;
}
.list-features p {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding: 13px 7px 14px;
}
/* ------------------------------------------------------------ *\
 List Links
 \* ------------------------------------------------------------ */
.list-links {
  font-size: 16px;
  color: #222126;
}
.list-links li {
  border-bottom: 1px solid #e6e6e6;
}
.list-links a {
  display: block;
  text-decoration: none;
  padding: 14px 21px 13px;
  position: relative;
}
.list-links a:hover {
  background: #f2f7ff;
  color: #3570db;
}
.list-links a i {
  position: absolute;
  right: 10px;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-links a:hover i {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -206px -150px;
  width: 8px;
  height: 12px;
}
.list-links li:first-child {
  border-top: 1px solid #e6e6e6;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-links a:hover i {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -196px -47px;
    background-size: 206px 180px;
    width: 8px;
    height: 12px;
  }
}
/* ------------------------------------------------------------ *\
 List Footer Links
 \* ------------------------------------------------------------ */
.list-footer-links li {
  margin-bottom: 10px;
}
.list-footer-links a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #4e4d51;
}
.list-footer-links a:hover {
  border-bottom-color: #fff;
}
/* ------------------------------------------------------------ *\
 List Stats
 \* ------------------------------------------------------------ */
.list-stats {
  background: #fff;
  padding: 0 30px;
  list-style: none;
  text-align: center;
  font-size: 14px;
}
.list-stats strong {
  display: block;
  font-weight: normal;
  color: #222126;
  font-size: 38px;
}
.list-stats i {
  margin-right: 7px;
}
.list-stats li {
  padding: 14px 0 22px;
}
.list-stats li ~ li {
  border-top: 1px solid #e9e9e9;
}
/* ------------------------------------------------------------ *\
 List Radios
 \* ------------------------------------------------------------ */
.list-radios {
  font-size: 14px;
  color: #222126;
}
.list-radios li ~ li {
  margin-top: 8px;
}
/* Mobile */
@media (max-width: 767px) {
  .list-radios li ~ li {
    margin-top: 14px;
  }
}
/* ------------------------------------------------------------ *\
 List Default
 \* ------------------------------------------------------------ */
.list-default {
  color: #222126;
}
.list-default li {
  position: relative;
  padding-left: 23px;
}
.list-default li ~ li {
  margin-top: 10px;
}
.list-default li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #b9c1c4;
  border-radius: 5px;
}
/* ------------------------------------------------------------ *\
 List Dropdown
 \* ------------------------------------------------------------ */
.list-dropdown {
  font-size: 16px;
  color: #222126;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e6e6e6;
}
.list-dropdown a {
  display: block;
}
.list-dropdown > li > a {
  padding: 13px 20px;
}
.list-dropdown li ~ li {
  border-top: 1px solid #e6e6e6;
}
.list-dropdown .has-dropdown > a {
  position: relative;
}
.list-dropdown .has-dropdown > a:after {
  content: '';
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -206px -134px;
  width: 8px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.list-dropdown .current > a:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -206px -150px;
}
.list-dropdown .has-dropdown ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.list-dropdown .current ul {
  max-height: 500px;
}
.list-dropdown a:hover, .list-dropdown ul li:hover {
  background: #e9f1ff;
  border-top-color: #fff;
}
.list-dropdown ul li:hover:hover + li {
  border-top-color: #fff;
}
.list-dropdown ul a:hover {
  color: #222126;
}
.list-dropdown ul li {
  border-top: 1px solid #e6e6e6;
}
.list-dropdown ul {
  list-style: none;
  padding-left: 21px;
  color: #737373;
  font-size: 14px;
}
.list-dropdown ul a {
  padding: 10px 0 9px 40px;
  margin-left: -40px;
  position: relative;
}
.list-dropdown ul a span {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #3570db;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
}
.list-dropdown ul a:hover span {
  box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
  background: #3570db;
  color: #fff;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-dropdown .has-dropdown > a:after {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -196px -33px;
    background-size: 206px 180px;
    width: 8px;
    height: 12px;
  }
}
/* ------------------------------------------------------------ *\
 List Steps
 \* ------------------------------------------------------------ */
.list-steps {
  counter-reset: steps;
  line-height: 1.43;
}
.list-steps a {
  text-decoration: none;
  display: block;
  padding: 13px 10px 16px 64px;
  position: relative;
}
.list-steps p {
  display: block;
  padding: 13px 10px 16px 64px;
  position: relative;
}
.list-steps li a:before, .list-steps li p:before {
  content: counter(steps);
  counter-increment: steps;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 27px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-steps li ~ li {
  border-top: 1px solid #e6e6e6;
}
.list-steps li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.list-steps li:hover {
  background: #e9f1ff;
  color: #222126;
}
.list-steps a:hover:before {
  background: #3570db;
  box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
  color: #fff;
  border-color: #3570db;
}
/* ------------------------------------------------------------ *\
 List Checkboxes
 \* ------------------------------------------------------------ */
.list-checkboxes span {
  font-size: 12px;
  color: #3570db;
}
.list-checkboxes li:hover {
  background: #f2f7ff;
  margin: 0 -20px;
  padding: 0 20px;
}
.list-checkboxes li:hover label {
  color: #222126;
}
.list-checkboxes li:hover label:before {
  border-color: #3570db;
}
/* ------------------------------------------------------------ *\
 List Legend
 \* ------------------------------------------------------------ */
.list-legend span {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 12px;
  height: 12px;
}
.list-legend span.blue {
  background: #4c8eff;
}
.list-legend span.dark-blue {
  background: #265dbd;
}
/* ------------------------------------------------------------ *\
 Loader
 \* ------------------------------------------------------------ */
.loader {
  text-align: center;
}
/* ------------------------------------------------------------ *\
 Logo
 \* ------------------------------------------------------------ */
.logo {
  width: 312px;
  height: 60px;
  background-size: 100% auto;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.logo-de {
  background: url(../../css/frontend/images/opan-logo-rgb-de.svg) no-repeat 0 0;
}
.logo-fr {
  background: url(../../css/frontend/images/opan-logo-rgb-fr.svg) no-repeat 0 0;
}
.logo-it {
  background: url(../../css/frontend/images/opan-logo-rgb-it.svg) no-repeat 0 0;
}
.logo-en {
  background: url(../../css/frontend/images/opan-logo-rgb-en.svg) no-repeat 0 0;
}
/* Mobile */
@media (max-width: 767px) {
  .logo {
    width: 156px;
    height: 30px;
    background-size: 100% auto;
  }
}
/* ------------------------------------------------------------ *\
 Map
 \* ------------------------------------------------------------ */
.map {
  height: 100%;
  width: 100%;
  height: 417px;
}
/* ------------------------------------------------------------ *\
 Nav
 \* ------------------------------------------------------------ */
.nav {
  color: #737373;
}
.nav h4 {
  display: none;
}
.nav ul {
  list-style: none;
}
.nav li {
  float: left;
  padding: 10px 0;
  position: relative;
}
.nav li ~ li {
  margin-left: 39px;
}
.nav a {
  display: inline-block;
  padding: 10px 5px;
  position: relative;
  text-decoration: none;
}
.nav .current:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #222126;
}
.nav a:hover, .nav .current a {
  color: #222126;
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .nav h4 {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-bottom: 13px;
    display: block;
  }
  .nav a {
    display: inline-block;
    padding: 5px 0 4px;
    position: relative;
  }
  .nav ul {
    border-top: 1px solid #e6e6e6;
  }
  .nav li {
    float: none;
    border-bottom: 1px solid #e6e6e6;
  }
  .nav li ~ li {
    margin: 0;
  }
  .nav .current:before {
    display: none;
  }
  .nav .current a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #222126;
  }
}
/* ------------------------------------------------------------ *\
 Nav Lang
 \* ------------------------------------------------------------ */
.nav-lang {
  font-size: 12px;
}
.nav-lang h4 {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
}
.nav-lang ul {
  display: inline-block;
  font-weight: 800;
  color: #222126;
  letter-spacing: 0.1em;
}
.nav-lang li {
  display: inline-block;
}
.nav-lang li ~ li {
  margin-left: 5px;
}
.nav-lang a {
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
.nav-lang a:hover, .nav-lang .current a {
  background: #222126;
  color: #fff;
}
/* ------------------------------------------------------------ *\
 Nav Utilities
 \* ------------------------------------------------------------ */
.nav-utilities {
  font-size: 14px;
}
.nav-utilities h4 {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 13px;
}
.nav-utilities ul {
  border-top: 1px solid #e6e6e6;
}
.nav-utilities li {
  border-bottom: 1px solid #e6e6e6;
}
.nav-utilities a {
  text-decoration: none;
  color: #3570db;
  padding: 15px 0 16px;
  display: block;
  position: relative;
}
.nav-utilities a:after {
  content: '';
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -108px -104px;
  width: 15px;
  height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .nav-utilities a:after {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -116px -150px;
    background-size: 206px 180px;
    width: 15px;
    height: 12px;
  }
}
/* ------------------------------------------------------------ *\
 Notice
 \* ------------------------------------------------------------ */
.notice i {
  margin-right: 8px;
}
.notice-warning {
  color: #ff5e5e;
}
/* ------------------------------------------------------------ *\
 Range
 \* ------------------------------------------------------------ */
.range {
  position: relative;
}
.range .range-val {
  position: absolute;
  right: 0;
  top: 0;
  color: #222126;
  font-weight: bold;
}
.range .range-area {
  margin: 15px 0 6px;
  display: block;
}
.range .ui-widget.ui-widget-content {
  border: 4px solid #e5e5e5;
  border-radius: 6px;
}
.range .ui-slider-horizontal .ui-slider-range-min {
  background: #3570db;
}
.range .ui-state-default {
  background: url(../../css/frontend/images/range-slide-handle.png) no-repeat 0 0;
  width: 24px;
  height: 22px;
  background-size: 24px 22px;
  border: 0;
  border-style: 0;
  box-shadow: none;
  margin-top: -4px;
}
.range .range-legend {
  font-size: 12px;
}
.range .range-min {
  float: left;
}
.range .range-max {
  float: right;
}
/* ------------------------------------------------------------ *\
 Result Items
 \* ------------------------------------------------------------ */
.results {
  margin: 0 -16px;
}
.results .result {
  width: 33.33333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 20px;
}
.results .result-large {
  width: 66.66666%;
  float: left;
}
.result a {
  text-decoration: none;
}
.result a:hover {
  color: #3570db;
}
.result h5 {
  margin-bottom: 20px;
}
.result p {
  margin-bottom: 10px;
}
.result .meta-date {
  margin-bottom: 9px;
}
.result .link-more {
  font-size: 12px;
}
.result .link-more i {
  margin-left: 7px;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  margin-top: -1px;
}
.result .result-inner {
  background: #f2f2f2;
  height: 100%;
}
.result .result-inner i {
  margin-right: 10px;
}
.result .result-inner:hover {
  background: #e9f1ff;
}
.result .result-content {
  padding: 22px 30px;
}
.result .link-more:hover i {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.result-large .result-image {
  width: calc(50% - 15px);
  float: left;
  height: 100%;
}
.result-large .result-content {
  width: 50%;
  float: right;
  height: 100%;
  padding: 24px 15px 0;
  position: relative;
}
.result-large .result-entry {
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 100%;
  padding: 0 16px;
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .result .result-image img {
    width: 100%;
    height: auto;
  }
  .results .result {
    width: 50%;
  }
  .results .result-large {
    width: 100%;
  }
  .result-large .result-inner {
    overflow: hidden;
  }
  .result-large img {
    display: block;
  }
  .result-large .result-entry {
    position: static;
    padding: 0 30px;
  }
  .result-large .meta-date {
    padding: 0 28px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .result-large .result-image {
    width: 100%;
    padding-bottom: 51%;
  }
  .result-large .result-image img {
    display: none;
  }
  .result-large .result-content {
    width: 100%;
    padding: 24px 0;
  }
  .results .result {
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
 Results Secondary
 \* ------------------------------------------------------------ */
.results-secondary {
  font-size: 12px;
  background: #fff;
}
.results-secondary .separator {
  width: 3px;
  height: 3px;
  border-radius: 5px;
  overflow: hidden;
  border-radius: 50%;
  background: #b9c1c4;
  display: inline-block;
  vertical-align: middle;
}
.results-secondary h4 {
  margin-bottom: 4px;
  font-size: 20px;
}
.results-secondary h6 {
  margin-bottom: 19px;
}
.results-secondary .tooltip {
  margin-left: 10px;
}
.results-secondary .result {
  position: relative;
  padding: 0 37px;
  background: #fff;
}
.results-secondary .result-inner {
  background-color: transparent;
  padding: 35px 5px 29px;
  border-bottom: 1px solid #e6e6e6;
}
.results-secondary .result:hover {
  background-color: #e9f1ff;
}
.results-secondary .result:hover .result-inner {
  background-color: transparent;
}
.results-secondary .result .btn {
  position: absolute;
  bottom: 30px;
  right: 36px;
  color: #fff;
}
.results-secondary .result .link-phone {
  position: absolute;
  top: 35px;
  right: 36px;
  color: #222126;
  font-size: 16px;
}
.results-secondary .result .link-mail {
  position: absolute;
  top: 70px;
  right: 36px;
  color: #222126;
  font-size: 16px;
}
.results-secondary .result strong {
  font-weight: normal;
  color: #222126;
}
.results-secondary .results-foot {
  padding: 34px 0;
  text-align: center;
}
.results-secondary .results-foot a {
  text-decoration: none;
  color: #3570db;
  font-size: 14px;
}
/* Small Desktop */
@media (max-width: 1220px) {
  .results-secondary .result {
    padding: 0 20px;
  }
  .results-secondary .result-inner {
    padding-right: 169px;
  }
  .results-secondary .result .btn {
    right: 25px;
  }
  .results-secondary .result .link-phone {
    right: 25px;
  }
  .results-secondary .result .link-mail {
    right: 25px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .results-secondary .result-inner {
    padding: 38px 10px 30px;
  }
  .results-secondary h4 {
    font-size: 17px;
  }
  .results-secondary h6 {
    overflow: hidden;
    margin-bottom: 7px;
  }
  .results-secondary h6 i {
    float: left;
    margin: 5px 9px 5px 0;
  }
  .results-secondary .result {
    padding: 0 10px;
  }
  .results-secondary .result .btn, .results-secondary .result .link-phone {
    position: static;
  }
  .results-secondary .result .link-mail {
    position: static;
  }
  .results-secondary .result .btn {
    display: inline-block;
    margin-top: 7px;
  }
  .results-secondary .result .link-phone {
    margin-bottom: 17px;
    display: inline-block;
  }
  .results-secondary .result .link-mail {
    margin-bottom: 17px;
    display: inline-block;
  }
  .results-secondary .separator {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
 Search
 \* ------------------------------------------------------------ */
.search {
  position: relative;
}
.search .search-field {
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 10px 20px;
  color: #222126;
  transition: box-shadow 0.3s ease;
  width: 270px;
  background: #fff;
  border-radius: 0;
}
.search .search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
/* ------------------------------------------------------------ *\
 Section
 \* ------------------------------------------------------------ */
.section {
  padding: 25px 0 0;
  background: #fff;
}
.section .section-title {
  margin-bottom: 17px;
}
.section .section-body {
  padding-bottom: 76px;
}
.section .section-actions {
  text-align: center;
}
.section .section-actions a {
  text-align: center;
}
.section .section-head {
  overflow: hidden;
}
.section .section-head i {
  float: left;
  margin: 5px 20px 0 16px;
}
.section .section-head-inner {
  overflow: hidden;
}
.section .list-features {
  padding-top: 43px;
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .section {
    padding-top: 80px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .section {
    padding-top: 54px;
  }
  .section .list-features {
    padding-top: 35px;
  }
  .section .section-body {
    padding-bottom: 60px;
  }
}
/* ------------------------------------------------------------ *\
 Section Alt
 \* ------------------------------------------------------------ */
.section-alt {
  background: #e9f1ff;
}
.section-alt .btn-next {
  background: #fff;
}
/* ------------------------------------------------------------ *\
 Section Updates
 \* ------------------------------------------------------------ */
.section-updates {
  padding-top: 110px;
}
.section-updates .section-content {
  float: left;
  width: 570px;
}
.section-updates .section-aside {
  float: right;
  width: 470px;
}
/* Small Desktop */
@media (max-width: 1220px) {
  .section-updates .section-content {
    width: 530px;
  }
  .section-updates .section-aside {
    width: 430px;
  }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .section-updates {
    padding-top: 80px;
  }
  .section-updates .section-content {
    width: 49%;
  }
  .section-updates .section-aside {
    width: 43%;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .section-updates {
    padding-top: 58px;
    border-bottom: 1px solid #e5e5e5;
  }
  .section-updates .section-content, .section-updates .section-aside {
    float: none;
    width: 100%;
  }
  .section-updates .section-aside {
    margin-top: 51px;
  }
  .section-updates .section-actions {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
 Section Stats
 \* ------------------------------------------------------------ */
.section-stats .section-body {
  padding-top: 32px;
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .section-stats .chart-bar {
    padding: 0;
  }
}
/* ------------------------------------------------------------ *\
 Section Stats Secondary
 \* ------------------------------------------------------------ */
.section-stats-secondary .section-body {
  padding: 58px 0 63px;
}
.section-stats-secondary .section-content {
  float: right;
  position: relative;
  width: 650px;
}
.section-stats-secondary .list-legend {
  position: absolute;
  top: 0;
  left: 0;
}
.section-stats-secondary .section-aside {
  float: left;
  width: 370px;
}
/* Small Desktop */
@media (max-width: 1220px) {
  .section-stats-secondary .section-content {
    width: calc(100% - 400px);
  }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .section-stats-secondary .section-aside {
    width: 300px;
  }
  .section-stats-secondary .section-content {
    width: calc(100% - 320px);
  }
}
/* ------------------------------------------------------------ *\
 Section Testimonials
 \* ------------------------------------------------------------ */
.section-testimonials .section-head {
  text-align: center;
}
.section-testimonials .section-body {
  padding-top: 30px;
}
/* Mobile */
@media (max-width: 767px) {
  .section-testimonials .section-body {
    padding: 0 0 46px;
  }
}
/* ------------------------------------------------------------ *\
 Section Info
 \* ------------------------------------------------------------ */
.section-info {
  padding: 110px 0 44px;
}
.section-info .section-content {
  width: 670px;
  float: left;
}
.section-info .section-aside {
  width: 370px;
  float: right;
  padding-top: 9px;
}
.section-info .list-features {
  max-width: 470px;
}
/* Small Desktop */
@media (max-width: 1220px) {
  .section-info .section-content {
    width: 620px;
  }
  .section-info .section-aside {
    width: 330px;
  }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .section-info {
    padding-top: 80px;
  }
  .section-info .section-content {
    width: 60%;
  }
  .section-info .section-aside {
    width: 35%;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .section-info {
    padding: 52px 0 0;
  }
  .section-info .section-content, .section-info .section-aside {
    float: none;
    width: 100%;
  }
  .section-info .section-aside {
    padding-top: 54px;
  }
  .section-info .list-features {
    margin-top: 0px;
  }
}
/* ------------------------------------------------------------ *\
 Section Individuals
 \* ------------------------------------------------------------ */
.section-individuals {
  padding-top: 60px;
  overflow: hidden;
}
.section-individuals .section-body {
  padding-bottom: 27px;
}
.section-individuals .section-group {
  background: #fff;
  padding: 33px 40px 42px;
}
.section-individuals .section-group h3 {
  margin-bottom: 18px;
}
.section-individuals .row {
  margin-bottom: 30px;
}
.section-individuals .btn-grey {
  margin-top: 6px;
  font-weight: normal;
  padding: 15px 21px;
}
.section-individuals .btn-grey i {
  margin-left: 5px;
}
.section-individuals .list-features {
  font-size: 14px;
  margin-bottom: 25px;
  padding-top: 30px;
}
.section-individuals .list-features li {
  padding-left: 0;
}
.section-individuals .list-features .ico-clock-small {
  top: 30%;
  left: 21px;
}
.section-individuals .list-features p {
  padding: 8px 7px 11px 49px;
}
.section-individuals .list-features p {
  padding: 8px 7px 11px 49px;
}
.section-individuals .callout {
  padding: 17px 0 10px;
}
/*  Section Group Notes  */
.section-individuals .section-group-notes {
  border: 5px solid #ffaeae;
  padding: 43px 65px 26px;
}
.section-individuals .section-group-notes strong {
  color: #222126;
}
.section-individuals .section-group-notes .article {
  padding-right: 331px;
  position: relative;
}
.section-individuals .section-group-notes figure {
  position: absolute;
  right: 0;
  top: 0;
}
.section-individuals .section-group-notes .list-features {
  padding-top: 5px;
  color: #737373;
}
.section-individuals .section-group-notes .list-features strong {
  color: #222126;
}
.section-individuals .section-group-notes .list-features i {
  left: 22px;
}
.section-individuals .section-group-notes .list-features p {
  padding: 15px 10px 15px 65px;
}
.section-individuals .section-group-title {
  margin-bottom: 20px;
}
.section-individuals .section-group-title:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #d9d9d9;
  margin-top: 19px;
}
/*  Section Group Register  */
.section-individuals .section-group-register {
  padding-top: 37px;
}
.section-individuals .section-group-register h5 {
  margin-bottom: 16px;
}
.section-individuals .section-group-register h6 {
  margin-bottom: 0;
  color: #737373;
}
.section-individuals .section-group-register figure {
  float: left;
  margin-top: -7px;
}
.section-individuals .section-group-register p {
  margin-bottom: 12px;
}
.section-individuals .section-group-register .article {
  padding-top: 16px;
}
.section-individuals .section-group-register .article-body {
  overflow: hidden;
  padding-top: 28px;
}
.section-individuals .section-group-register .article-entry {
  overflow: hidden;
  padding-left: 41px;
}
/*  Section Group Callout  */
.section-individuals .section-group-callout {
  position: relative;
}
.section-individuals .section-group-callout h2 {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: normal;
  color: #3570db;
  margin-bottom: 23px;
}
.section-individuals .section-group-callout .section-group-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 31px 42px;
}
.section-individuals .section-group-callout .btn {
  text-transform: uppercase;
  padding: 15px 29px;
  letter-spacing: 0.1em;
}
/* Small Desktop */
@media (max-width: 1220px) {
  .section-individuals .section-group {
    padding: 30px;
  }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .section-individuals .section-group-register .article-body {
    padding-top: 0;
  }
  .section-individuals .section-group-register figure {
    float: none;
    margin-top: 0;
  }
  .section-individuals .section-group-register .article-entry {
    padding: 10px 0 0;
  }
}
/* Mobile */
@media (max-width: 767px) {
  /*  Section Group Notes  */
  /*  Section Group Register  */
  /*  Section Group Callout  */
  .section-individuals {
    padding-top: 40px;
  }
  .section-individuals .section-body {
    padding-bottom: 12px;
  }
  .section-individuals .section-group h3 {
    margin-bottom: 19px;
  }
  .section-individuals .row {
    margin-bottom: 20px;
  }
  .section-individuals .row:last-child {
    margin-bottom: 0;
  }
  .section-individuals .col-1of2 {
    width: 100%;
    float: none;
  }
  .section-individuals .col-1of2 ~ .col-1of2 {
    margin-top: 20px;
  }
  .section-individuals .section-group {
    padding: 35px 20px;
  }
  .section-individuals .section-group-notes .article {
    padding-right: 0;
  }
  .section-individuals .section-group-notes figure {
    position: static;
    padding: 32px 32px 59px;
  }
  .section-individuals .btn-grey {
    text-align: left;
    position: relative;
    padding-right: 50px;
  }
  .section-individuals .btn-grey i {
    position: absolute;
    right: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-individuals .callout {
    padding: 23px 0 21px;
  }
  .section-individuals .list-features {
    margin-bottom: 4px;
  }
  .section-individuals .list-features .ico-clock-small {
    top: 20px;
  }
  .section-individuals .section-group-notes {
    padding-bottom: 30px;
  }
  .section-individuals .section-group-notes .list-features p {
    border: 0;
    padding: 0;
    display: inline;
  }
  .section-individuals .section-group-notes .list-features i {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 1px 13px 1px 0;
    float: left;
  }
  .section-individuals .section-group-notes .list-features li {
    border-top: 1px solid #e6e6e6;
    padding: 15px 20px;
  }
  .section-individuals .section-group-notes .list-features li:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  .section-individuals .section-group-register {
    padding-bottom: 39px;
  }
  .section-individuals .section-group-register h5 {
    margin-bottom: 11px;
  }
  .section-individuals .section-group-register h6 {
    margin-bottom: 6px;
  }
  .section-individuals .section-group-register figure {
    float: left;
    margin: 0 21px 10px 0;
  }
  .section-individuals .section-group-register .article-entry {
    overflow: visible;
    padding-top: 0;
  }
  .section-individuals .section-group-callout {
    min-height: 292px;
  }
  .section-individuals .section-group-callout .section-group-content {
    padding: 20px;
  }
  .section-individuals .section-group-callout br {
    display: none;
  }
  .section-individuals .section-group-callout h2 {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 17px;
  }
}
/* ------------------------------------------------------------ *\
 Section Contact Details
 \* ------------------------------------------------------------ */
.section-contact-details h5 {
  margin-top: 22px;
}
.section-contact-details .section-body {
  padding: 37px 0 90px;
}
.section-contact-details .section-body figure {
  text-align: center;
}
.section-contact-details .row {
  padding-bottom: 20px;
}
.section-contact-details .row ~ .row {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}
.section-contact-details .col-size1 {
  width: 253px;
  padding-right: 65px;
  margin-right: 46px;
  border-right: 1px solid #e6e6e6;
}
.section-contact-details .col-size2 {
  width: 340px;
}
.section-contact-details .col-size3 {
  width: 500px;
  float: right;
}
.section-contact-details .address {
  padding-top: 9px;
  line-height: 1.76;
}
.section-contact-details .address span {
  color: #222126;
}
.section-contact-details .address img {
  margin-right: 8px;
}
.section-contact-details .contact {
  font-size: 12px;
  padding: 9px 0 9px;
}
.section-contact-details .contact p {
  margin-bottom: 5px;
}
.section-contact-details .contact a {
  font-size: 14px;
  color: #3570db;
}
.section-contact-details .contact a[href^="tel"] {
  color: #252525;
}
.section-contact-details .table {
  padding-top: 10px;
}
.section-contact-details .table td {
  font-size: 14px;
  color: #222126;
  text-align: center;
  padding: 0 0 5px;
}
.section-contact-details .table td:first-child {
  color: #737373;
  font-size: 12px;
  text-align: right;
  width: 20px;
}
/* Small Desktop */
@media (max-width: 1220px) {
  .section-contact-details .col-size1 {
    padding-right: 40px;
    width: 231px;
    margin-right: 26px;
  }
  .section-contact-details .col-size2 {
    width: 305px;
  }
  .section-contact-details .col-size3 {
    width: 450px;
  }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .section-contact-details .col-size1 {
    width: 46%;
  }
  .section-contact-details .col-size2 {
    width: 50%;
    clear: right;
    margin-bottom: 20px;
  }
  .section-contact-details .col-size3 {
    width: 100%;
    float: none;
    clear: both;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .section-contact-details .col {
    padding: 0 15px;
    width: 100%;
    float: none;
  }
  .section-contact-details .col-size1 {
    width: 100%;
    float: none;
    border: 0;
  }
  .section-contact-details .col-size2 {
    margin-top: 20px;
    padding-top: 9px;
  }
  .section-contact-details .col-size2 .row {
    border-top: 1px solid #e6e6e6;
  }
  .section-contact-details .section-body figure {
    text-align: left;
  }
  .section-contact-details .section-body {
    padding-bottom: 29px;
  }
  .section-contact-details .map {
    height: 290px;
  }
}
/* ------------------------------------------------------------ *\
 Section Mission
 \* ------------------------------------------------------------ */
.section-mission {
  font-size: 14px;
  overflow: hidden;
}
.section-mission h3 {
  line-height: 1.55;
}
.section-mission h5 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 20px;
}
.section-mission .section-body {
  padding: 30px 0 92px;
}
.section-mission .section-entry {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-bottom: 76px;
}
.section-mission .section-entry ~ .section-entry {
  width: 40%;
  margin-left: 9%;
}
.section-mission .list-stats {
  overflow: hidden;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  text-align: center;
  -webkit-column-rule: 1px outset #e5e5e5;
  -moz-column-rule: 1px outset #e5e5e5;
  column-rule: 1px outset #e5e5e5;
  padding: 20px 0;
  max-width: 870px;
  margin: 0 auto;
}
.section-mission .list-stats li {
  border: 0;
}
/* Mobile */
@media (max-width: 767px) {
  .section-mission .section-title {
    margin-bottom: 13px;
  }
  .section-mission .section-body {
    padding: 0 0 34px;
  }
  .section-mission .section-entry {
    width: 100%;
    margin-bottom: 22px;
  }
  .section-mission .section-entry ~ .section-entry {
    width: 100%;
    margin: 0;
  }
  .section-mission .list-stats {
    margin-top: 33px;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    padding: 2px 30px;
  }
  .section-mission .list-stats li ~ li {
    border-top: 1px solid #e9e9e9;
  }
}
/* ------------------------------------------------------------ *\
 Section Info Secondary
 \* ------------------------------------------------------------ */
.section-info-secondary {
  overflow: hidden;
}
.section-info-secondary h2 {
  margin-bottom: 15px;
}
.section-info-secondary h3 {
  margin-bottom: 19px;
  padding-top: 35px;
}
.section-info-secondary .list-default {
  padding-bottom: 17px;
  margin-bottom: 0;
}
/* Mobile */
@media (max-width: 767px) {
  .section-info-secondary .section-body {
    padding-bottom: 1px;
  }
  .section-info-secondary h2 {
    margin-bottom: 0;
  }
  .section-info-secondary h3 {
    padding-top: 20px;
    margin-bottom: 15px;
  }
  .section-info-secondary .col {
    width: 100%;
    margin-bottom: 37px;
  }
}
/* ------------------------------------------------------------ *\
 Section Register
 \* ------------------------------------------------------------ */
.section-register {
  padding: 109px 0 120px;
  text-align: center;
}
.section-register h5 {
  margin-bottom: 19px;
}
.section-register .section-title {
  margin-bottom: 32px;
}
.section-register .section-title:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #d9d9d9;
  margin: 23px auto 0;
}
.section-register .section-actions {
  padding-top: 35px;
}
.section-register .section-actions .btn {
  padding: 20px 59px;
}
.section-register .section-actions .btn i {
  margin-left: 7px;
}
/* Mobile */
@media (max-width: 767px) {
  .section-register {
    padding: 54px 0 60px;
  }
  .section-register .section-actions .btn {
    padding: 16px 39px;
  }
}
/* ------------------------------------------------------------ *\
 Section Organisation
 \* ------------------------------------------------------------ */
.section-organisation {
  background: url(../../css/frontend/images/bg1.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 60px 0 35px;
}
.section-organisation figure {
  position: absolute;
  right: 89px;
  top: 0;
}
.section-organisation h5 {
  margin-bottom: 18px;
}
.section-organisation h2 {
  margin-bottom: 29px;
}
.section-organisation .section-group {
  background: #fff;
  margin-top: 30px;
  padding: 60px 71px 60px;
}
.section-organisation .article {
  padding: 0 240px 42px 29px;
  position: relative;
}
.section-organisation .notice {
  display: inline-block;
  margin: 20px 0 0 16px;
  vertical-align: top;
  line-height: 44px;
  margin-top: 0;
}
.section-organisation .btn {
  margin-top: 5px;
}
.section-organisation .btn-large {
  margin: 0 0 36px;
}
.section-organisation .address h5 {
  margin-bottom: 14px;
}
/* Small Desktop */
@media (max-width: 1220px) {
  .section-organisation .article {
    padding-right: 177px;
  }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .section-organisation figure {
    right: 0;
  }
  .section-organisation .section-group {
    padding: 30px;
  }
  .section-organisation .notice {
    display: block;
    margin: 0 0 20px;
  }
  .section-organisation .btn-large {
    margin-bottom: 20px;
  }
  .section-organisation .article {
    padding-left: 0;
  }
  .section-organisation .contacts {
    padding: 20px;
  }
  .section-organisation .contacts .contact {
    width: 60%;
    margin-bottom: 19px;
  }
  .section-organisation .contacts .address {
    width: 40%;
    clear: right;
  }
  .section-organisation .contacts .time {
    width: 100%;
    clear: both;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .section-organisation {
    padding-top: 35px;
  }
  .section-organisation h2 {
    margin-bottom: 20px;
  }
  .section-organisation h5 {
    margin-bottom: 11px;
  }
  .section-organisation .form-search-secondary {
    padding-top: 19px;
  }
  .section-organisation .article {
    padding: 0;
  }
  .section-organisation figure {
    position: static;
    margin-bottom: 21px;
  }
  .section-organisation .section-group {
    margin-top: 20px;
    padding: 37px 20px;
  }
  .section-organisation .btn {
    max-width: 180px;
    padding: 10px;
    margin-top: 3px;
  }
  .section-organisation .btn-large {
    padding: 15px 40px;
    max-width: 100%;
    margin-top: 0;
  }
  .section-organisation .notice {
    position: relative;
    padding-left: 33px;
    margin-bottom: 29px;
  }
  .section-organisation .notice i {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-organisation .contacts {
    margin-top: 40px;
    padding: 36px 20px;
    line-height: 1.5;
  }
  .section-organisation .contacts h5 {
    margin-bottom: 19px;
  }
  .section-organisation .contacts .address, .section-organisation .contacts .time, .section-organisation .contacts .contact {
    width: 100%;
    float: none;
  }
  .section-organisation .contacts .time {
    margin-top: 30px;
  }
  .section-organisation .table tr {
    display: block;
    text-align: left;
  }
  .section-organisation .table td {
    display: block;
    text-align: left;
    padding-left: 37px;
    padding-bottom: 0;
    line-height: 1;
    padding-bottom: 3px;
  }
  .section-organisation .table td:first-child {
    display: inline-block;
    padding-left: 0;
    padding-bottom: 0;
  }
  .section-organisation .table td:nth-child(2) {
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 0;
  }
  .section-organisation .section-group {
    padding-bottom: 20px;
  }
}
/* ------------------------------------------------------------ *\
 Section News Results
 \* ------------------------------------------------------------ */
.section-news-results {
  padding-bottom: 80px;
}
.section-news-results .section-head {
  overflow: hidden;
  padding-bottom: 29px;
}
.section-news-results .section-title {
  float: left;
}
.section-news-results .section-title span {
  color: #737373;
}
.section-news-results .section-title:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #d9d9d9;
  margin: 23px 0 0;
}
.section-news-results .search {
  float: right;
}
.section-news-results .section-foot {
  padding: 41px 0;
}
/* Mobile */
@media (max-width: 767px) {
  .section-news-results {
    padding-bottom: 50px;
  }
  .section-news-results .section-title {
    float: none;
  }
  .section-news-results .search {
    float: none;
    margin-top: 29px;
  }
  .section-news-results .search .search-field {
    width: 100%;
  }
  .section-news-results .section-body {
    padding-top: 12px;
  }
  .section-news-results .section-foot {
    padding: 5px 0;
  }
}
/* ------------------------------------------------------------ *\
 Section Featured News
 \* ------------------------------------------------------------ */
.section-featured-news {
  padding: 19px 0 100px;
}
.section-featured-news .section-head {
  padding-bottom: 33px;
}
/* Mobile */
@media (max-width: 767px) {
  .section-featured-news {
    padding: 0;
  }
}
/* ------------------------------------------------------------ *\
 Section Form
 \* ------------------------------------------------------------ */
.section-form .section-head {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 22px;
}
/* ------------------------------------------------------------ *\
 Section Diagaram
 \* ------------------------------------------------------------ */
.section-diagram h4 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 4px;
}
.section-diagram .section-head {
  padding-bottom: 5px;
  max-width: 772px;
}
.section-diagram .section-head strong {
  color: #222126;
  font-weight: bold;
}
.section-diagram .shell:after {
  content: '';
  clear: both;
  font-size: 0;
  line-height: 0;
  display: table;
}
.section-diagram .section-content {
  width: 770px;
  float: left;
}
.section-diagram .section-aside {
  width: 340px;
  float: right;
}
.section-diagram .section-image {
  padding: 96px 0 10px;
}
.section-diagram .section-image figure {
  text-align: center;
}
.section-diagram .section-image ul {
  list-style: none;
  font-size: 0;
  margin-bottom: 62px;
}
.section-diagram .section-image li {
  display: inline-block;
  width: 30%;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}
.section-diagram .section-image li:first-child {
  width: 47%;
}
.section-diagram .section-image li:last-child {
  width: 22%;
}
.section-diagram .widget-categories .widget-body {
  padding-top: 13px;
}
.section-diagram-secondary {
  padding-bottom: 113px;
}
.section-diagram-secondary h5 {
  color: #222126;
  font-size: 20px;
  margin-bottom: 32px;
}
.section-diagram-secondary .section-image {
  padding-top: 51px;
}
/* Small Desktop */
@media (max-width: 1220px) {
  .section-diagram .section-content {
    width: 59%;
  }
  .section-diagram .section-aside {
    width: 37%;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .section-diagram h4 {
    font-size: 14px;
  }
  .section-diagram .section-body {
    padding-bottom: 30px;
  }
  .section-diagram-secondary h5 {
    font-size: 17px;
    margin-bottom: 14px;
  }
  .section-diagram .section-image {
    padding-top: 30px;
  }
  .section-diagram .section-image ul {
    margin-bottom: 24px;
  }
  .section-diagram .section-image li {
    font-size: 10px;
  }
  .section-diagram .section-content, .section-diagram .section-aside {
    float: none;
    width: 100%;
  }
  .section-diagram .section-aside {
    padding-top: 18px;
  }
  .section-diagram-secondary {
    padding-bottom: 42px;
  }
}
/* ------------------------------------------------------------ *\
 Section Results
 \* ------------------------------------------------------------ */
.section-results {
  background: #f2f2f2;
  padding: 70px 0 122px;
}
.section-results .section-title {
  margin-bottom: 31px;
}
.section-results .form-search-secondary .form-col-size4 {
  width: 31%;
}
.section-results .form-search-secondary .form-col-size2 {
  width: 32%;
}
.section-results .form-search-secondary .form-col-size3 {
  width: 29%;
}
.section-results .form-search-secondary .form-btn {
  padding: 15px 19px;
}
.section-results .section-body {
  padding-top: 42px;
}
.section-results .section-aside {
  float: left;
  width: 350px;
}
.section-results .section-content {
  float: right;
  width: 770px;
}
/* Small Desktop */
@media (max-width: 1220px) {
  .section-results .section-aside {
    width: 33%;
  }
  .section-results .section-content {
    width: 66%;
  }
  .section-results .form-search-secondary {
    padding: 29px 30px 32px;
  }
  .section-results .form-search-secondary .form-btn {
    display: block;
    width: 100%;
  }
  .section-results .form-search-secondary .form-col-size1 {
    width: 11%;
  }
  .section-results .form-search-secondary .form-col-size2 {
    width: 30%;
  }
  .section-results .form-search-secondary .form-col-size3 {
    width: 34%;
  }
  .section-results .form-search-secondary .form-col-size4 {
    width: 25%;
  }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .section-results .section-aside {
    width: 33%;
  }
  .section-results .section-content {
    width: 66%;
  }
  .section-results .form-search-secondary .form-label {
    max-width: 100%;
    margin-bottom: 11px;
  }
  .section-results .form-search-secondary .form-col-size4 {
    float: none;
    width: 100%;
    clear: both;
  }
  .section-results .form-search-secondary .form-col-size1 {
    width: 12%;
  }
  .section-results .form-search-secondary .form-col-size2 {
    width: 34%;
  }
  .section-results .form-search-secondary .form-col-size3 {
    width: 54%;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .section-results {
    padding: 32px 0 40px;
  }
  .section-results .section-title {
    margin-bottom: 22px;
  }
  .section-results .section-aside, .section-results .section-content {
    width: 100%;
    float: none;
  }
  .section-results .section-aside {
    padding-top: 42px;
  }
  .section-results .section-body {
    padding-top: 25px;
  }
  .section-results .form-search-secondary {
    padding: 15px 20px 21px;
  }
  .section-results .form-search-secondary .form-label {
    margin-bottom: 15px;
  }
  .section-results .form-search-secondary .form-col-size1 {
    width: 35%;
  }
  .section-results .form-search-secondary .form-col-size2 {
    width: 65%;
    clear: right;
  }
  .section-results .form-search-secondary .form-col-size3 {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 17px;
  }
}
/* ------------------------------------------------------------ *\
 Slider
 \* ------------------------------------------------------------ */
.slider .slides {
  list-style: none outside none;
}
.slider .owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
}
/* ------------------------------------------------------------ *\
 Slider Udpates
 \* ------------------------------------------------------------ */
.slider-updates .slide-btn {
  display: inline-block;
  border-width: 1px solid #e6e6e6;
  display: inline-block;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-width: 0 1px;
  border-style: solid;
  border-color: #e6e6e6;
}
.slider-updates .slide-btn:hover {
  background: rgba(238, 238, 238, 0.3);
}
.slider-updates .slide-btn.next {
  border-left: 0;
}
.slider-updates .slider-actions {
  font-size: 0;
}
.slider-updates .update ~ .update {
  margin-top: 36px;
}
/* Mobile */
@media (max-width: 767px) {
  .slider-updates .slider-actions {
    display: none;
  }
  .slider-updates .update ~ .update {
    margin-top: 16px;
  }
}
/* ------------------------------------------------------------ *\
 Slider Testimonials
 \* ------------------------------------------------------------ */
.slider-testimonials .slider-actions {
  overflow: hidden;
  border-top: 1px solid #d1d8e5;
  position: relative;
  margin-top: 28px;
}
.slider-testimonials .testimonial {
  padding: 56px 0;
  max-width: 970px;
  margin: 0 auto;
}
.slider-testimonials .slide-btn {
  float: left;
  text-decoration: none;
  font-weight: 800;
  color: #222126;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 20px 20px 10px 0;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #d1d8e5;
  width: 232px;
}
.slider-testimonials .slide-btn:hover {
  opacity: 0.7;
}
.slider-testimonials .slide-btn i {
  margin: 3px 7px 0 0;
  vertical-align: top;
}
.slider-testimonials .slide-btn.next {
  float: right;
  padding: 20px 0 10px 20px;
  border-width: 0 0 0 1px;
  text-align: right;
}
.slider-testimonials .slide-btn.next i {
  margin: 2px 0 0 7px;
}
.slider-testimonials .slider-paging {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-top: 18px;
}
.slider-testimonials .owl-dot {
  display: inline-block;
  margin: 0 7px;
}
.slider-testimonials .owl-dot span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #b9c1c4;
  border: 3px solid #e9f1ff;
  border-radius: 50%;
  cursor: pointer;
}
.slider-testimonials .owl-dot.active span {
  border-color: #3973dc;
  background-color: transparent;
}
/* Mobile */
@media (max-width: 767px) {
  .slider-testimonials .testimonial {
    padding: 39px 0;
  }
  .slider-testimonials .slide-btn {
    font-size: 0;
    width: auto;
  }
  .slider-testimonials .slider-actions {
    margin-top: 0;
  }
}
/* ------------------------------------------------------------ *\
 Socials
 \* ------------------------------------------------------------ */
.socials ul {
  list-style: none;
}
.socials li {
  margin-bottom: 5px;
}
.socials a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  display: inline-block;
  text-align: center;
  line-height: 37px;
}
.socials a:hover {
  opacity: 0.6;
}
/* ------------------------------------------------------------ *\
 Sort
 \* ------------------------------------------------------------ */
.sort label, .sort .custom-select {
  display: inline-block;
  vertical-align: middle;
}
/* ------------------------------------------------------------ *\
 Table
 \* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
 Tabs
 \* ------------------------------------------------------------ */
.tabs {
  box-shadow: 0 10px 30px rgba(33, 33, 30, .06);
}
.tabs .tab {
  padding: 50px 100px;
  min-height: 545px;
}
.tabs .tab {
  display: none;
}
.tabs .tab.current {
  display: block;
}
.tabs .tab-content {
  padding-left: 40px;
}
.tabs .form-search {
  padding-top: 28px;
}
.tabs .tab-title-mobile {
  display: none;
}
/*  Tabs Nav  */
.tabs-nav {
  font-size: 12px;
  font-weight: 800;
  color: #222126;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.tabs-nav ul {
  list-style: none;
}
.tabs-nav li {
  float: left;
  width: 50%;
}
.tabs-nav a {
  text-decoration: none;
  padding: 24px;
  display: block;
  background: #f5f5f3;
  border-width: 3px 1px 1px;
  border-style: solid;
  border-color: transparent #e5e5e5 #e5e5e5;
}
.tabs-nav .current a {
  border: 0;
  border-top: 3px solid #3570db;
  background: #fff;
  color: #3570db;
}
.tabs-nav-mobile {
  display: none;
}
/*  Tabs Secondary  */
.tabs-secondary .tabs-nav li {
  width: 20%;
}
.tabs-secondary .article-tab .article-title {
  margin-top: 0;
}
.tabs-secondary .article-tab .article-head {
  margin-bottom: 32px;
}
/* Small Desktop */
@media (max-width: 1220px) {
  .tabs-nav a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tabs .tab {
    padding: 50px;
  }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  /*  Tabs Secondary  */
  .tabs .tab {
    padding: 20px;
    min-height: 490px;
  }
  .tabs .tab-content {
    padding-left: 5px;
  }
  .tabs-secondary .tabs-nav a {
    min-height: 86px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .tabs-secondary .tabs-nav li ~ li a {
    padding-top: 30px;
  }
}
@media (max-width: 900px) {
  .tabs-secondary .tabs-nav a {
    min-height: 86px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .tabs {
    box-shadow: none;
  }
  .tabs-nav-mobile {
    display: block;
  }
  .tabs-nav {
    display: none;
  }
  .tabs {
    padding-top: 19px;
  }
  .tabs .col {
    float: none;
    width: 100%;
  }
  .tabs .tabs-head {
    padding: 0 19px;
  }
  .tabs .tab-title-mobile {
    display: block;
    font-size: 16px;
    margin-bottom: 17px;
  }
  .tabs .form-search {
    padding-top: 11px;
  }
  .tabs .tab-content {
    margin-top: 40px;
    padding-left: 0;
  }
}
/* ------------------------------------------------------------ *\
 Tab Results
 \* ------------------------------------------------------------ */
.tabs-results {
  box-shadow: none;
}
.tabs-results .tabs-head {
  padding-bottom: 11px;
}
.tabs-results .tabs-head h3 {
  float: left;
}
.tabs-results .tabs-head-inner {
  float: right;
  margin-top: -2px;
}
.tabs-results .sort {
  float: left;
}
.tabs-results .tabs-nav {
  float: right;
  width: 179px;
  border: 1px solid #d9d9d9;
  padding: 5px 5px 6px;
  margin-left: 10px;
}
.tabs-results .tabs-nav ul {
  list-style: none;
}
.tabs-results .tabs-nav li {
  width: auto;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.tabs-results .tabs-nav a {
  padding: 5px 15px;
  border: 0;
  background-color: transparent;
  text-transform: none;
  font-weight: normal;
  background: #3570db;
  color: #fff;
  box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.2;
}
.tabs-results .tabs-nav i {
  margin-top: -2px;
}
.tabs-results .tabs-nav .current a {
  background-color: transparent;
  color: #3570db;
  box-shadow: none;
}
.tabs-results .tabs-nav .current .ico-burger {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -206px -100px;
  width: 12px;
  height: 11px;
}
.tabs-results .tabs-nav .current .ico-pin {
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -206px -49px;
  width: 10px;
  height: 14px;
}
.tabs-results .tab {
  padding: 0;
}
.tabs-results .custom-select {
  width: 161px;
  margin-left: 5px;
}
.tabs-results .custom-select-text {
  height: 40px;
  line-height: 41px;
}
.tabs-results .custom-select-text:before {
  width: 30px;
  line-height: 41px;
}
.tabs-results .custom-select-text:after {
  right: 11px;
}
.tabs-results .map {
  height: 790px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tabs-results .tabs-nav .current .ico-burger {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -90px -67px;
    background-size: 206px 180px;
    width: 12px;
    height: 11px;
  }
  .tabs-results .tabs-nav .current .ico-pin {
    background-image: url(../../css/frontend/images/sprite.@2x.png);
    background-position: -118px -98px;
    background-size: 206px 180px;
    width: 10px;
    height: 14px;
  }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .tabs-results .tabs-head h3 {
    float: none;
  }
  .tabs-results .tabs-head-inner {
    float: none;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .tabs-results .tabs-head h3 {
    margin-bottom: 26px;
  }
  .tabs-results .tabs-head {
    padding: 0;
  }
  .tabs-results .custom-select-text {
    line-height: 1.2;
  }
  .tabs-results .sort, .tabs-results .tabs-nav {
    display: block;
    float: none;
  }
  .tabs-results .tabs-nav {
    width: 100%;
    margin: 10px 0 0;
  }
  .tabs-results .sort {
    overflow: hidden;
  }
  .tabs-results .sort label {
    float: left;
    margin-top: 9px;
    padding-right: 9px;
  }
  .tabs-results .custom-select {
    width: auto;
    overflow: hidden;
    display: block;
  }
  .tabs-results .tabs-nav li {
    width: 49%;
  }
  .tabs-results .tabs-nav a {
    padding: 6px 16px;
  }
  .tabs-results .tabs-nav {
    margin-bottom: 11px;
  }
}
/* ------------------------------------------------------------ *\
 Testimonial
 \* ------------------------------------------------------------ */
.testimonial {
  font-size: 16px;
  color: #222126;
  position: relative;
}
.testimonial strong {
  font-weight: normal;
}
.testimonial blockquote {
  font-size: 24px;
  font-style: italic;
  margin-bottom: 23px;
}
.testimonial .testimonial-image {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  width: 120px;
  position: absolute;
  left: 0;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonial .testimonial-image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, .05);
}
.testimonial .testimonial-content {
  margin-left: auto;
  width: calc(100% - 160px);
  position: relative;
}
.testimonial .testimonial-author {
  padding-left: 160px;
}
.testimonial .testimonial-content:before, .testimonial .testimonial-content:after {
  content: '';
  background-image: url(../../css/frontend/images/sprite.png);
  background-position: -94px 0;
  width: 40px;
  height: 30px;
  display: inline-block;
  position: absolute;
}
.testimonial .testimonial-content:before {
  top: -46px;
  left: -61px;
}
.testimonial .testimonial-content:after {
  right: 0;
  bottom: -38px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Mobile */
@media (max-width: 767px) {
  .testimonial {
    text-align: center;
  }
  .testimonial blockquote {
    font-size: 19px;
    line-height: 1.32;
    padding: 0 15px;
  }
  .testimonial .testimonial-content {
    width: 100%;
    text-align: center;
    font-size: 19px;
  }
  .testimonial .testimonial-content:before {
    left: 0;
    top: -21px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .testimonial .testimonial-content:after {
    bottom: -25px;
    -webkit-transform: scale(0.5) rotate(180deg);
    -ms-transform: scale(0.5) rotate(180deg);
    transform: scale(0.5) rotate(180deg);
    right: -8px;
  }
  .testimonial .testimonial-image {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
  }
  .testimonial .testimonial-author {
    padding-left: 0;
    display: inline-block;
    max-width: 166px;
    text-align: left;
    vertical-align: middle;
    margin-left: 14px;
  }
  .testimonial .testimonial-image:after {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
 Tooltip
 \* ------------------------------------------------------------ */
.tooltip {
  font-size: 12px;
  position: relative;
}
.tooltip i {
  cursor: pointer;
}
.tooltip .tooltip-content {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 10px;
  width: 300px;
  position: absolute;
  bottom: 100%;
  left: -15px;
  margin-bottom: 10px;
  z-index: 10;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.tooltip .tooltip-content:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 14px;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #f2f2f2 transparent transparent;
}
.tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}
/* Mobile */
@media (max-width: 767px) {
  .tooltip .tooltip-content {
    left: auto;
    right: -15px;
  }
  .tooltip .tooltip-content:after {
    left: auto;
    right: 15px;
  }
}
/* ------------------------------------------------------------ *\
 Update
 \* ------------------------------------------------------------ */
.update {
  overflow: hidden;
}
.update h5 {
  margin-bottom: 20px;
}
.update p {
  margin-bottom: 10px;
}
.update .update-image {
  float: left;
  width: 100px;
}
.update .update-content {
  overflow: hidden;
  padding-left: 20px;
}
.update .meta-date {
  display: block;
  margin-bottom: 7px;
}
.update .link-more {
  font-size: 12px;
}
.update .link-more i {
  margin-left: 4px;
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .update {
    position: relative;
  }
  .update .update-image {
    position: absolute;
    left: 0;
    top: 0;
  }
  .update .update-content {
    padding-left: 0;
  }
  .update h5 {
    margin-left: 120px;
    min-height: 39px;
  }
  .update .meta-date {
    margin-left: 120px;
  }
}
/* ------------------------------------------------------------ *\
 Widget
 \* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none;
}
.widgets .widget ~ .widget {
  margin-top: 40px;
}
/* ------------------------------------------------------------ *\
 Widget Updates
 \* ------------------------------------------------------------ */
.widget-updates .widget-head {
  padding-bottom: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.widget-updates .slider-updates {
  padding: 40px 0;
  position: relative;
}
.widget-updates .slider-updates .slider-actions {
  position: absolute;
  bottom: 100%;
  right: 0;
}
.widget-updates .widget-foot {
  border-top: 1px solid #e9e9e9;
  padding-top: 29px;
}
.widget-updates .widget-foot p {
  display: inline-block;
  float: left;
  margin: 10px 0 0;
}
.widget-updates .widget-foot .btn {
  float: right;
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .widget-updates .widget-foot p {
    max-width: 148px;
    margin-top: 0;
  }
}
/* ------------------------------------------------------------ *\
 Widget Info
 \* ------------------------------------------------------------ */
.widget-info .widget-title {
  margin-bottom: 19px;
}
.widget-info .list-links {
  padding-top: 15px;
}
/* ------------------------------------------------------------ *\
 Widget Filter
 \* ------------------------------------------------------------ */
.widget-filter {
  padding-top: 8px;
}
.widget-filter .widget-head {
  margin-bottom: 20px;
}
.widget-filter .custom-select {
  margin-bottom: 25px;
}
.widget-filter .widget-foot {
  padding-top: 10px;
}
/* ------------------------------------------------------------ *\
 Widget Categories
 \* ------------------------------------------------------------ */
.widget-categories a {
  text-decoration: none;
}
.widget-categories .widget-head {
  padding: 10px 0 24px;
}
/* ------------------------------------------------------------ *\
 Widget Progress
 \* ------------------------------------------------------------ */
.widget-progress {
  padding-top: 9px;
}
.widget-progress .widget-body {
  padding-top: 26px;
}
/* ------------------------------------------------------------ *\
 Widget Register
 \* ------------------------------------------------------------ */
.widget-register .widget-title {
  margin-bottom: 19px;
}
.widget-register .widget-body {
  padding-top: 30px;
}
/* ------------------------------------------------------------ *\
 Widget Apps
 \* ------------------------------------------------------------ */
.widget-apps {
  font-size: 16px;
  color: #222126;
  padding-top: 19px;
}
.widget-apps ul {
  list-style: none;
}
.widget-apps li {
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.widget-apps li ~ li {
  margin-top: 37px;
}
.widget-apps li span {
  position: absolute;
  bottom: 17px;
  left: 0;
}
.widget-apps li figure {
  float: right;
}
.widget-apps .widget-body {
  padding-top: 36px;
}
/* ------------------------------------------------------------ *\
 Widget Filter Secondary
 \* ------------------------------------------------------------ */
.widget-filter-secondary .widget-body {
  background: #fff;
  margin-top: 24px;
}
.canton-entry {
  border-bottom: 1px solid #ddd;
}
.canton-entry table {
  display: none;
}
.canton-entry .canton-entry-title p {
  margin-bottom: 0px;
}
.canton-entry .canton-entry-title {
  cursor: pointer;
}
.canton-entry .canton-entry-title i {
  float: right;
}
.canton-entry .canton-entry-title:hover {
  background-color: #e6e6e6;
}
.canton-entry.active table {
  display: table;
}

/*******************************************************************************
 Reset
 *******************************************************************************/
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
body {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
img {
  display: block;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
p > a {
  text-decoration: underline;
}
a img {
  border: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
::-ms-clear {
  display: none;
}
/*******************************************************************************
 Sticky Footer
 *******************************************************************************/
.wrapper {
  min-height: 100%;
  margin: 0 0 -360px 0;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
}
.wrapper:after {
  height: 360px;
}
/*******************************************************************************
 Font sizes
 *******************************************************************************/
.fs-small-icon {
  font-size: 11px;
}
.fs-small-text {
  font-size: 12px;
}
.fs-form {
  font-size: 13px;
}
.fs-m {
  font-size: 13px;
}
.fs-text {
  font-size: 14px;
}
.fs-icon {
  font-size: 15px;
}
.fs-subtitle {
  font-size: 16px;
}
.fs-bullet {
  font-size: 18px;
}
.fs-applicant-title {
  font-size: 24px;
}
.fs-startpage-title {
  font-size: 28px;
}
.fs-title {
  font-size: 32px;
}
.fs-quote-icons {
  font-size: 45px;
}
/*******************************************************************************
 Line Heights
 *******************************************************************************/
.lh-xs {
  line-height: 16px;
}
.lh-s {
  line-height: 20px;
}
.lh-m {
  line-height: 30px;
}
.lh-l {
  line-height: 40px;
}
.lh-ml {
  line-height: 45px;
}
.lh-xl {
  line-height: 60px;
}
.lh-input {
  line-height: 18px;
}
.lh-bullet {
  line-height: 41px;
}
.lh-features-list {
  line-height: 50px;
}
.lh-dropdown {
  line-height: 54px;
}
/*******************************************************************************
 Font styles
 *******************************************************************************/
p, a, button, h1, h2, h3, h4, h5, h6, input, textarea, select, abbr {
  /*font-family: 'Merriweather Sans', sans-serif;*/
}
.style-bold {
  font-weight: 700;
}
.style-normal {
  font-weight: 400;
}
.style-light {
  font-weight: 300;
}
.style-italic {
  font-style: italic;
}
.style-uppercase {
  text-transform: uppercase;
}
.style-lowercase {
  text-transform: lowercase;
}
.style-underlined {
  text-decoration: underline;
}
.style-strikethrough {
  text-decoration: line-through;
}
.style-center {
  text-align: center;
}
.style-right {
  text-align: right;
}
.style-left {
  text-align: left;
}
sup {
  font-size: 50%;
}
/*******************************************************************************
 Font Colors
 *******************************************************************************/
.color-black {
  color: #222;
}
.color-white {
  color: #fff;
}
.color-blue {
  color: #68c3f0;
}
.color-grey {
  color: #999;
}
.color-grey-2 {
  color: #54687b;
}
.color-grey-3 {
  color: #444;
}
.color-grey-4 {
  color: #a9a9a9;
}
.color-grey-5 {
  color: #c3ccd0;
}
.color-grey-6 {
  color: #333;
}
.color-download {
  color: #255498;
}
.color-success {
  color: #7c6;
}
.color-error {
  color: #e65c5c;
}
.color-institution {
  color: #3570db;
}
.color-medic {
  color: #3570db;
}
.color-private {
  color: #3570db;
}
.color-organisation {
  color: #3470db;
}
.color-link {
  color: #3570db;
}
/*******************************************************************************
 Backgrounds
 *******************************************************************************/
.bg-white {
  background-color: #fff;
}
.bg-lighterblue {
  background-color: #f8fdff;
}
.bg-black {
  background-color: #252525;
}
.bg-dark-black {
  background-color: #1a1a1a;
}
.bg-grey {
  background-color: #999;
}
.bg-grey-2 {
  background-color: #e5e5e5;
}
.bg-grey-3 {
  background-color: #f2f2f2;
}
.bg-grey-4 {
  background-color: #a3b1bf;
}
.bg-blue {
  background-color: #e8f7fe;
}
.bg-red {
  background-color: #e65c5c;
}
.bg-available {
  background-color: #3570db;
}
.bg-planned {
  background-color: #efd168;
}
.bg-backend-primary {
  background-color: #3570db;
}
.bg-private {
  background-color: #3570db;
}
.bg-medic {
  background-color: #3570db;
}
.bg-institution {
  background-color: #3570db;
}
.bg-private-2 {
  background-color: #ac7ad6;
}
.bg-medic-2 {
  background-color: #6ab3d9;
}
.bg-institution-2 {
  background-color: #5fb682;
}
.bg-private-gradient {
  background-color: #3570db;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 141, 255, 0.8)), to(rgba(203, 141, 255, 1)));
  background: linear-gradient(to bottom, rgba(203, 141, 255, 0.8), rgba(203, 141, 255, 1));
}
.bg-private-gradient:hover {
  background: #3570db;
}
.bg-private-gradient:hover .applicant-triangle.private {
  opacity: 1;
}
.bg-medic-gradient {
  background-color: #3570db;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(105, 193, 239, 0.8)), to(rgba(105, 193, 239, 1)));
  background: linear-gradient(to bottom, rgba(105, 193, 239, 0.8), rgba(105, 193, 239, 1));
}
.bg-medic-gradient:hover {
  background: #3570db;
}
.bg-medic-gradient:hover .applicant-triangle.medic {
  opacity: 1;
}
.bg-institution-gradient {
  background-color: #3570db;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 214, 145, 0.8)), to(rgba(99, 214, 145, 1)));
  background: linear-gradient(to bottom, rgba(99, 214, 145, 0.8), rgba(99, 214, 145, 1));
}
.bg-institution-gradient:hover {
  background: #3570db;
}
.bg-institution-gradient:hover .applicant-triangle.institution {
  opacity: 1;
}
.applicant-button.active:hover {
  cursor: default;
}
/*******************************************************************************
 Hover
 *******************************************************************************/
.hv-bg-grey:hover {
  background-color: #e3e3e3;
}
.hv-bg-grey-2:hover {
  background-color: #e3e3e3;
}
.hv-bg-grey-3:hover {
  background-color: #fafafa;
}
.hv-bg-grey-4:hover {
  background-color: #f6f6f6;
}
.hv-bg-white:hover {
  background-color: #fff;
}
.hv-bg-blue:hover {
  background-color: #e8f7fe;
}
.hv-bg-green:hover {
  background-color: #7c6;
}
.hv-bg-black:hover {
  background-color: #222;
}
.hv-color-black:hover {
  color: #222;
}
.hv-navigation:hover {
  border-color: #252525;
}
.hv-style-bold:hover {
  font-weight: 700;
}
.hv-style-underline:hover {
  text-decoration: underline;
}
.hv-style-no-underline:hover {
  text-decoration: none;
}
/*******************************************************************************
 Helpers
 *******************************************************************************/
.box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hide_frontend {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inline-icon {
  padding: 0 5px 0 0;
}
.overflow {
  overflow: hidden;
}
.no-wrap {
  white-space: nowrap;
}
.horizontal-divider {
  width: 100%;
  height: 1px;
}
.absolute {
  position: absolute;
}
.coma-seperated:after {
  content: ', ';
}
.coma-seperated:last-child:after {
  content: '';
}
.top-margin {
  margin-top: 10px;
}
.top-margin-sm {
  margin-top: 20px;
}
.top-margin-l {
  margin-top: 40px;
}
.top-margin-xl {
  margin-top: 45px;
}
.left-margin {
  margin-left: 10px;
}
.right-margin {
  margin-right: 10px;
}
.bottom-margin-xs {
  margin-bottom: 5px;
}
.bottom-margin {
  margin-bottom: 10px;
}
.bottom-margin-sm {
  margin-bottom: 20px;
}
.bottom-margin-m {
  margin-bottom: 25px;
}
.bottom-margin-l {
  margin-bottom: 40px;
}
.bottom-margin-xl {
  margin-bottom: 45px;
}
.bottom-margin-xxl {
  margin-bottom: 50px;
}
.top-padding-xs {
  padding-top: 5px;
}
.top-padding-m {
  padding-top: 25px;
}
.right-padding {
  padding-right: 10px;
}
.right-padding-sm {
  padding-right: 20px;
}
.right-padding-l {
  padding-right: 40px;
}
.left-padding {
  padding-left: 10px;
}
.left-padding-sm {
  padding-left: 20px;
}
.left-padding-xl {
  padding-left: 60px;
}
.left-padding-canton-flag {
  padding-left: 30px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.hidden {
  display: none;
}
/*******************************************************************************
 Icons TODO: replace with icon font
 *******************************************************************************/
/*.icon{*/
/*width: 32px;*/
/*height: 32px;*/
/*float: left;*/
/*background-repeat: no-repeat;*/
/*background-position: center center;*/
/*}*/
.startpage-dropdown-widget .icon {
  width: 100%;
  height: 54px;
  border-left: 1px solid #ddd;
}
.up-down-icon {
  background-image: url('../../img/icons/frontend/up-down-icon.png');
}
.close-icon {
  background-image: url('../../img/icons/frontend/close-icon.png');
}
/*******************************************************************************
 Global Site Elements
 *******************************************************************************/
.outer-content {
  width: 100%;
}
.inner-content {
  width: 1060px;
  margin: 0 auto;
}
.main-content {
  padding: 55px 0 50px 0;
}
.title-row {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.title-row.no-border {
  border: none;
}
.separator-row {
  margin: 25px 0 40px 0;
}
.separator-row-description {
  margin: 40px 0 20px 0;
}
/* cloudtec Ad */
.cloudtec-ad {
  position: absolute;
  top: -310px;
  width: 450px;
  height: 270px;
  background-color: #fff;
  padding: 15px;
  display: none;
  z-index: 10;
}
.cloudtec-ad-title {
  margin: 15px 0 10px 0;
}
.cloudtec-ad-text {
  margin: 7px 0 7px 0;
}
.cloudtec-ad .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
/*******************************************************************************
 Header Elements
 *******************************************************************************/
.top-bar {
  height: 4px;
}
.top-bar-image {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  background-image: url('../../img/frontend/top-bar.png');
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
}
.logo {
  margin: 28px 0 0 0;
}
.logo-svg {
  height: 60px;
  width: 312px;
}
.logo-de {
  background: url('../../img/frontend/opan-logo-rgb-de.png');
  background-image: url('../../img/frontend/opan-logo-rgb-de.svg');
  background-repeat: no-repeat;
}
.logo-fr {
  background: url('../../img/frontend/opan-logo-rgb-fr.png');
  background-image: url('../../img/frontend/opan-logo-rgb-fr.svg');
  background-repeat: no-repeat;
}
.logo-it {
  background: url('../../img/frontend/opan-logo-rgb-it.png');
  background-image: url('../../img/frontend/opan-logo-rgb-it.svg');
  background-repeat: no-repeat;
}
.logo-en {
  background: url('../../img/frontend/opan-logo-rgb-en.png');
  background-image: url('../../img/frontend/opan-logo-rgb-en.svg');
  background-repeat: no-repeat;
}
/* Language Menu */
.language-menu-holder {
  position: relative;
  margin: 45px 0px 45px 0px;
}
.language-menu li {
  margin-left: 10px;
}
.language-menu li a {
  width: 30px;
}
/* Main Navigation */
.navigation-row {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  height: 61px;
}
.navigation li {
  margin: 0 30px 0 0;
  border-width: 0 0 2px;
  border-color: transparent;
  border-style: solid;
}
.navigation li.active {
  border-color: #252525;
}
/* Left Navigation */
.left-navigation {
  border-collapse: collapse;
}
.left-navigation-link-holder {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.left-navigation-link-holder .left-navigation-link-inner.active {
  border-top: 1px solid #68c1ef;
  border-right: 1px solid #68c1ef;
  border-bottom: 1px solid #68c1ef;
}
.left-navigation-link-inner {
  width: 235px;
}
.left-navigation-link {
  padding: 15px 10px 15px 10px;
}
.frontend-user-profile-picture {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.main-six {
  padding-bottom: 120px;
}
.main-six .sidebar {
  width: 440px;
}
.main-six .content {
  width: 665px;
}
.sidebar .opanhome {
  position: relative;
  left: -30px;
  top: -30px;
  width: calc(100% + 60px);
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: -2px 5px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -2px 5px 8px 0 rgba(0, 0, 0, 0.15);
}
.sidebar .opanhome ul.perks p {
  font-size: 20px;
  font-weight: 300;
  padding-left: 60px;
  color: #181818;
}
.sidebar .opanhome #location {
  height: 258px;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .main-six .sidebar.confirmation {
    width: 100%;
  }
  .sidebar .opanhome {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .sidebar .opanhome {
    display: none;
  }
}
/*******************************************************************************
 Footer Elements
 *******************************************************************************/
.upper-footer {
  padding: 60px 0;
}
.footer-title {
  margin: 0 0 20px;
}
.footer-tile {
  padding: 0 25px 0 0;
}
.link-list li a {
  border-bottom: 1px solid #3b3b3b;
}
.geotrust-icon {
  margin: 20px 0 0;
}
.switzerland {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
  left: 30px;
}
/*******************************************************************************
 Form Elements
 *******************************************************************************/
.form-left-tile {
  width: 55%;
  width: calc(50% + 390px);
}
.form-right-tile {
  margin-left: calc(50% + 390px);
}
.form-right-tile:after {
  content: "";
  display: block;
  clear: both;
}
.form-left-content {
  min-width: 700px;
  max-width: 920px;
  width: 100%;
  padding: 40px 90px 70px 0;
}
.form-right-content {
  width: 340px;
  padding: 10px 0 90px 0;
}
.form-advancement {
  padding: 29px;
  border-bottom: 1px solid #d0dde3;
}
.form-advancement-link .form-advancement:hover {
  border-right: 1px solid #d0dde3;
  background-color: #fff;
}
.form-advancement.active {
  border-right: 1px solid #d0dde3;
}
.form .left-tile .row {
  margin: 0 0 10px;
}
.form .left-tile > .row {
  margin: 0 0 40px;
}
textarea {
  min-height: 100px;
}
.advancement-title {
  margin: 5px 0 5px 0;
  padding: 0 0 0 5px;
}
.advancement-text {
  padding: 0 0 0 5px;
}
.advancement-icon {
  height: 41px;
  width: 41px;
  border-radius: 45px;
  border: 2px solid #d0dde3;
}
.advancement-icon.success {
  float: left;
  top: 6px;
  background-color: #2dab00;
  position: relative;
  border-radius: 50%;
  border: 4px solid rgba(45, 171, 0, .25);
  text-align: center;
}
.advancement-icon.success:before {
  content: '';
  height: 47px;
  width: 47px;
  border-radius: 50%;
  background: rgba(45, 171, 0, .25);
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: -10;
}
.advancement-icon.success:after {
  content: '';
  height: 53px;
  width: 53px;
  border-radius: 50%;
  background: rgba(45, 171, 0, .25);
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -20;
}
.advancement-icon.success > span {
  font-size: 18px;
  line-height: 32px;
  color: white;
}
.advancement-icon.success ~ p.title {
  font-size: 16px;
  color: #000;
  margin: 0 0 5px 60px;
}
.advancement-icon.success ~ p.subtitle {
  margin-left: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.advancement-icon-pos {
  margin-top: 4px;
}
.startpage-warning-bullet {
  height: 41px;
  width: 41px;
  border-radius: 45px;
  border: 2px solid #e65c5c;
}
.advancement-bullet-text {
  font-family: 'Trebuchet MS', arial;
}
.summary-link:hover .icon-custom-edit {
  display: block;
}
.institution-summary-link:hover .advancement-icon {
  background-color: #3570db;
}
.medic-summary-link:hover .advancement-icon {
  background-color: #3570db;
}
.private-summary-link:hover .advancement-icon {
  background-color: #3570db;
}
.summary-link:hover .advancement-bullet-text {
  color: #fff;
}
.summary-link:hover .summary-text {
  display: none;
}
/* Input Elements */
/*input[type='text'], input[type='number'], input[type='email'], select, textarea{*/
/*width: 100%;*/
/*padding: 10px;*/
/*border-style: solid;*/
/*border-width: 1px;*/
/*border-color: #cccccc;*/
/*}*/
select {
  height: 40px;
}
label.required:after {
  content: ' *';
  color: #ff4040;
}
.label-separator {
  padding: 0 5px 0 5px;
}
.checkbox-label {
  padding: 0 6px 0 25px;
  position: relative;
}
/*input[type="checkbox"],*/
/*input[type="radio"]{*/
/*bottom: 0px;*/
/*left: 0px;*/
/*margin: auto;*/
/*position: absolute;*/
/*top: 0;*/
/*}*/
input:focus, input:hover, select:focus, select:hover, textarea:focus, textarea:hover {
  /*border-color: #68c1ef;*/
}
.chosen-container-active .chosen-single {
  border: 1px solid #68c1ef !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #68c1ef !important;
}
.chosen-container .chosen-drop {
  border: 1px solid #68c1ef !important;
}
#form_save {
  border: 1px solid #e5e5e5;
}
#form_save:hover {
  border: 1px dotted #2b2b2b;
}
#form_save:focus {
  border: 1px dotted #2b2b2b;
}
.button, button {
  border: none;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.1em;
  padding: 0 20px;
}
button.disabled {
  background-color: #e3e3e3;
  color: #fff;
}
button.disabled:hover {
  background-color: #e3e3e3;
  color: #fff;
  cursor: wait;
}
a.disabled {
  background-color: #e3e3e3;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.disabled:hover {
  background-color: #e3e3e3;
  color: #fff;
  cursor: wait;
}
a.disabled.no-cursor:hover {
  cursor: default;
}
.medic-search-row:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.form-generic .medic-search-row ~ .row {
  width: 680px;
}
input.medic-search-input-where {
  border-left: 0;
}
button.medic-search-button span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
}
.medic-search-list {
  cursor: pointer;
  width: 100%;
}
.medic-search-list > li {
  float: left;
  width: 100%;
  background-color: #fafafa;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.medic-search-list > li:hover {
  background-color: #e8f7fe;
}
.medic-search-list > li:first-child {
  border-top: 1px solid #ccc;
}
.medic-search-list > li > .row > .g-1-2:first-child {
  border-right: 1px solid #ccc;
}
.medic-search-result {
  width: 50%;
  float: left;
  padding: 10px;
}
.medic-search-limit {
  clear: both;
  position: relative;
  padding-left: 30px;
}
.medic-search-limit > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#find_medic_info_client_sasisMedic .row {
  clear: both;
}
#find_medic_info_client_sasisMedic .g-1-2 {
  width: 50%;
  float: left;
}
#find_medic_info_client_sasisMedic .g-3-10 {
  width: 30%;
  float: left;
}
#find_medic_info_client_sasisMedic .g-7-10 {
  width: 70%;
  float: left;
}
/* Errors */
.error-holder {
  position: relative;
  padding: 10px;
}
.error-triangle {
  position: absolute;
  height: 0;
  width: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fa4b4b transparent;
  top: -10px;
  left: 10px;
}
.error-page-help-text {
  margin-left: 55px;
}
/* Datepicker */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  width: 240px;
  padding: 8px;
  border: 1px solid #e5e5e5;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
}
.pika-title {
  position: relative;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev, .pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
}
.pika-select {
  display: inline-block;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th, .pika-table td {
  width: 14.28571%;
  padding: 0;
}
.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
}
.pika-abbr {
  font-size: 12px;
  line-height: 25px;
}
/* File Uploader */
.file-upload {
  position: relative;
  height: 69px;
  border: 1px dashed #6c7680;
  text-align: center;
}
.file-upload input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.file-upload:hover .file-upload-inner span.upload-percentage {
  text-decoration: none;
}
.file-upload:hover .file-upload-inner span {
  text-decoration: underline;
}
.file-upload-inner {
  margin-top: 12px;
}
.file-selected {
  display: none;
}
/*******************************************************************************
 File upload progress bar
 *******************************************************************************/
.progress {
  position: absolute;
  width: 0;
  height: 69px;
}
.upload-text {
  position: absolute;
  width: 100%;
}
.upload-percentage {
  display: block;
}
/* Input Icon */
.input-holder {
  position: relative;
}
.input-icon {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 40px;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
}
input:focus + span.input-icon {
  border-left: 1px solid #5ca1e5;
}
/* Application Form Label Override */
#applicationEdit_care_medicalCare_medicSupply label {
  display: block;
  padding: 5px 6px 5px 25px;
  line-height: 18px;
  font-size: 13px;
}
.care-type-main-checkbox label {
  font-size: 18px;
  padding-left: 32px;
}
.care-type-main-checkbox label input {
  left: 10px;
}
.care-type-divider {
  padding-top: 40px;
}
.care-type-bottom-padding {
  padding-bottom: 20px;
}
.acute-care-transition-warning {
  display: none;
}
.acute-care-transition-highlight p {
  padding: 5px;
}
/* Modal */
.confirmation-modal {
  display: none;
  background: #fff;
  padding: 30px 30px 10px;
  min-width: 300px;
}
.modalCloseImg {
  display: none;
}
.simplemodal-overlay {
  background: #000;
}
.form-button-row {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}
/*******************************************************************************
 Startpage Elements
 *******************************************************************************/
.section-row {
  padding: 65px 0 70px 0;
}
.left-tile {
  padding-right: 80px;
}
.startpage-title-icon {
  width: 60px;
}
.anchor {
  width: 60px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
  cursor: pointer;
}
.feature-list li {
  padding: 0 0 0 45px;
}
.feature {
  border-bottom: 1px solid #e3e3e3;
}
.first-feature {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
.feature-icon {
  width: 45px;
  position: absolute;
  left: 0;
}
/* Applicant Row */
.applicant-row {
  height: 135px;
  padding: 65px 0 70px 0;
}
.applicant-image {
  position: absolute;
  height: 475px;
  background-repeat: no-repeat;
  background-position: center center;
  border-style: solid;
  border-width: 5px 0 0;
  top: -70px;
}
.applicant-image.left {
  right: 0;
  width: 480px;
  background-image: url('../../img/frontend/applicant-left.jpg');
  border-color: #3570db;
}
.applicant-image.center {
  left: 0;
  right: 0;
  background-image: url('../../img/frontend/applicant-center.jpg');
  border-color: #3570db;
}
.applicant-image.right {
  left: 0;
  width: 480px;
  background-image: url('../../img/frontend/applicant-right.jpg');
  border-color: #3570db;
}
.applicant-button {
  height: 80px;
  padding: 40px 20px 40px 30px;
  -webkit-box-shadow: inset 0px -3px 7px -5px #3c3c3c;
  box-shadow: inset 0px -3px 7px -5px #3c3c3c;
  position: relative;
  cursor: pointer;
}
.applicant-button.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.applicant-triangle {
  top: -30px;
  left: 30px;
  position: absolute;
  border-style: solid;
  border-width: 15px;
  opacity: 0.8;
  width: 0;
  height: 0;
  border-color: transparent;
}
.applicant-triangle.institution {
  border-bottom-color: #3570db;
}
.applicant-triangle.medic {
  border-bottom-color: #3570db;
}
.applicant-triangle.private {
  border-bottom-color: #3570db;
}
.applicant-horizontal-bar {
  height: 1px;
  width: 40px;
  opacity: 0.5;
  position: absolute;
  bottom: 15px;
  left: 40px;
}
.applicant-arrow-right {
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 10px;
  left: 290px;
}
.applicant-button.active .applicant-arrow-right {
  display: none;
}
.applicant-input {
  padding: 25px 30px 25px 30px;
}
.applicant-input input[type='text'].zip-input, .applicant-input select.location-input {
  border: none;
  height: 40px;
}
.applicant-input.bg-institution #form_save {
  background-color: #5fb682;
}
.applicant-input.bg-medic #form_save {
  background-color: #6ab3d9;
}
.applicant-input.bg-private #form_save {
  background-color: #ac7ad6;
}
/* Dropdown Widget */
.startpage-dropdown-widget {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.dropdown-table {
  width: 100%;
  border-collapse: collapse;
}
.dropdown-table tr {
  border-top: 1px solid #ddd;
}
.dropdown-table tr:first-child {
  border: none;
}
.dropdown-table col {
  width: 33.33%;
}
.dropdown-table col:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.dropdown-close {
  cursor: pointer;
}
.canton-icon {
  margin: 2px 10px 0 0;
}
.medic-icon {
  width: 40px;
  height: 40px;
  float: right;
}
.inactive {
  -moz-opacity: 0.1;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
/* Availability Widget */
.availability-widget {
  padding-left: 85px;
}
.availability-icon {
  margin-top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}
.opan-switzerland-image {
  position: absolute;
  top: 5px;
  right: 0;
}
/* Statistics Widget */
.statistics-widget {
  margin-top: 60px;
}
.statistics-overlay {
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 40px;
  right: 10px;
}
.statistics-row {
  height: 50px;
}
.statistics-border {
  border-bottom: 1px solid #e5e5e5;
}
.statistics-year-row {
  height: 61px;
}
.statistics-title {
  width: 30px;
}
.statistics-year-text {
  margin: 10px 0 0 30px;
}
.statistics-year-point {
  position: absolute;
  left: 30px;
  right: 0;
  width: 9px;
  height: 9px;
  top: -8px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../img/frontend/year-point.png');
}
.statistics-triangle {
  position: absolute;
  border-style: solid;
  border-width: 10px;
  border-color: #fff transparent transparent transparent;
  width: 0;
  height: 0;
  margin: auto;
  left: 0;
  bottom: -20px;
  right: 0;
}
.horizontal-progress-bar {
  height: 250px;
  width: 30px;
  position: relative;
  cursor: pointer;
}
.horizontal-progress-bar-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.horizontal-progress-bar:hover .statistics-indicator {
  display: block;
}
.statistics-indicator {
  position: absolute;
  height: 30px;
  width: 60px;
  top: -30px;
  right: -15px;
  margin: auto;
  border-radius: 2px;
}
.statistics-right-tile {
  width: 100%;
  padding: 0 30px 0 30px;
  margin-left: 30px;
}
.statistics-right-row {
  padding: 30px 0;
}
.statistics-center-row {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}
.statistics-right-triangle {
  position: absolute;
  border-style: solid;
  border-width: 15px;
  border-color: transparent #fff transparent transparent;
  width: 0;
  height: 0;
  margin: auto;
  bottom: 0;
  left: 0;
  top: 0;
}
/* About Widget */
.about-title {
  margin: 20px 0 15px;
}
/* News Widget */
.news-title-row {
  margin-top: 25px;
  height: 50px;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.news-navigator {
  cursor: pointer;
  border-left: 1px solid #e3e3e3;
  height: 50px;
  width: 50px;
  opacity: 0.3;
}
.news-image {
  width: 110px;
  margin: 30px 0 0 0;
}
.news-text {
  max-height: 80px;
}
.news-right {
  padding-left: 5px;
}
.news-function {
  border-top: 1px solid #e3e3e3;
  padding: 30px 0 0;
}
.news-slider {
  position: relative;
  top: 0;
  font-size: 0;
  height: 100%;
}
.news-slider-holder {
  position: relative;
  width: 350px;
  height: 350px;
  padding: 20px 0 20px 0;
}
.news-slider-inner {
  position: absolute;
  margin: 0 10px 0 0;
  cursor: w-resize;
  height: 100%;
  width: 350px;
}
/* Testimonial Widget */
.testimonial-title-row {
  border-bottom: 1px solid #e3e3e3;
  padding: 0 0 10px;
}
.testimonial-body {
  position: relative;
  margin: 40px auto 0;
  width: 880px;
}
.testimonial-slider {
  position: relative;
  top: 0;
  font-size: 0;
  height: 255px;
}
.testimonial-slider-inner {
  position: absolute;
  margin: 0 10px 0 0;
  cursor: w-resize;
  height: 255px;
  width: 880px;
  padding: 0 0 0 170px;
}
.testimonial-portrait {
  top: 0;
  bottom: 50px;
  margin: auto;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  position: absolute;
}
.quote-begin {
  position: absolute;
  top: 0;
  left: 120px;
}
.quote-end {
  position: absolute;
  bottom: 80px;
  right: 0;
}
.testimonial-function-row {
  border-top: 1px solid #e3e3e3;
}
.testimonial-button-left {
  border-right: 1px solid #e3e3e3;
  width: 100%;
}
.testimonial-arrow {
  width: 50px;
}
.testimonial-button-right {
  border-left: 1px solid #e3e3e3;
  width: 100%;
}
.testimonial-navigation {
  position: relative;
  margin: 18px auto;
  width: 180px;
}
.testimonial-nav-point {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../img/icons/frontend/testimonial-inactive-icon.png');
  margin: 0 7px;
}
.testimonial-nav-point.active {
  background-image: url('../../img/icons/frontend/testimonial-active-icon.png');
}
/* Application Form Label Override */
.medical-care-supply-radios label {
  display: block;
  padding: 5px 6px 5px 25px;
  line-height: 18px;
  font-size: 12px;
}
/* Forcing wider padding on house work checkboxes */
#institutionCare_houseWork_services label {
  padding-right: 15px;
}
/* Forcing wider padding weekday checkboxes */
.weekdays-padding label {
  padding-right: 15px;
}
.application-warning-step-5 {
  margin-top: -3px;
}
.canton-flag-org-description {
  position: absolute;
  margin-top: 7px;
}
.canton-flag-canton-description {
  position: absolute;
  width: 30px;
  float: left;
  margin-top: 10px;
  margin-left: -9px;
}
.organisation-description-label {
  float: left;
  min-width: 90px;
}
.public-info-padding {
  padding: 0px 10px 10px 10px;
}
.public-note p.generic-field {
  padding-left: 0;
  border: none;
  line-height: 20px;
  padding-top: 11px;
}
p.generic-field.has-logo {
  width: calc(100% - 250px);
  display: inline-block;
}
@media (max-width: 500px) {
  p.generic-field.has-logo {
    width: 100%;
    display: block;
  }
}
.public-note .info {
  border: 2px solid #3570db;
  background-color: #edf4ff;
  font-weight: 700;
}
.public-note .info-title {
  line-height: 40px;
}
.public-note .info .ico-bulb {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.public-note .info .info-head {
  padding-bottom: 0;
}
.left-margin-public-note {
  margin-left: 55px;
  margin-right: 30px;
}
.warning-organisation {
  background-color: #f2f2f2;
  padding: 25px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* fade out medical care other if not selected */
#institutionCare_medicalCare_other, #additionalData_institutionCare_medicalCare_other {
  display: none;
}
/*******************************************************************************
 Tool Tip
 *******************************************************************************/
.tooltip {
  display: inline;
  position: relative;
}
.tooltip span {
  cursor: help;
}
.tooltip:hover:after {
  /*background: #e8f7fe;*/
  /*border-radius: 3px;*/
  /*bottom: 30px;*/
  /*color: #222;*/
  /*content: attr(data-tooltip);*/
  /*left: -5px;*/
  /*padding: 15px 15px;*/
  /*position: absolute;*/
  /*z-index: 98;*/
  /*width: 248px;*/
  /*font-weight: bold;*/
}
.tooltip:hover:before {
  /*border: solid;*/
  /*border-color: #e8f7fe transparent;*/
  /*border-width: 6px 6px 0 6px;*/
  /*bottom: 25px;*/
  /*content: "";*/
  /*left: 3px;*/
  /*position: absolute;*/
  /*z-index: 99;*/
}
.tooltip-institution:hover:after {
  background: #3570db !important;
  color: #fff;
  bottom: 40px;
}
.tooltip-institution:hover:before {
  border-color: #3570db transparent !important;
  bottom: 35px;
}
.tooltip-medic:hover:after {
  background: #3570db !important;
  color: #fff;
  bottom: 40px;
}
.tooltip-medic:hover:before {
  border-color: #3570db transparent !important;
  bottom: 35px;
}
.tooltip-private:hover:after {
  background: #3570db !important;
  color: #fff;
  bottom: 40px;
}
.tooltip-private:hover:before {
  border-color: #3570db transparent !important;
  bottom: 35px;
}
/*******************************************************************************
 Test Top Bar
 *******************************************************************************/
.test-flag {
  width: 100%;
  height: 50px;
  background-color: #ff003c;
}
.test-flag > p {
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0.02em;
}
/*******************************************************************************
 Datatable
 *******************************************************************************/
.datatable {
  border-collapse: collapse;
  width: 100%;
  display: table;
  position: relative;
}
.table-body {
  display: table-row-group;
}
.table-head {
  display: table-header-group;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  vertical-align: top;
  min-width: 34px;
}
.table-colspan {
  position: absolute;
  width: 95%;
}
.datatable .table-head .table-cell {
  padding: 0 15px 0 0;
}
.datatable .table-head .table-cell:first-child {
  padding: 0 15px 0 15px;
}
.datatable .table-body .table-cell {
  padding: 5px 15px 5px 0;
}
.datatable .table-body .table-cell:first-child {
  padding: 5px 15px 5px 15px;
}
.datatable .table-head .table-row {
  background-color: #f2f2f2;
}
.datatable .table-body .table-row {
  border-bottom: 1px solid #e5e5e5;
  height: 50px;
}
.datatable-tools-holder {
  display: none;
  position: absolute;
  right: 0;
  z-index: 5;
  margin: 5px 10px 5px 0;
  background-color: #fafafa;
  -webkit-border-top: 1px solid #e5e5e5;
}
.datatable-tools-holder button {
  height: 40px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .placeholder-cell {
    display: table-cell;
    vertical-align: top;
    width: 1px;
  }
}
.datatable .table-body .table-row:hover .datatable-tools-holder {
  display: block;
}
.attachment-icon-cell {
  width: 20px;
  min-width: 20px;
}
.mail-datatable {
  border-collapse: collapse;
}
.mail-datatable td {
  border: 1px solid #e6e6e6;
  padding: 20px;
  vertical-align: top;
}
.mail-datatable td p {
  font-size: 14px;
}
.mail-datatable td:first-child p {
  font-weight: 700;
}
.mail-datatable thead td {
  background-color: #ccc;
  padding: 3px 20px;
  border: none;
}
.business-open-interval select {
  width: 75px;
}
.business-open-interval .table-row:last-child {
  border-bottom: none;
}
.section-head {
  margin-bottom: 50px;
}
/*******************************************************************************
 Legal Elements
 *******************************************************************************/
.legal-row {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 20px;
}
/*******************************************************************************
 Other
 *******************************************************************************/
.change-locality-step-2 {
  float: left;
  position: relative;
}
/*******************************************************************************
 Mobile Styles and Media Queries
 *******************************************************************************/
@media screen and (max-width: 1281px) {
  .form-right-content {
    width: 300px;
  }
  .form-left-content {
    width: 720px;
  }
  .form-left-tile {
    width: 55%;
    width: calc(50% + 190px);
  }
  .form-right-tile {
    margin-left: calc(50% + 190px);
  }
}
@media screen and (min-width: 1282px) and (max-width: 1461px) {
  .form-right-content {
    width: 300px;
  }
  .form-left-content {
    width: 820px;
  }
  .form-left-tile {
    width: 55%;
    width: calc(50% + 290px);
  }
  .form-right-tile {
    margin-left: calc(50% + 290px);
  }
}
/*
 * (c) 2016 cloudtec.ch
 * Author: Adrian Demleitner, Cyril Mouttet
 * E-Mail: a.demleitner@cloudtec.ch, c.mouttet@cloudtec.ch
 *
 */
body {
  font-weight: 400;
}
.roboto {
  font-family: "Roboto";
}
.roboto-force {
  font-family: "Roboto" !important;
}
.advancement-icon + h2 {
  margin-left: 50px;
  float: none;
}
.summary-link {
  position: relative;
}
[id*="summary"] .advancement-icon ~ p {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 500px) {
  [id*="summary"] .advancement-icon ~ p {
    margin-left: 50px;
    float: none;
    display: inline-block;
    position: static;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background-color: #3570db;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
    box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
    border: 0;
    border-radius: 0;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    height: 40px;
    line-height: 40px;
    border-style: solid;
    padding: 0 15px;
  }
}
.c-blue {
  color: #4c8eff;
}
.dib, .dib > .generic-checkbox {
  display: inline-block;
}
.logo {
  width: auto;
  margin: 0;
}
.logo-mobile {
  display: none;
}
@media (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1024px) {
  .logo-desktop {
    display: none;
  }
  .logo-mobile {
    display: inline-block;
  }
}
.list-dropdown li.current a {
  background: #e9f1ff;
  border-top-color: #fff;
}
.list-footer-links li.current a {
  border-bottom-color: #fff;
}
.widgets.widgets-float {
  position: fixed;
  top: 0;
}
.widget-apps li ~ li {
  margin-top: 20px;
}
.widget-progress {
  clear: both;
}
.widget-filter .custom-select {
  display: block;
}
@media (max-width: 1220px) and (min-width: 870px) {
  .fe-application-form .content {
    width: calc(100% - 100px);
  }
  .fe-application-form .sidebar {
    position: absolute;
    right: -186px;
    width: 250px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .fe-application-form .sidebar:hover {
    right: 0;
  }
  .fe-application-form .widgets.widgets-float {
    width: 100%;
    background-color: #fff;
  }
  .fe-application-form .list-steps li ~ li {
    border: 0;
  }
}
h3, h4, h5, .widget-title {
  font-weight: 300;
}
.checkbox label {
  font-weight: 400;
  color: #313131;
  font-size: 13px;
}
.color-opan {
  color: #3570db;
}
.color-warning-2 {
  color: #ff9600;
}
.bg-warning-2 {
  background-color: #ff9600;
}
.warning-box {
  padding: 10px 10px 12px 10px;
  border-radius: 5px;
}
/*
 * Tooltip
 */
.tooltip .tooltip-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #3570db;
  color: white;
}
.tooltip .tooltip-content:after {
  border-color: #3570db transparent transparent;
}
.form-generic {
  padding: 0;
}
.form-generic .form-group-head {
  margin-bottom: 30px;
}
.form-generic .medical-care .generic-tooltip .icon, .form-generic .medical-care .generic-tooltip:hover .icon, .form-generic .basic-care .generic-tooltip .icon, .form-generic .basic-care .generic-tooltip:hover .icon {
  color: #181818;
}
.form-generic .generic-field, .form-generic .generic-textarea, .form-generic .generic-select, .form-generic .generic-radio label:before, .form-generic .generic-checkbox label:before {
  border-color: #ccc;
}
.form-generic .generic-input-highlight .generic-checkbox label:before, .form-generic .generic-input-highlight .generic-checkbox input:checked ~ label:before {
  border-color: #222;
}
.chosen-container {
  font-size: 14px !important;
}
.chosen-container-single .chosen-single {
  border-color: #ccc !important;
}
.chosen-container .chosen-drop, .chosen-container-active.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #316ad3 !important;
}
#findOrganisation_locality_chosen .chosen-single {
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  border-radius: 0;
  color: #222126;
  line-height: 50px;
}
#findOrganisation_locality_chosen.chosen-container-single .chosen-single span {
  line-height: 50px;
}
#findOrganisation_locality_chosen.chosen-container-single .chosen-single div {
  right: 5px;
}
#findOrganisation_locality_chosen.chosen-container-single .chosen-single div b {
  margin-top: 13px;
}
.form-generic .generic-form-label {
  width: 252px;
  max-width: 252px;
}
.form-generic .generic-form-controls > .icon {
  pointer-events: none;
}
@media (max-width: 500px) {
  .form-generic .generic-form-label.empty {
    height: 0;
    margin: 0;
  }
}
.form-generic .generic-form-row p.terms {
  font-size: 14px;
  padding-left: 32px;
}
#additional-mail-list {
  margin-bottom: 10px;
}
#additional-mail-list .generic-form-label, #additional-mail-list + div .generic-form-label {
  width: 0;
  margin: 0;
}
.section {
  padding: 0;
}
.wrapper > .section {
  padding: 56px 0 0;
}
.wrapper > .section-register {
  padding: 109px 0 120px;
}
.medical-care-supply-radios label {
  padding: 0;
}
.form-generic .generic-field:focus, .form-generic .generic-textarea:focus {
  border-color: #316ad3;
}
.form-search h2 {
  border-bottom: 1px solid #e4e8eb;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: normal;
}
.form-search h2:after {
  content: none;
}
.form-search h6 .form-label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.form-search .form-body {
  padding-top: 0;
}
.form-search .locality .form-label {
  margin-bottom: 10px !important;
  line-height: 1rem !important;
}
.form-errors {
  background: #dd5b59;
  color: white;
  margin-top: 10px;
  margin-bottom: 20px;
}
.form-search h6 + .form-errors {
  margin-top: 0;
}
.form-errors ul {
  padding: 10px 20px;
}
.form-search .form-input {
  position: relative;
}
.form-search .input-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: auto;
  margin: auto;
  border: 1px solid #e5e5e5;
  background: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  color: #a3b1bf;
  pointer-events: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.form-search input:focus ~ span.input-icon {
  border: 1px solid #3570db;
  color: #3570db;
}
.list-steps li:hover a:before {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #181818;
  border-color: #fff;
}
.list-steps li.current a:before {
  background: #3570db;
  -webkit-box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
  box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
  color: #fff;
  border-color: #3570db;
}
.wrapper {
  margin: 0;
}
.wrapper:after {
  content: none;
  height: 0;
}
.find-organisation-widget label {
  line-height: 25px;
  margin-top: 0 !important;
}
.find-organisation-widget select {
  height: 50px;
}
.custom-select-grey button:before, .custom-select-grey button:after {
  content: none;
}
.custom-select-grey button {
  border: none;
  padding-right: 10px;
  background: #f2f2f2;
  color: #3570db;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.custom-select-grey button:hover {
  background: #ddd;
}
.ghost {
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.ghost:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .ghost {
    opacity: 1;
  }
}
/*
 * File Upload
 */
.file-upload {
  position: relative;
  text-align: left;
  height: 70px;
  width: 100%;
  background: white;
  border: 2px dashed #d2d7d9;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.file-upload.hover, .file-upload:hover {
  border-color: #3570db;
}
.file-upload .upload-text {
  position: relative;
  width: 100%;
  height: 100%;
}
.file-upload .file-upload-inner {
  margin: 0;
  line-height: 70px;
  padding-left: 13px;
}
.file-upload .file-upload-inner span {
  color: #8a9399 !important;
}
.file-upload:hover .file-upload-inner span {
  text-decoration: none !important;
}
.file-upload .upload-percentage {
  display: none;
}
.file-upload .progress {
  background: #f2f2f2;
  height: 100%;
}
.files-row > .generic-form-label {
  margin-top: 5px;
}
.files-row .generic-form-controls .form-label {
  display: none;
}
.form-generic .list-generic-files li {
  padding-left: 15px;
}
.form-generic .list-generic-files .meta-information {
  padding-left: 25px;
}
.form-generic .list-generic-files .link-delete {
  padding: 0;
  text-align: center;
}
/* file uploader buttonized */
.buttonized .form-label.file-label label {
  margin-top: 16px;
}
.buttonized .file-upload {
  height: auto;
  border: none;
}
.buttonized .file-upload .file-upload-inner {
  display: inline-block;
  height: auto;
  padding-right: 20px;
  line-height: 50px !important;
  font-size: 13px;
  background-color: #a3b1bf;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.buttonized .file-upload .file-upload-inner:hover {
  background-color: #3570db;
}
.buttonized .file-upload .file-upload-inner span {
  color: #fff !important;
}
.buttonized .single-upload + .documents {
  margin-top: 15px;
}
.buttonized .is-normal {
  display: none;
}
.buttonized .is-buttonized.hidden {
  display: inline-block !important;
}
/*
 * Tooltip
 */
.custom-tooltip {
  display: inline;
  position: relative;
  text-align: left;
}
.custom-tooltip span {
  cursor: help;
}
.custom-tooltip:hover:after {
  background: #e8f7fe;
  border-radius: 3px;
  bottom: 30px;
  color: #fff;
  content: attr(data-tooltip);
  left: -5px;
  padding: 15px 15px;
  position: absolute;
  z-index: 98;
  width: 248px;
  font-weight: bold;
}
.custom-tooltip:hover:before {
  border: solid;
  border-color: #e8f7fe transparent;
  border-width: 6px 6px 0 6px;
  bottom: 25px;
  content: "";
  left: 3px;
  position: absolute;
  z-index: 99;
}
.form-generic .generic-tooltip .icon, .form-generic .generic-tooltip:hover .icon {
  color: #3570db;
}
input[type="radio"] + label .icon.visible, input[type="checkbox"] + label .icon.visible {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.form-generic .generic-tooltip .generic-tooltip-content {
  left: -13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #3570db;
  color: white;
  z-index: 1000;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
.form-generic .generic-tooltip .generic-tooltip-content:after {
  content: none;
}
.form-generic .generic-tooltip.hover .generic-tooltip-content {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .form-generic .generic-tooltip {
    display: inline-block;
  }
  .form-generic .generic-form-controls + .generic-tooltip, .generic-form-notice + .generic-tooltip {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  form .col {
    margin-bottom: 20px;
  }
  .form-generic .generic-tooltip {
    float: right;
  }
  .form-generic .generic-tooltip .generic-tooltip-content span.arrow {
    left: 50%;
    z-index: 1000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .form-generic .generic-input-collapse .generic-tooltip .generic-tooltip-content {
    left: -92px;
  }
  .form-generic .generic-input-collapse .generic-tooltip .generic-tooltip-content span.arrow {
    left: auto;
    right: 11px;
  }
  .form-generic .generic-tooltip .generic-tooltip-content {
    left: 10px;
  }
  .form-generic .generic-form-label .generic-tooltip {
    position: relative;
    float: none;
    margin-top: 0;
    margin-left: 5px;
    top: -2px;
  }
  .form-generic .generic-form-label .generic-asterisk + .generic-tooltip {
    margin-left: 15px;
  }
}
.form-generic .generic-form-notice {
  color: #54687b;
}
#documents-list {
  font-weight: 700;
}
.datatable .table-body .table-row.document {
  border-bottom: none !important;
}
.query-delete-document span {
  font-size: 16px;
}
.required:after {
  content: " *";
  color: #ff4040;
}
.medical-subform-fields .generic-form-controls {
  width: 580px;
}
#documentTransfer_medicContactInfo_medicNotFound, .form-generic .medic-search-row, .form-generic .medic-search-row > div input {
  width: 400px !important;
}
.g-1-2 {
  width: 50%;
  display: inline-block;
}
.g-7-10 {
  width: 30%;
  display: inline-block;
}
.g-3-10 {
  width: 70%;
  display: inline-block;
}
.g-4-10 {
  width: 40%;
  display: inline-block;
}
.g-6-10 {
  width: 60%;
  display: inline-block;
}
.acute-care-transition-highlight {
  position: relative;
  padding: 8px;
  background: #ff9600;
  width: 580px !important;
}
.language-hint-highlight {
  position: relative;
  margin-left: 0px;
  margin-top: 10px;
  padding: 8px;
  background: #ff9600;
  width: 580px !important;
}
.generic-form-btn, .generic-form-btn:hover {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #3570db;
  color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
  box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
  border: 0;
  border-radius: 0;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  line-height: 40px;
  border-style: solid;
  padding: 0 15px;
}
.generic-form-btn:hover {
  background: #2954a3;
}
@media (max-width: 500px) {
  .form-generic .generic-form-btn, .form-generic .form-actions .generic-form-btn, .generic-form-btn, .generic-form-btn:hover {
    padding: 10px 21px;
    margin-right: 10px;
    margin-bottom: 20px;
    line-height: 20px;
    height: auto;
  }
  .generic-form-btn.right {
    float: none;
  }
  .generic-form-btn.right .icon-custom-download {
    display: none;
  }
}
.list-radios li ~ li {
  margin-top: 0;
}
.radio {
  padding: 6px;
  border-radius: 4px;
}
.radio:hover {
  background-color: #f5f5f3;
}
.radio label:before {
  top: -1px;
  width: 18px;
  height: 18px;
  border-color: #ccc;
}
.radio input:checked ~ label:before {
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff;
}
.form-register .radio label:before, .list-radios .radio label:before {
  top: 6px;
}
.section-contact-details .address img {
  display: inline-block;
}
.section.section-tight .section-head, .section.section-tight .section-title {
  margin-bottom: 0;
}
.section-head {
  margin-bottom: 30px;
}
.section-results .section-body {
  padding-top: 0;
}
@media (max-width: 500px) {
  .section-head {
    margin-bottom: 0;
  }
}
.section-mission ul, .section-mission ol {
  padding-bottom: 17px;
  margin-bottom: 0;
}
.section-mission ul {
  list-style: none outside none;
}
.section-mission ol {
  list-style-position: inside;
}
.section-mission ul li {
  position: relative;
  padding-left: 23px;
}
.section-mission li ~ li {
  margin-top: 10px;
}
.section-mission ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #b9c1c4;
  border-radius: 5px;
}
.section-individuals .section-group-callout .section-group-content.bottom {
  height: auto;
  top: auto;
  bottom: 0;
}
.section-group.section-group-register {
  min-height: 320px;
}
.section-advantages .cols {
  margin-bottom: 40px;
}
.section-advantages .col {
  padding: 0 35px;
}
.section-advantages .col img {
  width: 66px;
  height: auto;
  margin: 0 auto;
}
.reasons h1 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.reasons .dot {
  margin: auto 40px;
  width: 9px;
  height: 9px;
  background-color: #3570db;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -10px;
}
@media (max-width: 768px) {
  .reasons .dot {
    display: none;
  }
}
.reasons h1, .reasons > p {
  text-align: center;
}
.reasons h1 + p {
  margin-bottom: 30px;
}
.reasons li {
  position: relative;
  clear: both;
}
.reasons li p {
  padding: 20px 40px 20px 0px;
  margin-left: 55px;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
}
.reasons .jump span {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #e6e6e6;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.reasons .jump img {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 45px;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reasons .jump:hover {
  color: #3570db;
}
.reasons .jump:hover span {
  -webkit-transform: scale(1.5) translateY(-40%);
  transform: scale(1.5) translateY(-40%);
  color: #fff;
  background-color: #316ad2;
}
.section-advantages .tabs {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.results-secondary .results-foot a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
.form-search .field {
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
}
.form-search .field option {
  line-height: 20px;
}
.lh-bullet {
  line-height: 36px;
}
.list-steps {
  background-color: #fff;
  z-index: 1000;
}
.list-steps li a:before {
  line-height: 28px;
}
.list-steps li a.active:before {
  background-color: #316ad3;
  border-color: #316ad3;
  color: white;
}
.checkbox-label {
  padding: 0 30px 0 0;
}
.intro label {
  text-align: left;
}
.intro .intro-image {
  height: 560px;
}
.intro .field {
  margin-bottom: 20px;
}
.field:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #3570db;
}
.form-search .checkbox input ~ label .switch-btn {
  background-color: #f2f2f2;
  color: #181818;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.form-search .checkbox input:checked ~ label .switch-btn {
  background-color: #3570db;
  color: #fff;
}
.switch.large {
  position: relative;
  top: -4px;
  width: 83px;
  height: 33px;
}
.switch.large .switch-btn {
  width: 44px;
  height: 24px;
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
}
.article-tab {
  padding: 0px 30px 30px;
}
.form-actions .generic-form-btn {
  float: right;
}
.form-actions a {
  line-height: 36px;
}
.form-actions a:hover:not(.generic-form-btn) {
  text-decoration: underline;
}
.birthday_warning {
  background-color: #e5c52f !important;
}
.birthday_warning a {
  text-decoration: underline;
}
.birthday_warning:before {
  border-bottom-color: #e5c52f !important;
}
.dropdown-table td {
  height: 40px;
}
.custom-select select {
  background: transparent;
  z-index: 1000;
  height: 40px;
}
.custom-select-text {
  color: transparent;
}
.tabs-body {
  min-height: 450px;
}
.tabs-nav-mobile .custom-select select {
  height: 42px;
}
.intro-content .tabs-nav li {
  width: 33%;
}
.intro-content .tabs-nav li:last-child {
  width: 34%;
}
#list-map-toggle .tabs-nav li {
  width: auto;
}
#list-map-toggle .tabs-nav li:last-child {
  width: auto;
}
.list-generic-files a, .list-generic-files span {
  font-size: 14px;
}
.list-generic-files a {
  color: #3570db;
}
.form-generic .list-generic-files .meta-size {
  font-weight: normal;
  float: none;
  margin: 14px 5px 0 0;
}
.list-default {
  color: #737373;
}
p > i.ico-mail-circle:first-child {
  float: left;
}
p > i.ico-mail-circle:first-child + span {
  margin-left: 40px;
  display: block;
  line-height: 1.8;
  padding-top: 2px;
}
.section .list-features {
  padding-top: 0;
}
.select-wrapper {
  position: relative;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-wrapper:after {
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  background: url(../assets/frontend/images/chosen-sprite.png) no-repeat -1px -6px;
  position: absolute;
  top: 21px;
  right: 14px;
}
#documentTransferForm .select-wrapper select {
  padding: 0 15px;
}
#documentTransferForm .select-wrapper:after {
  top: 17px;
}
#autocomplete_location_applicationForm_locality {
  overflow: hidden;
}
#applicationForm .select-wrapper:after {
  content: none;
}
.find-organisation-widget .form-col-size5 label {
  line-height: 50px;
  padding: 0;
}
.btn-large {
  padding: 15px 29px;
}
.btn-large + p {
  line-height: 48px;
}
.btn-large + p > .ico-check {
  position: relative;
  top: 14px;
}
.btn.bare {
  background: transparent;
  color: #3570db;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.find-organisation-widget .btn-expand {
  line-height: 50px;
  margin: 0 !important;
  padding: 0;
  width: 100%;
}
.contacts .address img {
  display: inline-block;
}
.section-mission .list-stats.vertical {
  -webkit-column-count: 1;
  column-count: 1;
  max-width: 300px;
  position: relative;
  overflow: visible;
}
.section-mission .list-stats:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.section-mission .list-stats.vertical li {
  position: static;
  padding-left: 0;
}
.section-mission .list-stats.vertical li:before {
  content: none;
}
.form-search .form-row {
  margin-bottom: 0px;
}
.form-search .form-actions {
  padding-top: 0px;
}
.table-list {
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.table-list.noshow {
  display: none;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px;
}
.lh1rem {
  line-height: 1rem !important;
}
@media (max-width: 1023px) {
  .header {
    z-index: 2000;
  }
}
select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .footer .footer-bar {
    position: static;
  }
}
.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}
.tabs .tab {
  min-height: 0;
}
.tabs .form-search {
  padding-top: 0;
}
/* organisation select */
.results-secondary .public .result-inner {
  border-bottom: none;
}
.results-secondary .result strong {
  font-weight: 700;
}
.result .mandate-information {
  padding-right: 160px;
  font-size: 14px;
  font-weight: 300;
}
a.more-information {
  font-size: 12px;
  color: #3570db;
  font-weight: 400;
}
a.more-information:hover {
  text-decoration: underline;
}
.list-checkboxes li.more:hover {
  background: #fff;
}
/* pikaday */
/* Datepicker */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  width: 260px;
  padding: 8px;
  border: 1px solid #e5e5e5;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev {
  float: left;
}
.pika-next {
  float: right;
}
.pika-prev, .pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #fff;
  font-size: 13px;
  line-height: 30px;
  color: #999;
}
.pika-prev:hover, .pika-next:hover {
  color: #222;
}
.pika-select {
  display: inline-block;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th, .pika-table td {
  width: 14.28571%;
  padding: 0;
}
.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  background: #fff;
  color: #222;
  line-height: 24px;
  font-weight: 400;
}
.pika-button.is-selected {
  color: #fff;
  background-color: #3570db;
}
.pika-button:hover {
  color: #222;
  background-color: #f2f2f2;
}
.pika-button.is-today {
  color: #fff;
  background-color: #3570db;
}
.pika-abbr {
  font-size: 12px;
  line-height: 25px;
  text-align: center;
}
.pika-label p {
  font-size: 13px;
  line-height: 20px;
  color: #222;
}
/* ? */
.add-roboto .row:not(.title-row) {
  font-family: Roboto;
}
.tdu:hover {
  text-decoration: underline;
}
@media (max-width: 500px) {
  .section-results .form-search-secondary .form-col-size2.form-actions {
    width: 100%;
    margin-top: 10px;
  }
  .result.private .information p {
    margin-right: 0;
  }
  .result.private.selected .information .options {
    position: static;
    float: right;
  }
}
.infoBox {
  padding-bottom: 10px;
}
.infoBox .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background: #efefef;
  border-radius: 50%;
  text-align: center;
  line-height: 17px;
  font-weight: 700;
}
.infoBox p {
  margin-bottom: 0;
}
/* login navigation */
ul.login-dropdown {
  margin-right: 20px;
}
ul.login-dropdown a {
  display: block;
  width: auto;
  color: #737373;
  letter-spacing: normal;
}
ul.login-dropdown a:hover {
  color: #181818;
  background-color: transparent;
}
ul.login-dropdown h4 a {
  color: #222126;
}
ul.login-dropdown li {
  position: relative;
  display: block;
}
ul.login-dropdown li.lvl-1 {
  position: relative;
}
ul.login-dropdown li.lvl-2 {
  margin-left: 0;
}
ul.login-dropdown li.lvl-2 a {
  height: 50px;
  line-height: 50px;
}
ul.login-dropdown li.lvl-2 a:hover {
  color: #181818;
  background-color: #f2f2f2;
}
ul.login-dropdown li.lvl-1 > ul {
  display: none;
  position: absolute;
  top: 40px;
  width: 300px;
  padding: 0;
  background: white;
  -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
  border-top: 3px solid #3570db;
  left: -130px;
}
ul.login-dropdown li.lvl-1 > ul:after {
  top: -11px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent transparent;
  border-bottom-color: #3570db;
  border-width: 4px;
  margin-left: -4px;
  left: 150px;
}
ul.login-dropdown li.lvl-1:hover > ul {
  display: block;
}
/* hin login button for medics */
.hin-login {
  padding: 5px 0 10px 62px;
}
.hin-login p {
  font-weight: bold;
}
.hin-login .btn {
  background: #f29800;
}
/* legacy grid fix */
.row {
  clear: both;
}
.row:after {
  content: '';
  display: block;
  clear: both;
}
.row .g-3-10 {
  float: left;
  width: 30%;
}
.row .g-4-10 {
  float: left;
  width: 40%;
}
.row .g-6-10 {
  float: left;
  width: 60%;
}
.row .g-7-10 {
  float: left;
  width: 70%;
}
.row .g-7-10 p {
  text-align: left;
  margin-bottom: 0;
}
#new-application-link {
  margin-right: 10px;
}
@media (max-width: 870px) {
  .main {
    padding-bottom: 65px;
  }
  .main .content, .main .sidebar {
    float: none;
    width: 100%;
  }
  .main-secondary {
    padding-bottom: 60px;
  }
  .main-secondary .sidebar, .main-secondary .content {
    float: none;
    width: 100%;
  }
  .main-secondary .sidebar {
    margin-top: 33px;
  }
}

/* ------------------------------------------------------------ *\
 Results Secondary
 \* ------------------------------------------------------------ */
.results-secondary {
  font-size: 12px;
  background: #fff;
}
.results-secondary .separator {
  width: 3px;
  height: 3px;
  border-radius: 5px;
  overflow: hidden;
  border-radius: 50%;
  background: #b9c1c4;
  display: inline-block;
  vertical-align: middle;
}
.results-secondary h4 {
  margin-bottom: 4px;
  font-size: 20px;
}
.results-secondary h6 {
  margin-bottom: 19px;
}
.results-secondary .tooltip {
  margin-left: 10px;
}
.results-secondary .result {
  position: relative;
  padding: 0 37px;
  background: #fff;
}
.results-secondary .result-inner {
  background-color: transparent;
  padding: 35px 5px 29px;
  border-bottom: 1px solid #e6e6e6;
}
.results-secondary .result:hover {
  background-color: #e9f1ff;
}
.results-secondary .result:hover .result-inner {
  background-color: transparent;
}
.results-secondary .result .btn {
  position: absolute;
  bottom: 30px;
  right: 36px;
  color: #fff;
}
.results-secondary .result .link-phone {
  position: absolute;
  top: 35px;
  right: 36px;
  color: #222126;
  font-size: 16px;
}
.results-secondary .result .link-mail {
  position: absolute;
  top: 70px;
  right: 36px;
  color: #222126;
  font-size: 16px;
}
.results-secondary .result strong {
  font-weight: normal;
  color: #222126;
}
.results-secondary .results-foot {
  padding: 0;
  text-align: center;
}
.results-secondary .results-foot a {
  text-decoration: none;
  color: #3570db;
  font-size: 14px;
}
/* Small Desktop */
@media (max-width: 1220px) {
  .results-secondary .result {
    padding: 0 20px;
  }
  .results-secondary .result-inner {
    padding-right: 169px;
  }
  .results-secondary .result .btn {
    right: 25px;
  }
  .results-secondary .result .link-phone {
    right: 25px;
  }
  .results-secondary .result .link-mail {
    right: 25px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .results-secondary .result-inner {
    padding: 38px 10px 30px;
  }
  .results-secondary h4 {
    font-size: 17px;
  }
  .results-secondary h6 {
    overflow: hidden;
    margin-bottom: 7px;
  }
  .results-secondary h6 i {
    float: left;
    margin: 5px 9px 5px 0;
  }
  .results-secondary .result {
    padding: 0 10px;
  }
  .results-secondary .result .btn, .results-secondary .result .link-phone {
    position: static;
  }
  .results-secondary .result .link-mail {
    position: static;
  }
  .results-secondary .result .btn {
    display: inline-block;
    margin-top: 7px;
  }
  .results-secondary .result .link-phone {
    margin-bottom: 17px;
    display: inline-block;
  }
  .results-secondary .result .link-mail {
    margin-bottom: 17px;
    display: inline-block;
  }
  .results-secondary .separator {
    display: none;
  }
}
/* custom */
.results-secondary .result:hover {
  background-color: #fff;
}
.results-secondary .result .btn {
  position: static;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.result .options {
  position: relative;
  width: 100%;
  height: 0;
  text-align: right;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.results-secondary .result .btn {
  position: static;
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  transform: translateY(-70%);
}
.result h4 {
  margin: 0;
}
.result h4, .result h5, .result h6 {
  font-weight: 300;
}
.result h5 {
  margin-bottom: 5px;
  font-size: 16px;
}
.result h5 span {
  color: #e3e3e3;
}
.result h6 {
  margin-top: 10px;
  font-size: 14px;
}
.results-secondary p {
  font-size: 12px;
}
a.more-information {
  font-size: 12px;
  color: #3570db;
  font-weight: 400;
}
.result.public .noopan {
  margin-top: 20px;
  margin-right: 160px;
}
.result.public .noopan p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
}
.result.public .information .more-information {
  padding-top: 20px;
}
.result.public .noopan + a.disabled {
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.result.private .information {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.result.private.selected .information, .results-secondary.profile .result.private .information {
  max-height: 300px;
}
.result hr {
  display: inline-block;
  border: none;
  border-bottom: 3px solid #181818;
  width: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.result.private .information h5 {
  margin-bottom: 5px;
}
.result.private .information p {
  margin-right: 30px;
  font-size: 14px;
  font-weight: 300;
}
.results-secondary.profile .result.private .information p {
  margin-bottom: 50px;
}
.result.private .select {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.result.private.selected .select, .results-secondary.profile .result.private .select {
  opacity: 0;
  visibility: hidden;
}
.result.private .information .options {
  opacity: 0;
  visibility: hidden;
}
.result.private.selected .information .options, .results-secondary.profile .result.private .information .options {
  opacity: 1;
  visibility: visible;
}
.results-secondary .result .btn.bare {
  color: #3570db;
  background-color: #fff !important;
  font-weight: 300;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.results-secondary .result .btn.bare:hover {
  text-decoration: underline;
}
.results-secondary .result:hover {
  background-color: #fff;
}
input[type="submit"]:disabled, button[type="submit"]:disabled {
  cursor: wait !important;
}
@media (min-width: 1221px) {
  .results-secondary .result .result-inner {
    padding-right: 169px;
  }
  .result .mandate-information {
    padding-right: 0;
  }
  .result.public .noopan {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .results-secondary .result .result-inner .options {
    position: absolute;
    right: 36px;
  }
}
.result .result-inner i {
  margin-right: 3px;
}
.result.private.selected {
  position: relative;
  z-index: 10000;
}
.results-secondary.profile {
  position: fixed;
  left: 50%;
  width: 80%;
  max-width: 800px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100000;
}
.results-secondary.profile .result-inner {
  padding-right: 10px;
}
.results-secondary.profile .result.private .information {
  max-height: none;
}
@media (max-width: 1220px) {
  .result .mandate-information {
    padding-right: 0;
  }
  .result.public .noopan {
    margin-right: 0;
  }
  .result.private .information p {
    margin-right: 0;
  }
  .result.private .options {
    position: static;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .result.private .options .btn {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .results-secondary .result .link-phone {
    position: static;
    display: block;
    margin-bottom: 20px;
  }
  .results-secondary .result .link-mail {
    position: static;
    display: block;
    margin-bottom: 20px;
  }
  .results-secondary .result-inner {
    padding-right: 0;
  }
  .result .mandate-information {
    margin-bottom: 20px;
  }
  .form-generic .medic-search-row ~ .row {
    margin-left: 0;
  }
  .details-preview > p, .details-preview table {
    margin-left: 0 !important;
  }
}
@media (max-width: 480px) {
  .result .options {
    position: static;
    text-align: left;
    height: auto;
  }
  .results-secondary .result .btn {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.selection-active {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.selection-active.show {
  opacity: 1;
  visibility: visible;
}
#main-section .results-secondary .result {
  border: 1px solid #e4e8eb;
}
#main-section .results-secondary .result-inner {
  border: none;
}
/* icons */
.ico-phone {
  background-image: url(/css/frontend/images/sprite.png);
  background-position: -34px -158px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-pin-small {
  background-image: url(/css/frontend/images/sprite.png);
  background-position: -206px -31px;
  width: 10px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-phone {
    background-image: url(/css/frontend/images/sprite.@2x.png);
    background-position: 0 -150px;
    background-size: 206px 180px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-pin-small {
    background-image: url(/css/frontend/images/sprite.@2x.png);
    background-position: -120px -80px;
    background-size: 206px 180px;
    width: 10px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
}
/* ------------------------------------------------------------ *\
 inline "status" tags
 \* ------------------------------------------------------------ */
.badges {
  position: relative;
  padding-top: 3px;
}
.badge {
  display: inline-block;
  padding: 5px 10px;
  vertical-align: top;
  margin: 0 0 4px 0;
  border-radius: 3px;
  background-color: #f0f0f0;
  color: #fff;
  font-size: 80%;
  line-height: 1em;
  letter-spacing: 1px;
}
.badge.new, .badge.warning {
  background-color: #e5c52f;
}
.badge.accepted {
  background-color: #3570db;
}
.badge.neutral, .badge.info {
  background-color: #f0f0f0;
  color: #1a1a1a;
}
.badge.refused, .badge.test, .badge.error {
  background-color: #e65c5c;
}
.badge.conditions-accepted {
  background-color: #3570db;
}
.badge.done, .badge.success {
  background-color: #7c6;
}
.badge.right {
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  transform: translateY(-1px);
}
.badge.spitex-weekend {
  background-color: #d8058c;
}
.badge.spitex-express {
  background-color: #2ab5f7;
}
.badge.kispi {
  background-color: #00d77e;
}
.badge.seop {
  background-color: #8936c0;
}
.badge.private, .badge.public {
  background-color: #efefef;
  color: #181818;
}
.badge.test.inline {
  position: relative;
  display: inline-block;
  vartical-align: baseline;
  margin-left: 10px;
  margin-right: 10px;
  transform: translateY(-1px);
}
.tooltip .badge {
  color: white !important;
  font-style: normal !important;
}
.form-generic .list-generic-files .link-delete {
  border-color: #8a9399;
  color: #8a9399;
}
.form-generic .list-generic-files .link-delete:hover {
  border-color: #e65c5c;
}
/* ------------------------------------------------------------ *\
 Preview/Details box
 \* ------------------------------------------------------------ */
.details-preview {
  position: relative;
  max-width: 1000px;
  min-width: 320px;
  padding: 20px;
  overflow: hidden;
  border: 4px solid #3570db;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.details-preview > .medic-icon {
  position: relative;
  left: -10px;
  top: -5px;
  width: 35px;
  height: auto;
  float: left;
}
.details-preview > .medic-icon + h3 {
  margin-left: 35px;
}
.details-preview > p {
  font-size: 14px;
}
form .details-preview, .form .details-preview {
  width: 100%;
  max-width: 580px;
  margin-bottom: 20px;
  border: 4px solid #e5e5e5;
}
form .details-preview td, .form .details-preview td {
  font-size: 14px;
}
.details-preview .editbutton, .details-preview .deletebutton {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #3570db;
  color: #fff;
  padding: 12px;
  text-decoration: none;
  border-bottom-left-radius: 3px;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.details-preview .deletebutton {
  top: auto;
  bottom: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 0;
}
.details-preview .editbutton:hover, .details-preview .deletebutton:hover {
  background-color: #3591ff;
}
.details-preview h3 {
  margin-bottom: 10px;
}
.details-preview > p {
  margin-bottom: 10px !important;
}
.details-preview h3:before {
  width: 35px;
  margin: 0;
  text-align: left;
  color: #3570db;
}
form .details-preview h3:before, .form .details-preview h3:before {
  color: #222;
}
.details-preview table {
  display: inline-table;
  width: 45%;
  vertical-align: top;
  margin-right: 20px;
}
.details-preview table:last-child {
  margin-right: 0px;
}
.details-preview td {
  vertical-align: top;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
}
.details-preview td:first-child {
  font-weight: bold;
  padding-right: 15px;
  min-width: 65px;
}
.details-preview td a {
  white-space: nowrap;
  color: #3570db;
}
.details-preview td a::before {
  margin-right: 5px;
}
.details-preview td a:hover {
  text-decoration: underline;
}
.details-preview td a:hover::before {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  form .details-preview, .form .details-preview {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .details-preview .editbutton {
    padding: 4px;
  }
}

@font-face {
  font-family: 'luna';
  src: url('../../fonts/luna/font/luna.eot?80142832');
  src: url('../../fonts/luna/font/luna.eot?80142832#iefix') format('embedded-opentype'), url('../../fonts/luna/font/luna.woff2?80142832') format('woff2'), url('../../fonts/luna/font/luna.woff?80142832') format('woff'), url('../../fonts/luna/font/luna.ttf?80142832') format('truetype'), url('../../fonts/luna/font/luna.svg?80142832#luna') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 @font-face {
 font-family: 'luna';
 src: url('../font/luna.svg?80142832#luna') format('svg');
 }
 }
 */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "luna";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-back:before {
  content: '\e800';
}
/* 'î €' */
.icon-arrowdown:before {
  content: '\e801';
}
/* 'î ' */
.icon-arrowup:before {
  content: '\e802';
}
/* 'î ‚' */
.icon-filter:before {
  content: '\e803';
}
/* 'î ƒ' */
.icon-filter-light:before {
  content: '\e804';
}
/* 'î „' */
.icon-heart:before {
  content: '\e805';
}
/* 'î …' */
.icon-pdf:before {
  content: '\e806';
}
/* 'î †' */
.icon-custom-search:before {
  content: '\e807';
}
/* 'î ‡' */
.icon-mail-light:before {
  content: '\e808';
}
/* 'î ˆ' */
.icon-custom-mail:before {
  content: '\e809';
}
/* 'î ‰' */
.icon-mail-in:before {
  content: '\e80a';
}
/* 'î Š' */
.icon-mail-in-light:before {
  content: '\e80b';
}
/* 'î ‹' */
.icon-sms-notification:before {
  content: '\e80c';
}
/* 'î Œ' */
.icon-custom-check:before {
  content: '\e80d';
}
/* 'î ' */
.icon-txt:before {
  content: '\e80e';
}
/* 'î Ž' */
.icon-star-light:before {
  content: '\e80f';
}
/* 'î ' */
.icon-star:before {
  content: '\e810';
}
/* 'î ' */
.icon-custom-attachment:before {
  content: '\e811';
}
/* 'î ‘' */
.icon-comment:before {
  content: '\e812';
}
/* 'î ’' */
.icon-refresh:before {
  content: '\e813';
}
/* 'î “' */
.icon-user-1:before {
  content: '\e814';
}
/* 'î ”' */
.icon-custom-alarm:before {
  content: '\e815';
}
/* 'î •' */
.icon-delete-1:before {
  content: '\e816';
}
/* 'î –' */
.icon-user:before {
  content: '\e817';
}
/* 'î —' */
.icon-image:before {
  content: '\e818';
}
/* 'î ˜' */
.icon-custom-help-light:before {
  content: '\e819';
}
/* 'î ™' */
.icon-lock:before {
  content: '\e81a';
}
/* 'î š' */
.icon-info:before {
  content: '\e81b';
}
/* 'î ›' */
.icon-help:before {
  content: '\e81c';
}
/* 'î œ' */
.icon-alert:before {
  content: '\e81d';
}
/* 'î ' */
.icon-coogee:before {
  content: '\e81e';
}
/* 'î ž' */
.icon-video:before {
  content: '\e81f';
}
/* 'î Ÿ' */
.icon-folder:before {
  content: '\e820';
}
/* 'î  ' */
.icon-xls:before {
  content: '\e821';
}
/* 'î ¡' */
.icon-doc:before {
  content: '\e822';
}
/* 'î ¢' */
.icon-upload:before {
  content: '\e823';
}
/* 'î £' */
.icon-badge-medic:before {
  content: '\e824';
}
/* 'î ¤' */
.icon-badge-private:before {
  content: '\e825';
}
/* 'î ¥' */
.icon-badge-hospital:before {
  content: '\e826';
}
/* 'î ¦' */
.icon-close:before {
  content: '\e827';
}
/* 'î §' */
.icon-pdf-1:before {
  content: '\e828';
}
/* 'î ¨' */
.icon-error:before {
  content: '\e829';
}
/* 'î ©' */
.icon-bullet:before {
  content: '\e82a';
}
/* 'î ª' */
.icon-bullet-two:before {
  content: '\e82b';
}
/* 'î «' */
.icon-bullet-three:before {
  content: '\e82c';
}
/* 'î ¬' */
.icon-plane:before {
  content: '\e82d';
}
/* 'î ­' */
.icon-info-round:before {
  content: '\e82e';
}
/* 'î ®' */
.icon-note:before {
  content: '\e82f';
}
/* 'î ¯' */
.icon-stethoscope:before {
  content: '\e830';
}
/* 'î °' */
.icon-suborganisation:before {
  content: '\e831';
}
/* 'î ±' */
.icon-practice:before {
  content: '\e832';
}
/* 'î ²' */
.icon-price:before {
  content: '\e833';
}
/* 'î ³' */
.icon-datepicker:before {
  content: '\e834';
}
/* 'î ´' */
.icon-search-glas:before {
  content: '\e835';
}
/* 'î µ' */
.icon-custom-next:before {
  content: '\e836';
}
/* 'î ¶' */
.icon-location:before {
  content: '\e837';
}
/* 'î ·' */
.icon-cart:before {
  content: '\e838';
}
/* 'î ¸' */
.icon-plus-circled:before {
  content: '\e839';
}
/* 'î ¹' */
.icon-custom-prev:before {
  content: '\e83a';
}
/* 'î º' */
.icon-download-cloud:before {
  content: '\e83b';
}
/* 'î »' */
.icon-pencil-squared:before {
  content: '\e83c';
}
/* 'î ¼' */
.icon-fax:before {
  content: '\e83d';
}
/* 'î ½' */
.icon-globe:before {
  content: '\e83e';
}
/* 'î ¾' */
.icon-dot-circled:before {
  content: '\e83f';
}
/* 'î ¿' */
.icon-server:before {
  content: '\e840';
}
/* 'î¡€' */
.icon-dropbox:before {
  content: '\e841';
}
/* 'î¡' */
.icon-facebook-official:before {
  content: '\e842';
}
/* 'î¡‚' */
.icon-gplus:before {
  content: '\e843';
}
/* 'î¡ƒ' */
.icon-twitter:before {
  content: '\e844';
}
/* 'î¡„' */
.icon-plus:before {
  content: '\e845';
}
/* 'î¡…' */
.icon-pencil:before {
  content: '\e846';
}
/* 'î¡†' */
.icon-feather:before {
  content: '\e847';
}
/* 'î¡‡' */
.icon-custom-arrow-up:before {
  content: '\e848';
}
/* 'î¡ˆ' */
.icon-down-open:before {
  content: '\e849';
}
/* 'î¡‰' */
.icon-left-open:before {
  content: '\e84a';
}
/* 'î¡Š' */
.icon-right-open:before {
  content: '\e84b';
}
/* 'î¡‹' */
.icon-up-open:before {
  content: '\e84c';
}
/* 'î¡Œ' */
.icon-down-open-big:before {
  content: '\e84d';
}
/* 'î¡' */
.icon-left-open-big:before {
  content: '\e84e';
}
/* 'î¡Ž' */
.icon-right-open-big:before {
  content: '\e84f';
}
/* 'î¡' */
.icon-up-open-big:before {
  content: '\e850';
}
/* 'î¡' */
.icon-success:before {
  content: '\e851';
}
/* 'î¡‘' */
.icon-lock-open-alt:before {
  content: '\e852';
}
/* 'î¡’' */
.icon-params:before {
  content: '\e853';
}
/* 'î¡“' */
.icon-database:before {
  content: '\e854';
}
/* 'î¡”' */
.icon-key:before {
  content: '\e855';
}
/* 'î¡•' */
.icon-minus:before {
  content: '\e856';
}
/* 'î¡–' */
.icon-left-small:before {
  content: '\e857';
}
/* 'î¡—' */
.icon-right-small:before {
  content: '\e858';
}
/* 'î¡˜' */
.icon-up-small:before {
  content: '\e859';
}
/* 'î¡™' */
.icon-down-small:before {
  content: '\e85a';
}
/* 'î¡š' */
.icon-money:before {
  content: '\e85b';
}
/* 'î¡›' */
.icon-wallet:before {
  content: '\e85c';
}
/* 'î¡œ' */
.icon-user-2:before {
  content: '\e85d';
}
/* 'î¡' */
.icon-thumbs-up:before {
  content: '\e85e';
}
/* 'î¡ž' */
.icon-custom-arrow-down:before {
  content: '\e85f';
}
/* 'î¡Ÿ' */
.icon-home:before {
  content: '\e860';
}
/* 'î¡ ' */
.icon-list-bullet:before {
  content: '\e861';
}
/* 'î¡¡' */
.icon-cog:before {
  content: '\e862';
}
/* 'î¡¢' */
.icon-custom-lamp:before {
  content: '\e863';
}
/* 'î¡£' */
.icon-custom-eye:before {
  content: '\e864';
}
/* 'î¡¤' */
.icon-custom-phone:before {
  content: '\e865';
}
/* 'î¡¥' */
.icon-custom-cross:before {
  content: '\e866';
}
/* 'î¡¦' */
.icon-custom-like:before {
  content: '\e867';
}
/* 'î¡§' */
.icon-custom-download:before {
  content: '\e868';
}
/* 'î¡¨' */
.icon-custom-arrow-left:before {
  content: '\e869';
}
/* 'î¡©' */
.icon-custom-arrow-right:before {
  content: '\e86a';
}
/* 'î¡ª' */
.icon-custom-calendar:before {
  content: '\e86b';
}
/* 'î¡«' */
.icon-custom-stats:before {
  content: '\e86c';
}
/* 'î¡¬' */
.icon-custom-users:before {
  content: '\e86d';
}
/* 'î¡­' */
.icon-custom-application-register:before {
  content: '\e86e';
}
/* 'î¡®' */
.icon-custom-world:before {
  content: '\e86f';
}
/* 'î¡¯' */
.icon-custom-edit:before {
  content: '\e870';
}
/* 'î¡°' */
.icon-custom-application:before {
  content: '\e871';
}
/* 'î¡±' */
.icon-custom-clock:before {
  content: '\e872';
}
/* 'î¡²' */
.icon-custom-data:before {
  content: '\e873';
}
/* 'î¡³' */
.icon-custom-organisation:before {
  content: '\e874';
}
/* 'î¡´' */
.icon-custom-security:before {
  content: '\e875';
}
/* 'î¡µ' */
.icon-custom-quote-end:before {
  content: '\e876';
}
/* 'î¡¶' */
.icon-custom-quote-start:before {
  content: '\e877';
}
/* 'î¡·' */
.icon-logout:before {
  content: '\e878';
}
/* 'î¡¸' */
.icon-reply:before {
  content: '\e879';
}
/* 'î¡¹' */
.icon-badge-opan:before {
  content: '\e8ae';
}
/* 'î¢®' */
.icon-badge-requisition:before {
  content: '\e8af';
}
/* 'î¢¯' */
.icon-copy:before {
  content: '\f0c5';
}
/* 'ïƒ…' */
