html.force-desktop {
  /* top images */
  /* breadcrumbs */
  /* content */
  /* tabs */
  /* dynamic content */
  /* accordion content */
  /* custom elements */
  /* WYSIWYG block */
  /* text/media block */
  /* border and spacing */
  /* image cover */
  /* player */
  /* gallery */
  /* form */
  /* survey */
  /* issue report */
  /* sliders */
  /* homepage tiles */
  /* tiles grid */
  /* homepage elements */
  /* contact block */
  /* no auction notices */
  /* error page */
  /* not available */
  /* search results */
  /* share content */
  /* modals */
  /* calendar */
  /* tooltip */
  /* autocomplete */
  /* cookies info */
  /* footer */
  /* visibility options */
  /*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
  /*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
  /*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
  /*
The `retina-sprite` class sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

@icon-home-group: 'icon-home' @icon-home @icon-home-2x;

.icon-home {
  .retina-sprite(@icon-home-group);
}
*/
  /*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
  /*
The `.retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in LESS

.retina-sprites(@retina-groups);
*/
}
html.force-desktop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
html.force-desktop body {
  background: #fff;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body {
    min-width: 1224px;
  }
}
html.force-desktop picture {
  display: block;
  text-align: center;
}
html.force-desktop picture img {
  display: block;
  width: 100%;
}
html.force-desktop a:focus,
html.force-desktop input:focus,
html.force-desktop textarea:focus {
  outline: 1px dashed #2a2a2a;
}
html.force-desktop .alignleft {
  float: left;
}
html.force-desktop .alignright {
  float: right;
}
html.force-desktop .aligncenter {
  display: block !important;
  margin: 0 auto !important;
}
html.force-desktop .container {
  display: inline-block;
  overflow: hidden;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .container {
    display: block;
    margin: 0 auto;
    padding: 0 8px;
    width: 1224px;
  }
}
html.force-desktop header {
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  position: fixed;
  text-transform: uppercase;
  width: 100%;
  z-index: 1000;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header {
    position: relative;
  }
  html.force-desktop header .menu .search-wrapper,
  html.force-desktop header .menu .lang-menu {
    display: none;
  }
}
html.force-desktop header .top-menu {
  background-color: #fff;
  display: inline-block;
  padding: 15px;
  position: relative;
  width: 100%;
  height: 50px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .top-menu {
    display: block;
    height: 96px;
    margin: 0 auto;
    padding: 27px 8px 0;
    width: 1224px;
  }
}
html.force-desktop header .top-menu-wrapper {
  display: none;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .top-menu-wrapper {
    display: inline-block;
    float: right;
    padding-top: 14px;
    position: relative;
  }
}
html.force-desktop header .logo {
  display: inline-block;
  height: 18px;
  position: absolute;
  text-indent: -9999em;
  top: 18px;
  width: 77px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .logo {
    float: left;
    height: 45px;
    position: relative;
    top: 0;
    width: 191px;
  }
}
html.force-desktop header .logo-text {
  color: #000;
  display: none;
  float: left;
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  margin-left: 40px;
  position: relative;
  text-transform: none;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .logo-text {
    display: inline-block;
  }
}
html.force-desktop header .logo-text:before {
  background-color: #cddbdd;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  width: 1px;
}
html.force-desktop header .emergency {
  display: block;
  height: 24px;
  margin: 0 auto;
  position: relative;
  width: 110px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .emergency {
    display: inline-block;
    height: 40px;
    margin-left: 120px;
    padding-top: 5px;
    width: auto;
  }
}
html.force-desktop header .emergency .emergency-number {
  bottom: 6px;
  color: #b95023;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  margin-right: 10px;
  padding: 2px 0 0 24px;
  position: relative;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .emergency .emergency-number {
    bottom: 2px;
    font-size: 30px;
    height: 40px;
    margin-left: 20px;
    padding: 0 0 0 50px;
  }
}
html.force-desktop header .emergency .emergency-text {
  display: inline-block;
  font-size: 10px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .emergency .emergency-text {
    font-size: 18px;
    font-weight: 600;
    float: left;
    line-height: 18px;
  }
}
html.force-desktop header .visibility-mobile {
  display: inline-block;
  text-indent: -9999em;
  position: absolute;
  top: 18px;
  right: 20%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .visibility-mobile {
    display: none;
  }
}
html.force-desktop header .ebok-log-in {
  background-color: #97a6a8;
  color: #fff;
  display: inline-block;
  padding: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin: 60px 0 40px;
  width: 100%;
}
@media only screen and (max-width: 1223px) and (orientation: landscape) {
  html.force-desktop header .ebok-log-in {
    margin: 50px 0 20px;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .ebok-log-in {
    background-color: transparent;
    float: right;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 20px 15px 20px 15px;
    top: 0;
    width: auto;
  }
}
html.force-desktop header .ebok-log-in span {
  padding: 3px 40px 0 0;
  position: relative;
}
html.force-desktop header .ebok-log-in span:before {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .ebok-log-in span {
    padding: 3px 48px 0 0;
  }
}
html.force-desktop header .lang-menu {
  display: inline-block;
  margin: 40px 0 20px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1223px) and (orientation: landscape) {
  html.force-desktop header .lang-menu {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .lang-menu {
    bottom: 0;
    display: inline-block;
    float: right;
    margin: 0 87px 0 25px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: auto;
  }
}
html.force-desktop header .lang-menu .lang {
  border: 1px solid #97a6a8;
  display: inline-block;
  color: #fff;
  height: 40px;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  margin: 0 10px;
}
html.force-desktop header .lang-menu .lang.active {
  background: #97a6a8;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .lang-menu .lang {
    border: none;
    color: #000;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
  }
  html.force-desktop header .lang-menu .lang.active {
    background: transparent;
    color: #0078a5;
  }
  html.force-desktop header .lang-menu .lang:not(:last-child):after {
    content: "/";
    color: #b9b8b8;
    display: inline-block;
    pointer-events: none;
    cursor: default;
    margin: 0 6px;
  }
}
html.force-desktop header .show-calendar {
  height: 26px;
  margin: 0 0 0 25px;
  float: left;
  position: relative;
  text-indent: -9999em;
  width: 26px;
}
html.force-desktop header .visibility-menu {
  display: inline-block;
  float: left;
  height: 17px;
  padding-top: 5px;
  position: relative;
}
html.force-desktop header .visibility-menu .sand-blind {
  float: left;
  height: 17px;
  margin-right: 23px;
  text-indent: -9999em;
  width: 29px;
}
html.force-desktop header .visibility-menu .text-size {
  color: #000;
  display: inline-block;
  float: left;
  font-weight: 600;
  height: 18px;
  line-height: 0;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
  width: 14px;
}
html.force-desktop header .visibility-menu .text-size:last-child {
  margin-right: 0;
}
html.force-desktop header .visibility-menu .text-size.active {
  color: #0078a5;
}
html.force-desktop header .visibility-menu .normal {
  font-size: 14px;
  line-height: 20px;
}
html.force-desktop header .visibility-menu .medium {
  font-size: 16px;
  line-height: 18px;
}
html.force-desktop header .visibility-menu .large {
  font-size: 18px;
  line-height: 16px;
}
html.force-desktop header .visibility-menu--mobile,
html.force-desktop header body.contrast .visibility-menu--mobile {
  padding-top: 15px !important;
  padding-left: 15px;
}
html.force-desktop header .search-wrapper {
  display: inline-block;
  left: 15px;
  position: relative;
  top: 50px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .search-wrapper {
    background-color: #cddbdd;
    height: 55px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
}
html.force-desktop header .search-btn {
  display: inline-block;
  position: relative;
  top: 1px;
  border: none;
  width: 20px;
  height: 20px;
  background-color: #b0bdbf;
  text-indent: -9999em;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .search-btn {
    background-color: #cddbdd;
    float: right;
    height: 55px;
    padding: 18px;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
  }
}
html.force-desktop header .search {
  text-transform: uppercase;
  display: inline-block;
  border: none;
  background: transparent;
  font-size: 16px;
  padding: 4px 10px;
  color: #000;
}
html.force-desktop header .search::-webkit-input-placeholder {
  color: #000;
}
html.force-desktop header .search:-moz-placeholder {
  color: #000;
}
html.force-desktop header .search::-moz-placeholder {
  color: #000;
}
html.force-desktop header .search:-ms-input-placeholder {
  color: #000;
}
html.force-desktop header .search:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop header .search:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop header .search:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop header .search:focus:-ms-input-placeholder {
  color: transparent;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .search {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    float: left;
    padding: 18px 0;
    width: 0;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .menu {
    height: 60px;
    left: 0;
    position: absolute;
    top: 106px;
    width: 100%;
    z-index: 1000;
  }
}
html.force-desktop header .menu .menu-btn {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  height: 59px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 59px;
  z-index: 4;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .menu .menu-btn {
    display: none;
  }
}
html.force-desktop header .menu .menu-btn span {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
  background-color: #000;
  display: block;
  height: 3px;
  left: 15px;
  position: absolute;
  top: 16px;
  width: 28px;
}
html.force-desktop header .menu .menu-btn span:first-child {
  opacity: 1;
  top: 16px;
}
html.force-desktop header .menu .menu-btn span:nth-child(2) {
  top: 24px;
}
html.force-desktop header .menu .menu-btn span:last-child {
  top: 32px;
}
html.force-desktop header .menu.active .menu-btn span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 37px;
  opacity: 1;
  height: 2px;
  width: 22px;
}
html.force-desktop header .menu.active .menu-btn span:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
html.force-desktop header .menu.active .menu-btn span:nth-child(2) {
  background: none;
}
html.force-desktop header .menu.active .menu-btn span:last-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
html.force-desktop header .menu .menu-wrapper {
  -webkit-transition: 0.5s left ease-in-out;
  -moz-transition: 0.5s left ease-in-out;
  -ms-transition: 0.5s left ease-in-out;
  -o-transition: 0.5s left ease-in-out;
  transition: 0.5s left ease-in-out;
  background-color: #b0bdbf;
  height: 100%;
  left: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .menu .menu-wrapper {
    background-color: rgba(198, 198, 198, 0.6);
    display: block;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 0;
    width: 1224px;
  }
}
html.force-desktop header .menu .menu-wrapper .hide-mobile {
  display: none !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .menu .menu-wrapper .hide-mobile {
    display: inline-block !important;
  }
}
html.force-desktop header .menu .menu-wrapper .hide-desktop {
  display: block !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .menu .menu-wrapper .hide-desktop {
    display: none !important;
  }
}
html.force-desktop header .menu .menu-wrapper .home-btn {
  display: none;
}
html.force-desktop header .menu .menu-wrapper .menu-level-btn {
  display: inline-block;
  background-color: #97a6a8;
  border: none;
  padding: 13px 10px 12px;
  position: absolute;
  right: 32px;
  text-indent: -9999em;
  top: 17px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .menu .menu-wrapper .menu-level-btn {
    display: none;
  }
}
html.force-desktop header .menu .menu-wrapper > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .menu .menu-wrapper > ul {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: inline-block;
    height: 60px;
    left: 0;
    max-width: 920px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: auto;
    z-index: 2;
  }
}
html.force-desktop header .menu .menu-wrapper > ul > li {
  position: relative;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .menu .menu-wrapper > ul > li {
    display: inline-block;
    float: left;
    margin: 0;
    max-width: none;
    position: static;
    top: 0;
    width: auto;
  }
}
html.force-desktop header .menu .menu-wrapper > ul > li > ul {
  list-style: none;
  padding: 0;
  display: none;
  background-color: #97a6a8;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .menu .menu-wrapper > ul > li > ul {
    background: url(../img/bg-hover.png);
    left: 0;
    padding: 15px 0;
    position: absolute;
    top: 60px;
    width: 1224px;
  }
}
html.force-desktop header .menu .menu-wrapper > ul > li > ul > li {
  border-bottom: 1px solid #b0bdbf;
  padding: 14px 20px;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .menu .menu-wrapper > ul > li > ul > li {
    border-bottom: none;
    float: left;
    padding: 13px 32px 13px 22px;
    width: auto;
  }
  html.force-desktop header .menu .menu-wrapper > ul > li > ul > li.active a {
    color: #000;
  }
}
html.force-desktop header .menu .menu-wrapper > ul > li > ul > li a {
  font-size: 16px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .menu .menu-wrapper > ul > li > ul > li a {
    background: url(../img/next.png) no-repeat 0 50%;
    font-size: 15px;
    padding-left: 16px;
  }
  html.force-desktop header .menu .menu-wrapper > ul > li > ul > li a:hover {
    color: #000;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .menu .menu-wrapper > ul > li > ul > li:hover {
    background-color: transparent;
  }
}
html.force-desktop header .menu .menu-wrapper > ul > li > a {
  padding: 21px 25px 20px;
}
html.force-desktop header .menu .menu-wrapper > ul > li:first-of-type a {
  border-top-width: 0;
  margin-left: 0;
}
html.force-desktop header .menu .menu-wrapper > ul > li:last-of-type a {
  border-bottom-width: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .menu .menu-wrapper > ul > li.active {
    background-color: #0078a5;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .menu .menu-wrapper > ul > li:hover {
    background-color: #0078a5;
  }
  html.force-desktop header .menu .menu-wrapper > ul > li:hover > ul {
    display: inline-block;
  }
}
html.force-desktop header .menu .menu-wrapper > ul a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header .menu .menu-wrapper > ul a {
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
  }
}
html.force-desktop header .menu .menu-wrapper > ul a:hover {
  text-decoration: none;
}
html.force-desktop header .menu.active .menu-wrapper {
  left: 0;
  overflow-y: auto;
}
html.force-desktop header .menu.active .menu-wrapper ul {
  display: block;
}
html.force-desktop header .menu.active .menu-wrapper ul > li > ul {
  display: none;
}
@media only screen and (min-width: 1px) {
  html.force-desktop header.sticky .menu {
    position: fixed;
    top: 0;
  }
  html.force-desktop header.sticky .menu-wrapper {
    background-color: #c6c6c6;
  }
  html.force-desktop header.sticky .menu-wrapper .home-btn {
    display: inline-block;
    margin: 0 23px 0 0;
    position: relative;
    top: 12px;
    left: 12px;
    float: left;
    text-indent: -9999em;
  }
  html.force-desktop header.sticky .menu-wrapper ul > li > ul {
    left: -61px;
  }
}
html.force-desktop main {
  padding-top: 50px;
  position: relative;
}
@media only screen and (min-width: 1px) {
  html.force-desktop main {
    padding-top: 0;
  }
}
html.force-desktop h1 {
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 1px) {
  html.force-desktop h1 {
    font-size: 24px;
  }
}
html.force-desktop h2 {
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop h2 {
    font-size: 20px;
  }
}
html.force-desktop h3 {
  font-family: "Dosis", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop h3 {
    font-size: 16px;
  }
}
html.force-desktop p {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}
html.force-desktop p strong {
  font-weight: 400;
}
@media only screen and (min-width: 1px) {
  html.force-desktop p {
    font-size: 16px;
    line-height: 28px;
  }
}
html.force-desktop .top-image {
  display: inline-block;
  height: 244px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
html.force-desktop .top-image picture,
html.force-desktop .top-image .picture {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  left: 50%;
  left: 0\9;
  position: absolute;
}
html.force-desktop .top-image picture img,
html.force-desktop .top-image .picture img {
  height: 100%;
  width: auto;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .top-image {
    height: 384px;
    width: 100%;
  }
  html.force-desktop .top-image .picture {
    min-width: 1224px;
  }
}
html.force-desktop .breadcrumbs {
  color: transparent;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 300;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .breadcrumbs {
    color: #a5abac;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    width: 1208px;
  }
}
html.force-desktop .breadcrumbs ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
html.force-desktop .breadcrumbs ul li {
  display: none;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .breadcrumbs ul li {
    display: inline-block;
  }
}
html.force-desktop .breadcrumbs ul li.previous {
  display: inline-block;
}
html.force-desktop .breadcrumbs ul li.previous > a {
  background: url(../img/go-back.png) 0 50% no-repeat;
  color: #a5abac;
  left: 0;
  padding-left: 15px;
  position: relative;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .breadcrumbs ul li.previous > a {
    background: none;
    color: #0078a5;
    padding-left: 0;
  }
}
html.force-desktop .breadcrumbs a {
  color: #0078a5;
  text-decoration: none;
}
html.force-desktop .breadcrumbs span {
  color: #000;
}
html.force-desktop .breadcrumbs .rss {
  color: #6f7f05;
  float: right;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
}
html.force-desktop .breadcrumbs .rss:before {
  left: auto;
  right: 0;
  top: -3px;
}
html.force-desktop .content {
  display: inline-block;
  line-height: 32px;
  font-family: "Open sans";
  font-weight: 300;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content {
    display: block;
    margin: 0 auto;
    line-height: 44px;
    padding: 0 0 40px;
    width: 1208px;
  }
}
html.force-desktop .content.bg-grey {
  background-color: #cddbdd;
  padding: 20px !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content.bg-grey {
    padding: 60px 90px !important;
  }
}
html.force-desktop .content.hide-desktop {
  display: inline-block;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content.hide-desktop {
    display: none;
  }
}
html.force-desktop .content h1.heading-major,
html.force-desktop .content h2.heading-major,
html.force-desktop .content h3.heading-major,
html.force-desktop .content h4.heading-major,
html.force-desktop .content h5.heading-major,
html.force-desktop .content h6.heading-major {
  font-family: "Dosis", sans-serif;
  font-weight: 300;
}
html.force-desktop .content h1.heading-minor,
html.force-desktop .content h2.heading-minor,
html.force-desktop .content h3.heading-minor,
html.force-desktop .content h4.heading-minor,
html.force-desktop .content h5.heading-minor,
html.force-desktop .content h6.heading-minor {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
html.force-desktop .content h1.color-black,
html.force-desktop .content h2.color-black,
html.force-desktop .content h3.color-black,
html.force-desktop .content h4.color-black,
html.force-desktop .content h5.color-black,
html.force-desktop .content h6.color-black {
  color: #000;
}
html.force-desktop .content h1.color-blue,
html.force-desktop .content h2.color-blue,
html.force-desktop .content h3.color-blue,
html.force-desktop .content h4.color-blue,
html.force-desktop .content h5.color-blue,
html.force-desktop .content h6.color-blue {
  color: #0078a5;
}
html.force-desktop .content h1.color-orange,
html.force-desktop .content h2.color-orange,
html.force-desktop .content h3.color-orange,
html.force-desktop .content h4.color-orange,
html.force-desktop .content h5.color-orange,
html.force-desktop .content h6.color-orange {
  color: #b95023;
}
html.force-desktop .content h1.align-left,
html.force-desktop .content h2.align-left,
html.force-desktop .content h3.align-left,
html.force-desktop .content h4.align-left,
html.force-desktop .content h5.align-left,
html.force-desktop .content h6.align-left {
  text-align: left;
}
html.force-desktop .content h1.align-right,
html.force-desktop .content h2.align-right,
html.force-desktop .content h3.align-right,
html.force-desktop .content h4.align-right,
html.force-desktop .content h5.align-right,
html.force-desktop .content h6.align-right {
  text-align: right;
}
html.force-desktop .content h1.align-center,
html.force-desktop .content h2.align-center,
html.force-desktop .content h3.align-center,
html.force-desktop .content h4.align-center,
html.force-desktop .content h5.align-center,
html.force-desktop .content h6.align-center {
  text-align: center;
}
html.force-desktop .content h1 img,
html.force-desktop .content h2 img,
html.force-desktop .content h3 img,
html.force-desktop .content h4 img,
html.force-desktop .content h5 img,
html.force-desktop .content h6 img {
  margin-right: 20px;
  vertical-align: middle;
}
html.force-desktop .content h1 img.alignleft,
html.force-desktop .content h2 img.alignleft,
html.force-desktop .content h3 img.alignleft,
html.force-desktop .content h4 img.alignleft,
html.force-desktop .content h5 img.alignleft,
html.force-desktop .content h6 img.alignleft,
html.force-desktop .content h1 img.alignright,
html.force-desktop .content h2 img.alignright,
html.force-desktop .content h3 img.alignright,
html.force-desktop .content h4 img.alignright,
html.force-desktop .content h5 img.alignright,
html.force-desktop .content h6 img.alignright {
  float: none;
}
html.force-desktop .content h1.form-heading,
html.force-desktop .content h2.form-heading,
html.force-desktop .content h3.form-heading,
html.force-desktop .content h4.form-heading,
html.force-desktop .content h5.form-heading,
html.force-desktop .content h6.form-heading {
  color: #000;
  border-bottom: 2px solid #d4d4d4;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  position: relative;
}
html.force-desktop .content h1.form-heading img,
html.force-desktop .content h2.form-heading img,
html.force-desktop .content h3.form-heading img,
html.force-desktop .content h4.form-heading img,
html.force-desktop .content h5.form-heading img,
html.force-desktop .content h6.form-heading img {
  vertical-align: top;
}
html.force-desktop .content h1 {
  margin: 0 0 40px;
}
html.force-desktop .content h2 {
  margin: 0 0 20px;
}
html.force-desktop .content.heading-content h1,
html.force-desktop .content.heading-content h2,
html.force-desktop .content.heading-content h3,
html.force-desktop .content.heading-content h4,
html.force-desktop .content.heading-content h5,
html.force-desktop .content.heading-content h6,
html.force-desktop .content.heading-content p {
  margin: 0;
}
html.force-desktop .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
html.force-desktop .content ul li {
  background: url(../img/dot.png) 0 8px no-repeat;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  list-style: none;
  margin: 10px 0;
  padding: 0 0 0 16px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content ul li {
    background-position: 0 12px;
    font-size: 16px;
    line-height: 28px;
  }
}
html.force-desktop .content ul li a {
  color: #0078a5;
  display: inline-block;
}
html.force-desktop .content ul.files-list li {
  background: none;
  margin: 15px 0;
  padding: 10px 0 10px 60px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
html.force-desktop .content ul.files-list li.icon-avi {
  background-image: url(../img/files/avi.png);
}
html.force-desktop .content ul.files-list li.icon-doc {
  background-image: url(../img/files/doc.png);
}
html.force-desktop .content ul.files-list li.icon-docx {
  background-image: url(../img/files/docx.png);
}
html.force-desktop .content ul.files-list li.icon-gif {
  background-image: url(../img/files/gif.png);
}
html.force-desktop .content ul.files-list li.icon-jpg {
  background-image: url(../img/files/jpg.png);
}
html.force-desktop .content ul.files-list li.icon-mp3 {
  background-image: url(../img/files/mp3.png);
}
html.force-desktop .content ul.files-list li.icon-mpg {
  background-image: url(../img/files/mpg.png);
}
html.force-desktop .content ul.files-list li.icon-odt {
  background-image: url(../img/files/odt.png);
}
html.force-desktop .content ul.files-list li.icon-pdf {
  background-image: url(../img/files/pdf.png);
}
html.force-desktop .content ul.files-list li.icon-png {
  background-image: url(../img/files/png.png);
}
html.force-desktop .content ul.files-list li.icon-ppt {
  background-image: url(../img/files/ppt.png);
}
html.force-desktop .content ul.files-list li.icon-pptx {
  background-image: url(../img/files/pptx.png);
}
html.force-desktop .content ul.files-list li.icon-rar {
  background-image: url(../img/files/rar.png);
}
html.force-desktop .content ul.files-list li.icon-rtf {
  background-image: url(../img/files/rtf.png);
}
html.force-desktop .content ul.files-list li.icon-swf {
  background-image: url(../img/files/swf.png);
}
html.force-desktop .content ul.files-list li.icon-txt {
  background-image: url(../img/files/txt.png);
}
html.force-desktop .content ul.files-list li.icon-wmv {
  background-image: url(../img/files/wmv.png);
}
html.force-desktop .content ul.files-list li.icon-xls {
  background-image: url(../img/files/xls.png);
}
html.force-desktop .content ul.files-list li.icon-xlsx {
  background-image: url(../img/files/xlsx.png);
}
html.force-desktop .content ul.files-list li.icon-zip {
  background-image: url(../img/files/zip.png);
}
html.force-desktop .content ul.horizontal-list.align-left,
html.force-desktop .content ul.files-list.align-left {
  text-align: left;
}
html.force-desktop .content ul.horizontal-list.align-right,
html.force-desktop .content ul.files-list.align-right {
  text-align: right;
}
html.force-desktop .content ul.horizontal-list.align-center,
html.force-desktop .content ul.files-list.align-center {
  text-align: center;
}
html.force-desktop .content ol {
  padding: 0 20px;
}
html.force-desktop .content .horizontal-links.align-left {
  text-align: left;
}
html.force-desktop .content .horizontal-links.align-right {
  text-align: right;
}
html.force-desktop .content .horizontal-links.align-center {
  text-align: center;
}
html.force-desktop .content .horizontal-links a,
html.force-desktop .content .horizontal-links span {
  color: #0078a5;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-size: 24px;
  margin: 10px 0;
  padding: 0 20px;
  position: relative;
}
html.force-desktop .content .horizontal-links a.active,
html.force-desktop .content .horizontal-links span.active {
  color: #b95023;
}
html.force-desktop .content .horizontal-links a {
  text-decoration: none;
}
html.force-desktop .content .horizontal-links.separated a:after,
html.force-desktop .content .horizontal-links.separated span:after {
  background-color: #494949;
  content: "";
  display: inline-block;
  height: 29px;
  text-decoration: none;
  width: 1px;
  top: 1px;
  right: 0;
  margin-left: 15px;
  position: absolute;
}
html.force-desktop .content .horizontal-links.separated .last-in-line:after {
  display: none;
}
html.force-desktop .content .horizontal-links.color-black a,
html.force-desktop .content .horizontal-links.color-black span {
  color: #000;
}
html.force-desktop .content .horizontal-links.color-orange a,
html.force-desktop .content .horizontal-links.color-orange span {
  color: #b95023;
}
html.force-desktop .content .horizontal-links.color-blue a,
html.force-desktop .content .horizontal-links.color-blue span {
  color: #0078a5;
}
html.force-desktop .content .horizontal-links.active-color-black a.active,
html.force-desktop .content .horizontal-links.active-color-black span.active {
  color: #000;
}
html.force-desktop .content .horizontal-links.active-color-orange a.active,
html.force-desktop .content .horizontal-links.active-color-orange span.active {
  color: #b95023;
}
html.force-desktop .content .horizontal-links.active-color-blue a.active,
html.force-desktop .content .horizontal-links.active-color-blue span.active {
  color: #0078a5;
}
html.force-desktop .content .horizontal-links.text-small a,
html.force-desktop .content .horizontal-links.text-small span {
  font-size: 16px;
}
html.force-desktop .content .horizontal-links.text-small.separated a:after,
html.force-desktop .content .horizontal-links.text-small.separated span:after {
  height: 21px;
  top: 4px;
}
html.force-desktop .content .horizontal-links.text-big a,
html.force-desktop .content .horizontal-links.text-big span {
  font-size: 24px;
}
html.force-desktop .content.btn-left html.force-desktop .content.btn-right {
  position: relative;
}
html.force-desktop .content.btn-left .horizontal-links,
html.force-desktop .content.btn-right .horizontal-links {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content.btn-left .horizontal-links,
  html.force-desktop .content.btn-right .horizontal-links {
    float: none;
    padding: 0 100px;
    position: relative;
    width: auto;
  }
}
html.force-desktop .content.btn-left .btn,
html.force-desktop .content.btn-right .btn {
  float: left;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content.btn-left .btn,
  html.force-desktop .content.btn-right .btn {
    position: absolute;
    top: 35px;
    z-index: 1000;
  }
  html.force-desktop .content.btn-left .btn.alignleft,
  html.force-desktop .content.btn-right .btn.alignleft {
    left: 0;
    right: auto;
  }
  html.force-desktop .content.btn-left .btn.alignright,
  html.force-desktop .content.btn-right .btn.alignright {
    left: auto;
    right: 0;
  }
}
html.force-desktop .content.btn-right .btn {
  float: right;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content.btn-right .btn {
    position: absolute;
    right: 0;
    top: -5px;
  }
}
html.force-desktop .content.site-map ul > li {
  background: url(../img/site-map-go.png) 0 5px no-repeat;
  color: #000;
  padding: 0 0 0 20px;
}
html.force-desktop .content.site-map ul > li > a {
  color: #000;
  font-family: "Dosis", sans-serif;
  text-decoration: none;
}
html.force-desktop .content.site-map ul > li > a:hover {
  color: #0078a5;
}
html.force-desktop .content.site-map ul {
  margin: 0;
  padding: 0;
}
html.force-desktop .content.site-map ul > li {
  font-size: 24px;
  font-weight: 300;
  margin: 30px 0;
}
html.force-desktop .content.site-map ul > li > ul {
  margin: 30px 0 0 30px;
}
html.force-desktop .content.site-map ul > li > ul > li {
  background-position: 0 3px;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0;
}
html.force-desktop .content.site-map ul > li > ul > li > ul {
  margin: 0 0 0 50px;
}
html.force-desktop .content.site-map ul > li > ul > li > ul > li {
  background-position: 0 3px;
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0;
}
html.force-desktop .content.pagination {
  text-align: center;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content.pagination {
    padding: 40px 0;
  }
}
html.force-desktop .content.pagination ul.page-numbers {
  display: inline-block;
  text-align: center;
}
html.force-desktop .content.pagination ul.page-numbers li {
  background: none;
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content.pagination ul.page-numbers li {
    float: none;
    margin: 0 10px;
  }
}
html.force-desktop .content.pagination ul.page-numbers li a,
html.force-desktop .content.pagination ul.page-numbers li span {
  border: 1px solid #97a6a8;
  color: #97a6a8;
  display: none;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  min-width: 40px;
  padding: 13px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content.pagination ul.page-numbers li a,
  html.force-desktop .content.pagination ul.page-numbers li span {
    display: inline-block;
  }
}
html.force-desktop .content.pagination ul.page-numbers li a.current,
html.force-desktop .content.pagination ul.page-numbers li span.current {
  background-color: #97a6a8;
  color: #fff;
}
html.force-desktop .content.pagination ul.page-numbers li a.prev,
html.force-desktop .content.pagination ul.page-numbers li span.prev,
html.force-desktop .content.pagination ul.page-numbers li a.next,
html.force-desktop .content.pagination ul.page-numbers li span.next {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #97a6a8;
  color: #fff;
  display: inline-block;
  height: auto;
  margin: 0 10px;
  padding: 13px 22px;
  width: auto;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content.pagination ul.page-numbers li a.prev,
  html.force-desktop .content.pagination ul.page-numbers li span.prev,
  html.force-desktop .content.pagination ul.page-numbers li a.next,
  html.force-desktop .content.pagination ul.page-numbers li span.next {
    margin: 0;
  }
}
html.force-desktop .content p {
  margin: 0 0 20px;
  width: 100%;
}
html.force-desktop .content p:last-child {
  margin-bottom: 0;
}
html.force-desktop .content p.big-text {
  font-family: "Dosis", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
html.force-desktop .content a {
  color: #0078a5;
}
html.force-desktop .content b,
html.force-desktop .content strong {
  font-weight: 400;
}
html.force-desktop .content .important,
html.force-desktop .content .important * {
  color: #b95023 !important;
  font-size: 20px !important;
  line-height: 32px !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content .important,
  html.force-desktop .content .important * {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}
html.force-desktop .content .highlight {
  color: #0078a5 !important;
  font-style: normal !important;
}
html.force-desktop .content .highlight-bright {
  color: #b95023 !important;
  font-style: normal !important;
}
html.force-desktop .content img {
  display: inline-block;
}
html.force-desktop .content hr {
  background: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 20px 0;
}
html.force-desktop .content .btn {
  background-color: #e6e6e6;
  border: 1px solid #dbdbdb;
  color: #000;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 5px;
  padding: 10px 26px;
  text-decoration: none;
}
html.force-desktop .content .btn.color-orange {
  background-color: #b95023;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
html.force-desktop .content .btn.color-blue {
  background-color: #0078a5;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
html.force-desktop .content .table-wrapper {
  position: relative;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content .table-wrapper {
    position: relative;
    overflow-x: auto;
  }
}
html.force-desktop .content table {
  border: 1px solid #0078a5;
  width: 100%;
  color: #000;
}
html.force-desktop .content table.auto-width {
  width: auto;
}
html.force-desktop .content tbody {
  border: 1px solid #0078a5;
}
html.force-desktop .content td {
  border: 1px solid #0078a5;
  font-size: 10px;
  line-height: 16px;
  padding: 10px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content td {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 30px;
  }
}
html.force-desktop .content th,
html.force-desktop .content thead td {
  background: #0078a5;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #fff;
  height: 110px;
  font-size: 10px;
  line-height: 16px;
  padding: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content th,
  html.force-desktop .content thead td {
    font-size: 16px;
    line-height: 26px;
    padding: 15px 30px;
  }
}
html.force-desktop .content th:first-child,
html.force-desktop .content thead td:first-child {
  border-left: 1px solid #0078a5;
}
html.force-desktop .content .article {
  margin-bottom: 40px;
}
html.force-desktop .content .article .hidden-text {
  display: none;
}
html.force-desktop .content .read-more {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  text-indent: -9999em;
  top: -1px;
  vertical-align: middle;
}
html.force-desktop .content .read-less {
  transform: rotate(180deg);
}
html.force-desktop .content.contact-header h1 > img {
  display: block;
  width: 60px;
  margin: 0 auto 20px !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .content.contact-header h1 > img {
    display: inline-block;
    width: auto;
    margin: 0 20px 0 0 !important;
  }
}
html.force-desktop .tab-nav {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  padding: 4px 5px;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .tab-nav {
    border-bottom: 1px solid #0078a5;
    margin: 0 auto 10px;
    padding: 20px 0 0 0;
  }
}
html.force-desktop .tab-nav .tab {
  background: none;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .tab-nav .tab {
    border-bottom: none;
    margin: 0 8px;
    padding: 20px 50px;
  }
}
html.force-desktop .tab-nav .tab a {
  color: #000;
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .tab-nav .tab a {
    font-size: 20px;
  }
}
html.force-desktop .tab-nav .tab.active {
  background-color: #0078a5;
  border: 1px solid #0078a5;
}
html.force-desktop .tab-nav .tab.active a {
  color: #fff;
}
html.force-desktop .dynamic-nav.hide-mobile {
  display: none !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .dynamic-nav.hide-mobile {
    display: block !important;
  }
}
html.force-desktop .dynamic-content-wrapper.show-mobile .dynamic-content {
  display: inline-block;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .dynamic-content-wrapper.show-mobile .dynamic-content {
    display: none;
  }
  html.force-desktop .dynamic-content-wrapper.show-mobile .dynamic-content.active {
    display: block;
  }
}
html.force-desktop .dynamic-content {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .dynamic-content {
    width: 1208px;
    display: none;
    margin: 0 auto;
    overflow: hidden;
  }
  html.force-desktop .dynamic-content.active {
    display: block;
  }
}
html.force-desktop .dynamic-content.active {
  display: inline-block;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .dynamic-content.active {
    display: block;
  }
}
html.force-desktop .dynamic-content.hide-mobile,
html.force-desktop .dynamic-content.hide-mobile.active {
  display: none !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .dynamic-content.hide-mobile,
  html.force-desktop .dynamic-content.hide-mobile.active {
    display: block !important;
  }
}
html.force-desktop .dynamic-content .content {
  padding: 10px 15px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .dynamic-content .content {
    padding: 0 0 40px;
  }
}
html.force-desktop .dynamic-content .content.dynamic-nav {
  padding: 20px 15px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .dynamic-content .content.dynamic-nav {
    padding: 0 0 20px;
  }
}
html.force-desktop .accordion {
  padding: 0;
}
html.force-desktop .accordion .accordion-content {
  display: none;
  padding: 0;
}
html.force-desktop .accordion .accordion-content .content {
  display: none;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .accordion .accordion-content .content {
    display: block;
  }
}
html.force-desktop .accordion .accordion-content .content:first-child,
html.force-desktop .accordion .accordion-content .content:nth-child(2) {
  display: inline-block;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .accordion .accordion-content .content:first-child,
  html.force-desktop .accordion .accordion-content .content:nth-child(2) {
    display: block;
  }
}
html.force-desktop .accordion .accordion-content .content p {
  margin: 0 0 20px;
}
html.force-desktop .accordion.active {
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .accordion {
    display: block;
    margin: 0 auto;
    width: 1208px;
  }
  html.force-desktop .accordion .accordion-content {
    display: inline-block;
  }
}
html.force-desktop .accordion .accordion-heading:before {
  left: auto;
  right: 48px;
  top: 35px;
}
html.force-desktop .accordion-heading {
  display: inline-block;
  margin: 5px 0;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .accordion-heading {
    display: none;
  }
}
html.force-desktop .accordion-heading h1,
html.force-desktop .accordion-heading h2,
html.force-desktop .accordion-heading h3 {
  background-color: #0078a5;
  color: #fff;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 20px;
  text-align: center;
  text-transform: none;
  width: 100%;
}
html.force-desktop .accordion-fast-nav {
  display: inline-block;
  padding: 10px 40px;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .accordion-fast-nav {
    display: none;
  }
}
html.force-desktop .accordion-fast-nav .collapse,
html.force-desktop .accordion-fast-nav .more-content {
  color: #000;
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  position: relative;
  text-decoration: none;
}
html.force-desktop .accordion-fast-nav .collapse {
  float: left;
  padding-right: 30px;
}
html.force-desktop .accordion-fast-nav .collapse:before {
  left: auto;
  right: 0;
  top: 2px;
}
html.force-desktop .accordion-fast-nav .more-content {
  float: right;
  padding-left: 30px;
}
html.force-desktop .accordion-fast-nav .more-content:before {
  top: 2px;
}
html.force-desktop .about-customer-service {
  display: none;
  padding: 20px 0 40px;
  overflow: hidden;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .about-customer-service {
    display: block;
  }
}
html.force-desktop .about-customer-service .about-customer-service-left {
  float: left;
  width: 655px;
}
html.force-desktop .about-customer-service .about-customer-service-right {
  float: right;
  width: 470px;
}
html.force-desktop .standard-content {
  padding: 20px 15px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .standard-content {
    padding: 40px 0;
  }
}
html.force-desktop .standard-content.two-columns .column {
  display: inline-block;
  float: left;
  padding-left: 20px;
  width: 50%;
}
html.force-desktop .standard-content.two-columns .column:first-child {
  padding: 0 20px 0 0;
}
html.force-desktop .standard-content.two-columns .column p {
  margin: 0 0 20px;
}
html.force-desktop .standard-content.two-columns .column p:last-child {
  margin: 0;
}
html.force-desktop .text-media {
  display: inline-block;
  overflow: auto;
  padding: 0 0 40px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .text-media {
    display: table;
    padding: 0 0 40px;
  }
}
html.force-desktop .text-media .media,
html.force-desktop .text-media .text {
  display: inline-block;
  padding: 0 15px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .text-media .media,
  html.force-desktop .text-media .text {
    display: table-cell;
  }
}
html.force-desktop .text-media .text {
  padding: 20px 15px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .text-media .text {
    padding: 40px 0 0 0;
    vertical-align: top;
  }
}
html.force-desktop .text-media .text p {
  margin: 0 0 20px 0;
}
html.force-desktop .text-media .text p:last-child {
  margin: 0;
}
html.force-desktop .text-media.media-video {
  padding-top: 40px;
}
html.force-desktop .text-media.media-video .text {
  padding-top: 0;
}
html.force-desktop .text-media.media-video .media video {
  width: 100%;
}
html.force-desktop .text-media.media-video.center-video {
  display: block;
}
html.force-desktop .text-media.media-video.center-video .media,
html.force-desktop .text-media.media-video.center-video .text {
  display: inline-block;
  float: left;
  width: 100%;
}
html.force-desktop .text-media.media-video.center-video .media {
  padding-bottom: 10px;
}
html.force-desktop .text-media.media-video.center-video .media video,
html.force-desktop .text-media.media-video.center-video .media iframe {
  display: block;
  margin: 0 auto;
}
html.force-desktop .text-media.media-video.center-video.hide-mobile {
  display: none !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .text-media.media-video.center-video.hide-mobile {
    display: block !important;
  }
}
html.force-desktop .text-media.media-video.no-media .media {
  display: none;
}
html.force-desktop .text-media.media-audio {
  padding-top: 40px;
}
html.force-desktop .text-media.media-audio .text {
  padding-top: 0;
}
html.force-desktop .text-media.media-audio .media audio {
  width: 350px;
}
html.force-desktop .text-media.media-audio.center-audio {
  display: block;
}
html.force-desktop .text-media.media-audio.center-audio .media,
html.force-desktop .text-media.media-audio.center-audio .text {
  display: inline-block;
  float: left;
  width: 100%;
}
html.force-desktop .text-media.media-audio.center-audio .media audio {
  display: block;
  margin: 0 auto 40px;
  width: 100%;
}
html.force-desktop .text-media.media-audio.center-audio.hide-mobile {
  display: none !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .text-media.media-audio.center-audio.hide-mobile {
    display: block !important;
  }
}
html.force-desktop .text-media.media-audio.no-media .media {
  display: none;
}
html.force-desktop .text-media.center-text .text {
  padding-top: 0;
  vertical-align: middle;
}
html.force-desktop .text-media.text-left .media {
  padding: 0 15px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .text-media.text-left .media {
    padding: 0 0 0 60px;
  }
}
html.force-desktop .text-media.text-right .media {
  padding: 0 15px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .text-media.text-right .media {
    padding: 0 60px 0 0;
  }
}
html.force-desktop .text-media .image {
  text-align: center;
}
html.force-desktop .text-media .image img {
  border: none;
  max-width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .text-media .image img {
    border: 1px solid #e7e7e7;
    margin-top: -1px;
    max-width: none;
    padding: 30px;
  }
}
html.force-desktop .text-media .image .image-cover {
  bottom: 8px;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .text-media .image .image-cover {
    bottom: 34px;
    left: 30px;
    right: 30px;
    top: 30px;
  }
}
html.force-desktop .text-media.media-hide-mobile .media {
  display: none !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .text-media.media-hide-mobile .media.image {
    display: table-cell !important;
  }
  html.force-desktop .text-media.media-hide-mobile .media.video {
    display: inline-block !important;
  }
}
html.force-desktop .text-media .audio {
  vertical-align: middle;
}
html.force-desktop .text-media .video iframe {
  border-bottom: none;
  border-left: 12px solid #0078a5;
  border-right: none;
  border-top: 12px solid #0078a5;
  display: inline-block;
}
html.force-desktop .text-media.no-media .media {
  display: none;
}
html.force-desktop .text-media.two-images {
  display: block;
  padding: 40px 0;
}
html.force-desktop .text-media.two-images .image {
  border: none;
  display: inline-block;
  float: left;
  padding: 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .text-media.two-images .image {
    padding: 0 0 0 8px;
    width: 50%;
  }
  html.force-desktop .text-media.two-images .image:first-child {
    padding: 0 8px 0 0;
  }
}
html.force-desktop .text-media.two-images .image.image-left img {
  float: left;
}
html.force-desktop .text-media.two-images .image.image-right img {
  float: right;
}
html.force-desktop .text-media.two-images .image.image-center img {
  margin: 0 auto;
}
html.force-desktop .text-media.two-images .image img {
  border: none;
  display: block;
  max-width: 100%;
  padding: 0;
}
html.force-desktop .text-media.hide-mobile {
  display: none !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .text-media.hide-mobile {
    display: inline-block !important;
  }
  html.force-desktop .text-media.hide-mobile.text-media {
    display: table;
  }
  html.force-desktop .text-media.hide-mobile.two-images {
    display: block;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop .border-top {
    border-top: 1px solid #e7e7e7;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop .border-bottom {
    border-bottom: 1px solid #e7e7e7;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop .border-top-bottom {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
}
html.force-desktop .cover {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
html.force-desktop .cover:hover .image-cover {
  display: block;
}
html.force-desktop .cover .image-cover {
  bottom: 4px;
  color: #fff;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
html.force-desktop .cover .image-cover .cover-icon-wrapper {
  display: table;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 2;
}
html.force-desktop .cover .image-cover .cover-icon-wrapper .cover-icon-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
html.force-desktop .cover .image-cover .cover-icon-wrapper .cover-icon-center .cover-icon {
  display: inline-block;
  height: 51px;
  width: 51px;
}
html.force-desktop .cover .image-cover .cover-layer {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  background-color: #0078a5;
  height: 100%;
  left: 0;
  opacity: .9;
  position: absolute;
  top: 0;
  width: 100%;
}
html.force-desktop .mejs-container {
  background: #f0f0f0;
  background: rgba(240, 240, 240, 0);
  margin: 20px auto;
}
html.force-desktop .mejs-overlay-button {
  background: url(../img/play.svg) no-repeat !important;
}
html.force-desktop .no-svg .mejs-overlay-button {
  background-image: url(../img/play.png) !important;
}
html.force-desktop .mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 0;
}
html.force-desktop .mejs-overlay-loading,
html.force-desktop .mejs-container .mejs-controls,
html.force-desktop .mejs-controls .mejs-volume-button .mejs-volume-slider,
html.force-desktop .mejs-controls .mejs-captions-button .mejs-captions-selector,
html.force-desktop .mejs-captions-text,
html.force-desktop .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector,
html.force-desktop .mejs-postroll-layer,
html.force-desktop .mejs-postroll-close,
html.force-desktop .mejs-controls .mejs-speed-button .mejs-speed-selector {
  background-image: url(../img/mediaelement/background.png) !important;
}
html.force-desktop .mejs-controls .mejs-button button {
  background-image: url(../img/mediaelement/controls.svg) !important;
}
html.force-desktop .no-svg .mejs-controls .mejs-button button {
  background-image: url(../img/mediaelement/controls.png) !important;
}
html.force-desktop .mejs-overlay-loading span {
  background-image: url(../img/mediaelement/loading.gif) !important;
}
html.force-desktop .mejs-controls .mejs-button.mejs-jump-forward-button {
  background-image: url(../img/mediaelement/jumpforward.png) !important;
}
html.force-desktop .mejs-controls .mejs-button.mejs-skip-back-button {
  background-image: url(../img/mediaelement/skipback.png) !important;
}
html.force-desktop .gallery-header {
  color: transparent;
  font-size: 0;
  margin: 0;
  position: absolute;
  top: 90px;
  z-index: -1;
}
html.force-desktop .gallery {
  display: inline-block;
  margin-bottom: -40px;
  width: 100%;
}
html.force-desktop .gallery .gallery-image {
  display: block;
  margin: 0 auto;
  width: 290px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .gallery .gallery-image {
    display: inline-block;
    margin: 0 0 40px 16px;
    float: left;
  }
}
html.force-desktop .gallery .gallery-image.first-in-line {
  clear: left;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .gallery .gallery-image.first-in-line {
    margin-left: 0;
  }
}
html.force-desktop .gallery .gallery-image .image-wrapper {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
}
html.force-desktop .gallery .gallery-image .image-description {
  padding-top: 20px;
}
html.force-desktop .gallery .gallery-image .image-description span {
  color: #0078a5;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
html.force-desktop .gallery .gallery-image .image-description p {
  margin: 0;
}
html.force-desktop .gallery-item img {
  border: none !important;
}
html.force-desktop form.wpcf7-form br {
  display: none !important;
}
html.force-desktop form label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
}
html.force-desktop form .label {
  display: inline-block;
  padding: 0 0 0 32px;
  position: relative;
  text-align: left;
  width: 100%;
}
html.force-desktop form .label:before {
  background: none;
  border: 1px solid #e7e7e7;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 16px;
}
html.force-desktop form fieldset,
html.force-desktop form .fieldset-radio {
  border: none;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 1px) {
  html.force-desktop form fieldset,
  html.force-desktop form .fieldset-radio {
    text-align: left;
  }
}
html.force-desktop form input.checked + .label:after,
html.force-desktop form span.checked + .label:after {
  background: #0078a5;
  content: '';
  display: inline-block;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 9px;
  width: 8px;
}
html.force-desktop form input[type="checkbox"],
html.force-desktop form input[type="radio"] {
  display: block;
  height: 0;
  left: 0\9;
  left: -9999em;
  line-height: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -9999;
}
html.force-desktop form input[type="checkbox"]:focus,
html.force-desktop form input[type="radio"]:focus {
  outline: none;
}
html.force-desktop form input[type="checkbox"]:focus + .label:before,
html.force-desktop form input[type="radio"]:focus + .label:before {
  outline: 1px dashed #2a2a2a;
}
html.force-desktop form input[type="checkbox"]:checked + .label:after,
html.force-desktop form input[type="radio"]:checked + .label:after,
html.force-desktop form .checked + .label:after {
  background: #0078a5;
  content: '';
  display: inline-block;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 9px;
  width: 8px;
}
html.force-desktop form input[type="text"]:not(.search),
html.force-desktop form input[type="email"],
html.force-desktop form .static-form-field {
  background-color: transparent;
  border-top: 0\9;
  border-top: none;
  border-left: 0\9;
  border-left: none;
  border-right: 0\9;
  border-right: none;
  border-bottom: 1px solid #cacaca;
  display: inline-block;
  font-size: 15px;
  line-height: normal;
  margin: 5px 0;
  padding: 5px 0;
  width: 100%;
}
html.force-desktop form .wpcf7-form-control-wrap input {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #cacaca;
  display: inline-block;
  font-size: 15px;
  line-height: normal;
  margin: 5px 0;
  padding: 5px 0;
  width: 100%;
}
html.force-desktop form .wpcf7-form-control-wrap.recaptcha-wrapper {
  padding-top: 15px;
}
html.force-desktop form input[type="text"]::-webkit-input-placeholder,
html.force-desktop form input[type="email"]::-webkit-input-placeholder {
  color: #000;
}
html.force-desktop form input[type="text"]:-moz-placeholder,
html.force-desktop form input[type="email"]:-moz-placeholder {
  color: #000;
}
html.force-desktop form input[type="text"]::-moz-placeholder,
html.force-desktop form input[type="email"]::-moz-placeholder {
  color: #000;
}
html.force-desktop form input[type="text"]:-ms-input-placeholder,
html.force-desktop form input[type="email"]:-ms-input-placeholder {
  color: #000;
}
html.force-desktop form input[type="text"]:focus::-webkit-input-placeholder,
html.force-desktop form input[type="email"]:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop form input[type="text"]:focus:-moz-placeholder,
html.force-desktop form input[type="email"]:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop form input[type="text"]:focus::-moz-placeholder,
html.force-desktop form input[type="email"]:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop form input[type="text"]:focus:-ms-input-placeholder,
html.force-desktop form input[type="email"]:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop form input[type="text"].search::-webkit-input-placeholder,
html.force-desktop form input[type="email"].search::-webkit-input-placeholder {
  color: #000;
}
html.force-desktop form input[type="text"].search:-moz-placeholder,
html.force-desktop form input[type="email"].search:-moz-placeholder {
  color: #000;
}
html.force-desktop form input[type="text"].search::-moz-placeholder,
html.force-desktop form input[type="email"].search::-moz-placeholder {
  color: #000;
}
html.force-desktop form input[type="text"].search:-ms-input-placeholder,
html.force-desktop form input[type="email"].search:-ms-input-placeholder {
  color: #000;
}
html.force-desktop form input[type="text"].search:focus::-webkit-input-placeholder,
html.force-desktop form input[type="email"].search:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop form input[type="text"].search:focus:-moz-placeholder,
html.force-desktop form input[type="email"].search:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop form input[type="text"].search:focus::-moz-placeholder,
html.force-desktop form input[type="email"].search:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop form input[type="text"].search:focus:-ms-input-placeholder,
html.force-desktop form input[type="email"].search:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop form form .agreement .text-label.checked::after {
  top: 15px;
  left: 5px;
}
html.force-desktop form input[type="text"].error,
html.force-desktop form input[type="email"].error,
html.force-desktop form textarea.error {
  border-bottom: 1px solid #e23e3e;
}
html.force-desktop form input[type="text"].error::-webkit-input-placeholder,
html.force-desktop form input[type="email"].error::-webkit-input-placeholder,
html.force-desktop form textarea.error::-webkit-input-placeholder {
  color: #e23e3e;
}
html.force-desktop form input[type="text"].error:-moz-placeholder,
html.force-desktop form input[type="email"].error:-moz-placeholder,
html.force-desktop form textarea.error:-moz-placeholder {
  color: #e23e3e;
}
html.force-desktop form input[type="text"].error::-moz-placeholder,
html.force-desktop form input[type="email"].error::-moz-placeholder,
html.force-desktop form textarea.error::-moz-placeholder {
  color: #e23e3e;
}
html.force-desktop form input[type="text"].error:-ms-input-placeholder,
html.force-desktop form input[type="email"].error:-ms-input-placeholder,
html.force-desktop form textarea.error:-ms-input-placeholder {
  color: #e23e3e;
}
html.force-desktop form input[type="text"].error:focus::-webkit-input-placeholder,
html.force-desktop form input[type="email"].error:focus::-webkit-input-placeholder,
html.force-desktop form textarea.error:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop form input[type="text"].error:focus:-moz-placeholder,
html.force-desktop form input[type="email"].error:focus:-moz-placeholder,
html.force-desktop form textarea.error:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop form input[type="text"].error:focus::-moz-placeholder,
html.force-desktop form input[type="email"].error:focus::-moz-placeholder,
html.force-desktop form textarea.error:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop form input[type="text"].error:focus:-ms-input-placeholder,
html.force-desktop form input[type="email"].error:focus:-ms-input-placeholder,
html.force-desktop form textarea.error:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop form input[type="file"] {
  height: 0;
  width: 0;
}
html.force-desktop form .text-label {
  line-height: 28px;
  padding: 5px 0 5px 32px;
}
html.force-desktop form .text-label:before {
  top: 10px;
}
html.force-desktop form .text-label p {
  margin: 0;
}
html.force-desktop form .checked + .label.text-label:after {
  top: 15px;
}
html.force-desktop form span.required-fields {
  font-weight: 400;
  display: block;
  position: relative;
  left: 0;
  margin: 0 auto;
  top: -10px;
  text-align: center;
}
@media only screen and (min-width: 1px) {
  html.force-desktop form span.required-fields {
    position: absolute;
    left: 400px;
    margin: 0;
    font-weight: 400;
    top: 4px;
    width: auto;
  }
}
html.force-desktop form p {
  display: inline-block;
  float: right;
  font-size: 15px;
  margin: 0;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1px) {
  html.force-desktop form p {
    display: inline-block;
    margin: 0;
    float: right;
    padding-left: 0;
    top: auto;
    width: 470px;
  }
}
html.force-desktop form .two-fields {
  display: inline-block;
  width: 100%;
}
html.force-desktop form .two-fields label > span {
  display: inline-block;
  font-size: 15px;
  line-height: 38px;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop form .two-fields label > span {
    float: left;
    margin-left: 8px;
    width: auto;
  }
  html.force-desktop form .two-fields label > span:first-child {
    margin-left: 0;
    width: auto;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop form .two-fields.realization-date label > span {
    width: 536px;
  }
  html.force-desktop form .two-fields.realization-date label > span:first-child {
    width: 120px;
  }
}
html.force-desktop form .two-fields .wpcf7-form br {
  display: none;
}
html.force-desktop form .two-fields input[type="text"] + .error-message {
  top: auto\9;
}
html.force-desktop form textarea {
  background: url(../img/bg-textarea.png) repeat;
  border: none;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 42px;
  margin: 0;
  min-height: 42px;
  overflow: hidden;
  resize: none;
  width: 100%;
}
html.force-desktop form textarea::-webkit-input-placeholder {
  color: #000;
}
html.force-desktop form textarea:-moz-placeholder {
  color: #000;
}
html.force-desktop form textarea::-moz-placeholder {
  color: #000;
}
html.force-desktop form textarea:-ms-input-placeholder {
  color: #000;
}
html.force-desktop form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop form textarea:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop form textarea:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop form .form-control-wrapper {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
html.force-desktop form .wpcf7-response-output {
  font-family: Dosis, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin: 10px 0;
  padding: 0 10px;
  width: 100%;
  text-align: center;
}
html.force-desktop form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #6f7f05;
  border: none;
  color: #fff;
}
html.force-desktop form .wpcf7-response-output.wpcf7-validation-errors {
  background: #e23e3e;
  border: none;
  color: #fff;
}
html.force-desktop form .error-message {
  display: none;
  font-size: 11px;
  line-height: 13px;
  color: #e23e3e;
  position: absolute;
  left: 0;
}
html.force-desktop form .wpcf7-checkbox + .error-message {
  position: relative;
  top: -10px;
}
html.force-desktop form input.error + .error-message {
  top: 35px;
}
html.force-desktop form textarea.error + .error-message {
  bottom: 10px;
}
html.force-desktop form .error .error-message,
html.force-desktop form .error + .error-message {
  display: inline-block;
}
html.force-desktop form .personal-data-processing {
  display: inline-block;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 1px) {
  html.force-desktop form .personal-data-processing {
    padding-bottom: 15px;
  }
}
html.force-desktop form .personal-data-processing .form-control-wrapper {
  padding-bottom: 0;
}
html.force-desktop form .personal-data-processing .error-message {
  bottom: 0;
  font-size: 13px;
  font-weight: 700;
}
html.force-desktop form .hidden-field {
  display: none;
}
@media only screen and (min-width: 1px) {
  html.force-desktop form .hidden-field {
    display: inline-block;
  }
}
html.force-desktop form .show-more-fields-wrapper {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop form .show-more-fields-wrapper {
    display: none;
  }
}
html.force-desktop form .show-more-fields-wrapper .show-more-fields {
  color: #000;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin: 0 auto;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
}
html.force-desktop form .show-more-fields-wrapper .show-more-fields:before {
  top: 6px;
}
html.force-desktop form .wpcf7-form-control-wrap {
  display: inline-block;
  margin-top: 20px;
  position: relative;
  width: 100%;
  color: #000;
}
html.force-desktop form .wpcf7-not-valid-tip {
  color: #e23e3e;
  font-size: 11px;
  left: 0;
  line-height: 13px;
  position: absolute;
  top: 56px;
  text-align: left;
}
html.force-desktop form .wpcf7-form-control-wrap input[type="text"].wpcf7-not-valid,
html.force-desktop form .wpcf7-form-control-wrap input[type="email"].wpcf7-not-valid {
  border-bottom: 1px solid #e23e3e;
}
html.force-desktop form .wpcf7-form-control-wrap input[type="text"].wpcf7-not-valid::-webkit-input-placeholder,
html.force-desktop form .wpcf7-form-control-wrap input[type="email"].wpcf7-not-valid::-webkit-input-placeholder {
  color: rgba(226, 62, 62, 0.8);
}
html.force-desktop form .wpcf7-form-control-wrap input[type="text"].wpcf7-not-valid:-moz-placeholder,
html.force-desktop form .wpcf7-form-control-wrap input[type="email"].wpcf7-not-valid:-moz-placeholder {
  color: rgba(226, 62, 62, 0.8);
}
html.force-desktop form .wpcf7-form-control-wrap input[type="text"].wpcf7-not-valid::-moz-placeholder,
html.force-desktop form .wpcf7-form-control-wrap input[type="email"].wpcf7-not-valid::-moz-placeholder {
  color: rgba(226, 62, 62, 0.8);
}
html.force-desktop form .wpcf7-form-control-wrap input[type="text"].wpcf7-not-valid:-ms-input-placeholder,
html.force-desktop form .wpcf7-form-control-wrap input[type="email"].wpcf7-not-valid:-ms-input-placeholder {
  color: rgba(226, 62, 62, 0.8);
}
html.force-desktop form .wpcf7-form-control-wrap input[type="text"].wpcf7-not-valid:focus::-webkit-input-placeholder,
html.force-desktop form .wpcf7-form-control-wrap input[type="email"].wpcf7-not-valid:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop form .wpcf7-form-control-wrap input[type="text"].wpcf7-not-valid:focus:-moz-placeholder,
html.force-desktop form .wpcf7-form-control-wrap input[type="email"].wpcf7-not-valid:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop form .wpcf7-form-control-wrap input[type="text"].wpcf7-not-valid:focus::-moz-placeholder,
html.force-desktop form .wpcf7-form-control-wrap input[type="email"].wpcf7-not-valid:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop form .wpcf7-form-control-wrap input[type="text"].wpcf7-not-valid:focus:-ms-input-placeholder,
html.force-desktop form .wpcf7-form-control-wrap input[type="email"].wpcf7-not-valid:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop form textarea.error,
html.force-desktop form .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border: none;
  background: url(../img/bg-textarea-error.png) repeat;
}
html.force-desktop form textarea.error::-webkit-input-placeholder,
html.force-desktop form .wpcf7-form-control-wrap textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: rgba(226, 62, 62, 0.8);
}
html.force-desktop form textarea.error:-moz-placeholder,
html.force-desktop form .wpcf7-form-control-wrap textarea.wpcf7-not-valid:-moz-placeholder {
  color: rgba(226, 62, 62, 0.8);
}
html.force-desktop form textarea.error::-moz-placeholder,
html.force-desktop form .wpcf7-form-control-wrap textarea.wpcf7-not-valid::-moz-placeholder {
  color: rgba(226, 62, 62, 0.8);
}
html.force-desktop form textarea.error:-ms-input-placeholder,
html.force-desktop form .wpcf7-form-control-wrap textarea.wpcf7-not-valid:-ms-input-placeholder {
  color: rgba(226, 62, 62, 0.8);
}
html.force-desktop form textarea.error:focus::-webkit-input-placeholder,
html.force-desktop form .wpcf7-form-control-wrap textarea.wpcf7-not-valid:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop form textarea.error:focus:-moz-placeholder,
html.force-desktop form .wpcf7-form-control-wrap textarea.wpcf7-not-valid:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop form textarea.error:focus::-moz-placeholder,
html.force-desktop form .wpcf7-form-control-wrap textarea.wpcf7-not-valid:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop form textarea.error:focus:-ms-input-placeholder,
html.force-desktop form .wpcf7-form-control-wrap textarea.wpcf7-not-valid:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop form .wpcf7-form-control-wrap input[type="text"] + .wpcf7-not-valid-tip,
html.force-desktop form .wpcf7-form-control-wrap input[type="email"] + .wpcf7-not-valid-tip {
  top: 42px;
}
html.force-desktop form .wpcf7-form-control-wrap textarea + .wpcf7-not-valid-tip {
  top: auto;
  bottom: -6px;
}
html.force-desktop form .wpcf7-recaptcha + .wpcf7-not-valid-tip,
html.force-desktop form .recaptcha-wrapper .wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 700;
  top: 85px;
}
html.force-desktop div.wpcf7-validation-errors {
  border: none !important;
}
html.force-desktop .screen-reader-response,
html.force-desktop .wpcf7-response-output.wpcf7-validation-errors {
  background: rgba(226, 62, 62, 0.2);
  border: 1px solid #e23e3e;
  color: #e23e3e;
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px;
  width: 100%;
}
html.force-desktop .screen-reader-response ul,
html.force-desktop .wpcf7-response-output.wpcf7-validation-errors ul {
  display: none;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .issue-report + .wpcf7-response-output {
    position: absolute;
    top: 580px;
  }
}
html.force-desktop .quiz_section {
  position: relative;
}
html.force-desktop .quiz_section .mlw_qmn_question_number,
html.force-desktop .questions-left {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 15px;
}
html.force-desktop .quiz_section .mlw_qmn_question_number {
  left: 25px;
}
html.force-desktop .questions-left {
  right: 25px;
}
html.force-desktop .quiz_section > .mlw_qmn_question,
html.force-desktop .quiz_section > label {
  background: #0078a5;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 15px 25px;
  width: 100%;
}
html.force-desktop .mlw_qmn_question_number + .mlw_qmn_question {
  padding: 15px 25px 15px 45px;
}
html.force-desktop .mlw_horizontal_choice {
  display: inline-block;
  float: left;
  margin-left: 20px;
  width: auto;
}
html.force-desktop .mlw_horizontal_choice:first-child {
  margin-left: 0;
}
html.force-desktop .mlw_qmn_comment_section_text p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
html.force-desktop .qmn_quiz_container select,
html.force-desktop .qmn_quiz_container input[type="text"],
html.force-desktop .qmn_quiz_container input[type="email"],
html.force-desktop .qmn_quiz_container input[type="number"] {
  background-color: transparent;
  border-top: 0\9;
  border-top: none;
  border-left: 0\9;
  border-left: none;
  border-right: 0\9;
  border-right: none;
  border-bottom: 1px solid #cacaca;
  display: inline-block;
  font-size: 15px;
  line-height: normal;
  margin: 5px 0;
  padding: 5px 0;
  width: 100%;
}
html.force-desktop .qmn_quiz_container textarea {
  background: url(../img/bg-textarea.png) repeat;
  border: none;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 42px;
  margin: 0;
  min-height: 42px;
  overflow: hidden;
  resize: none;
  width: 100%;
}
html.force-desktop .qmn_quiz_container textarea::-webkit-input-placeholder {
  color: #000;
}
html.force-desktop .qmn_quiz_container textarea:-moz-placeholder {
  color: #000;
}
html.force-desktop .qmn_quiz_container textarea::-moz-placeholder {
  color: #000;
}
html.force-desktop .qmn_quiz_container textarea:-ms-input-placeholder {
  color: #000;
}
html.force-desktop .qmn_quiz_container textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop .qmn_quiz_container textarea:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop .qmn_quiz_container textarea:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop .qmn_quiz_container textarea:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop input.qmn_fill_blank.mlwRequiredText {
  background: #fff;
  color: #000;
  margin: 0 5px;
  width: auto;
}
html.force-desktop .mlw_horizontal_multiple input[type="checkbox"] + label,
html.force-desktop .mlw_horizontal_choice input[type="checkbox"] + label,
html.force-desktop .mlw_horizontal_choice input[type="radio"] + label,
html.force-desktop .qmn_accept_answers input[type="checkbox"] + label,
html.force-desktop .qmn_mc_answer_wrap input[type="checkbox"] + label,
html.force-desktop .qmn_mc_answer_wrap input[type="radio"] + label {
  display: inline-block;
  padding: 0 0 0 32px;
  position: relative;
  text-align: left;
  width: 100%;
}
html.force-desktop .mlw_horizontal_multiple input[type="checkbox"] + label:before,
html.force-desktop .mlw_horizontal_choice input[type="checkbox"] + label:before,
html.force-desktop .mlw_horizontal_choice input[type="radio"] + label:before,
html.force-desktop .qmn_accept_answers input[type="checkbox"] + label:before,
html.force-desktop .qmn_mc_answer_wrap input[type="checkbox"] + label:before,
html.force-desktop .qmn_mc_answer_wrap input[type="radio"] + label:before {
  background: none;
  border: 1px solid #e7e7e7;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 16px;
}
html.force-desktop .qmn_accept_answers input[type="checkbox"] + label:before {
  top: 4px;
}
html.force-desktop .mlw_horizontal_multiple input[type="checkbox"],
html.force-desktop .mlw_horizontal_choice input[type="checkbox"],
html.force-desktop .mlw_horizontal_choice input[type="radio"],
html.force-desktop .qmn_accept_answers input[type="checkbox"],
html.force-desktop .qmn_mc_answer_wrap input[type="checkbox"],
html.force-desktop .qmn_mc_answer_wrap input[type="radio"] {
  display: block;
  height: 0;
  left: 0\9;
  left: -9999em;
  line-height: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -9999;
}
html.force-desktop .mlw_horizontal_multiple input[type="checkbox"]:checked + label:after,
html.force-desktop .mlw_horizontal_choice input[type="checkbox"]:checked + label:after,
html.force-desktop .mlw_horizontal_choice input[type="radio"]:checked + label:after,
html.force-desktop .qmn_accept_answers input[type="checkbox"]:checked + label:after,
html.force-desktop .qmn_mc_answer_wrap input[type="checkbox"]:checked + label:after,
html.force-desktop .qmn_mc_answer_wrap input[type="radio"]:checked + label:after,
html.force-desktop .quiz_section input.mlw_qmn_question_comment {
  background: #0078a5;
  content: '';
  display: inline-block;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 11px;
  width: 8px;
}
html.force-desktop .qmn_accept_answers input[type="checkbox"]:checked + label:after {
  top: 9px;
}
html.force-desktop .quiz_section input.mlw_qmn_question_comment {
  margin-top: 40px;
}
html.force-desktop .qmn_pagination {
  border: none;
}
html.force-desktop .quiz_section.quiz_end {
  display: block;
  position: relative;
}
html.force-desktop .quiz_section.quiz_end input[type="submit"] {
  bottom: -60px;
  position: absolute;
  right: 0;
}
html.force-desktop .qmn_btn.mlw_qmn_quiz_link,
html.force-desktop .quiz_section.quiz_end input[type="submit"] {
  border: 0;
  color: white;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 30px;
  text-decoration: none;
}
html.force-desktop .qmn_btn.mlw_qmn_quiz_link.mlw_previous {
  background: #0078a5;
  float: left;
}
html.force-desktop .quiz_section.quiz_end br {
  display: none;
}
html.force-desktop .qmn_btn.mlw_qmn_quiz_link.mlw_next,
html.force-desktop .quiz_section.quiz_end input[type="submit"] {
  background: #b95023;
  float: right;
}
html.force-desktop .mlw_qmn_message_end {
  display: none;
}
html.force-desktop .qmn_error_message_section.qmn_error_message {
  background: rgba(226, 62, 62, 0.2);
  border: 1px solid #e23e3e;
  color: #e23e3e;
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px;
  width: 100%;
}
html.force-desktop .quiz_section .qmn_radio_answers {
  overflow: hidden;
}
html.force-desktop .quiz_section.qmn_error .qmn_radio_answers,
html.force-desktop .quiz_section.qmn_error .qmn_accept_answers {
  border: 1px solid rgba(226, 62, 62, 0.6);
}
html.force-desktop .quiz_section.qmn_error select,
html.force-desktop .quiz_section.qmn_error input[type="text"],
html.force-desktop .quiz_section.qmn_error input[type="email"],
html.force-desktop .quiz_section.qmn_error input[type="number"],
html.force-desktop .quiz_section.qmn_error input.qmn_fill_blank.mlwRequiredText {
  border-bottom: 1px solid rgba(226, 62, 62, 0.6);
}
html.force-desktop .quiz_section.qmn_error textarea {
  border: none;
  background: url(../img/bg-textarea-error.png) repeat;
}
html.force-desktop .quiz_section.qmn_error textarea::-webkit-input-placeholder {
  color: rgba(226, 62, 62, 0.8);
}
html.force-desktop .quiz_section.qmn_error textarea:-moz-placeholder {
  color: rgba(226, 62, 62, 0.8);
}
html.force-desktop .quiz_section.qmn_error textarea::-moz-placeholder {
  color: rgba(226, 62, 62, 0.8);
}
html.force-desktop .quiz_section.qmn_error textarea:-ms-input-placeholder {
  color: rgba(226, 62, 62, 0.8);
}
html.force-desktop .quiz_section.qmn_error textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop .quiz_section.qmn_error textarea:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop .quiz_section.qmn_error textarea:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop .quiz_section.qmn_error textarea:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop form .wpcf7-form-control-wrap input[type=email] + .wpcf7-not-valid-tip {
  top: 50px;
}
html.force-desktop .form-column--alt .wpcf7-not-valid-tip {
  top: 42px !important;
}
html.force-desktop .form-column--alt .wpcf7-form-control-wrap {
  margin-top: 0;
}
html.force-desktop .issue-report {
  overflow: hidden;
  padding: 60px 15px !important;
  position: relative;
}
html.force-desktop .issue-report p {
  top: 40px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .issue-report {
    padding: 20px 0 40px;
  }
}
html.force-desktop .issue-report .sprite-form-user {
  padding-left: 40px;
}
html.force-desktop .issue-report .required-fields {
  color: #b95023;
  font-size: 15px;
  display: block;
  text-align: center;
  margin: 0 auto 16px;
}
html.force-desktop .issue-report .required-fields:before {
  content: "*";
  margin: 0;
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .issue-report .required-fields {
    bottom: 56px;
    color: #000;
    margin: 0;
    position: absolute;
    right: 200px;
  }
}
html.force-desktop .issue-report .issue-type {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
}
html.force-desktop .issue-report .issue-type .issue-type-label {
  float: left;
  font-size: 15px;
  margin-bottom: 16px;
  width: 100%;
}
html.force-desktop .issue-report .issue-type .issue-type-label:after {
  content: "*";
  margin: 0;
  position: relative;
  top: -2px;
}
html.force-desktop .issue-report .issue {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  margin: 10px 20px;
  position: relative;
  text-align: left;
  width: 91px;
}
@media only screen and (min-width: 420px) {
  html.force-desktop .issue-report .issue {
    margin: 10px 40px;
  }
}
@media only screen and (min-width: 500px) {
  html.force-desktop .issue-report .issue {
    margin: 0 20px 0 0;
  }
  html.force-desktop .issue-report .issue:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop .issue-report .issue {
    float: left;
  }
}
html.force-desktop .issue-report .issue label {
  font-size: 0;
  height: 100%;
  padding-top: 100px;
}
html.force-desktop .issue-report .issue .label {
  font-size: 11px;
  line-height: 26px;
  padding: 0 0 0 24px;
}
html.force-desktop .issue-report .issue-photo {
  display: inline-block;
  text-align: center;
  width: 100%;
}
html.force-desktop .issue-report .issue-photo .issue-photo-label {
  display: inline-block;
  float: left;
  font-size: 15px;
}
html.force-desktop .issue-report .issue-photo .issue-photo-name {
  color: #0078a5;
  display: inline-block;
  float: left;
  height: 32px;
  margin-left: 5px;
  max-width: 200px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  width: 100%;
}
html.force-desktop .issue-report .issue-attachment {
  background-color: #e6e6e6;
  border: 1px solid #dbdbdb;
  color: #000;
  display: inline-block;
  float: left;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 46px;
  margin: 0;
  padding: 0 25px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .issue-report .issue-attachment {
    display: inline-block;
    float: right;
    margin: 0;
  }
}
html.force-desktop .issue-report > p {
  display: inline-block;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .issue-report > p {
    display: block;
    width: auto;
    top: 56px;
  }
}
html.force-desktop .issue-report .send-report {
  display: inline-block;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .issue-report .send-report {
    float: right;
  }
}
html.force-desktop .form-column {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .form-column {
    width: 520px;
  }
}
html.force-desktop .left-column {
  float: left;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .left-column {
    float: left;
    margin-bottom: 0;
  }
}
html.force-desktop .right-column {
  float: left;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .right-column {
    float: right;
  }
}
html.force-desktop .prev,
html.force-desktop .next {
  background: #fff;
  border: none;
  bottom: 50%;
  cursor: pointer;
  display: block;
  height: 57px;
  padding: 0;
  position: absolute;
  text-indent: -9999em;
  width: 47px;
  z-index: 1000;
}
html.force-desktop .dots {
  bottom: 0;
  display: inline-block;
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 100;
}
html.force-desktop .dots li {
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  position: relative;
}
html.force-desktop .dots li button {
  background-color: #cdcdcd;
  border: none;
  height: 12px;
  padding: 0;
  width: 12px;
  font-size: 0;
}
html.force-desktop .dots li.active button,
html.force-desktop .dots li.slick-active button {
  background-color: #0078a5;
}
html.force-desktop .main-slider-wrapper {
  position: relative;
  max-width: 1900px;
  margin: 0 auto;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper {
    height: 320px;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper {
    height: 484px;
  }
}
html.force-desktop .main-slider-wrapper .main-slider {
  display: inline-block;
  float: left;
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper .main-slider {
    height: 320px;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper .main-slider {
    margin-bottom: 20px;
  }
}
html.force-desktop .main-slider-wrapper .main-slider .slick-list {
  z-index: 1;
}
html.force-desktop .main-slider-wrapper .main-slider .slide {
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper .main-slider .slide {
    height: 320px;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper .main-slider .slide {
    height: 485px;
  }
}
html.force-desktop .main-slider-wrapper .main-slider .slide .slide-content-wrapper {
  overflow: hidden;
  position: absolute;
  top: 60px;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper .main-slider .slide .slide-content-wrapper {
    top: 218px;
  }
}
html.force-desktop .main-slider-wrapper .main-slider .slide .slide-content {
  display: inline-block;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper .main-slider .slide .slide-content {
    display: block;
    height: 200px;
    margin: 0 auto;
    width: 1224px;
  }
}
html.force-desktop .main-slider-wrapper .main-slider .slide .slide-content .slide-text {
  height: 200px;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper .main-slider .slide .slide-content .slide-text {
    float: right;
    height: 200px;
    width: 580px;
  }
}
html.force-desktop .main-slider-wrapper .main-slider .slide .slide-content .slide-text p {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper .main-slider .slide .slide-content .slide-text p {
    font-size: 42px;
    line-height: 56px;
  }
}
html.force-desktop .main-slider-wrapper .main-slider .slide .slide-content .slide-text p span {
  font-size: 25px;
  font-weight: 700;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper .main-slider .slide .slide-content .slide-text p span {
    font-size: 52px;
  }
}
html.force-desktop .main-slider-wrapper .main-slider .slide .slide-content .slide-text .claim-text {
  padding-left: 28px;
  position: relative;
}
html.force-desktop .main-slider-wrapper .main-slider .slide .slide-content .slide-text .claim-text:before {
  left: -2px;
  top: 14px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper .main-slider .slide .slide-content .slide-text .claim-text {
    padding-left: 60px;
  }
  html.force-desktop .main-slider-wrapper .main-slider .slide .slide-content .slide-text .claim-text:before {
    left: -5px;
    top: 30px;
  }
}
html.force-desktop .main-slider-wrapper .main-slider .slide picture {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  left: 0\9;
  position: absolute;
  width: 100%;
}
html.force-desktop .main-slider-wrapper .main-slider .slide picture img {
  height: 100%;
  width: 100%;
}
html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper {
  display: inline-block;
  height: 160px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper {
    bottom: 0;
    display: block;
    height: 44px;
    margin: 0 auto;
    position: relative;
    top: 218px;
    width: 1224px;
  }
}
html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper h1 {
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-size: 21px;
  left: 0;
  margin: 60px 0 0;
  padding: 10px 20px;
  text-align: center;
  top: 40px;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper h1 {
    margin: 0 32px;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 466px;
  }
}
html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper h1 a {
  color: #000;
  text-decoration: none;
}
html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav {
  background-color: #0078a5;
  display: inline-block;
  height: 44px;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav {
    background-color: #fff;
    display: block;
    height: 160px;
    position: relative;
    width: 530px;
    z-index: 1;
  }
}
html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav .dots {
  bottom: 20px;
  display: none !important;
  left: 27px;
  position: absolute;
  text-align: left;
  width: 300px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav .dots {
    display: inline-block !important;
  }
}
html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav .arrows {
  display: inline-block;
  left: 0;
  height: 20px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav .arrows {
    bottom: 16px;
    display: block;
    height: 20px;
    left: auto;
    margin: 0 auto;
    position: absolute;
    top: auto;
    right: 32px;
    width: 82px;
  }
}
html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav .arrow-prev,
html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav .arrow-next,
html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav .slider-pause,
html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav .slider-play {
  position: relative;
  display: inline-block;
  text-indent: -9999em;
}
html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav .arrow-prev {
  margin-right: 18px;
}
html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav .arrow-next {
  margin-left: 18px;
}
html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav .slider-pause,
html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav .slider-play {
  top: -1px;
}
html.force-desktop .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav .slider-play {
  display: none;
}
html.force-desktop .repairs {
  text-align: center;
}
html.force-desktop .repairs h1 {
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .repairs h1 {
    font-size: 25px;
  }
}
html.force-desktop .repairs .repairs-btn {
  border: 2px solid #fff;
  color: #fff;
  display: none;
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 8px 0 12px;
  padding: 20px 10px 20px 50px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .repairs .repairs-btn {
    display: inline-block;
  }
}
html.force-desktop .repairs .repairs-btn:before {
  left: 12px;
  top: 15px;
}
html.force-desktop .repairs .no-repairs-cover {
  background-image: url(../img/bg-repairs.png);
  background-repeat: no-repeat;
  background-position: center 100px;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  padding-top: 26px;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .repairs .no-repairs-cover {
    background-position: center 150px;
  }
}
html.force-desktop .repairs .no-repairs-cover p {
  bottom: 20px;
  font-family: "Dosis", sans-serif;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .repairs .no-repairs-cover p {
    bottom: 60px;
    font-size: 25px;
  }
}
html.force-desktop .repairs-slider-nav {
  padding: 26px 0 32px;
}
html.force-desktop .repairs-slider-nav .arrow-prev,
html.force-desktop .repairs-slider-nav .arrow-next {
  position: relative;
  display: inline-block;
  text-indent: -9999em;
  top: 4px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .repairs-slider-nav .arrow-prev,
  html.force-desktop .repairs-slider-nav .arrow-next {
    top: -2px;
  }
}
html.force-desktop .repairs-slider-nav .arrow-prev {
  margin-right: 32px;
}
html.force-desktop .repairs-slider-nav .arrow-next {
  margin-left: 32px;
}
html.force-desktop #repairs-slider {
  display: block;
  height: 180px;
  margin: 0 auto;
  padding-left: 38px;
  position: relative;
  width: 280px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop #repairs-slider {
    height: 220px;
    padding-left: 55px;
    width: 312px;
  }
}
html.force-desktop #repairs-slider .slide {
  outline: 0;
}
html.force-desktop #repairs-slider .repairs-slide-content {
  display: block;
  font-family: "Open Sans", sans-serif;
  height: 175px;
  padding-left: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 1px) {
  html.force-desktop #repairs-slider .repairs-slide-content {
    height: 220px;
  }
}
html.force-desktop #repairs-slider dl {
  margin: 0 0 10px;
}
html.force-desktop #repairs-slider dl:first-child {
  margin: 0;
}
html.force-desktop #repairs-slider dt,
html.force-desktop #repairs-slider dd {
  font-size: 11px;
  line-height: 12px;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media only screen and (min-width: 1px) {
  html.force-desktop #repairs-slider dt,
  html.force-desktop #repairs-slider dd {
    font-size: 13px;
    line-height: 15px;
  }
}
html.force-desktop #repairs-slider dt {
  font-weight: 600;
}
html.force-desktop #repairs-slider .repairs-content {
  display: block;
  height: 150px;
  overflow-y: auto;
  width: 100%;
}
html.force-desktop #repairs-slider .repairs-content p {
  cursor: help;
  font-size: 11px;
  line-height: 12px;
  margin: 0;
  text-align: left;
  word-wrap: break-word;
}
@media only screen and (min-width: 1px) {
  html.force-desktop #repairs-slider .repairs-content p {
    font-size: 13px;
    line-height: 15px;
  }
}
html.force-desktop #curiosities-slider .slide {
  height: 128px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop #curiosities-slider .slide {
    height: 193px;
  }
}
html.force-desktop #curiosities-slider .slide a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
html.force-desktop #curiosities-slider .slide picture {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  left: 0\9;
  position: absolute;
}
html.force-desktop #curiosities-slider .slide picture img {
  height: 100%;
  width: auto;
}
html.force-desktop #curiosities-slider .dots {
  bottom: 8px;
  padding: 0 32px;
  position: absolute;
  text-align: right;
  z-index: 1000;
}
@media only screen and (min-width: 1px) {
  html.force-desktop #curiosities-slider .dots {
    bottom: 12px;
    padding: 0;
    text-align: center;
  }
}
html.force-desktop #curiosities-slider .dots li {
  height: 8px;
  margin: 0 6px;
  width: 8px;
}
html.force-desktop #curiosities-slider .dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  height: 8px;
  width: 8px;
}
html.force-desktop #curiosities-slider .dots li.active button,
html.force-desktop #curiosities-slider .dots li.slick-active button {
  background-color: #fff;
}
html.force-desktop .grid {
  overflow: hidden;
  padding: 5px 15px 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 1208px;
  }
  html.force-desktop .grid.grid-main {
    width: 1224px;
  }
}
html.force-desktop .grid a {
  color: #fff;
  text-decoration: none;
}
html.force-desktop .grid .tile {
  color: #fff;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  margin: 5px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
html.force-desktop .grid .tile p {
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  margin: 0;
}
html.force-desktop .grid .tile .tile-image {
  position: relative;
}
html.force-desktop .grid .tile .tile-text-overflow {
  display: block;
  overflow: hidden;
  position: relative;
}
html.force-desktop .grid .tile .tile-text-overflow .tile-text-wrapper {
  display: table;
  position: relative;
  width: 100%;
}
html.force-desktop .grid .tile .tile-text-overflow .tile-text-wrapper .tile-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
html.force-desktop .grid .tile .tile-text a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
html.force-desktop .grid .tile .tile-text p {
  word-wrap: break-word;
}
html.force-desktop .grid .tile.no-icon .tile-text-wrapper {
  top: 0;
  height: 100%;
}
html.force-desktop .grid .tile .read-more {
  display: none;
  position: absolute;
  text-indent: -9999em;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid .tile .read-more {
    display: block;
  }
}
html.force-desktop .grid.grid-2 .tile {
  font-size: 20px;
  height: 400px;
  line-height: 24px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid.grid-2 .tile {
    float: left;
    height: 400px;
    margin: 8px 0 8px 16px;
    width: 596px;
    padding-bottom: 48px;
  }
}
html.force-desktop .grid.grid-2 .tile dl {
  margin: 40px auto 0;
  text-transform: none;
  padding: 0 10px;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid.grid-2 .tile dl {
    padding: 0;
    width: 370px;
  }
}
html.force-desktop .grid.grid-2 .tile dl:first-child {
  margin: 0 auto;
}
html.force-desktop .grid.grid-2 .tile dt {
  color: #000;
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
html.force-desktop .grid.grid-2 .tile dd {
  color: #0078a5;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 98px;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
html.force-desktop .grid.grid-2 .tile .tile-image {
  position: relative;
  top: 20px;
  height: 30px;
}
html.force-desktop .grid.grid-2 .tile .tile-text-overflow {
  height: 72px;
  top: 30px;
}
html.force-desktop .grid.grid-2 .tile .tile-text-overflow .tile-text-wrapper {
  height: 72px;
}
html.force-desktop .grid.grid-2 .tile .tile-text-overflow .tile-text-wrapper .tile-text {
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid.grid-2 .tile .tile-text-overflow .tile-text-wrapper .tile-text {
    padding: 0;
  }
}
html.force-desktop .grid.grid-2 .tile .full-description-wrapper {
  bottom: 50px;
  position: absolute;
  width: 100%;
}
html.force-desktop .grid.grid-2 .tile .full-description {
  color: #000;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 8px 65px 9px 0;
  position: relative;
  text-transform: none;
}
html.force-desktop .grid.grid-2 .tile .full-description:before {
  left: auto;
  right: 0;
}
html.force-desktop .grid.grid-2 .tile .full-description.no-text {
  width: 45px;
  height: 45px;
  padding: 0;
  text-indent: -9999em;
}
html.force-desktop .grid.grid-2 .tile .full-description.no-text:before {
  left: 0;
  right: auto;
}
html.force-desktop .grid.grid-2 .tile.auction .tile-content-wrapper {
  height: 350px;
  padding-top: 0;
}
html.force-desktop .grid.grid-2 .tile.auction dl:first-child dd {
  height: 46px;
}
html.force-desktop .grid.grid-2 .tile.project {
  color: #000;
  padding: 0;
}
html.force-desktop .grid.grid-2 .tile.project .tile-text-overflow {
  bottom: 160px;
  height: auto;
  position: absolute;
  top: auto;
  width: 100%;
}
html.force-desktop .grid.grid-2 .tile.project .tile-text-wrapper {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 140px;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid.grid-2 .tile.project .tile-text-wrapper {
    width: 500px;
  }
}
html.force-desktop .grid.grid-2 .tile.project .full-description-wrapper {
  bottom: 50px;
  position: absolute;
  width: 100%;
}
html.force-desktop .grid.grid-2 .tile.custom {
  color: #000;
  padding: 0;
}
html.force-desktop .grid.grid-2 .tile.custom.text-blue {
  color: #0078a5;
}
html.force-desktop .grid.grid-2 .tile.custom.text-orange {
  color: #b95023;
}
html.force-desktop .grid.grid-2 .tile.custom .tile-content-text {
  display: block;
  margin: 0 auto;
  width: 190px;
}
html.force-desktop .grid.grid-2 .tile.custom img {
  margin-bottom: 20px;
}
html.force-desktop .grid.grid-2 .tile.custom .full-description {
  margin-top: 40px;
}
html.force-desktop .grid.grid-3 .tile {
  font-size: 22px;
  height: 260px;
  line-height: 28px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid.grid-3 .tile {
    float: left;
    margin: 8px 0 8px 16px;
    width: 392px;
  }
}
html.force-desktop .grid.grid-3 .tile p {
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
  width: 240px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid.grid-3 .tile p {
    padding: 0 60px;
    width: 392px;
  }
}
html.force-desktop .grid.grid-3 .tile .tile-image {
  position: relative;
  top: 50px;
  height: 50px;
}
html.force-desktop .grid.grid-3 .tile .tile-text-overflow {
  top: 80px;
  height: 86px;
}
html.force-desktop .grid.grid-3 .tile .tile-text-overflow .tile-text-wrapper {
  height: 84px;
}
html.force-desktop .grid.grid-3 .tile.no-icon {
  font-size: 22px;
  line-height: 28px;
  padding: 0;
}
html.force-desktop .grid.grid-3 .tile.no-icon .tile-text-overflow {
  height: 112px;
}
html.force-desktop .grid.grid-3 .tile.no-icon .tile-text-overflow .tile-text-wrapper {
  top: 0;
  height: 100%;
}
html.force-desktop .grid.grid-3 .tile .read-more {
  bottom: 16px;
  height: 47px;
  right: 18px;
  width: 47px;
}
html.force-desktop .grid.grid-4 .tile {
  font-size: 20px;
  height: 147px;
  line-height: 24px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid.grid-4 .tile {
    float: left;
    margin: 8px 0 8px 16px;
    width: 290px;
  }
}
html.force-desktop .grid.grid-4 .tile p {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  width: 240px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid.grid-4 .tile p {
    padding: 0 20px;
    width: 290px;
  }
}
html.force-desktop .grid.grid-4 .tile .tile-image {
  position: relative;
  top: 20px;
  height: 30px;
}
html.force-desktop .grid.grid-4 .tile .tile-text-overflow {
  height: 72px;
  top: 30px;
}
html.force-desktop .grid.grid-4 .tile .tile-text-overflow .tile-text-wrapper {
  height: 72px;
}
html.force-desktop .grid.grid-4 .tile.no-icon {
  font-size: 25px;
  line-height: 28px;
  padding: 0;
}
html.force-desktop .grid.grid-4 .tile.no-icon p {
  font-size: 25px;
  line-height: 28px;
}
html.force-desktop .grid.grid-4 .tile.no-icon .tile-text-overflow {
  height: 84px;
}
html.force-desktop .grid.grid-4 .tile.no-icon .tile-text-overflow .tile-text-wrapper {
  top: 0;
  height: 100%;
}
html.force-desktop .grid.grid-4 .tile .read-more {
  bottom: 10px;
  height: 32px;
  right: 16px;
  width: 32px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid .tile.first-in-line {
    margin: 8px 0;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid .tile.tile-main.first-in-line {
    margin: 20px 8px;
  }
}
html.force-desktop .grid .tile-main {
  color: #fff;
  display: inline-block;
  float: left;
  margin: 5px 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid .tile-main {
    width: 392px;
    height: 406px;
    margin: 20px 8px;
  }
  html.force-desktop .grid .tile-main h1 {
    padding: 0 20px;
  }
}
html.force-desktop .grid .tile-main h1,
html.force-desktop .grid .tile-main h2 {
  font-family: "Dosis", sans-serif;
}
html.force-desktop .grid .half {
  display: inline-block;
  float: left;
  height: 128px;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
html.force-desktop .grid .half:last-child {
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid .half:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid .half {
    height: 193px;
  }
  html.force-desktop .grid .half:first-child {
    margin-bottom: 20px;
  }
}
html.force-desktop .grid .tile-content-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
html.force-desktop .grid .tile-content-wrapper .tile-content {
  display: table-cell;
  vertical-align: middle;
}
html.force-desktop .grid .tile-cover {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  left: 0;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  z-index: 10;
}
html.force-desktop .grid .tile-cover .tile-content {
  width: 300px;
}
html.force-desktop .grid .tile-cover .read-more {
  display: inline-block;
  height: 32px;
  margin-top: 34px;
  text-indent: -9999em;
  width: 32px;
}
html.force-desktop .grid .tile-cover p {
  font-family: "Dosis", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 25px;
  margin: 0;
  text-transform: uppercase;
}
html.force-desktop .grid .half .tile-content {
  vertical-align: bottom;
  padding-bottom: 24px;
}
html.force-desktop .grid .hide-mobile {
  display: none !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid .hide-mobile {
    display: inline-block !important;
  }
}
html.force-desktop .grid .hide-desktop {
  display: inline-block !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .grid .hide-desktop {
    display: none !important;
  }
}
html.force-desktop .grid .bg-green {
  background-color: #6f7f05;
}
html.force-desktop .grid .bg-orange {
  background-color: #b95023;
}
html.force-desktop .grid .bg-blue {
  background-color: #0078a5;
}
html.force-desktop .grid .bg-transparent-blue {
  background-image: url(../img/bg-hover.png);
}
html.force-desktop .grid .bg-dark-blue {
  background-color: #2b3d41;
}
html.force-desktop .grid .bg-grey {
  background-color: #cddbdd;
}
html.force-desktop .grid .bg-light-grey {
  background-color: #e3ebed;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .client-zone h1,
  html.force-desktop .sms-notice h1,
  html.force-desktop .kids h1,
  html.force-desktop .laboratory h1,
  html.force-desktop .img-tile h1 {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  html.force-desktop .client-zone:hover .tile-cover,
  html.force-desktop .sms-notice:hover .tile-cover,
  html.force-desktop .kids:hover .tile-cover,
  html.force-desktop .laboratory:hover .tile-cover,
  html.force-desktop .img-tile:hover .tile-cover {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  html.force-desktop .client-zone:hover h1,
  html.force-desktop .sms-notice:hover h1,
  html.force-desktop .kids:hover h1,
  html.force-desktop .laboratory:hover h1,
  html.force-desktop .img-tile:hover h1 {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop .laboratory > h1 {
    padding: 0 40px;
  }
}
html.force-desktop .client-zone,
html.force-desktop .repairs {
  height: 268px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .client-zone,
  html.force-desktop .repairs {
    height: 406px;
  }
}
html.force-desktop .client-zone,
html.force-desktop .sms-notice {
  text-align: center;
}
html.force-desktop .client-zone h1,
html.force-desktop .sms-notice h1 {
  font-size: 21px;
  font-weight: 300;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .client-zone h1,
  html.force-desktop .sms-notice h1 {
    font-size: 32px;
  }
}
html.force-desktop .client-zone h1:before,
html.force-desktop .sms-notice h1:before {
  background-color: #fff;
  bottom: 20px;
  content: "";
  display: block;
  height: 3px;
  margin: 0 auto;
  position: relative;
  width: 51px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .client-zone h1:before,
  html.force-desktop .sms-notice h1:before {
    width: 79px;
  }
}
html.force-desktop .client-zone img {
  height: 75px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .client-zone img {
    height: auto;
    margin-bottom: 30px;
  }
}
html.force-desktop .client-zone h1 {
  font-size: 21px;
  padding-top: 20px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .client-zone h1 {
    font-size: 32px;
    padding-top: 30px;
  }
  html.force-desktop .client-zone h1:before {
    bottom: 15px;
    width: 79px;
  }
}
html.force-desktop .sms-notice img {
  margin-bottom: 20px;
}
html.force-desktop .sms-notice h1 {
  font-size: 25px;
  padding-top: 20px;
}
html.force-desktop .sms-notice h1:before {
  bottom: 20px;
}
html.force-desktop .person-ico {
  display: inline-block;
  height: 75px;
  margin-bottom: 40px;
  width: 66px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .person-ico {
    height: 113px;
    width: 99px;
    margin-bottom: 60px;
  }
}
html.force-desktop .sms-ico {
  display: inline-block;
  height: 40px;
  margin-bottom: 40px;
  width: 42px;
}
html.force-desktop .ebok-tile {
  overflow: hidden;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .ebok-tile {
    margin-bottom: 20px;
  }
}
html.force-desktop .ebok-tile h1 {
  left: 20px;
  z-index: 2;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .ebok-tile h1 {
    left: 32px;
  }
}
html.force-desktop .ebok-tile picture {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .ebok-tile picture {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
    position: relative;
  }
}
html.force-desktop .ebok-tile picture img {
  height: 100%;
  width: auto;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .ebok-tile picture img {
    height: auto;
    width: 100%;
  }
}
html.force-desktop .img-tile h1 {
  bottom: 32px;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-size: 32px;
  font-weight: 500;
  left: 32px;
  line-height: 32px;
  margin: 0;
  position: absolute;
}
html.force-desktop .img-tile h1:before {
  background-color: white;
  content: '';
  height: 3px;
  position: absolute;
  top: -16px;
  width: 79px;
}
html.force-desktop .img-tile img {
  width: 100%;
}
html.force-desktop .kids h1 {
  bottom: 28px;
  font-family: "Dosis", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 21px;
  margin: 0;
  position: absolute;
  right: 32px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .kids h1 {
    font-size: 25px;
  }
}
html.force-desktop .kids h1:before {
  background-color: white;
  content: '';
  height: 1px;
  position: absolute;
  top: -12px;
  width: 79px;
}
html.force-desktop .kids img {
  left: 30px;
  height: 80px;
  position: relative;
  top: 24px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .kids img {
    height: auto;
  }
}
html.force-desktop .laboratory h1 {
  bottom: 0;
  font-size: 25px;
  font-weight: 300;
  margin: 0 0 40px;
  position: absolute;
  text-align: center;
  width: 100%;
}
html.force-desktop .hide-mobile {
  display: none !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .hide-mobile {
    display: block !important;
  }
}
html.force-desktop .contact-block {
  background-color: #cddbdd;
  display: inline-block;
  float: left;
  margin: 5px 0;
  position: relative;
  width: 100%;
  height: 534px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .contact-block {
    height: 406px;
    margin: 20px 8px;
    width: 800px;
  }
}
html.force-desktop .contact-block .contact-info {
  width: 100%;
  height: 268px;
  color: #000;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .contact-block .contact-info {
    float: right;
    height: 100%;
    width: 400px;
  }
}
html.force-desktop .contact-block .contact-info h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding-left: 51px;
  position: relative;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .contact-block .contact-info h1 {
    font-size: 25px;
    line-height: 25px;
    padding-left: 64px;
  }
}
html.force-desktop .contact-block .contact-info h1:before {
  top: 2px;
}
html.force-desktop .contact-block .contact-info p {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  padding-left: 51px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .contact-block .contact-info p {
    font-size: 15px;
    line-height: 21px;
    padding-left: 64px;
  }
}
html.force-desktop .contact-block .contact-info h1,
html.force-desktop .contact-block .contact-info p {
  text-align: left;
}
html.force-desktop .contact-block .contact-info strong {
  font-weight: 600;
}
html.force-desktop .contact-block .contact-info .center {
  display: block;
  margin: 0 auto;
  padding-top: 32px;
  width: 230px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .contact-block .contact-info .center {
    padding-top: 48px;
    width: 320px;
  }
}
html.force-desktop .contact-block #map {
  width: 100%;
  height: 268px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .contact-block #map {
    width: 400px;
    height: 406px;
    float: right;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop .contact-block.full-width {
    display: block;
    margin: 0 auto;
    float: none;
    width: 1208px;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop .contact-block.full-width #map {
    width: 808px;
  }
}
@media only screen and (min-width: 1px) {
  .grid html.force-desktop .contact-block.full-width {
    display: inline-block;
    margin: 20px 8px;
  }
}
html.force-desktop .no-notices {
  padding: 160px 0;
  text-align: center;
}
html.force-desktop .no-notices h1 {
  margin: 60px 0 0 0;
}
html.force-desktop .error-page {
  display: block;
  margin: 40px auto;
  max-width: 650px;
  padding: 0 15px;
  text-align: center;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .error-page {
    margin: 180px auto 80px;
    padding: 0;
  }
}
html.force-desktop .error-page .error-heading {
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .error-page .error-heading {
    text-align: left;
  }
}
html.force-desktop .error-page .error-code {
  color: #0078a5;
  display: inline-block;
  font-size: 120px;
  line-height: 120px;
  margin: 20px 0 40px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .error-page .error-code {
    font-size: 150px;
    line-height: 150px;
    margin: 0 0 50px 0;
    text-align: left;
    width: auto;
  }
}
html.force-desktop .error-page img {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .error-page img {
    display: inline-block;
    margin: 0 30px 0 0;
    position: relative;
    top: 20px;
  }
}
html.force-desktop .error-page p {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  margin: 0 0 20px;
}
html.force-desktop .error-page p:not(:first-of-type) {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .error-page p {
    font-size: 22px;
    line-height: 32px;
  }
}
html.force-desktop .not-available {
  display: block;
  text-align: center;
  margin: 100px auto 0;
  max-width: 650px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .not-available {
    margin: 200px auto 0;
  }
}
html.force-desktop .not-available h1 {
  border-bottom: 1px solid #e7e7e7;
  margin: 30px 0 20px;
  padding-bottom: 20px;
}
html.force-desktop .not-available p {
  font-size: 16px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .not-available p {
    font-size: 22px;
    line-height: 32px;
  }
}
html.force-desktop .big-search-wrapper {
  padding: 0 15px;
  position: relative;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .big-search-wrapper {
    padding: 0;
  }
}
html.force-desktop .big-search-wrapper.sprite-big-search:before {
  left: auto;
  right: 21px;
  top: 25px;
  z-index: 2;
}
html.force-desktop .big-search-wrapper .big-search {
  font-family: Dosis, sans-serif;
  font-size: 17px;
  font-weight: 300;
  padding: 15px 70px 15px 15px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .big-search-wrapper .big-search {
    font-size: 24px;
    padding: 15px 86px 15px 21px;
  }
}
html.force-desktop .big-search-wrapper .search-btn {
  background-color: transparent;
  border: 0;
  display: block;
  height: 55px;
  padding: 0;
  position: absolute;
  right: 15px;
  text-indent: -9999em;
  top: 0;
  width: 55px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .big-search-wrapper .search-btn {
    margin: 5px;
    right: 0;
  }
}
html.force-desktop .social-media-bar {
  background: #e7e7e7;
  color: #000;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-size: 24px;
  font-weight: 300;
  height: 56px;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}
html.force-desktop .social-media-bar span {
  display: inline-block;
  line-height: 40px;
  position: relative;
}
html.force-desktop .social-media-bar .fb-btn,
html.force-desktop .social-media-bar .twitter-btn {
  display: inline-block;
  height: 40px;
  position: relative;
  text-indent: -9999em;
  width: 40px;
}
html.force-desktop .social-media-bar .fb-btn {
  margin-left: 12px;
}
html.force-desktop .social-media-bar .twitter-btn {
  margin-left: 8px;
}
html.force-desktop .overlay {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
html.force-desktop .mobile-overlay {
  background: #fff;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .mobile-overlay {
    display: none;
  }
}
html.force-desktop .pop-up {
  background: #fff;
  display: block;
  left: 50%;
  margin-left: -145px;
  position: absolute;
  top: 120px;
  width: 290px;
  z-index: 1100;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .pop-up {
    height: 416px;
    margin-top: -208px;
    margin-left: -530px;
    top: 400px;
    width: 1060px;
  }
}
html.force-desktop .pop-up.clear-cookies-warning {
  display: none;
  padding: 15px;
  text-align: center;
  position: fixed;
  top: 50%;
  height: auto;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .pop-up.clear-cookies-warning {
    height: auto;
    max-width: 700px;
    margin-left: -350px;
    padding: 30px 120px;
  }
}
html.force-desktop .pop-up.clear-cookies-warning .content {
  padding: 0;
  width: auto;
}
html.force-desktop .pop-up.clear-cookies-warning .content p:first-child {
  font-size: 16px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .pop-up.clear-cookies-warning .content p:first-child {
    font-size: 20px;
  }
}
html.force-desktop .pop-up.clear-cookies-warning .content .about-cookies {
  color: #0078a5;
  cursor: help;
  display: inline-block;
  text-decoration: none;
}
html.force-desktop .pop-up.events-calendar {
  display: none;
}
html.force-desktop .pop-up.events-calendar .right-content {
  padding: 20px 40px 40px 40px;
}
html.force-desktop .pop-up.events-calendar .calendar-wrapper {
  background-color: #0078a5;
  float: left;
  height: 208px;
  width: 100%;
}
html.force-desktop .pop-up.events-calendar .calendar-content-wrapper {
  display: inline-block;
  height: 170px;
  overflow-y: auto;
  position: relative;
  top: 40px;
}
html.force-desktop .pop-up.events-calendar .calendar-content {
  display: table;
  width: 100%;
  height: 100%;
}
html.force-desktop .pop-up.events-calendar .calendar-inner-content {
  display: table-cell;
  vertical-align: middle;
}
html.force-desktop .pop-up.events-calendar .calendar-event-content {
  margin: 0;
  position: relative;
}
html.force-desktop .pop-up.events-calendar .calendar-header-wrapper {
  display: inline-block;
  height: 164px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
html.force-desktop .pop-up.events-calendar .calendar-header {
  display: table;
  height: 100%;
  width: 100%;
}
html.force-desktop .pop-up.events-calendar .calendar-header a {
  color: #0078a5;
  text-decoration: none;
}
html.force-desktop .pop-up.events-calendar .no-events-cover {
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
html.force-desktop .pop-up.events-calendar .no-events-cover h1 {
  margin-top: 160px;
}
html.force-desktop .pop-up.events-calendar .calendar-inner-header {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  height: 100%;
}
html.force-desktop .pop-up.events-calendar .calendar-inner-header h1 {
  margin: 0 auto;
}
html.force-desktop .pop-up.events-calendar .calendar-inner-header h1 span {
  color: #000;
  font-size: 26px;
}
html.force-desktop .pop-up.events-calendar .calendar-nav-arrow {
  display: inline-block;
  height: 33px;
  position: absolute;
  text-indent: -9999em;
  top: 40%;
  width: 20px;
}
html.force-desktop .pop-up.events-calendar .calendar-nav-arrow.event-prev {
  left: 20px;
}
html.force-desktop .pop-up.events-calendar .calendar-nav-arrow.event-next {
  right: 20px;
}
html.force-desktop .pop-up.events-calendar .current-day,
html.force-desktop .pop-up.events-calendar .send-reminder-btn {
  display: inline-block;
  float: left;
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  height: 208px;
  text-align: center;
  width: 208px;
}
html.force-desktop .pop-up.events-calendar .current-day {
  background-color: #b95023;
  padding: 38px;
}
html.force-desktop .pop-up.events-calendar .day {
  color: #fff;
  display: inline-block;
  font-size: 54px;
  line-height: 42px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #92a1a4;
}
html.force-desktop .pop-up.events-calendar .month,
html.force-desktop .pop-up.events-calendar .year {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  width: 100%;
}
html.force-desktop .pop-up.events-calendar .month {
  margin-bottom: 15px;
  text-transform: uppercase;
}
html.force-desktop .pop-up.events-calendar .send-reminder-btn {
  background-color: #6f7f05;
  color: #fff;
  font-size: 19px;
  padding: 38px 48px 0;
  text-decoration: none;
  cursor: default;
}
html.force-desktop .pop-up.events-calendar .send-reminder-btn img {
  display: none;
}
html.force-desktop .pop-up.events-calendar .send-reminder-btn span {
  display: none;
  font-size: 15px;
  line-height: 33px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
html.force-desktop .pop-up.events-calendar .send-reminder-btn.active {
  background-color: #0078a5;
  cursor: pointer;
}
html.force-desktop .pop-up.events-calendar .send-reminder-btn.active img,
html.force-desktop .pop-up.events-calendar .send-reminder-btn.active span {
  display: inline-block;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper {
  background-color: #0078a5;
  bottom: 0;
  display: none;
  left: 416px;
  padding: 15px 0 0 0;
  position: absolute;
  height: 208px;
  width: 0;
  z-index: 2;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper.expanded {
  display: block;
  padding: 15px 20px 0 5px;
  width: 644px;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper .reminder-id-input {
  border: none;
  color: transparent;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input {
  border-bottom: 1px solid #fff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  background: #0078a5;
  color: #fff;
  margin: 10px 0 20px;
  width: 100%;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input::-webkit-input-placeholder {
  color: #fff;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input:-moz-placeholder {
  color: #fff;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input::-moz-placeholder {
  color: #fff;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input:-ms-input-placeholder {
  color: #fff;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper .text-label {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  padding: 0 0 0 32px;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper .text-label:before {
  top: 0;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper .text-label:after {
  background: transparent;
  top: 5px;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper .send-reminder {
  float: right;
  margin: 0;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper .reminder-form-collapse-btn {
  color: white;
  float: right;
  font-size: 15px;
  height: 15px;
  line-height: 16px;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .error-message {
  font-weight: bold;
  top: 38px;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .personal-data-processing {
  position: relative;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .personal-data-processing .error-message {
  bottom: auto;
  top: 40px;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form label.checked:before {
  background: #fff;
  content: '';
  display: inline-block;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 8px;
  z-index: 2;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input {
  margin: 5px 0 25px;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error {
  border-bottom: 1px solid #e23e3e;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error::-webkit-input-placeholder {
  color: #e23e3e;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error:-moz-placeholder {
  color: #e23e3e;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error::-moz-placeholder {
  color: #e23e3e;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error:-ms-input-placeholder {
  color: #e23e3e;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .form-control-wrapper {
  padding: 0;
}
html.force-desktop .pop-up.events-calendar .event-response-message {
  background: #7bcd75;
  border: 1px solid #0b7d02;
  bottom: 20px;
  color: #0b7d02;
  display: none;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 20px;
  position: absolute;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .pop-up.mobile-info {
    display: none;
    height: auto;
    margin-top: 0;
    left: 50%;
    margin-left: -145px;
    top: 120px;
    width: 290px;
  }
}
html.force-desktop .pop-up.mobile-info .content {
  padding: 40px;
  text-align: center;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .pop-up.mobile-info .content {
    width: auto;
    height: 100%;
  }
}
html.force-desktop .pop-up.mobile-info .content p {
  font-size: 13px;
  margin: 0;
}
html.force-desktop .pop-up.mobile-info .content p:first-of-type {
  margin-bottom: 20px;
}
html.force-desktop .pop-up.mobile-info .content .btn {
  width: 150px;
}
html.force-desktop .pop-up.breakdown {
  display: none;
}
html.force-desktop .pop-up.breakdown .left-content {
  background-color: #b95023;
  height: 110px;
  padding: 20px 50px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .pop-up.breakdown .left-content {
    height: 416px;
    padding: 0;
  }
}
html.force-desktop .pop-up.breakdown .left-content img {
  display: inline-block;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .pop-up.breakdown .left-content img {
    display: block;
    margin: 130px auto 20px;
  }
}
html.force-desktop .pop-up.breakdown .left-content h1 {
  display: inline-block;
  font-size: 32px;
  line-height: 36px;
  width: 120px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .pop-up.breakdown .left-content h1 {
    display: block;
    font-size: 37px;
    margin: 20px auto;
  }
}
html.force-desktop .pop-up.breakdown dl {
  margin: 20px 0 0;
}
html.force-desktop .pop-up.breakdown dl:first-child {
  margin: 20px 0 10px;
}
html.force-desktop .pop-up.breakdown dl dt,
html.force-desktop .pop-up.breakdown dl dd {
  width: auto;
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: "Dosis", sans-serif;
}
html.force-desktop .pop-up.breakdown .breakdown-content {
  display: block;
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
html.force-desktop .pop-up.breakdown .breakdown-content p {
  margin: 0;
}
html.force-desktop .pop-up .close {
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 0;
  text-indent: -9999em;
  top: -26px;
  width: 12px;
}
html.force-desktop .pop-up .left-content {
  float: left;
  width: 290px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .pop-up .left-content {
    height: 416px;
    width: 416px;
  }
}
html.force-desktop .pop-up .right-content {
  float: right;
  padding: 20px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .pop-up .right-content {
    padding: 60px 40px 40px 40px;
    height: 416px;
    width: 644px;
  }
}
html.force-desktop .pop-up h1,
html.force-desktop .pop-up h2 {
  display: inline-block;
  font-size: 22px;
  line-height: 26px;
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .pop-up h1,
  html.force-desktop .pop-up h2 {
    font-size: 34px;
    line-height: 40px;
    display: block;
    margin: 0 auto 80px;
    width: 316px;
  }
}
html.force-desktop .pop-up h1.color-black,
html.force-desktop .pop-up h2.color-black {
  color: #000;
}
html.force-desktop .pop-up h1.color-white,
html.force-desktop .pop-up h2.color-white {
  color: #fff;
}
html.force-desktop .pop-up h1.color-blue,
html.force-desktop .pop-up h2.color-blue {
  color: #0078a5;
}
html.force-desktop .pop-up h1.color-orange,
html.force-desktop .pop-up h2.color-orange {
  color: #b95023;
}
html.force-desktop .pop-up p {
  color: #000;
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .pop-up p {
    font-size: 20px;
    line-height: 28px;
  }
}
html.force-desktop .ui-datepicker {
  margin: 10px auto 0;
  padding: 0;
}
html.force-desktop .ui-datepicker table {
  margin: 0;
}
html.force-desktop .ui-datepicker th,
html.force-desktop .ui-datepicker td {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}
html.force-desktop .ui-datepicker th a,
html.force-desktop .ui-datepicker td a,
html.force-desktop .ui-datepicker th span,
html.force-desktop .ui-datepicker td span {
  display: inline-block;
  height: 22px;
  padding-top: 4px;
  text-align: center;
  width: 22px;
}
html.force-desktop .ui-datepicker th a.ui-state-active,
html.force-desktop .ui-datepicker td a.ui-state-active,
html.force-desktop .ui-datepicker th span.ui-state-active,
html.force-desktop .ui-datepicker td span.ui-state-active {
  background-color: #9daeb1;
}
html.force-desktop .ui-datepicker th a,
html.force-desktop .ui-datepicker td a {
  color: #fff;
  text-decoration: none;
}
html.force-desktop .ui-datepicker th.ui-datepicker-today a,
html.force-desktop .ui-datepicker td.ui-datepicker-today a,
html.force-desktop .ui-datepicker th.ui-datepicker-today span,
html.force-desktop .ui-datepicker td.ui-datepicker-today span {
  color: #0078a5;
}
html.force-desktop .ui-datepicker th.event a,
html.force-desktop .ui-datepicker td.event a {
  border: 1px solid #9daeb1;
}
html.force-desktop .ui-datepicker th {
  height: 30px;
  font-weight: 300;
}
html.force-desktop .ui-datepicker td {
  font-weight: 300;
}
html.force-desktop .ui-datepicker .ui-datepicker-other-month span {
  color: #b3bebf;
}
html.force-desktop .ui-datepicker-prev,
html.force-desktop .ui-datepicker-next {
  background-repeat: no-repeat;
}
html.force-desktop .ui-datepicker .ui-datepicker-next,
html.force-desktop .ui-datepicker .ui-datepicker-prev {
  width: 9px;
  height: 15px;
}
html.force-desktop .ui-datepicker .ui-datepicker-next,
html.force-desktop .ui-datepicker .ui-datepicker-next-hover {
  top: 8px;
  right: 0;
}
html.force-desktop .ui-datepicker .ui-datepicker-prev,
html.force-desktop .ui-datepicker .ui-datepicker-prev-hover {
  top: 8px;
  left: 0;
}
html.force-desktop .ui-datepicker-prev {
  background-image: url(../img/month-prev.png);
}
html.force-desktop .ui-datepicker-next {
  background-image: url(../img/month-next.png);
}
html.force-desktop .ui-datepicker-title {
  color: #fff;
}
html.force-desktop .tooltip {
  background: #fff;
  box-shadow: 2px 2px 15px #000;
  -webkit-box-shadow: 2px 2px 15px #000;
  border: none;
  color: #000;
  padding: 15px;
  word-wrap: break-word;
}
html.force-desktop .cookies-tooltip {
  background: #e7e7e7;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  color: #000;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 20px 0;
  text-align: center;
  min-width: 290px;
  width: 290px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .cookies-tooltip {
    min-width: 590px;
    width: 590px;
  }
}
html.force-desktop .cookies-tooltip:after {
  display: block;
  content: "";
  border: 5px solid #e7e7e7;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  position: relative;
  width: 0px;
  height: 0px;
  top: 9px;
  margin: 0 auto;
  z-index: 2;
}
html.force-desktop .ui-autocomplete {
  background: #cddbdc;
  cursor: default;
  padding: 10px 0;
  position: absolute;
  z-index: 1000;
}
html.force-desktop .ui-menu .ui-menu-item {
  cursor: pointer;
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  list-style: none;
  margin: 0;
  min-height: 0;
  padding: 5px 15px;
  position: relative;
  text-transform: uppercase;
}
html.force-desktop .ui-state-focus {
  color: #0078a5;
}
html.force-desktop .cookies-info {
  background: url(../img/bg-cookies-info.png);
  bottom: 0;
  display: none;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 1100;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .cookies-info {
    padding: 20px 0 30px;
  }
}
html.force-desktop .cookies-info .cookies-info-content {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .cookies-info .cookies-info-content {
    display: block;
    margin: 0 auto;
    padding: 0 8px;
    width: 1224px;
  }
}
html.force-desktop .cookies-info .close {
  display: inline-block;
  height: 16px;
  position: absolute;
  right: 15px;
  text-indent: -9999em;
  top: 10px;
  width: 16px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .cookies-info .close {
    right: 8px;
    top: 18px;
  }
}
html.force-desktop .cookies-info h1 {
  color: #fff;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: none;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .cookies-info h1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
html.force-desktop .cookies-info p {
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  font-size: 13px;
  margin: 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop .cookies-info p {
    font-size: 15px;
  }
}
html.force-desktop .cookies-info p a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
html.force-desktop footer {
  background-color: #0078a5;
  color: #fff;
  display: inline-block !important;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-top: 14px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer {
    min-width: 1224px;
    padding-top: 35px;
  }
}
html.force-desktop footer a {
  color: #fff;
  text-decoration: none;
}
html.force-desktop footer .footer-content {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .footer-content {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 1224px;
  }
}
html.force-desktop footer .social-media {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .social-media {
    float: right;
    width: auto;
    z-index: 2;
  }
}
html.force-desktop footer .social-media-icon {
  display: inline-block;
  float: left;
  height: 27px;
  margin-right: 40px;
  padding-left: 20px;
  text-indent: -9999em;
  width: 27px;
}
html.force-desktop footer .social-media-icon:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .social-media-icon {
    height: 60px;
    margin-right: 15px;
    padding-left: 0;
    width: 60px;
  }
}
html.force-desktop footer .ebok {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .ebok {
    float: left;
    padding-left: 75px;
    width: auto;
    z-index: 2;
  }
}
html.force-desktop footer .ebok-log-in {
  background-color: #2b3d41;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 16px 45px 16px 12px;
  position: relative;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .ebok-log-in {
    font-size: 16px;
    padding: 16px 56px 16px 20px;
  }
}
html.force-desktop footer .ebok-log-in:before {
  right: 12px;
  left: auto;
  top: 15px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .ebok-log-in:before {
    top: 12px;
  }
}
html.force-desktop footer .footer-nav {
  background-color: #2b3d41;
  display: inline-block;
  margin-bottom: -4px;
  padding: 20px 15px 0;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .footer-nav {
    background-color: transparent;
    left: 0;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
  }
}
html.force-desktop footer .footer-nav ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .footer-nav ul {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 500px;
  }
}
html.force-desktop footer .footer-nav ul li {
  display: inline-block;
  float: left;
  margin: 0 4px 15px;
}
@media only screen and (min-width: 768px) {
  html.force-desktop footer .footer-nav ul li {
    float: none;
    margin: 4px 15px;
  }
}
html.force-desktop footer .footer-nav ul li .hide-mobile {
  display: none !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .footer-nav ul li .hide-mobile {
    display: inline-block !important;
  }
}
html.force-desktop footer .footer-nav ul li .hide-desktop {
  display: inline-block !important;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .footer-nav ul li .hide-desktop {
    display: none !important;
  }
}
html.force-desktop footer .footer-info {
  position: absolute;
  right: 20px;
  top: 14px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .footer-info {
    display: inline-block;
    position: relative;
    right: 0;
    top: -10px;
    z-index: 1000;
  }
}
html.force-desktop footer .certificates {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-bottom: 10px;
  text-align: center;
  z-index: 1;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .certificates {
    display: inline-block;
    margin-left: 90px;
    margin-bottom: 0;
    position: relative;
    bottom: -10px;
  }
}
html.force-desktop footer .dekra {
  display: inline-flex;
  float: right;
  margin-right: 15px;
  text-indent: -9999em;
}
html.force-desktop footer .dekra:first-child {
  margin-right: 15px;
}
html.force-desktop footer .dekra:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .dekra {
    float: right;
  }
  html.force-desktop footer .dekra:first-child {
    margin-right: 0;
  }
  html.force-desktop footer .dekra:last-child {
    margin-right: 15px;
  }
  html.force-desktop footer .dekra--1 {
    width: 44px;
    height: 74px;
  }
  html.force-desktop footer .dekra--2 {
    width: 44px;
    height: 74px;
  }
  html.force-desktop footer .dekra--3 {
    width: 42px;
    height: 74px;
  }
}
html.force-desktop footer .bip {
  display: inline-block;
  float: right;
  height: 37px;
  margin-right: 30px;
  width: 33px;
  text-indent: -9999em;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .bip {
    float: right;
    height: 45px;
    margin-right: 0;
    width: 40px;
  }
}
html.force-desktop footer .legal-note {
  display: inline-block;
  margin-top: 22px;
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .legal-note {
    margin: 12px 20px 0 0;
    text-align: left;
    width: auto;
  }
}
html.force-desktop footer .copyright {
  background-color: #2b3d41;
  margin-top: -8px;
  padding: 15px 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .copyright {
    margin-top: 0;
  }
}
html.force-desktop footer .copyright .footer-logo {
  display: block;
  float: left;
  height: 40px;
  margin-left: 56px;
  text-indent: -9999em;
  width: 43px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .copyright .footer-logo {
    height: 48px;
    margin-left: 0;
    position: absolute;
    top: 38px;
    width: 52px;
    z-index: 3;
  }
}
html.force-desktop footer .copyright .clear-cookies-wrapper {
  left: 0;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .copyright .clear-cookies-wrapper {
    bottom: 25px;
    margin-bottom: 0;
    position: absolute;
  }
}
html.force-desktop footer .copyright .clear-cookies-wrapper .clear-cookies {
  border: 1px solid white;
  display: inline-block;
  font-size: 12px;
  margin: 0 auto;
  padding: 13px 32px 13px 9px;
  position: relative;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .copyright .clear-cookies-wrapper .clear-cookies {
    padding: 16px 52px 16px 32px;
    font-size: 16px;
  }
}
html.force-desktop footer .copyright .clear-cookies-wrapper .clear-cookies:before {
  left: auto;
  right: 9px;
  top: 7px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .copyright .clear-cookies-wrapper .clear-cookies:before {
    right: 16px;
    top: 8px;
  }
}
html.force-desktop footer .copyright .copyright-text {
  float: right;
  max-width: 150px;
  position: relative;
  text-align: right;
  z-index: 1000;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .copyright .copyright-text {
    max-width: none;
    margin-top: 45px;
  }
}
html.force-desktop footer .footer-nav-bar {
  display: inline-block;
  padding: 11px 15px;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  html.force-desktop footer .footer-nav-bar {
    display: none;
  }
}
html.force-desktop footer .set-desktop {
  font-size: 12px;
  padding-left: 34px;
  position: relative;
}
html.force-desktop footer .set-desktop:before {
  top: -3px;
}
html.force-desktop footer .set-mobile {
  display: none;
  float: right;
  font-size: 16px;
  line-height: 38px;
  margin: 3px 0 0 40px;
  padding-left: 30px;
  position: relative;
}
html.force-desktop footer .go-top {
  float: right;
  height: 15px;
  margin: 4px 0;
  text-indent: -9999em;
  width: 27px;
}
html.force-desktop .history {
  padding: 0;
  margin-bottom: 40px;
}
html.force-desktop .history > h1 {
  margin-top: 77px;
  margin-bottom: 83px;
}
html.force-desktop .history .timeline {
  padding: 0 0 40px;
  position: relative;
}
html.force-desktop .history .timeline.details-one-before {
  padding-bottom: 550px;
}
html.force-desktop .history .timeline:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  bottom: 0;
  width: 602px;
  margin-bottom: 40px;
  border-right: 4px solid #e7e7e7;
}
html.force-desktop .history .timeline section {
  display: none;
  margin-top: -100px;
  position: relative;
}
html.force-desktop .history .timeline section:after {
  content: "";
  display: table;
  clear: both;
}
html.force-desktop .history .timeline section.visible {
  display: block;
}
html.force-desktop .history .timeline section.odd {
  margin-top: 0;
}
html.force-desktop .history .timeline section.odd .date {
  clear: both;
  float: left;
  margin: 0 0 0 175px;
}
html.force-desktop .history .timeline section.visible.last {
  padding-bottom: 42px;
}
html.force-desktop .history .timeline section .date {
  float: right;
  width: 370px;
  margin: 0 175px 0 0;
  border: 1px solid #e7e7e7;
  z-index: 1;
  position: relative;
  text-decoration: none;
}
html.force-desktop .history .timeline section .date span {
  background: rgba(27, 177, 231, 0.9);
  display: none;
  position: absolute;
  top: 42px;
  left: 31px;
  width: 306px;
  height: 284px;
  color: #fff;
  text-align: center;
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  line-height: 284px;
}
html.force-desktop .history .timeline section .date:hover span {
  display: block;
}
html.force-desktop .history .timeline section .date h1 {
  text-align: center;
  margin: 0;
  line-height: 42px;
  font-family: "Dosis", sans-serif;
  font-size: 18px;
}
html.force-desktop .history .timeline section .date h2 {
  text-align: center;
  margin: 0;
  color: #000;
  line-height: 42px;
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  padding-top: 284px;
}
html.force-desktop .history .timeline section .date img {
  display: block;
  position: absolute;
  top: 42px;
  left: 31px;
  width: 306px;
  height: 284px;
}
html.force-desktop .history .timeline section .description {
  background: #e5e5e5;
  display: none;
  z-index: 4;
  padding: 0 28px 20px 28px;
  width: 580px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
html.force-desktop .history .timeline section .description .close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 14px 0 0 14px;
  background: #1bb1e6;
  text-indent: -9999em;
}
html.force-desktop .history .timeline section.active .description {
  display: block;
}
html.force-desktop .history .timeline section.odd .description {
  right: 0;
  left: auto;
}
html.force-desktop .history .timeline section.odd .description .close {
  left: 0;
  right: auto;
}
html.force-desktop .history .timeline section.visible.last .description {
  float: left;
  position: relative;
  margin-top: -100px;
}
html.force-desktop .history .timeline section.odd.visible.last .description {
  float: right;
  margin-top: 0;
}
html.force-desktop .history .timeline.full section.visible.last {
  padding-bottom: 0;
}
html.force-desktop .history .timeline > p {
  margin: 0;
  text-align: center;
}
html.force-desktop .history .timeline > p a {
  padding: 4px 48px 4px 18px;
  background: #1bb1e6;
  color: #fff;
  text-decoration: none;
  z-index: 3;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
html.force-desktop #InteliwiseSaaSModule_win_wrapper {
  display: none;
}
@media only screen and (min-width: 1px) {
  html.force-desktop #InteliwiseSaaSModule_win_wrapper {
    display: block;
  }
}
html.force-desktop body.contrast {
  background: #000;
  color: #ffff00;
  /* breadcrumbs */
  /* content */
  /* tabs */
  /* accordion content */
  /* text/media block */
  /* border and spacing */
  /* image cover */
  /* gallery */
  /* form */
  /* survey */
  /* issue report */
  /* sliders */
  /* tiles grid */
  /* homepage elements */
  /* contact block */
  /* search results */
  /* modals */
  /* calendar */
  /* tooltip */
  /* autocomplete */
  /* cookies info */
  /* footer */
}
html.force-desktop body.contrast a:focus,
html.force-desktop body.contrast input:focus,
html.force-desktop body.contrast textarea:focus {
  outline: 1px dashed #fff;
}
html.force-desktop body.contrast a:active {
  outline: none;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header .menu .search-wrapper,
  html.force-desktop body.contrast header .menu .lang-menu {
    display: none;
  }
}
html.force-desktop body.contrast header .top-menu {
  background-color: #000;
}
html.force-desktop body.contrast header .top-menu-wrapper {
  display: none;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header .top-menu-wrapper {
    display: inline-block;
    float: right;
    padding-top: 14px;
    position: relative;
  }
}
html.force-desktop body.contrast header .logo-text {
  color: #ffff00;
}
html.force-desktop body.contrast header .logo-text:before {
  background-color: #ffff00;
}
html.force-desktop body.contrast header .emergency .emergency-number {
  color: #ffff00;
}
html.force-desktop body.contrast header .emergency .emergency-text {
  color: #fff;
  font-weight: 600;
}
html.force-desktop body.contrast header .ebok-log-in {
  background-color: #ffff00;
  color: #000;
  font-weight: 500;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header .ebok-log-in {
    background-color: transparent;
  }
}
html.force-desktop body.contrast header .lang-menu .lang {
  border: 1px solid #ffff00;
  color: #ffff00;
  font-weight: 500;
}
html.force-desktop body.contrast header .lang-menu .lang.active {
  background: #ffff00;
  color: #000;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header .lang-menu .lang {
    border: none;
    color: #fff;
  }
  html.force-desktop body.contrast header .lang-menu .lang.active {
    background: transparent;
    color: #ffff00;
  }
  html.force-desktop body.contrast header .lang-menu .lang.active:hover {
    text-decoration: none;
  }
  html.force-desktop body.contrast header .lang-menu .lang:hover {
    text-decoration: underline;
  }
  html.force-desktop body.contrast header .lang-menu .lang:not(:last-child):after {
    color: #ffff00;
  }
}
html.force-desktop body.contrast header .visibility-menu {
  display: inline-block;
  float: left;
  height: 17px;
  padding-top: 5px;
  position: relative;
}
html.force-desktop body.contrast header .visibility-menu .sand-blind {
  float: left;
  height: 17px;
  margin-right: 23px;
  text-indent: -9999em;
  width: 29px;
}
html.force-desktop body.contrast header .visibility-menu .text-size {
  color: #fff;
}
html.force-desktop body.contrast header .visibility-menu .text-size:hover {
  text-decoration: underline;
}
html.force-desktop body.contrast header .visibility-menu .text-size.active {
  color: #ffff00;
}
html.force-desktop body.contrast header .visibility-menu .text-size.active:hover {
  text-decoration: none;
}
html.force-desktop body.contrast header .search-wrapper {
  background: #ffff00;
  padding-left: 5px;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header .search-wrapper {
    padding-left: 0;
  }
}
html.force-desktop body.contrast header .search-btn {
  background-color: #ffff00;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header .search-btn {
    background-color: #ffff00;
  }
}
html.force-desktop body.contrast header .search {
  color: #000;
  background: #ffff00;
}
html.force-desktop body.contrast header .search::-webkit-input-placeholder {
  color: #000;
}
html.force-desktop body.contrast header .search:-moz-placeholder {
  color: #000;
}
html.force-desktop body.contrast header .search::-moz-placeholder {
  color: #000;
}
html.force-desktop body.contrast header .search:-ms-input-placeholder {
  color: #000;
}
html.force-desktop body.contrast header .search:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop body.contrast header .search:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast header .search:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast header .search:focus:-ms-input-placeholder {
  color: transparent;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header .menu {
    height: 60px;
    left: 0;
    position: absolute;
    top: 106px;
    width: 100%;
    z-index: 1000;
  }
}
html.force-desktop body.contrast header .menu .menu-btn span {
  background-color: #ffff00;
}
html.force-desktop body.contrast header .menu .menu-wrapper {
  background-color: #000;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header .menu .menu-wrapper {
    background-color: #ffff00;
  }
}
html.force-desktop body.contrast header .menu .menu-wrapper .home-btn {
  display: none;
}
html.force-desktop body.contrast header .menu .menu-wrapper .menu-level-btn {
  background-color: #03435c;
}
html.force-desktop body.contrast header .menu .menu-wrapper > ul > li > ul {
  background-color: #03435c;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header .menu .menu-wrapper > ul > li > ul {
    background: #ffff00;
  }
}
html.force-desktop body.contrast header .menu .menu-wrapper > ul > li > ul > li {
  border-bottom: 1px solid #fff;
}
html.force-desktop body.contrast header .menu .menu-wrapper > ul > li > ul > li:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header .menu .menu-wrapper > ul > li > ul > li {
    border-bottom: none;
  }
  html.force-desktop body.contrast header .menu .menu-wrapper > ul > li > ul > li.active a {
    color: #000;
    text-decoration: underline !important;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header .menu .menu-wrapper > ul > li > ul > li a {
    background: url(../img/contrast-next.png) no-repeat 0 50%;
  }
  html.force-desktop body.contrast header .menu .menu-wrapper > ul > li > ul > li a:hover {
    color: #000;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header .menu .menu-wrapper > ul > li > ul > li:hover {
    background-color: transparent;
  }
}
html.force-desktop body.contrast header .menu .menu-wrapper > ul > li > a {
  padding: 20px 25px 20px;
}
html.force-desktop body.contrast header .menu .menu-wrapper > ul > li:first-of-type a {
  border-top-width: 0;
  margin-left: 0;
}
html.force-desktop body.contrast header .menu .menu-wrapper > ul > li:last-of-type a {
  border-bottom-width: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header .menu .menu-wrapper > ul > li:hover,
  html.force-desktop body.contrast header .menu .menu-wrapper > ul > li.active {
    background: #ffff00;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header .menu .menu-wrapper > ul > li:hover {
    background-color: #ffff00;
  }
  html.force-desktop body.contrast header .menu .menu-wrapper > ul > li:hover > ul {
    display: inline-block;
  }
}
html.force-desktop body.contrast header .menu .menu-wrapper > ul a {
  color: #fff;
  font-weight: 500;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header .menu .menu-wrapper > ul a {
    color: #000;
  }
}
html.force-desktop body.contrast header .menu .menu-wrapper > ul a:hover {
  text-decoration: none;
}
html.force-desktop body.contrast header .menu .menu-wrapper > ul .active a {
  text-decoration: underline;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast header.sticky {
    position: fixed;
    top: -106px;
  }
  html.force-desktop body.contrast header.sticky .menu-wrapper {
    background-color: #ffff00;
  }
  html.force-desktop body.contrast header.sticky .menu-wrapper .home-btn {
    display: inline-block;
  }
  html.force-desktop body.contrast header.sticky .menu-wrapper ul > li > ul {
    left: -61px;
  }
}
html.force-desktop body.contrast h1,
html.force-desktop body.contrast h2,
html.force-desktop body.contrast h3,
html.force-desktop body.contrast h4,
html.force-desktop body.contrast h5,
html.force-desktop body.contrast h6,
html.force-desktop body.contrast p {
  color: #ffff00;
}
html.force-desktop body.contrast a {
  color: #fff;
}
html.force-desktop body.contrast .breadcrumbs {
  color: transparent;
  font-weight: 400;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast .breadcrumbs {
    color: #ffff00;
  }
}
html.force-desktop body.contrast .breadcrumbs ul li.previous > a {
  background: url(../img/go-back-contrast.png) 0 50% no-repeat;
  color: #fff;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast .breadcrumbs ul li.previous > a {
    background: none;
    color: #fff;
  }
}
html.force-desktop body.contrast .breadcrumbs a {
  color: #fff;
}
html.force-desktop body.contrast .breadcrumbs a:hover {
  text-decoration: underline;
}
html.force-desktop body.contrast .breadcrumbs span {
  color: #ffff00;
}
html.force-desktop body.contrast .breadcrumbs .rss {
  color: #6f7f05;
}
html.force-desktop body.contrast .content.bg-grey {
  background-color: #03435c;
}
html.force-desktop body.contrast .content h1.color-black,
html.force-desktop body.contrast .content h2.color-black,
html.force-desktop body.contrast .content h3.color-black,
html.force-desktop body.contrast .content h4.color-black,
html.force-desktop body.contrast .content h5.color-black,
html.force-desktop body.contrast .content h6.color-black,
html.force-desktop body.contrast .content h1.color-blue,
html.force-desktop body.contrast .content h2.color-blue,
html.force-desktop body.contrast .content h3.color-blue,
html.force-desktop body.contrast .content h4.color-blue,
html.force-desktop body.contrast .content h5.color-blue,
html.force-desktop body.contrast .content h6.color-blue,
html.force-desktop body.contrast .content h1.color-orange,
html.force-desktop body.contrast .content h2.color-orange,
html.force-desktop body.contrast .content h3.color-orange,
html.force-desktop body.contrast .content h4.color-orange,
html.force-desktop body.contrast .content h5.color-orange,
html.force-desktop body.contrast .content h6.color-orange {
  color: #ffff00;
}
html.force-desktop body.contrast .content h1.form-heading,
html.force-desktop body.contrast .content h2.form-heading,
html.force-desktop body.contrast .content h3.form-heading,
html.force-desktop body.contrast .content h4.form-heading,
html.force-desktop body.contrast .content h5.form-heading,
html.force-desktop body.contrast .content h6.form-heading {
  color: #fff;
  border-bottom: 2px solid #d4d4d4;
}
html.force-desktop body.contrast .content ul li {
  background: url(../img/contrast-dot.png) 0 8px no-repeat;
}
html.force-desktop body.contrast .content ul li a {
  color: #fff;
}
html.force-desktop body.contrast .content ul li a:hover {
  text-decoration: underline;
}
html.force-desktop body.contrast .content ol {
  color: #ffff00;
}
html.force-desktop body.contrast .content .horizontal-links a,
html.force-desktop body.contrast .content .horizontal-links span {
  color: #fff;
}
html.force-desktop body.contrast .content .horizontal-links a.active,
html.force-desktop body.contrast .content .horizontal-links span.active {
  color: #ffff00;
}
html.force-desktop body.contrast .content .horizontal-links a {
  text-decoration: none;
}
html.force-desktop body.contrast .content .horizontal-links a:hover {
  text-decoration: underline;
}
html.force-desktop body.contrast .content .horizontal-links.separated a:after,
html.force-desktop body.contrast .content .horizontal-links.separated span:after {
  background-color: #ffff00;
}
html.force-desktop body.contrast .content .horizontal-links.color-black a,
html.force-desktop body.contrast .content .horizontal-links.color-orange a,
html.force-desktop body.contrast .content .horizontal-links.color-blue a,
html.force-desktop body.contrast .content .horizontal-links.color-black span,
html.force-desktop body.contrast .content .horizontal-links.color-orange span,
html.force-desktop body.contrast .content .horizontal-links.color-blue span {
  color: #fff;
}
html.force-desktop body.contrast .content .horizontal-links.active-color-black a.active,
html.force-desktop body.contrast .content .horizontal-links.active-color-orange a.active,
html.force-desktop body.contrast .content .horizontal-links.active-color-blue a.active,
html.force-desktop body.contrast .content .horizontal-links.active-color-black span.active,
html.force-desktop body.contrast .content .horizontal-links.active-color-orange span.active,
html.force-desktop body.contrast .content .horizontal-links.active-color-blue span.active {
  color: #ffff00;
}
html.force-desktop body.contrast .content.site-map ul > li {
  background: url(../img/contrast-site-map-go.png) 0 5px no-repeat;
  color: #fff;
}
html.force-desktop body.contrast .content.site-map ul > li > a {
  color: #fff;
}
html.force-desktop body.contrast .content.site-map ul > li > a:hover {
  text-decoration: underline;
}
html.force-desktop body.contrast .content.pagination ul.page-numbers li a,
html.force-desktop body.contrast .content.pagination ul.page-numbers li span {
  border: 1px solid #ffff00;
  color: #ffff00;
}
html.force-desktop body.contrast .content.pagination ul.page-numbers li a.current,
html.force-desktop body.contrast .content.pagination ul.page-numbers li span.current {
  background-color: #ffff00;
  color: #000;
}
html.force-desktop body.contrast .content.pagination ul.page-numbers li a.prev,
html.force-desktop body.contrast .content.pagination ul.page-numbers li span.prev,
html.force-desktop body.contrast .content.pagination ul.page-numbers li a.next,
html.force-desktop body.contrast .content.pagination ul.page-numbers li span.next {
  background-color: #ffff00;
  color: #000;
}
html.force-desktop body.contrast .content.pagination ul.page-numbers li a:hover {
  text-decoration: none;
}
html.force-desktop body.contrast .content p {
  color: #ffff00;
}
html.force-desktop body.contrast .content a {
  color: #fff;
}
html.force-desktop body.contrast .content .important {
  color: #b95023 !important;
}
html.force-desktop body.contrast .content .highlight {
  color: #fff !important;
}
html.force-desktop body.contrast .content hr {
  background: #fff;
}
html.force-desktop body.contrast .content .btn {
  background-color: #fff;
  border: none !important;
  color: #000 !important;
  font-weight: 600;
}
html.force-desktop body.contrast .content .btn.color-orange,
html.force-desktop body.contrast .content .btn.color-blue {
  background-color: #ffff00;
}
html.force-desktop body.contrast .content table {
  border: 1px solid #ffff00;
}
html.force-desktop body.contrast .content tbody {
  border: 1px solid #ffff00;
}
html.force-desktop body.contrast .content td {
  border: 1px solid #ffff00;
  color: #fff;
}
html.force-desktop body.contrast .content th > span {
  color: #000 !important;
}
html.force-desktop body.contrast .content th,
html.force-desktop body.contrast .content thead td {
  background: #ffff00;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  color: #000;
}
html.force-desktop body.contrast .content th:first-child,
html.force-desktop body.contrast .content thead td:first-child {
  border-left: 1px solid #ffff00;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast .tab-nav {
    border-bottom: 1px solid #005574;
  }
}
html.force-desktop body.contrast .tab-nav .tab {
  background: #fff !important;
  border: 1px solid #fff;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast .tab-nav .tab {
    border-bottom: none;
  }
}
html.force-desktop body.contrast .tab-nav .tab a {
  color: #000;
}
html.force-desktop body.contrast .tab-nav .tab a:hover {
  text-decoration: none;
}
html.force-desktop body.contrast .tab-nav .tab.active {
  background-color: #005574 !important;
  border: 1px solid #005574;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast .tab-nav .tab.active {
    border-bottom: none;
  }
}
html.force-desktop body.contrast .tab-nav .tab.active a {
  color: #fff;
}
html.force-desktop body.contrast .accordion-heading h1,
html.force-desktop body.contrast .accordion-heading h2,
html.force-desktop body.contrast .accordion-heading h3 {
  background-color: #005574;
  color: #fff;
}
html.force-desktop body.contrast .accordion-fast-nav .collapse,
html.force-desktop body.contrast .accordion-fast-nav .more-content {
  color: #fff;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast .text-media .image img {
    border: 1px solid #fff;
  }
}
html.force-desktop body.contrast .text-media .video iframe {
  border-left: 12px solid #005574;
  border-top: 12px solid #005574;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast .border-top {
    border-top: 1px solid #fff;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast .border-bottom {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast .border-top-bottom {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
html.force-desktop body.contrast .cover .image-cover {
  color: #fff;
}
html.force-desktop body.contrast .cover .image-cover .cover-layer {
  background-color: #005574;
}
html.force-desktop body.contrast .gallery .gallery-image .image-wrapper {
  border-bottom: 1px solid #fff;
}
html.force-desktop body.contrast .gallery .gallery-image .image-description {
  padding-top: 20px;
}
html.force-desktop body.contrast .gallery .gallery-image .image-description span {
  color: #fff;
}
html.force-desktop body.contrast form .label:before {
  border: 1px solid #ffff00;
}
html.force-desktop body.contrast form input.checked + .label:after,
html.force-desktop body.contrast form span.checked + .label:after,
html.force-desktop body.contrast form input[type="checkbox"]:checked + .label:after,
html.force-desktop body.contrast form input[type="radio"]:checked + .label:after,
html.force-desktop body.contrast form .checked + .label:after {
  background: #ffff00;
}
html.force-desktop body.contrast form input[type="text"],
html.force-desktop body.contrast form input[type="email"] {
  background: #000;
}
html.force-desktop body.contrast form input[type="text"]::-webkit-input-placeholder,
html.force-desktop body.contrast form input[type="email"]::-webkit-input-placeholder {
  color: #ffff00;
}
html.force-desktop body.contrast form input[type="text"]:-moz-placeholder,
html.force-desktop body.contrast form input[type="email"]:-moz-placeholder {
  color: #ffff00;
}
html.force-desktop body.contrast form input[type="text"]::-moz-placeholder,
html.force-desktop body.contrast form input[type="email"]::-moz-placeholder {
  color: #ffff00;
}
html.force-desktop body.contrast form input[type="text"]:-ms-input-placeholder,
html.force-desktop body.contrast form input[type="email"]:-ms-input-placeholder {
  color: #ffff00;
}
html.force-desktop body.contrast form input[type="text"]:focus::-webkit-input-placeholder,
html.force-desktop body.contrast form input[type="email"]:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form input[type="text"]:focus:-moz-placeholder,
html.force-desktop body.contrast form input[type="email"]:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form input[type="text"]:focus::-moz-placeholder,
html.force-desktop body.contrast form input[type="email"]:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form input[type="text"]:focus:-ms-input-placeholder,
html.force-desktop body.contrast form input[type="email"]:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form textarea {
  background: url(../img/contrast-bg-textarea.png) repeat;
}
html.force-desktop body.contrast form textarea::-webkit-input-placeholder {
  color: #ffff00;
}
html.force-desktop body.contrast form textarea:-moz-placeholder {
  color: #ffff00;
}
html.force-desktop body.contrast form textarea::-moz-placeholder {
  color: #ffff00;
}
html.force-desktop body.contrast form textarea:-ms-input-placeholder {
  color: #ffff00;
}
html.force-desktop body.contrast form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form textarea:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form textarea:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form input[type="text"].error,
html.force-desktop body.contrast form input[type="email"].error {
  border-bottom: 1px solid #a30d12;
}
html.force-desktop body.contrast form input[type="text"].error::-webkit-input-placeholder,
html.force-desktop body.contrast form input[type="email"].error::-webkit-input-placeholder {
  color: #a30d12;
}
html.force-desktop body.contrast form input[type="text"].error:-moz-placeholder,
html.force-desktop body.contrast form input[type="email"].error:-moz-placeholder {
  color: #a30d12;
}
html.force-desktop body.contrast form input[type="text"].error::-moz-placeholder,
html.force-desktop body.contrast form input[type="email"].error::-moz-placeholder {
  color: #a30d12;
}
html.force-desktop body.contrast form input[type="text"].error:-ms-input-placeholder,
html.force-desktop body.contrast form input[type="email"].error:-ms-input-placeholder {
  color: #a30d12;
}
html.force-desktop body.contrast form input[type="text"].error:focus::-webkit-input-placeholder,
html.force-desktop body.contrast form input[type="email"].error:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form input[type="text"].error:focus:-moz-placeholder,
html.force-desktop body.contrast form input[type="email"].error:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form input[type="text"].error:focus::-moz-placeholder,
html.force-desktop body.contrast form input[type="email"].error:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form input[type="text"].error:focus:-ms-input-placeholder,
html.force-desktop body.contrast form input[type="email"].error:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form textarea.error,
html.force-desktop body.contrast form .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  background: url(../img/contrast-bg-textarea-error.png) repeat;
  border: none;
}
html.force-desktop body.contrast form textarea.error::-webkit-input-placeholder,
html.force-desktop body.contrast form .wpcf7-form-control-wrap textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: #a30d12;
}
html.force-desktop body.contrast form textarea.error:-moz-placeholder,
html.force-desktop body.contrast form .wpcf7-form-control-wrap textarea.wpcf7-not-valid:-moz-placeholder {
  color: #a30d12;
}
html.force-desktop body.contrast form textarea.error::-moz-placeholder,
html.force-desktop body.contrast form .wpcf7-form-control-wrap textarea.wpcf7-not-valid::-moz-placeholder {
  color: #a30d12;
}
html.force-desktop body.contrast form textarea.error:-ms-input-placeholder,
html.force-desktop body.contrast form .wpcf7-form-control-wrap textarea.wpcf7-not-valid:-ms-input-placeholder {
  color: #a30d12;
}
html.force-desktop body.contrast form textarea.error:focus::-webkit-input-placeholder,
html.force-desktop body.contrast form .wpcf7-form-control-wrap textarea.wpcf7-not-valid:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form textarea.error:focus:-moz-placeholder,
html.force-desktop body.contrast form .wpcf7-form-control-wrap textarea.wpcf7-not-valid:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form textarea.error:focus::-moz-placeholder,
html.force-desktop body.contrast form .wpcf7-form-control-wrap textarea.wpcf7-not-valid:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form textarea.error:focus:-ms-input-placeholder,
html.force-desktop body.contrast form .wpcf7-form-control-wrap textarea.wpcf7-not-valid:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop body.contrast form .error-message {
  color: #a30d12;
}
html.force-desktop body.contrast form input[type="submit"] {
  color: #000;
}
html.force-desktop body.contrast .quiz_section .mlw_qmn_question_number,
html.force-desktop body.contrast .questions-left {
  color: #fff;
}
html.force-desktop body.contrast .quiz_section > .mlw_qmn_question,
html.force-desktop body.contrast .quiz_section > label {
  background: #005574;
  color: #fff;
}
html.force-desktop body.contrast .qmn_quiz_container select,
html.force-desktop body.contrast .qmn_quiz_container input[type="text"],
html.force-desktop body.contrast .qmn_quiz_container input[type="email"],
html.force-desktop body.contrast .qmn_quiz_container input[type="number"] {
  border-bottom: 1px solid #cacaca;
}
html.force-desktop body.contrast .qmn_quiz_container textarea {
  background: url(../img/contrast-bg-textarea.png) repeat;
  border: none;
}
html.force-desktop body.contrast input.qmn_fill_blank.mlwRequiredText {
  background: #fff;
  color: #000;
}
html.force-desktop body.contrast .mlw_horizontal_multiple input[type="checkbox"] + label:before,
html.force-desktop body.contrast .mlw_horizontal_choice input[type="checkbox"] + label:before,
html.force-desktop body.contrast .mlw_horizontal_choice input[type="radio"] + label:before,
html.force-desktop body.contrast .qmn_accept_answers input[type="checkbox"] + label:before,
html.force-desktop body.contrast .qmn_mc_answer_wrap input[type="checkbox"] + label:before,
html.force-desktop body.contrast .qmn_mc_answer_wrap input[type="radio"] + label:before {
  border: 1px solid #ffff00;
}
html.force-desktop body.contrast .mlw_horizontal_multiple input[type="checkbox"]:checked + label:after,
html.force-desktop body.contrast .mlw_horizontal_choice input[type="checkbox"]:checked + label:after,
html.force-desktop body.contrast .mlw_horizontal_choice input[type="radio"]:checked + label:after,
html.force-desktop body.contrast .qmn_accept_answers input[type="checkbox"]:checked + label:after,
html.force-desktop body.contrast .qmn_mc_answer_wrap input[type="checkbox"]:checked + label:after,
html.force-desktop body.contrast .qmn_mc_answer_wrap input[type="radio"]:checked + label:after,
html.force-desktop body.contrast .quiz_section input.mlw_qmn_question_comment {
  background: #005574;
}
html.force-desktop body.contrast .qmn_btn.mlw_qmn_quiz_link {
  color: #fff;
  font-weight: bold;
}
html.force-desktop body.contrast .qmn_btn.mlw_qmn_quiz_link.mlw_previous {
  background: #005574;
}
html.force-desktop body.contrast .qmn_btn.mlw_qmn_quiz_link.mlw_next,
html.force-desktop body.contrast .quiz_section.quiz_end input[type="submit"] {
  background: #ffff00;
  color: #000;
  font-weight: bold;
}
html.force-desktop body.contrast .issue-report .issue-photo .issue-photo-name {
  color: #ffff00;
}
html.force-desktop body.contrast .dots li button {
  background-color: #8e8e8e;
}
html.force-desktop body.contrast .dots li.active button,
html.force-desktop body.contrast .dots li.slick-active button {
  background-color: #000;
}
html.force-desktop body.contrast .main-slider-wrapper .main-slider-nav-wrapper h1 {
  font-weight: 500;
}
html.force-desktop body.contrast .main-slider-wrapper .main-slider-nav-wrapper h1 a {
  color: #ffff00;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast .main-slider-wrapper .main-slider-nav-wrapper h1 a {
    color: #000;
    text-decoration: none;
  }
}
html.force-desktop body.contrast .main-slider-wrapper .main-slider-nav-wrapper h1 a:hover {
  text-decoration: underline;
}
html.force-desktop body.contrast .main-slider-wrapper .main-slider-nav-wrapper .main-slider-nav {
  background-color: #ffff00;
}
html.force-desktop body.contrast .grid .tile p {
  font-weight: 300;
}
html.force-desktop body.contrast .grid .tile .tile-text a {
  font-weight: 700;
  text-decoration: underline;
}
html.force-desktop body.contrast .grid .bg-green,
html.force-desktop body.contrast .grid .bg-orange {
  background-color: #ffff00 !important;
}
html.force-desktop body.contrast .grid .bg-blue,
html.force-desktop body.contrast .grid .bg-transparent-blue,
html.force-desktop body.contrast .grid .bg-dark-blue {
  background-color: #005574 !important;
}
html.force-desktop body.contrast .grid.grid-2 .tile.bright,
html.force-desktop body.contrast .grid.grid-3 .tile.bright,
html.force-desktop body.contrast .grid.grid-4 .tile.bright {
  background-color: #ffff00 !important;
  color: #000;
}
html.force-desktop body.contrast .grid.grid-2 .tile.bright a,
html.force-desktop body.contrast .grid.grid-3 .tile.bright a,
html.force-desktop body.contrast .grid.grid-4 .tile.bright a,
html.force-desktop body.contrast .grid.grid-2 .tile.bright p,
html.force-desktop body.contrast .grid.grid-3 .tile.bright p,
html.force-desktop body.contrast .grid.grid-4 .tile.bright p,
html.force-desktop body.contrast .grid.grid-2 .tile.bright dt,
html.force-desktop body.contrast .grid.grid-3 .tile.bright dt,
html.force-desktop body.contrast .grid.grid-4 .tile.bright dt,
html.force-desktop body.contrast .grid.grid-2 .tile.bright dd,
html.force-desktop body.contrast .grid.grid-3 .tile.bright dd,
html.force-desktop body.contrast .grid.grid-4 .tile.bright dd {
  color: #000;
  font-weight: 400;
}
html.force-desktop body.contrast .grid.grid-2 .tile.dark,
html.force-desktop body.contrast .grid.grid-3 .tile.dark,
html.force-desktop body.contrast .grid.grid-4 .tile.dark {
  background-color: #005574 !important;
  color: #fff;
}
html.force-desktop body.contrast .grid.grid-2 .tile.dark a,
html.force-desktop body.contrast .grid.grid-3 .tile.dark a,
html.force-desktop body.contrast .grid.grid-4 .tile.dark a,
html.force-desktop body.contrast .grid.grid-2 .tile.dark p,
html.force-desktop body.contrast .grid.grid-3 .tile.dark p,
html.force-desktop body.contrast .grid.grid-4 .tile.dark p,
html.force-desktop body.contrast .grid.grid-2 .tile.dark dt,
html.force-desktop body.contrast .grid.grid-3 .tile.dark dt,
html.force-desktop body.contrast .grid.grid-4 .tile.dark dt,
html.force-desktop body.contrast .grid.grid-2 .tile.dark dd,
html.force-desktop body.contrast .grid.grid-3 .tile.dark dd,
html.force-desktop body.contrast .grid.grid-4 .tile.dark dd {
  color: #fff;
  font-weight: 400;
}
html.force-desktop body.contrast .grid.grid.grid-2 .tile dt {
  font-weight: 600;
}
html.force-desktop body.contrast .grid.grid.grid-2 .tile p,
html.force-desktop body.contrast .grid.grid.grid-2 .tile dd {
  font-weight: 500;
}
html.force-desktop body.contrast .grid.grid.grid-2 .tile.custom .full-description {
  font-weight: 400;
}
html.force-desktop body.contrast .grid.grid-2 .tile.bright .tile-content-wrapper .tile-content img {
  -webkit-filter: grayscale(1) brightness(0);
  -moz-filter: grayscale(1) brightness(0);
  -o-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
html.force-desktop body.contrast .grid.grid-2 .tile.bright .full-description {
  color: #000;
}
html.force-desktop body.contrast .grid.grid-2 .tile.dark .tile-content-wrapper .tile-content img {
  -webkit-filter: grayscale(1) brightness(10);
  -moz-filter: grayscale(1) brightness(10);
  -o-filter: grayscale(1) brightness(10);
  filter: grayscale(1) brightness(10);
}
html.force-desktop body.contrast .grid.grid-2 .tile.dark .full-description {
  color: #fff;
}
html.force-desktop body.contrast .grid.grid-3 .tile.bright img,
html.force-desktop body.contrast .grid.grid-4 .tile.bright img,
html.force-desktop body.contrast .grid.grid-3 .tile.bright .read-more span,
html.force-desktop body.contrast .grid.grid-4 .tile.bright .read-more span {
  -webkit-filter: invert(1);
  -moz-filter: invert(1);
  -ms-filter: invert(1);
  -o-filter: invert(1);
  filter: invert(1);
}
html.force-desktop body.contrast .repairs h1 {
  color: #000;
}
html.force-desktop body.contrast .repairs .repairs-btn {
  border: 2px solid #000;
  color: #000;
}
html.force-desktop body.contrast .repairs .no-repairs-cover {
  background-image: url(../img/bg-repairs.png);
}
html.force-desktop body.contrast .repairs .no-repairs-cover p {
  color: #000;
}
html.force-desktop body.contrast .half.bg-blue {
  background-color: #005574 !important;
}
html.force-desktop body.contrast #repairs-slider dt,
html.force-desktop body.contrast #repairs-slider dd,
html.force-desktop body.contrast #repairs-slider .repairs-content p {
  color: #000;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast .client-zone:hover .tile-cover,
  html.force-desktop body.contrast .sms-notice:hover .tile-cover,
  html.force-desktop body.contrast .kids:hover .tile-cover,
  html.force-desktop body.contrast .laboratory:hover .tile-cover,
  html.force-desktop body.contrast .img-tile:hover .tile-cover {
    display: inline-block;
  }
  html.force-desktop body.contrast .client-zone:hover h1,
  html.force-desktop body.contrast .sms-notice:hover h1,
  html.force-desktop body.contrast .kids:hover h1,
  html.force-desktop body.contrast .laboratory:hover h1,
  html.force-desktop body.contrast .img-tile:hover h1 {
    display: none;
  }
}
html.force-desktop body.contrast .client-zone,
html.force-desktop body.contrast .kids {
  background-color: #ffff00 !important;
  color: #000 !important;
}
html.force-desktop body.contrast .client-zone .tile-cover,
html.force-desktop body.contrast .kids .tile-cover {
  background-color: #ffff00 !important;
  color: #000 !important;
}
html.force-desktop body.contrast .client-zone .tile-cover p,
html.force-desktop body.contrast .kids .tile-cover p {
  color: #000;
}
html.force-desktop body.contrast .client-zone .read-more,
html.force-desktop body.contrast .kids .read-more {
  -webkit-filter: invert(1);
  -moz-filter: invert(1);
  -ms-filter: invert(1);
  -o-filter: invert(1);
  filter: invert(1);
}
html.force-desktop body.contrast .client-zone .tile-content img {
  -webkit-filter: grayscale(1) brightness(0);
  -moz-filter: grayscale(1) brightness(0);
  -o-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
html.force-desktop body.contrast .client-zone h1,
html.force-desktop body.contrast .kids h1 {
  color: #000;
}
html.force-desktop body.contrast .client-zone h1:before,
html.force-desktop body.contrast .kids h1:before {
  background: #000;
}
html.force-desktop body.contrast .sms-notice,
html.force-desktop body.contrast .laboratory {
  background-color: #005574 !important;
  color: #fff !important;
}
html.force-desktop body.contrast .sms-notice h1,
html.force-desktop body.contrast .laboratory h1 {
  color: #fff;
}
html.force-desktop body.contrast .sms-notice .tile-cover,
html.force-desktop body.contrast .laboratory .tile-cover {
  background-color: #005574 !important;
  color: #fff !important;
}
html.force-desktop body.contrast .sms-notice .tile-cover p,
html.force-desktop body.contrast .laboratory .tile-cover p {
  color: #fff;
}
html.force-desktop body.contrast .img-tile h1 {
  color: #ffff00;
}
html.force-desktop body.contrast .img-tile h1:before {
  background-color: #ffff00;
}
html.force-desktop body.contrast .img-tile .tile-cover {
  background-color: #005574 !important;
  color: #fff !important;
}
html.force-desktop body.contrast .img-tile .tile-cover p {
  color: #fff;
}
html.force-desktop body.contrast .kids h1 {
  color: #000;
}
html.force-desktop body.contrast .kids h1:before {
  background-color: #000;
}
html.force-desktop body.contrast .contact-block {
  background-color: #005574;
}
html.force-desktop body.contrast .contact-block .contact-info {
  color: #fff;
}
html.force-desktop body.contrast .contact-block .contact-info h1,
html.force-desktop body.contrast .contact-block .contact-info p {
  color: #fff;
}
html.force-desktop body.contrast .big-search-wrapper .big-search {
  background: #ffff00;
  border: 1px solid #ffff00;
  color: #000;
}
html.force-desktop body.contrast .big-search-wrapper .big-search::-webkit-input-placeholder {
  color: #000;
}
html.force-desktop body.contrast .big-search-wrapper .big-search:-moz-placeholder {
  color: #000;
}
html.force-desktop body.contrast .big-search-wrapper .big-search::-moz-placeholder {
  color: #000;
}
html.force-desktop body.contrast .big-search-wrapper .big-search:-ms-input-placeholder {
  color: #000;
}
html.force-desktop body.contrast .big-search-wrapper .big-search:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop body.contrast .big-search-wrapper .big-search:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast .big-search-wrapper .big-search:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast .big-search-wrapper .big-search:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop body.contrast .overlay {
  opacity: .95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
html.force-desktop body.contrast .pop-up {
  background: #000;
  border: 1px solid yellow;
  box-sizing: content-box;
  color: #ffff00;
}
html.force-desktop body.contrast .pop-up.clear-cookies-warning .content .about-cookies {
  color: #fff;
}
html.force-desktop body.contrast .pop-up.events-calendar .calendar-inner-header h1 span {
  color: #ffff00;
}
html.force-desktop body.contrast .pop-up.events-calendar .calendar-wrapper {
  background-color: #000;
}
html.force-desktop body.contrast .pop-up.events-calendar .no-events-cover {
  background: #000;
}
html.force-desktop body.contrast .pop-up.events-calendar .calendar-header a {
  color: #fff;
  text-decoration: none;
}
html.force-desktop body.contrast .pop-up.events-calendar .current-day {
  background-color: #03435c;
}
html.force-desktop body.contrast .pop-up.events-calendar .day {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 400;
}
html.force-desktop body.contrast .pop-up.events-calendar .month,
html.force-desktop body.contrast .pop-up.events-calendar .year {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-btn {
  background-color: #03435c;
  color: #fff;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-btn span {
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-btn.active {
  background-color: #005574;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper {
  background-color: #005574;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper .error-message {
  color: #a30d12;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input {
  background: transparent;
  color: #fff;
  font-weight: 400;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input::-webkit-input-placeholder {
  color: #fff;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input:-moz-placeholder {
  color: #fff;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input::-moz-placeholder {
  color: #fff;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input:-ms-input-placeholder {
  color: #fff;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper .reminder-email-input:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper .text-label {
  color: #fff;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper .reminder-form-collapse-btn {
  font-size: 16px;
  font-weight: 400;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .error-message {
  font-weight: bold;
  top: 38px;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .personal-data-processing {
  padding-bottom: 0;
  font-weight: 400;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .personal-data-processing input.checked + .label:after,
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .personal-data-processing input[type=checkbox]:checked + .label:after,
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .personal-data-processing span.checked + .label:after {
  background: #fff;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .personal-data-processing .label:before {
  border: 1px solid #fff;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .personal-data-processing .error-message {
  top: 65px;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error {
  border-bottom: 1px solid #a30d12;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error::-webkit-input-placeholder {
  color: #a30d12;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error:-moz-placeholder {
  color: #a30d12;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error::-moz-placeholder {
  color: #a30d12;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error:-ms-input-placeholder {
  color: #a30d12;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error:focus::-webkit-input-placeholder {
  color: transparent;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error:focus:-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error:focus::-moz-placeholder {
  color: transparent;
}
html.force-desktop body.contrast .pop-up.events-calendar .send-reminder-form-wrapper #events-reminder-form .reminder-email-input.error:focus:-ms-input-placeholder {
  color: transparent;
}
html.force-desktop body.contrast .pop-up.mobile-info .content p {
  color: #ffff00;
}
html.force-desktop body.contrast .pop-up.breakdown .left-content {
  background-color: #b95023;
  color: #000;
}
html.force-desktop body.contrast .pop-up.breakdown .left-content img {
  -webkit-filter: invert(1);
  -moz-filter: invert(1);
  -ms-filter: invert(1);
  -o-filter: invert(1);
  filter: invert(1);
}
html.force-desktop body.contrast .pop-up.breakdown .left-content h1 {
  color: #000 !important;
  font-weight: 500;
}
html.force-desktop body.contrast .pop-up .close {
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 0;
  text-indent: -9999em;
  top: -26px;
  width: 12px;
}
html.force-desktop body.contrast .pop-up h1.color-black,
html.force-desktop body.contrast .pop-up h2.color-black,
html.force-desktop body.contrast .pop-up h1.color-blue,
html.force-desktop body.contrast .pop-up h2.color-blue,
html.force-desktop body.contrast .pop-up h1.color-orange,
html.force-desktop body.contrast .pop-up h2.color-orange,
html.force-desktop body.contrast .pop-up h1.color-white,
html.force-desktop body.contrast .pop-up h2.color-white {
  color: #ffff00;
}
html.force-desktop body.contrast .pop-up p {
  color: #ffff00;
}
html.force-desktop body.contrast .ui-datepicker th,
html.force-desktop body.contrast .ui-datepicker td {
  color: #ffff00;
}
html.force-desktop body.contrast .ui-datepicker th a,
html.force-desktop body.contrast .ui-datepicker td a,
html.force-desktop body.contrast .ui-datepicker th span,
html.force-desktop body.contrast .ui-datepicker td span {
  font-size: 14px;
  font-weight: 600;
  padding-top: 2px;
}
html.force-desktop body.contrast .ui-datepicker th a.ui-state-active,
html.force-desktop body.contrast .ui-datepicker td a.ui-state-active,
html.force-desktop body.contrast .ui-datepicker th span.ui-state-active,
html.force-desktop body.contrast .ui-datepicker td span.ui-state-active {
  background-color: #ffff00;
  color: #000;
}
html.force-desktop body.contrast .ui-datepicker th a,
html.force-desktop body.contrast .ui-datepicker td a {
  color: #ffff00;
  text-decoration: none;
}
html.force-desktop body.contrast .ui-datepicker th.ui-datepicker-today a,
html.force-desktop body.contrast .ui-datepicker td.ui-datepicker-today a,
html.force-desktop body.contrast .ui-datepicker th.ui-datepicker-today span,
html.force-desktop body.contrast .ui-datepicker td.ui-datepicker-today span {
  color: #fff;
}
html.force-desktop body.contrast .ui-datepicker th.event a,
html.force-desktop body.contrast .ui-datepicker td.event a {
  border: 1px solid #ffff00;
}
html.force-desktop body.contrast .ui-datepicker th {
  font-weight: 300;
}
html.force-desktop body.contrast .ui-datepicker td {
  font-weight: 300;
}
html.force-desktop body.contrast .ui-datepicker .ui-datepicker-other-month span {
  color: #666666;
}
html.force-desktop body.contrast .ui-datepicker-prev {
  background-image: url(../img/contrast-month-prev.png);
}
html.force-desktop body.contrast .ui-datepicker-next {
  background-image: url(../img/contrast-month-next.png);
}
html.force-desktop body.contrast .ui-datepicker-title {
  color: #ffff00;
}
html.force-desktop body.contrast .tooltip {
  background: #000;
  color: #ffff00;
}
html.force-desktop body.contrast .cookies-tooltip {
  background: #03435c;
  color: #fff;
  font-weight: 400;
}
html.force-desktop body.contrast .cookies-tooltip:after {
  border: 5px solid #03435c;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}
html.force-desktop body.contrast .ui-autocomplete {
  background: #000;
}
html.force-desktop body.contrast .ui-menu .ui-menu-item {
  font-weight: 400;
}
html.force-desktop body.contrast .ui-state-focus {
  color: #fff;
}
html.force-desktop body.contrast .ui-state-focus {
  color: #0078a5;
}
html.force-desktop body.contrast .cookies-info {
  background: #03435c;
}
html.force-desktop body.contrast .cookies-info h1 {
  color: #fff;
  font-weight: 500;
}
html.force-desktop body.contrast .cookies-info p {
  color: #fff;
  font-weight: 400;
}
html.force-desktop body.contrast .cookies-info p a {
  color: #fff;
}
html.force-desktop body.contrast footer {
  background-color: #005574;
  color: #fff;
}
html.force-desktop body.contrast footer a {
  color: #fff;
}
html.force-desktop body.contrast footer .ebok-log-in {
  background-color: #03435c;
}
html.force-desktop body.contrast footer .footer-nav {
  background-color: #03435c;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.contrast footer .footer-nav {
    background-color: transparent;
  }
}
html.force-desktop body.contrast footer .copyright {
  background-color: #03435c;
}
html.force-desktop body.contrast .timeline section .date {
  border: 1px solid #005574;
  background: #005574;
}
html.force-desktop body.contrast .timeline section .date h1,
html.force-desktop body.contrast .timeline section .date h2 {
  color: #fff;
}
html.force-desktop body.contrast .timeline section .description {
  background: #ffff01;
  color: #000;
}
html.force-desktop body.contrast .timeline section .description p {
  color: #000;
}
html.force-desktop body.contrast .timeline section .description .close {
  background: #ffff01;
}
html.force-desktop body.contrast .timeline > p a {
  background: #ffff01;
  color: #000;
}
html.force-desktop body.contrast .wpcf7-form-control-wrap input {
  color: #FFF;
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.text-size-medium header .ebok-log-in {
    font-size: 17px;
  }
  html.force-desktop body.text-size-medium header .lang-menu span,
  html.force-desktop body.text-size-medium header .lang-menu a {
    font-size: 18px;
  }
  html.force-desktop body.text-size-medium header .visibility-menu .text-size.normal {
    font-size: 16px;
  }
  html.force-desktop body.text-size-medium header .visibility-menu .text-size.medium {
    font-size: 18px;
  }
  html.force-desktop body.text-size-medium header .visibility-menu .text-size.large {
    font-size: 20px;
  }
  html.force-desktop body.text-size-medium header .menu .menu-wrapper > ul > li > a {
    font-size: 17px;
    padding: 20px 20px 19px;
  }
  html.force-desktop body.text-size-medium header .menu .menu-wrapper > ul > li > ul > li a {
    font-size: 17px;
  }
  html.force-desktop body.text-size-medium header .search-wrapper:hover .search {
    font-size: 18px;
  }
  html.force-desktop body.text-size-medium .main-slider-nav-wrapper h1 {
    font-size: 24px;
  }
  html.force-desktop body.text-size-medium #repairs-slider dt,
  html.force-desktop body.text-size-medium #repairs-slider dd,
  html.force-desktop body.text-size-medium #repairs-slider .repairs-content p {
    font-size: 15px;
    line-height: 16px;
  }
  html.force-desktop body.text-size-medium h1 {
    font-size: 28px;
    line-height: 28px;
  }
  html.force-desktop body.text-size-medium h2 {
    font-size: 24px;
    line-height: 24px;
  }
  html.force-desktop body.text-size-medium h3 {
    font-size: 16px;
  }
  html.force-desktop body.text-size-medium p {
    font-size: 18px;
  }
  html.force-desktop body.text-size-medium .form-heading {
    font-size: 26px;
  }
  html.force-desktop body.text-size-medium .breadcrumbs {
    font-size: 14px;
  }
  html.force-desktop body.text-size-medium .breadcrumbs .rss {
    font-size: 18px;
  }
  html.force-desktop body.text-size-medium .breadcrumbs .rss:before {
    top: 1px;
  }
  html.force-desktop body.text-size-medium .grid.grid-2 .tile {
    font-size: 20px;
    line-height: 24px;
  }
  html.force-desktop body.text-size-medium .grid.grid-2 .tile dt {
    font-size: 20px;
    line-height: 28px;
  }
  html.force-desktop body.text-size-medium .grid.grid-2 .tile dd {
    font-size: 18px;
  }
  html.force-desktop body.text-size-medium .grid.grid-2 .tile p {
    font-size: 20px;
  }
  html.force-desktop body.text-size-medium .grid.grid-2 .tile .full-description {
    font-size: 18px;
  }
  html.force-desktop body.text-size-medium .grid.grid-2 .tile.auction .tile-content-wrapper {
    height: 350px;
    padding-top: 50px;
  }
  html.force-desktop body.text-size-medium .grid.grid-2 .tile.auction dl:first-child dd {
    height: 24px;
  }
  html.force-desktop body.text-size-medium .grid.grid-3 .tile {
    font-size: 26px;
    height: 310px;
    line-height: 30px;
  }
  html.force-desktop body.text-size-medium .grid.grid-3 .tile p {
    font-size: 26px;
    line-height: 30px;
  }
  html.force-desktop body.text-size-medium .grid.grid-3 .tile .tile-text-overflow {
    top: 80px;
    height: 86px;
  }
  html.force-desktop body.text-size-medium .grid.grid-3 .tile .tile-text-overflow .tile-text-wrapper {
    height: 84px;
  }
  html.force-desktop body.text-size-medium .grid.grid-3 .tile.no-icon {
    font-size: 26px;
    line-height: 30px;
  }
  html.force-desktop body.text-size-medium .grid.grid-3 .tile.no-icon .tile-text-overflow {
    top: 100px;
  }
  html.force-desktop body.text-size-medium .grid.grid-4 .tile {
    font-size: 22px;
    height: 200px;
    line-height: 26px;
  }
  html.force-desktop body.text-size-medium .grid.grid-4 .tile p {
    font-size: 22px;
    line-height: 26px;
  }
  html.force-desktop body.text-size-medium .grid.grid-4 .tile .tile-text-overflow {
    height: 76px;
    top: 30px;
  }
  html.force-desktop body.text-size-medium .grid.grid-4 .tile .tile-text-overflow .tile-text-wrapper {
    height: 76px;
  }
  html.force-desktop body.text-size-medium .grid.grid-4 .tile.no-icon {
    font-size: 26px;
    line-height: 30px;
  }
  html.force-desktop body.text-size-medium .grid.grid-4 .tile.no-icon p {
    font-size: 26px;
    line-height: 30px;
  }
  html.force-desktop body.text-size-medium .grid.grid-4 .tile.no-icon .tile-text-overflow {
    top: 42px;
    height: 86px;
  }
  html.force-desktop body.text-size-medium .grid .tile-cover p {
    font-size: 20px;
    line-height: 26px;
  }
  html.force-desktop body.text-size-medium .client-zone h1 {
    font-size: 34px;
    padding-top: 34px;
  }
  html.force-desktop body.text-size-medium .sms-notice h1 {
    font-size: 26px;
  }
  html.force-desktop body.text-size-medium .img-tile h1 {
    font-size: 34px;
    line-height: 34px;
  }
  html.force-desktop body.text-size-medium .content {
    font-size: 18px;
  }
  html.force-desktop body.text-size-medium .content ul li {
    font-size: 18px;
  }
  html.force-desktop body.text-size-medium .content .btn {
    font-size: 18px;
  }
  html.force-desktop body.text-size-medium .content .horizontal-links a,
  html.force-desktop body.text-size-medium .content .horizontal-links span {
    font-size: 26px;
  }
  html.force-desktop body.text-size-medium .content .horizontal-links.text-small a,
  html.force-desktop body.text-size-medium .content .horizontal-links.text-small span {
    font-size: 18px;
  }
  html.force-desktop body.text-size-medium .content .horizontal-links.text-big a,
  html.force-desktop body.text-size-medium .content .horizontal-links.text-big span {
    font-size: 26px;
  }
  html.force-desktop body.text-size-medium .content .tab-nav .tab {
    padding: 20px 40px;
  }
  html.force-desktop body.text-size-medium .content .tab-nav .tab a {
    font-size: 22px;
  }
  html.force-desktop body.text-size-medium .content table {
    font-size: 18px;
  }
  html.force-desktop body.text-size-medium .content form .static-form-field,
  html.force-desktop body.text-size-medium .content form input[type=text],
  html.force-desktop body.text-size-medium .content form input[type=email],
  html.force-desktop body.text-size-medium .content form textarea {
    font-size: 17px;
  }
  html.force-desktop body.text-size-medium .content form .form-result,
  html.force-desktop body.text-size-medium .content form .error-message {
    font-size: 14px;
  }
  html.force-desktop body.text-size-medium .content form input.error + .error-message {
    top: 40px;
  }
  html.force-desktop body.text-size-medium .content form textarea.error + .error-message {
    bottom: 8px;
  }
  html.force-desktop body.text-size-medium .content form .two-fields {
    font-size: 18px;
  }
  html.force-desktop body.text-size-medium .content form .two-fields label > span:first-child {
    font-size: 18px;
    padding-top: 5px;
  }
  html.force-desktop body.text-size-medium .content form .two-fields.realization-date label > span {
    width: 520px;
  }
  html.force-desktop body.text-size-medium .content form .two-fields.realization-date label > span:first-child {
    font-size: 18px;
    width: 150px;
  }
  html.force-desktop body.text-size-medium .issue-report .issue {
    font-size: 14px;
    min-width: 91px;
    width: auto;
  }
  html.force-desktop body.text-size-medium form .wpcf7-not-valid-tip {
    font-size: 13px;
  }
  html.force-desktop body.text-size-medium .acceptance-498:checked .send-job-application form .label:before {
    background: #ff940a;
  }
  html.force-desktop body.text-size-medium form .wpcf7-form-control-wrap textarea + .wpcf7-not-valid-tip {
    bottom: -7px;
  }
  html.force-desktop body.text-size-medium .wpcf7-recaptcha + .wpcf7-not-valid-tip,
  html.force-desktop body.text-size-medium .recaptcha-wrapper .wpcf7-not-valid-tip {
    font-size: 14px;
  }
  html.force-desktop body.text-size-medium footer .ebok-log-in,
  html.force-desktop body.text-size-medium footer .legal-note,
  html.force-desktop body.text-size-medium footer .copyright .copyright-text {
    font-size: 18px;
  }
  html.force-desktop body.text-size-medium footer .footer-nav {
    font-size: 18px;
  }
  html.force-desktop body.text-size-medium footer .footer-nav ul {
    width: 600px;
  }
}
@media only screen and (min-width: 1px) {
  html.force-desktop body.text-size-large header .ebok-log-in {
    font-size: 18px;
  }
  html.force-desktop body.text-size-large header .lang-menu {
    padding-top: 0;
  }
  html.force-desktop body.text-size-large header .lang-menu span,
  html.force-desktop body.text-size-large header .lang-menu a {
    font-size: 20px;
  }
  html.force-desktop body.text-size-large header .visibility-menu .text-size.normal {
    font-size: 18px;
  }
  html.force-desktop body.text-size-large header .visibility-menu .text-size.medium {
    font-size: 20px;
  }
  html.force-desktop body.text-size-large header .visibility-menu .text-size.large {
    font-size: 22px;
  }
  html.force-desktop body.text-size-large header .menu .menu-wrapper > ul > li > a {
    font-size: 18px;
    padding: 19px 16px 19px;
  }
  html.force-desktop body.text-size-large header .menu .menu-wrapper > ul > li > ul > li a {
    font-size: 18px;
  }
  html.force-desktop body.text-size-large header .search-wrapper:hover .search {
    font-size: 20px;
  }
  html.force-desktop body.text-size-large .main-slider-nav-wrapper h1 {
    font-size: 26px;
  }
  html.force-desktop body.text-size-large #repairs-slider dt,
  html.force-desktop body.text-size-large #repairs-slider dd,
  html.force-desktop body.text-size-large #repairs-slider .repairs-content p {
    font-size: 17px;
    line-height: 19px;
  }
  html.force-desktop body.text-size-large h1 {
    font-size: 30px;
    line-height: 30px;
  }
  html.force-desktop body.text-size-large h2 {
    font-size: 26px;
    line-height: 26px;
  }
  html.force-desktop body.text-size-large h3 {
    font-size: 18px;
  }
  html.force-desktop body.text-size-large p {
    font-size: 20px;
  }
  html.force-desktop body.text-size-large .form-heading {
    font-size: 28px;
  }
  html.force-desktop body.text-size-large .breadcrumbs {
    font-size: 16px;
  }
  html.force-desktop body.text-size-large .breadcrumbs .rss {
    font-size: 20px;
  }
  html.force-desktop body.text-size-large .breadcrumbs .rss:before {
    top: 1px;
  }
  html.force-desktop body.text-size-large .grid.grid-2 .tile {
    font-size: 22px;
    line-height: 34px;
  }
  html.force-desktop body.text-size-large .grid.grid-2 .tile dt {
    font-size: 22px;
    line-height: 30px;
  }
  html.force-desktop body.text-size-large .grid.grid-2 .tile dd {
    font-size: 20px;
  }
  html.force-desktop body.text-size-large .grid.grid-2 .tile p {
    font-size: 22px;
  }
  html.force-desktop body.text-size-large .grid.grid-2 .tile .full-description {
    font-size: 22px;
  }
  html.force-desktop body.text-size-large .grid.grid-2 .tile.auction .tile-content-wrapper {
    height: 350px;
    padding-top: 50px;
  }
  html.force-desktop body.text-size-large .grid.grid-2 .tile.auction dl:first-child dd {
    height: 24px;
  }
  html.force-desktop body.text-size-large .grid.grid-3 .tile {
    font-size: 28px;
    height: 310px;
    line-height: 32px;
  }
  html.force-desktop body.text-size-large .grid.grid-3 .tile p {
    font-size: 28px;
    line-height: 32px;
  }
  html.force-desktop body.text-size-large .grid.grid-3 .tile .tile-text-overflow {
    top: 80px;
    height: 96px;
  }
  html.force-desktop body.text-size-large .grid.grid-3 .tile .tile-text-overflow .tile-text-wrapper {
    height: 96px;
  }
  html.force-desktop body.text-size-large .grid.grid-3 .tile.no-icon {
    font-size: 28px;
    line-height: 32px;
  }
  html.force-desktop body.text-size-large .grid.grid-3 .tile.no-icon .tile-text-overflow {
    top: 100px;
    height: 96px;
  }
  html.force-desktop body.text-size-large .grid.grid-3 .tile.no-icon .tile-text-overflow .tile-text-wrapper {
    height: 96px;
  }
  html.force-desktop body.text-size-large .grid.grid-4 .tile {
    font-size: 24px;
    height: 200px;
    line-height: 30px;
  }
  html.force-desktop body.text-size-large .grid.grid-4 .tile p {
    font-size: 24px;
    line-height: 30px;
  }
  html.force-desktop body.text-size-large .grid.grid-4 .tile .tile-text-overflow {
    height: 92px;
    top: 30px;
  }
  html.force-desktop body.text-size-large .grid.grid-4 .tile .tile-text-overflow .tile-text-wrapper {
    height: 92px;
  }
  html.force-desktop body.text-size-large .grid.grid-4 .tile.no-icon {
    font-size: 26px;
    line-height: 30px;
  }
  html.force-desktop body.text-size-large .grid.grid-4 .tile.no-icon p {
    font-size: 26px;
    line-height: 30px;
  }
  html.force-desktop body.text-size-large .grid.grid-4 .tile.no-icon .tile-text-overflow {
    top: 60px;
    height: 86px;
  }
  html.force-desktop body.text-size-large .grid .tile-cover p {
    font-size: 24px;
    line-height: 28px;
  }
  html.force-desktop body.text-size-large .client-zone h1 {
    font-size: 36px;
    padding-top: 36px;
  }
  html.force-desktop body.text-size-large .sms-notice h1 {
    font-size: 28px;
  }
  html.force-desktop body.text-size-large .img-tile h1 {
    font-size: 36px;
    line-height: 36px;
  }
  html.force-desktop body.text-size-large .content {
    font-size: 20px;
  }
  html.force-desktop body.text-size-large .content ul li {
    font-size: 20px;
  }
  html.force-desktop body.text-size-large .content .btn {
    font-size: 20px;
  }
  html.force-desktop body.text-size-large .content .horizontal-links a,
  html.force-desktop body.text-size-large .content .horizontal-links span {
    font-size: 28px;
  }
  html.force-desktop body.text-size-large .content .horizontal-links.text-small a,
  html.force-desktop body.text-size-large .content .horizontal-links.text-small span {
    font-size: 20px;
  }
  html.force-desktop body.text-size-large .content .horizontal-links.text-big a,
  html.force-desktop body.text-size-large .content .horizontal-links.text-big span {
    font-size: 28px;
  }
  html.force-desktop body.text-size-large .content .tab-nav .tab {
    padding: 20px 30px;
  }
  html.force-desktop body.text-size-large .content .tab-nav .tab a {
    font-size: 24px;
  }
  html.force-desktop body.text-size-large .content table {
    font-size: 20px;
  }
  html.force-desktop body.text-size-large .content form .static-form-field,
  html.force-desktop body.text-size-large .content form input[type=text],
  html.force-desktop body.text-size-large .content form input[type=email],
  html.force-desktop body.text-size-large .content form textarea {
    font-size: 20px;
  }
  html.force-desktop body.text-size-large .content form .error-message {
    font-size: 15px;
  }
  html.force-desktop body.text-size-large .content form input.error + .error-message {
    top: 45px;
  }
  html.force-desktop body.text-size-large .content form textarea.error + .error-message {
    bottom: 7px;
  }
  html.force-desktop body.text-size-large .content form .two-fields {
    font-size: 20px;
  }
  html.force-desktop body.text-size-large .content form .two-fields label > span:first-child {
    font-size: 20px;
    padding-top: 5px;
  }
  html.force-desktop body.text-size-large .content form .two-fields.realization-date label > span {
    width: 510px;
  }
  html.force-desktop body.text-size-large .content form .two-fields.realization-date label > span:first-child {
    font-size: 20px;
    width: 164px;
  }
  html.force-desktop body.text-size-large .issue-report .issue {
    font-size: 16px;
    min-width: 91px;
    width: auto;
  }
  html.force-desktop body.text-size-large form .wpcf7-not-valid-tip {
    font-size: 12px;
  }
  html.force-desktop body.text-size-large .wpcf7-form-control-wrap input[type="text"] + .wpcf7-not-valid-tip,
  html.force-desktop body.text-size-large .wpcf7-form-control-wrap input[type="email"] + .wpcf7-not-valid-tip {
    top: 50px;
  }
  html.force-desktop body.text-size-large .file-cv .wpcf7-not-valid-tip {
    top: 29px;
  }
  html.force-desktop body.text-size-large form .wpcf7-form-control-wrap textarea + .wpcf7-not-valid-tip {
    bottom: -7px;
  }
  html.force-desktop body.text-size-large footer .ebok-log-in,
  html.force-desktop body.text-size-large footer .legal-note,
  html.force-desktop body.text-size-large footer .copyright .copyright-text {
    font-size: 20px;
  }
  html.force-desktop body.text-size-large footer .footer-nav {
    font-size: 20px;
  }
  html.force-desktop body.text-size-large footer .footer-nav ul {
    width: 600px;
  }
  html.force-desktop body.text-size-large footer .footer-nav ul > li {
    margin: 2px 15px;
  }
}
html.force-desktop .agreement > label.agreement-label > span.wpcf7-form-control-wrap > span.wpcf7-not-valid-tip {
  top: 0;
}
html.force-desktop img.img-cloud {
  width: 176px;
  height: 136px;
}
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper #iw-module-title,
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper #iw-module-side,
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper #iw-output-toolbar,
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper #dc-send,
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper #iw-output-toolbar .iw-tb-btn,
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper .iw-output #dc-history .iwsaas-history-item.iwsaas-user {
  background: #000 !important;
  color: #FFF !important;
}
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper #iw-module-middle,
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper .iw-outbg {
  background: #ff0;
  color: #000;
}
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper .iw-side-output a:hover,
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper .iw-output a {
  color: #000 !important;
}
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper #iw-output-fade,
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper #iw-avatar-frame {
  background: none;
}
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper #dc-input .ichr-content,
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper .iw-output .ichr-content,
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper #iw-operator-details p,
html.force-desktop body.contrast #InteliwiseSaaSModule_win_wrapper #iw-operator-details h2 {
  color: #000;
}
html.force-desktop .send-job-application form .wpcf7-form-control-wrap {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  html.force-desktop header .visibility-menu--mobile,
  html.force-desktop body.contrast header .visibility-menu--mobile {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  html.force-desktop .main-slider-wrapper .main-slider .slide picture {
    height: 100%;
  }
  html.force-desktop .main-slider-wrapper .main-slider .slide picture img {
    object-fit: fill;
  }
}
@media only screen and (max-width: 767px) {
  html.force-desktop .top-image picture {
    position: static;
    transform: translateX(0);
    height: auto;
  }
  html.force-desktop .top-image picture img {
    width: 100%;
    height: 100%;
  }
  html.force-desktop .top-image {
    height: auto;
  }
  html.force-desktop img.img-cloud {
    padding: 15px;
    width: 100px;
    height: auto;
  }
  html.force-desktop .main-slider-wrapper .main-slider {
    height: auto;
  }
  html.force-desktop .main-slider-wrapper .main-slider .slide picture {
    height: auto;
  }
  html.force-desktop .main-slider-wrapper .main-slider .slide picture img {
    object-fit: contain;
  }
  html.force-desktop .main-slider-wrapper .main-slider .slide {
    height: 130px;
  }
}
@media only screen and (max-width: 580px) {
  html.force-desktop .issue-report .issue-attachment {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  html.force-desktop .accordion-heading h1 {
    padding: 20px 60px;
  }
  html.force-desktop .main-slider-wrapper .main-slider .slide {
    height: 110px;
  }
}
@media only screen and (max-width: 375px) {
  html.force-desktop .main-slider-wrapper .main-slider .slide {
    height: 90px;
  }
}
html.force-desktop .sprite-mobile-search {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -525px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-mobile-search {
    background-position: 0px -496px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-search {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -2018px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-search {
    background-position: 0px -2018px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-collapse-event-form:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -310px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 9px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-collapse-event-form:before {
    background-position: 0px -310px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-collapse-inverse:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -145px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 22px;
  height: 13px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-collapse-inverse:before {
    background-position: 0px -145px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-collapse:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -191px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 22px;
  height: 13px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-collapse:before {
    background-position: 0px -191px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-desktop:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -975px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 26px;
  height: 22px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-desktop:before {
    background-position: 0px -975px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-drop:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -2632px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 51px;
  height: 87px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-drop:before {
    background-position: 0px -2632px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-expand-inverse:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -168px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 22px;
  height: 13px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-expand-inverse:before {
    background-position: 0px -168px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-expand:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -214px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 22px;
  height: 13px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-expand:before {
    background-position: 0px -214px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-history-date-left-active:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -734px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 69px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-history-date-left-active:before {
    background-position: 0px -734px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-history-date-left:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -704px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 69px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-history-date-left:before {
    background-position: 0px -704px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-history-date-right-active:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -674px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 69px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-history-date-right-active:before {
    background-position: 0px -674px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-history-date-right:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -614px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 69px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-history-date-right:before {
    background-position: 0px -614px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-history-description-left:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -584px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 11px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-history-description-left:before {
    background-position: 0px -584px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-history-description-right:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -794px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 11px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-history-description-right:before {
    background-position: 0px -824px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-history-more:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -58px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 19px;
  height: 11px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-history-more:before {
    background-position: 0px -58px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-leakage:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -2729px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 91px;
  height: 91px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-leakage:before {
    background-position: 0px -2830px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-log-in-footer:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1042px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-log-in-footer:before {
    background-position: 0px -1078px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-log-in:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1078px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-log-in:before {
    background-position: 0px -1042px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-marker:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1563px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 28px;
  height: 43px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-marker:before {
    background-position: 0px -1563px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-mobile:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1365px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 22px;
  height: 38px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-mobile:before {
    background-position: 0px -1365px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-moisure:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -2931px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 91px;
  height: 91px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-moisure:before {
    background-position: 0px -2931px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-next:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -123px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-next:before {
    background-position: 0px -123px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-phone:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1413px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-phone:before {
    background-position: 0px -1413px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-pointer:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1007px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 21px;
  height: 25px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-pointer:before {
    background-position: 0px -1007px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-pool:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -3032px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 91px;
  height: 91px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-pool:before {
    background-position: 0px -3032px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-remove-cookies:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1150px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 21px;
  height: 32px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-remove-cookies:before {
    background-position: 0px -1150px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-repairs:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1896px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 55px;
  height: 51px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-repairs:before {
    background-position: 0px -1896px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-rss:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -944px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-rss:before {
    background-position: 0px -944px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-search:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -496px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-search:before {
    background-position: 0px -525px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-see-all:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1616px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-see-all:before {
    background-position: 0px -1616px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-stream:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -2830px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 91px;
  height: 91px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-stream:before {
    background-position: 0px -2729px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-add span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1957px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 51px;
  height: 51px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-add span {
    background-position: 0px -1957px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-arrow-next-inverse span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -442px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 10px;
  height: 17px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-arrow-next-inverse span {
    background-position: 0px -442px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-arrow-next span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -415px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 10px;
  height: 17px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-arrow-next span {
    background-position: 0px -415px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-arrow-prev-inverse span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -388px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 10px;
  height: 17px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-arrow-prev-inverse span {
    background-position: 0px -388px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-arrow-prev span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -469px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 10px;
  height: 17px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-arrow-prev span {
    background-position: 0px -469px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-bip span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1726px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 40px;
  height: 45px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-bip span {
    background-position: 0px -1726px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-calendar span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1114px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 26px;
  height: 26px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-calendar span {
    background-position: 0px -1114px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-close-cookies-info span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -335px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 16px;
  height: 16px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-close-cookies-info span {
    background-position: 0px -335px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-close span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -79px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 12px;
  height: 12px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-close span {
    background-position: 0px -79px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-collapse-menu span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 15px;
  height: 9px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-collapse-menu span {
    background-position: 0px 0px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-dekra-1 span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -2377px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 44px;
  height: 75px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-dekra-1 span {
    background-position: 0px -2377px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-dekra-2 span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -2462px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 44px;
  height: 75px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-dekra-2 span {
    background-position: 0px -2462px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-dekra-3 span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -2547px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 41px;
  height: 75px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-dekra-3 span {
    background-position: 0px -2547px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-event-arrow-next span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1234px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 20px;
  height: 33px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-event-arrow-next span {
    background-position: 0px -1234px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-event-arrow-prev span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1277px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 20px;
  height: 33px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-event-arrow-prev span {
    background-position: 0px -1277px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-expand-menu span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -19px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 15px;
  height: 9px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-expand-menu span {
    background-position: 0px -19px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-eye span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -361px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 29px;
  height: 17px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-eye span {
    background-position: 0px -361px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-facebook-small span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -914px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 20px;
  height: 20px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-facebook-small span {
    background-position: 0px -914px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-facebook span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -2083px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 60px;
  height: 60px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-facebook span {
    background-position: 0px -2083px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-fb-button span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1513px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 40px;
  height: 40px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-fb-button span {
    background-position: 0px -1513px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-go-big span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1781px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 47px;
  height: 47px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-go-big span {
    background-position: 0px -1781px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-go-top span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -285px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 27px;
  height: 15px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-go-top span {
    background-position: 0px -285px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-go span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1192px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 32px;
  height: 32px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-go span {
    background-position: 0px -1192px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-history-close span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -101px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 12px;
  height: 12px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-history-close span {
    background-position: 0px -101px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-mpwik-logo span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1671px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 191px;
  height: 45px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-mpwik-logo span {
    background-position: 0px -1671px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-mpwik-top-logo span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1320px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 38px;
  height: 35px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-mpwik-top-logo span {
    background-position: 0px -1320px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-mpwik span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1838px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 52px;
  height: 48px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-mpwik span {
    background-position: 0px -1838px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-pause-inverse span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -554px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 13px;
  height: 20px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-pause-inverse span {
    background-position: 0px -554px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-pause span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -884px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 13px;
  height: 20px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-pause span {
    background-position: 0px -884px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-play-inverse span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -824px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 13px;
  height: 20px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-play-inverse span {
    background-position: 0px -794px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-play-video span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -2293px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 74px;
  height: 74px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-play-video span {
    background-position: 0px -2293px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-play span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -764px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 13px;
  height: 20px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-play span {
    background-position: 0px -764px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-read-more span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -38px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 16px;
  height: 10px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-read-more span {
    background-position: 0px -38px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-repairs-arrow-next span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -237px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 9px;
  height: 14px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-repairs-arrow-next span {
    background-position: 0px -237px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-repairs-arrow-prev span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -261px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 9px;
  height: 14px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-repairs-arrow-prev span {
    background-position: 0px -261px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-twitter-button span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -1463px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 40px;
  height: 40px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-twitter-button span {
    background-position: 0px -1463px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-twitter-small span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -644px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 20px;
  height: 20px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-twitter-small span {
    background-position: 0px -644px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-twitter span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -2153px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 60px;
  height: 60px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-twitter span {
    background-position: 0px -2153px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-youtube-small span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -854px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 20px;
  height: 20px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-youtube-small span {
    background-position: 0px -854px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
html.force-desktop .sprite-youtube span {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -2223px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 60px;
  height: 60px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.force-desktop .sprite-youtube span {
    background-position: 0px -2223px;
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-facebook span {
    width: 27px;
    height: 27px;
    background-size: 85px;
    background-position: 0 -929px;
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-facebook span {
    background-position: 0 -929px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-twitter span {
    width: 27px;
    height: 27px;
    background-size: 85px;
    background-position: 0 -960px;
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-twitter span {
    background-position: 0 -959px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-youtube span {
    width: 27px;
    height: 27px;
    background-size: 85px;
    background-position: 0 -991px;
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-youtube span {
    background-position: 0 -992px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-log-in-footer:before {
    width: 17px;
    height: 17px;
    background-size: 122px;
    background-position: 0 -689px;
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-log-in-footer:before {
    background-position: 0 -666px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-mpwik span {
    width: 43px;
    height: 46px;
    background-size: 156px;
    background-position: 0 -1500px;
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-mpwik span {
    background-position: 0 -1500px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-bip span {
    width: 33px;
    height: 37px;
    background-size: 156px;
    background-position: 0 -1415px;
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-bip span {
    background-position: 0 -1415px;
    height: 39px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-dekra-1 span {
    width: 37px;
    height: 60px;
    background-size: 156px;
    background-position: 0 -1949px;
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-dekra-1 span {
    background-position: 0 -1949px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-dekra-2 span {
    width: 37px;
    height: 60px;
    background-size: 156px;
    background-position: 0 -2018px;
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-dekra-2 span {
    background-position: 0 -2018px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-dekra-3 span {
    width: 34px;
    height: 60px;
    background-size: 156px;
    background-position: 0 -2088px;
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-dekra-3 span {
    background-position: 0 -2088px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-mpwik-logo span {
    width: 77px;
    height: 18px;
    background-size: 76px;
    background-position: 0 -665px;
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-mpwik-logo span {
    background-position: 0 -665px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-phone:before {
    width: 20px;
    height: 20px;
    background-size: 95px;
    background-position: 0 -702px;
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-phone:before {
    background-position: 0 -702px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-marker:before {
    width: 19px;
    height: 28px;
    background-size: 124px;
    background-position: 0 -1015px;
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-marker:before {
    background-position: 0 -1015px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-repairs:before {
    width: 37px;
    height: 34px;
    background-size: 126px;
    background-position: 0 -1251px;
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-repairs:before {
    background-position: 0 -1251px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-repairs-arrow-prev span {
    width: 6px;
    height: 9px;
    background-size: 122px;
    background-position: 0 -167px;
    transform: scale(1.5);
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-repairs-arrow-prev span {
    background-position: 0 -167px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-repairs-arrow-next span {
    width: 6px;
    height: 9px;
    background-size: 122px;
    background-position: 0 -151px;
    transform: scale(1.5);
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-repairs-arrow-next span {
    background-position: 0 -151px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-drop:before {
    width: 24px;
    height: 41px;
    background-size: 87px;
    background-position: 0 -1201px;
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-drop:before {
    background-position: 0 -1201px;
  }
}
@media only screen and (max-width: 1px) {
  html.force-desktop .sprite-remove-cookies:before {
    width: 32px;
    height: 23px;
    background-size: 133px;
    background-position: 0 -801px;
  }
}
@media only screen and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-remove-cookies:before {
    background-position: 0 -801px;
    transform: scale(0.7);
    width: 22px;
  }
}
html.force-desktop .sprite-history-date:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -614px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 69px;
  height: 20px;
  display: block;
  position: absolute;
  top: 21px;
  left: -70px;
  content: "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-history-date:before {
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
    background-position: 0px -614px;
  }
}
html.force-desktop .odd .sprite-history-date:before {
  background-position: 0px -704px;
  content: "  ";
  right: -70px;
  left: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .odd .sprite-history-date:before {
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
    background-position: 0px -704px;
  }
}
html.force-desktop .active .sprite-history-date:before {
  background-position: 0px -674px;
  content: " ";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .active .sprite-history-date:before {
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
    background-position: 0px -674px;
  }
}
html.force-desktop .odd.active .sprite-history-date:before {
  background-position: 0px -734px;
  content: "   ";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .odd.active .sprite-history-date:before {
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
    background-position: 0px -734px;
  }
}
html.force-desktop .sprite-history-description:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -794px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 11px;
  height: 20px;
  display: block;
  position: absolute;
  top: 22px;
  left: auto;
  right: -11px;
  content: "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-history-description:before {
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
    background-position: 0px -824px;
  }
}
html.force-desktop .odd .sprite-history-description:before {
  background-position: 0px -584px;
  content: " ";
  left: -11px;
  right: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .odd .sprite-history-description:before {
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
    background-position: 0px -584px;
  }
}
html.force-desktop .sprite-history-more:before {
  background-image: url(../img/sprite.png?v=10);
  background-position: 0px -58px;
  background-size: auto;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  width: 19px;
  height: 11px;
  display: block;
  position: absolute;
  top: 12px;
  left: auto;
  right: 18px;
  content: "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html.force-desktop .sprite-history-more:before {
    background-image: url(../img/sprite_2x.png?v=10);
    background-size: 191px 3123px;
    background-position: 0px -58px;
  }
}
html.force-desktop .set-mobile {
  display: inline-block !important;
}
